docs: clarify Nano language coverage

#1
by langgz - opened
Files changed (1) hide show
  1. README.md +1 -10
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. It supports multilingual speech recognition covering Chinese (with dialects), English, Japanese, Korean, and many more languages.
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