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
| { | |
| "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 | |
| } |