Instructions to use amaai-lab/SonicVerse with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use amaai-lab/SonicVerse with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("mistralai/Mistral-7B-Instruct-v0.1") model = PeftModel.from_pretrained(base_model, "amaai-lab/SonicVerse") - Notebooks
- Google Colab
- Kaggle
File size: 135 Bytes
1146765 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:86c8e3d08b7ae6d6d331aab445f68da813c66494a18ba52a6b81331d48bc905a
size 2275096730
|