Instructions to use MAnfaal/TrainedModel with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use MAnfaal/TrainedModel with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("TinyLlama/TinyLlama-1.1B-Chat-v1.0") model = PeftModel.from_pretrained(base_model, "MAnfaal/TrainedModel") - Notebooks
- Google Colab
- Kaggle
File size: 129 Bytes
1d621f2 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:7c8b10cfcdadcb4d9c13a2f7dc44a0e53f10d1b92bcbc2b09c784742ad8b6290
size 5176
|