Audio-to-Audio
Transformers
Safetensors
raon_duplex
feature-extraction
speech
audio
multimodal
full-duplex
custom_code
Instructions to use KRAFTON/Raon-SpeechChat-9B with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use KRAFTON/Raon-SpeechChat-9B with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("KRAFTON/Raon-SpeechChat-9B", trust_remote_code=True, device_map="auto") - Notebooks
- Google Colab
- Kaggle
Remove 'Blog (Coming soon)' from header
Browse files
README.md
CHANGED
|
@@ -27,7 +27,7 @@ pipeline_tag: audio-to-audio
|
|
| 27 |
</p>
|
| 28 |
|
| 29 |
<p align="center">
|
| 30 |
-
<a href="https://raon.krafton.ai">Demo</a> | <a href="https://github.com/krafton-ai/Raon-SpeechChat-Demo">Self-Hosted Demo</a> | <a href="https://arxiv.org/abs/2605.23912">Technical Report</a>
|
| 31 |
</p>
|
| 32 |
|
| 33 |
Raon-SpeechChat-9B is a **full-duplex** speech language model that enables real-time, simultaneous listen-and-speak conversation in English.
|
|
|
|
| 27 |
</p>
|
| 28 |
|
| 29 |
<p align="center">
|
| 30 |
+
<a href="https://raon.krafton.ai">Demo</a> | <a href="https://github.com/krafton-ai/Raon-SpeechChat-Demo">Self-Hosted Demo</a> | <a href="https://arxiv.org/abs/2605.23912">Technical Report</a>
|
| 31 |
</p>
|
| 32 |
|
| 33 |
Raon-SpeechChat-9B is a **full-duplex** speech language model that enables real-time, simultaneous listen-and-speak conversation in English.
|