Instructions to use md13/vanitas-sft with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- MambaSSM
How to use md13/vanitas-sft with MambaSSM:
from mamba_ssm import MambaLMHeadModel model = MambaLMHeadModel.from_pretrained("md13/vanitas-sft") - Notebooks
- Google Colab
- Kaggle
File size: 258 Bytes
add83f7 | 1 2 3 4 5 6 7 8 9 10 11 12 13 | {
"perception_dim": 256,
"perception_layers": 4,
"cognition_dim": 256,
"cognition_layers": 4,
"production_dim": 256,
"production_layers": 4,
"n_mels": 80,
"sample_rate": 16000,
"hop_length": 160,
"max_mel_length": 800,
"flow_steps": 8
} |