Instructions to use kk-aivio/a2cab25f-9ed8-47ad-aa41-d1cfcebe1bf2 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use kk-aivio/a2cab25f-9ed8-47ad-aa41-d1cfcebe1bf2 with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("unsloth/Qwen2-7B") model = PeftModel.from_pretrained(base_model, "kk-aivio/a2cab25f-9ed8-47ad-aa41-d1cfcebe1bf2") - Notebooks
- Google Colab
- Kaggle
File size: 107 Bytes
2c35141 | 1 2 3 4 5 6 7 | {
"<|PAD_TOKEN|>": 151646,
"<|endoftext|>": 151643,
"<|im_end|>": 151645,
"<|im_start|>": 151644
}
|