Instructions to use Zineddinetranslate/gemma-finetuned-arabic2 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use Zineddinetranslate/gemma-finetuned-arabic2 with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("ModelSpace/GemmaX2-28-2B-v0.1") model = PeftModel.from_pretrained(base_model, "Zineddinetranslate/gemma-finetuned-arabic2") - Notebooks
- Google Colab
- Kaggle
File size: 129 Bytes
a2918ed | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:17adb294b3f8906db57186475801763fe9be72f30360d16f2fcb79d24542560a
size 1064
|