Any-to-Any
Transformers
Safetensors
English
Korean
raon
image-feature-extraction
speech
audio
multimodal
custom_code
Instructions to use KRAFTON/Raon-Speech-9B with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use KRAFTON/Raon-Speech-9B with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("KRAFTON/Raon-Speech-9B", trust_remote_code=True, dtype="auto") - Notebooks
- Google Colab
- Kaggle
Update README.md
Browse files
README.md
CHANGED
|
@@ -248,4 +248,16 @@ The current release includes:
|
|
| 248 |
|
| 249 |
For exact architectural details, training hyperparameters, Korean benchmark construction, and the Raon-SpeechChat full-duplex extension, consult the technical report included in this repository.
|
| 250 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 251 |
© 2026 KRAFTON
|
|
|
|
| 248 |
|
| 249 |
For exact architectural details, training hyperparameters, Korean benchmark construction, and the Raon-SpeechChat full-duplex extension, consult the technical report included in this repository.
|
| 250 |
|
| 251 |
+
## Citation
|
| 252 |
+
|
| 253 |
+
```bash
|
| 254 |
+
@misc{raonspeech,
|
| 255 |
+
title = {Raon-Speech Technical Report},
|
| 256 |
+
author = {{KRAFTON}},
|
| 257 |
+
month = {April},
|
| 258 |
+
year = {2026}
|
| 259 |
+
}
|
| 260 |
+
```
|
| 261 |
+
|
| 262 |
+
|
| 263 |
© 2026 KRAFTON
|