Instructions to use vdos/b3c65340-cdaf-4357-be06-16d7a434262e with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use vdos/b3c65340-cdaf-4357-be06-16d7a434262e with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("NousResearch/Nous-Hermes-2-SOLAR-10.7B") model = PeftModel.from_pretrained(base_model, "vdos/b3c65340-cdaf-4357-be06-16d7a434262e") - Notebooks
- Google Colab
- Kaggle
File size: 51 Bytes
16923f6 | 1 2 3 4 5 | {
"<|im_end|>": 32000,
"<|im_start|>": 32001
}
|