Instructions to use PygTesting/sum_qlora_4pochs with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use PygTesting/sum_qlora_4pochs 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_4pochs") - Notebooks
- Google Colab
- Kaggle
File size: 134 Bytes
bedbdc7 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:6842a215f1e38f0301c0cee03ee41d3f80d8be8936c1527138a56b9c1e06e1d1
size 228153978
|