游雁 commited on
Commit
8477679
1 Parent(s): cee38ea
Files changed (1) hide show
  1. README.md +4 -38
README.md CHANGED
@@ -1,44 +1,10 @@
1
  ---
 
 
 
2
  tasks:
3
  - voice-activity-detection
4
- domain:
5
- - audio
6
- model-type:
7
- - VAD model
8
- frameworks:
9
- - pytorch
10
- backbone:
11
- - fsmn
12
- metrics:
13
- - f1_score
14
- license: Apache License 2.0
15
- language:
16
- - cn
17
- tags:
18
- - FunASR
19
- - FSMN
20
- - Alibaba
21
- - Online
22
- datasets:
23
- train:
24
- - 20,000 hour industrial Mandarin task
25
- test:
26
- - 20,000 hour industrial Mandarin task
27
- widgets:
28
- - task: voice-activity-detection
29
- inputs:
30
- - type: audio
31
- name: input
32
- title: 音频
33
- examples:
34
- - name: 1
35
- title: 示例1
36
- inputs:
37
- - name: input
38
- data: git://example/vad_example.wav
39
- inferencespec:
40
- cpu: 1 #CPU数量
41
- memory: 4096
42
  ---
43
 
44
  # FSMN-Monophone VAD 模型介绍
 
1
  ---
2
+ license: other
3
+ license_name: model-license
4
+ license_link: https://github.com/alibaba-damo-academy/FunASR/blob/main
5
  tasks:
6
  - voice-activity-detection
7
+ pipeline_tag: voice-activity-detection
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
8
  ---
9
 
10
  # FSMN-Monophone VAD 模型介绍