Instructions to use EdBerg/jais_gleanings_baha with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use EdBerg/jais_gleanings_baha with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("inceptionai/jais-adapted-7b-chat") model = PeftModel.from_pretrained(base_model, "EdBerg/jais_gleanings_baha") - Notebooks
- Google Colab
- Kaggle