Instructions to use somaia02/noon-gec with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use somaia02/noon-gec with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("Naseej/noon-7b") model = PeftModel.from_pretrained(base_model, "somaia02/noon-gec") - Notebooks
- Google Colab
- Kaggle
Commit ·
5c09bca
1
Parent(s): 8aba088
Librarian Bot: Add base_model information to model (#1)
Browse files- Librarian Bot: Add base_model information to model (d94423e27e7660842ffa4d7d9f81cb43b1159ad9)
Co-authored-by: Librarian Bot (Bot) <librarian-bot@users.noreply.huggingface.co>