Instructions to use Dumele/viv-beta-mistral2 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use Dumele/viv-beta-mistral2 with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("mistralai/Mistral-7B-Instruct-v0.2") model = PeftModel.from_pretrained(base_model, "Dumele/viv-beta-mistral2") - Notebooks
- Google Colab
- Kaggle
Create app.py
#1 opened about 2 years ago
by
Sh3rlockhomes