Instructions to use cvoffer/62883f45-3fc7-486a-81f2-d4c8c85a57e6 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use cvoffer/62883f45-3fc7-486a-81f2-d4c8c85a57e6 with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("migtissera/Tess-v2.5-Phi-3-medium-128k-14B") model = PeftModel.from_pretrained(base_model, "cvoffer/62883f45-3fc7-486a-81f2-d4c8c85a57e6") - Notebooks
- Google Colab
- Kaggle
File size: 369 Bytes
f2f24fe | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 | {
"<|assistant|>": 32001,
"<|end_of_text|>": 32012,
"<|endoftext|>": 32000,
"<|end|>": 32007,
"<|im_end|>": 32011,
"<|im_start|>": 32013,
"<|placeholder1|>": 32002,
"<|placeholder2|>": 32003,
"<|placeholder3|>": 32004,
"<|placeholder4|>": 32005,
"<|placeholder5|>": 32008,
"<|placeholder6|>": 32009,
"<|system|>": 32006,
"<|user|>": 32010
}
|