Instructions to use PygTesting/sum_qlora_1epoch with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use PygTesting/sum_qlora_1epoch with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("mistralai/Mistral-Nemo-Base-2407") model = PeftModel.from_pretrained(base_model, "PygTesting/sum_qlora_1epoch") - Notebooks
- Google Colab
- Kaggle
File size: 134 Bytes
84ee0e6 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:01d4ca2d8b09aec5354519a3a4563e4d34b64e4ce9ef670e2c4d4cc4f5486d7d
size 228153978
|