Instructions to use souging/8365f1cb-e13d-4761-b226-ca931a1b0486 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use souging/8365f1cb-e13d-4761-b226-ca931a1b0486 with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("dltjdgh0928/test_instruction") model = PeftModel.from_pretrained(base_model, "souging/8365f1cb-e13d-4761-b226-ca931a1b0486") - Notebooks
- Google Colab
- Kaggle
| { | |
| "<|im_end|>": 32000, | |
| "<|im_start|>": 32001 | |
| } | |