Instructions to use EdBerg/Baha_Jais with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use EdBerg/Baha_Jais with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("inceptionai/jais-family-590m-chat") model = PeftModel.from_pretrained(base_model, "EdBerg/Baha_Jais") - Notebooks
- Google Colab
- Kaggle
Ctrl+K
- Aug12_13-46-04_2df44736c992
- Aug12_13-48-32_2df44736c992
- Aug12_13-53-18_2df44736c992
- Aug12_14-00-28_2df44736c992
- Aug12_14-03-28_2df44736c992
- Aug12_14-08-56_2df44736c992
- Aug12_14-10-58_2df44736c992
- Aug12_14-24-44_2df44736c992
- Aug12_14-26-18_2df44736c992
- Aug12_14-45-57_2df44736c992
- Aug12_14-47-41_2df44736c992
- Aug12_14-52-04_2df44736c992
- Aug12_14-53-50_2df44736c992
- Aug12_14-57-21_2df44736c992