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
| # Python bytecode and test/tool caches | |
| __pycache__/ | |
| *.py[cod] | |
| .pytest_cache/ | |
| .mypy_cache/ | |
| .ruff_cache/ | |
| .coverage | |
| htmlcov/ | |
| # Local environments and secrets | |
| .venv/ | |
| .env | |
| .env.* | |
| # Local validation and agent planning artifacts | |
| validation_outputs/ | |
| docs/superpowers/ | |
| README.draft.md | |
| # Editor, notebook, and operating-system metadata | |
| .idea/ | |
| .vscode/ | |
| .ipynb_checkpoints/ | |
| .DS_Store | |
| Thumbs.db | |
| # Temporary files and logs | |
| *.log | |
| *.tmp | |
| *.temp | |
| *.swp | |
| *.swo | |
| *~ | |