Audio-to-Audio
Transformers
Safetensors
PEFT
English
Chinese
speech-to-speech
simultaneous-translation
streaming
qwen2.5-omni
Instructions to use HA-SA-ki/SimulS2ST-Omni with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use HA-SA-ki/SimulS2ST-Omni with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("HA-SA-ki/SimulS2ST-Omni", device_map="auto") - PEFT
How to use HA-SA-ki/SimulS2ST-Omni with PEFT:
Task type is invalid.
- Notebooks
- Google Colab
- Kaggle
File size: 275 Bytes
f92dc0d | 1 2 3 4 5 6 7 8 9 10 11 12 | {
"feature_extractor_type": "SeamlessM4TFeatureExtractor",
"feature_size": 80,
"num_mel_bins": 80,
"padding_side": "right",
"padding_value": 1,
"processor_class": "Wav2Vec2BertProcessor",
"return_attention_mask": true,
"sampling_rate": 16000,
"stride": 2
}
|