jingyaogong commited on
Commit
a12d43a
·
verified ·
1 Parent(s): 03ebbad

Upload README.md

Browse files
Files changed (1) hide show
  1. README.md +22 -4
README.md CHANGED
@@ -1,10 +1,28 @@
1
  ---
2
  license: apache-2.0
3
  language:
4
- - en
5
- - zh
 
 
 
 
 
 
 
 
 
 
6
  ---
7
 
8
- Copy this model(fp16) from
9
 
10
- https://modelscope.cn/models/iic/SenseVoiceSmall
 
 
 
 
 
 
 
 
 
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