Instructions to use ErrorAI/116c4ef1-e943-41b2-b3a9-81376a804bfc with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use ErrorAI/116c4ef1-e943-41b2-b3a9-81376a804bfc with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("unsloth/Qwen2-1.5B-Instruct") model = PeftModel.from_pretrained(base_model, "ErrorAI/116c4ef1-e943-41b2-b3a9-81376a804bfc") - Notebooks
- Google Colab
- Kaggle
File size: 129 Bytes
2b6185a | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:b9e6b162a6ad9e84820efe1326a6175b20382ee880ec5bc9ec8d8cc14379ebd9
size 6776
|