Instructions to use EdBerg/Baha_9MD32 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use EdBerg/Baha_9MD32 with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("meta-llama/Llama-3.2-3B-Instruct") model = PeftModel.from_pretrained(base_model, "EdBerg/Baha_9MD32") - Notebooks
- Google Colab
- Kaggle
File size: 133 Bytes
9abc00b | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:13574c77ca1d572525cfa7caac46cee99309100524dad568a7ef85ae383df39f
size 17210018
|