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
Information about the model
#1
by roskoN - opened
Hi,
Thank you for sharing this work with the community.
Currently, the link to Github does not seem to work. Do you plan to share more details (e.g., technical report or paper) about your approach?
Thank you,
Rosko
Hi, absolutely. In about 2 days we should have a report come out as out paper was accepted. I will let you know.
Hello! Sorry for the trouble, the github as well as demo link is updated and should be working now!
You can find the paper here: https://arxiv.org/abs/2506.15154
As well as dedicated instructions in the GitHub: https://github.com/AMAAI-Lab/sonicverse
dorienh changed discussion status to closed