Audio-Text-to-Text
Transformers
Safetensors
robobrain_audio
text-generation
audio
multimodal
robobrain
openmoss-audio
custom_code
Instructions to use BAAI/GaussianMind with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use BAAI/GaussianMind with Transformers:
# Load model directly from transformers import AutoModelForCausalLM model = AutoModelForCausalLM.from_pretrained("BAAI/GaussianMind", trust_remote_code=True, device_map="auto") - Notebooks
- Google Colab
- Kaggle
| { | |
| "auto_map": { | |
| "AutoProcessor": "processing_robobrain_audio.RoboBrainAudioProcessor" | |
| }, | |
| "processor_class": "RoboBrainAudioProcessor", | |
| "mel_config": { | |
| "mel_sr": 16000, | |
| "mel_dim": 128, | |
| "mel_n_fft": 400, | |
| "mel_hop_length": 160, | |
| "mel_dtype": "bfloat16", | |
| "use_whisper_feature_extractor": true | |
| }, | |
| "enable_time_marker": false, | |
| "audio_token_id": 151654, | |
| "audio_start_id": 151669, | |
| "audio_end_id": 151670 | |
| } |