Instructions to use hf-100/Jamba-1.6-Large-Spellbound-StoryWriter-instruct-0.3-chkpt-336 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use hf-100/Jamba-1.6-Large-Spellbound-StoryWriter-instruct-0.3-chkpt-336 with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("ai21labs/AI21-Jamba-Large-1.6") model = PeftModel.from_pretrained(base_model, "hf-100/Jamba-1.6-Large-Spellbound-StoryWriter-instruct-0.3-chkpt-336") - Notebooks
- Google Colab
- Kaggle
Welcome to the community
The community tab is the place to discuss and collaborate with the HF community!