Instructions to use ah123/am_fine_tuned with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use ah123/am_fine_tuned with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("mistralai/Mistral-7B-Instruct-v0.1") model = PeftModel.from_pretrained(base_model, "ah123/am_fine_tuned") - Notebooks
- Google Colab
- Kaggle
File size: 129 Bytes
2680ffc | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:41e10d41f3c0431564d188032edca30f165db459ed89df149b5f622b00c940fa
size 4728
|