Instructions to use mattshumer/Jamba-Chat with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use mattshumer/Jamba-Chat with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("ai21labs/Jamba-v0.1") model = PeftModel.from_pretrained(base_model, "mattshumer/Jamba-Chat") - Notebooks
- Google Colab
- Kaggle
These are adapters for the first chat version of Jamba.
- PEFT 0.10.0
- Downloads last month
- 6
Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support
Model tree for mattshumer/Jamba-Chat
Base model
ai21labs/Jamba-v0.1