Instructions to use EdBerg/jais_kitab with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use EdBerg/jais_kitab 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_kitab") - Notebooks
- Google Colab
- Kaggle
File size: 132 Bytes
b0af2f9 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:b5be997e01a75127ffdc0f1b8186ec7c7f35748fa170844058ad91ace4cf08c5
size 1178104
|