Upload README.md
Browse files
README.md
CHANGED
|
@@ -1,10 +1,28 @@
|
|
| 1 |
---
|
| 2 |
license: apache-2.0
|
| 3 |
language:
|
| 4 |
-
-
|
| 5 |
-
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 6 |
---
|
| 7 |
|
| 8 |
-
|
| 9 |
|
| 10 |
-
https://
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
---
|
| 2 |
license: apache-2.0
|
| 3 |
language:
|
| 4 |
+
- zh
|
| 5 |
+
- en
|
| 6 |
+
- yue
|
| 7 |
+
- ja
|
| 8 |
+
- ko
|
| 9 |
+
tags:
|
| 10 |
+
- automatic-speech-recognition
|
| 11 |
+
- speech
|
| 12 |
+
- audio
|
| 13 |
+
- encoder
|
| 14 |
+
- sensevoice
|
| 15 |
+
pipeline_tag: automatic-speech-recognition
|
| 16 |
---
|
| 17 |
|
| 18 |
+
# SenseVoiceSmall
|
| 19 |
|
| 20 |
+
This directory contains a local copy of [SenseVoiceSmall](https://huggingface.co/FunAudioLLM/SenseVoiceSmall), released by the FunAudioLLM team. The model is used as a speech encoder / speech recognition component, while the original model architecture, weights, authorship, and license remain attributed to the original authors.
|
| 21 |
+
|
| 22 |
+
The original SenseVoiceSmall model is released under the `Apache-2.0` license. When using, redistributing, or citing these files, please keep the original author information, model link, and license notice.
|
| 23 |
+
|
| 24 |
+
Original links:
|
| 25 |
+
|
| 26 |
+
- Hugging Face: https://huggingface.co/FunAudioLLM/SenseVoiceSmall
|
| 27 |
+
- ModelScope: https://www.modelscope.cn/iic/SenseVoiceSmall
|
| 28 |
+
- License: https://www.apache.org/licenses/LICENSE-2.0
|