Instructions to use Manal0809/try_few_final with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use Manal0809/try_few_final with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("unsloth/Mistral-Nemo-Instruct-2407-bnb-4bit") model = PeftModel.from_pretrained(base_model, "Manal0809/try_few_final") - Notebooks
- Google Colab
- Kaggle
File size: 133 Bytes
948ab51 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:b0240ce510f08e6c2041724e9043e33be9d251d1e4a4d94eb68cd47b954b61d2
size 17078292
|