Any-to-Any
Transformers
Safetensors
English
Korean
raon
feature-extraction
speech
audio
multimodal
mixture-of-experts
text-to-speech
automatic-speech-recognition
custom_code
Instructions to use KRAFTON/A.X-K2-Raon-Speech-21B-A3B with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use KRAFTON/A.X-K2-Raon-Speech-21B-A3B with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("KRAFTON/A.X-K2-Raon-Speech-21B-A3B", trust_remote_code=True, device_map="auto") - Notebooks
- Google Colab
- Kaggle
Update README.md
Browse files
README.md
CHANGED
|
@@ -11,6 +11,7 @@ tags:
|
|
| 11 |
language:
|
| 12 |
- en
|
| 13 |
- ko
|
|
|
|
| 14 |
---
|
| 15 |
|
| 16 |
<div align="center">
|
|
@@ -309,4 +310,4 @@ Republic of Korea (Grant No. 2026-AIData-WII01).
|
|
| 309 |
This model is released under the
|
| 310 |
[CC BY-NC 4.0](https://creativecommons.org/licenses/by-nc/4.0/) license. The
|
| 311 |
bundled A.X K2 Light implementation code retains its Apache License 2.0
|
| 312 |
-
notices, which apply to that code only.
|
|
|
|
| 11 |
language:
|
| 12 |
- en
|
| 13 |
- ko
|
| 14 |
+
pipeline_tag: any-to-any
|
| 15 |
---
|
| 16 |
|
| 17 |
<div align="center">
|
|
|
|
| 310 |
This model is released under the
|
| 311 |
[CC BY-NC 4.0](https://creativecommons.org/licenses/by-nc/4.0/) license. The
|
| 312 |
bundled A.X K2 Light implementation code retains its Apache License 2.0
|
| 313 |
+
notices, which apply to that code only.
|