Automatic Speech Recognition
Transformers
Safetensors
fun_asr_nano
text-generation
speech-recognition
asr
end-to-end
multilingual
streaming
Instructions to use FunAudioLLM/Fun-ASR-Nano-2512-hf with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use FunAudioLLM/Fun-ASR-Nano-2512-hf with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("automatic-speech-recognition", model="FunAudioLLM/Fun-ASR-Nano-2512-hf")# Load model directly from transformers import AutoModelForSeq2SeqLM model = AutoModelForSeq2SeqLM.from_pretrained("FunAudioLLM/Fun-ASR-Nano-2512-hf", dtype="auto") - Notebooks
- Google Colab
- Kaggle
docs: clarify Nano language coverage
#1
by langgz - opened
README.md
CHANGED
|
@@ -3,16 +3,7 @@ language:
|
|
| 3 |
- zh
|
| 4 |
- en
|
| 5 |
- ja
|
| 6 |
-
- ko
|
| 7 |
- yue
|
| 8 |
-
- vi
|
| 9 |
-
- id
|
| 10 |
-
- th
|
| 11 |
-
- ms
|
| 12 |
-
- tl
|
| 13 |
-
- ar
|
| 14 |
-
- hi
|
| 15 |
-
- multilingual
|
| 16 |
license: apache-2.0
|
| 17 |
library_name: transformers
|
| 18 |
pipeline_tag: automatic-speech-recognition
|
|
@@ -38,7 +29,7 @@ This model is part of the **FunASR** ecosystem — one industrial-grade open-sou
|
|
| 38 |
|
| 39 |
This is the Hugging Face Transformers-compatible version of [Fun-ASR-Nano-2512](https://huggingface.co/FunAudioLLM/Fun-ASR-Nano-2512).
|
| 40 |
|
| 41 |
-
Fun-ASR-Nano is an end-to-end speech recognition model by [FunAudioLLM](https://github.com/FunAudioLLM), trained on tens of millions of hours of real speech data.
|
| 42 |
|
| 43 |
## Transformers quickstart
|
| 44 |
|
|
|
|
| 3 |
- zh
|
| 4 |
- en
|
| 5 |
- ja
|
|
|
|
| 6 |
- yue
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 7 |
license: apache-2.0
|
| 8 |
library_name: transformers
|
| 9 |
pipeline_tag: automatic-speech-recognition
|
|
|
|
| 29 |
|
| 30 |
This is the Hugging Face Transformers-compatible version of [Fun-ASR-Nano-2512](https://huggingface.co/FunAudioLLM/Fun-ASR-Nano-2512).
|
| 31 |
|
| 32 |
+
Fun-ASR-Nano is an end-to-end speech recognition model by [FunAudioLLM](https://github.com/FunAudioLLM), trained on tens of millions of hours of real speech data. This checkpoint supports Chinese, English, and Japanese; its Chinese coverage includes 7 dialect groups and 26 regional accents. For 31-language recognition, use the separate [Fun-ASR-MLT-Nano-2512](https://huggingface.co/FunAudioLLM/Fun-ASR-MLT-Nano-2512) checkpoint.
|
| 33 |
|
| 34 |
## Transformers quickstart
|
| 35 |
|