Instructions to use Yan777/trained_weigths with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use Yan777/trained_weigths with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("meta-llama/Llama-2-7b-chat-hf") model = PeftModel.from_pretrained(base_model, "Yan777/trained_weigths") - Notebooks
- Google Colab
- Kaggle
File size: 51 Bytes
2857517 | 1 2 3 4 5 | {
"<|im_end|>": 32000,
"<|im_start|>": 32001
}
|