Instructions to use KrorngAI/TrorYongASR-tiny with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use KrorngAI/TrorYongASR-tiny with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("automatic-speech-recognition", model="KrorngAI/TrorYongASR-tiny", trust_remote_code=True)# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("KrorngAI/TrorYongASR-tiny", trust_remote_code=True, dtype="auto") - Notebooks
- Google Colab
- Kaggle
Update README.md
Browse files
README.md
CHANGED
|
@@ -14,6 +14,27 @@ metrics:
|
|
| 14 |
- ter
|
| 15 |
pipeline_tag: automatic-speech-recognition
|
| 16 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 17 |
|
| 18 |
# TrorYongASR Tiny
|
| 19 |
|
|
|
|
| 14 |
- ter
|
| 15 |
pipeline_tag: automatic-speech-recognition
|
| 16 |
---
|
| 17 |
+
<div align="center">
|
| 18 |
+
<picture>
|
| 19 |
+
<img src="figures/kimi-logo.png" width="30%" alt="Kimi K2.6">
|
| 20 |
+
</picture>
|
| 21 |
+
</div>
|
| 22 |
+
<hr>
|
| 23 |
+
<div align="center" style="line-height:1">
|
| 24 |
+
<a href="https://www.kimi.com" target="_blank"><img alt="Chat" src="https://img.shields.io/badge/🤖%20Chat-Kimi%20K2.6-ff6b6b?color=1783ff&logoColor=white"/></a>
|
| 25 |
+
<a href="https://www.moonshot.ai" target="_blank"><img alt="Homepage" src="https://img.shields.io/badge/Homepage-Moonshot%20AI-white?logo=Kimi&logoColor=white"/></a>
|
| 26 |
+
</div>
|
| 27 |
+
|
| 28 |
+
<div align="center" style="line-height: 1;">
|
| 29 |
+
<a href="https://huggingface.co/KrorngAI" target="_blank">"Hugging Face"</a>
|
| 30 |
+
<a href="https://twitter.com/kimi_moonshot" target="_blank"><img alt="Twitter Follow" src="https://img.shields.io/badge/Twitter-Kimi.ai-white?logo=x&logoColor=white"/></a>
|
| 31 |
+
<a href="https://discord.gg/TYU2fdJykW" target="_blank"><img alt="Discord" src="https://img.shields.io/badge/Discord-Kimi.ai-white?logo=discord&logoColor=white"/></a>
|
| 32 |
+
<a href="https://modelscope.cn/organization/moonshotai" target="_blank"><img alt="ModelScope" src="https://img.shields.io/badge/ModelScope-Moonshot%20AI-white?labelColor=rgb(99%2C%2074%2C%20255)"/></a>
|
| 33 |
+
</div>
|
| 34 |
+
<div align="center" style="line-height: 1;">
|
| 35 |
+
<a href="https://huggingface.co/moonshotai/Kimi-K2.6/blob/main/LICENSE"><img alt="License" src="https://img.shields.io/badge/License-Modified_MIT-f5de53?&color=f5de53"/></a>
|
| 36 |
+
</div>
|
| 37 |
+
|
| 38 |
|
| 39 |
# TrorYongASR Tiny
|
| 40 |
|