Instructions to use NeeruAjith/hugging_out with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use NeeruAjith/hugging_out with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("./output2") model = PeftModel.from_pretrained(base_model, "NeeruAjith/hugging_out") - Notebooks
- Google Colab
- Kaggle
File size: 51 Bytes
a792032 | 1 2 3 4 5 | {
"<|im_end|>": 50258,
"<|im_start|>": 50257
}
|