Instructions to use tastelikefeet/test_0918_upload_3 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use tastelikefeet/test_0918_upload_3 with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("Qwen/Qwen2-0.5B-Instruct") model = PeftModel.from_pretrained(base_model, "tastelikefeet/test_0918_upload_3") - Notebooks
- Google Colab
- Kaggle
File size: 104 Bytes
599d0e6 | 1 2 3 4 5 6 7 | {
"<|endoftext|>": 151643,
"<|eot_id|>": 151646,
"<|im_end|>": 151645,
"<|im_start|>": 151644
}
|