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
|
@@ -361,6 +361,8 @@ So, huge thanks to [`LightningAI`](https://lightning.ai) and `Google Colab`.
|
|
| 361 |
|
| 362 |
Thanks to the authors of [`PARSeq`](https://github.com/baudm/parseq/tree/main) and [`Whisper`](https://github.com/openai/whisper/tree/main) for their publicly available sourcecode.
|
| 363 |
|
|
|
|
|
|
|
| 364 |
## Model Card Contact
|
| 365 |
|
| 366 |
If you have any questions, please reach out at [Facebook Page](https://www.facebook.com/profile.php?id=61582509385293).
|
|
|
|
| 361 |
|
| 362 |
Thanks to the authors of [`PARSeq`](https://github.com/baudm/parseq/tree/main) and [`Whisper`](https://github.com/openai/whisper/tree/main) for their publicly available sourcecode.
|
| 363 |
|
| 364 |
+
Thanks to [`openslr`](https://openslr.org), [Mozilla Data Collective](https://mozilladatacollective.com/datasets/cml9h5vgc01bxmn075sjeftek) and Google for their publicly available dataset.
|
| 365 |
+
|
| 366 |
## Model Card Contact
|
| 367 |
|
| 368 |
If you have any questions, please reach out at [Facebook Page](https://www.facebook.com/profile.php?id=61582509385293).
|