Add model card YAML metadata for better HuggingFace discoverability
Browse files
README.md
CHANGED
|
@@ -1,3 +1,42 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
# Fun-ASR
|
| 2 |
|
| 3 |
「[简体中文](README_zh.md)」|「English」
|
|
|
|
| 1 |
+
---
|
| 2 |
+
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: funasr
|
| 18 |
+
pipeline_tag: automatic-speech-recognition
|
| 19 |
+
tags:
|
| 20 |
+
- speech-recognition
|
| 21 |
+
- asr
|
| 22 |
+
- end-to-end
|
| 23 |
+
- multilingual
|
| 24 |
+
- chinese
|
| 25 |
+
- dialects
|
| 26 |
+
- streaming
|
| 27 |
+
- speaker-diarization
|
| 28 |
+
- timestamps
|
| 29 |
+
- hotwords
|
| 30 |
+
- whisper-alternative
|
| 31 |
+
- vllm
|
| 32 |
+
- real-time
|
| 33 |
+
datasets:
|
| 34 |
+
- custom
|
| 35 |
+
model-index:
|
| 36 |
+
- name: Fun-ASR-Nano-2512
|
| 37 |
+
results: []
|
| 38 |
+
---
|
| 39 |
+
|
| 40 |
# Fun-ASR
|
| 41 |
|
| 42 |
「[简体中文](README_zh.md)」|「English」
|