waiv commited on
Commit
70b3077
·
verified ·
1 Parent(s): 9145f78
Files changed (1) hide show
  1. README.md +32 -24
README.md CHANGED
@@ -1,24 +1,32 @@
1
- ---
2
- license: cc-by-nc-4.0
3
- configs:
4
- - config_name: default
5
- data_files:
6
- - split: test
7
- path: data/test-*
8
- dataset_info:
9
- features:
10
- - name: id
11
- dtype: string
12
- - name: audio
13
- dtype:
14
- audio:
15
- sampling_rate: 16000
16
- - name: label
17
- dtype: string
18
- splits:
19
- - name: test
20
- num_bytes: 212569.0
21
- num_examples: 3
22
- download_size: 214261
23
- dataset_size: 212569.0
24
- ---
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: cc-by-nc-4.0
3
+ configs:
4
+ - config_name: default
5
+ data_files:
6
+ - split: test
7
+ path: data/test-*
8
+ dataset_info:
9
+ features:
10
+ - name: id
11
+ dtype: string
12
+ - name: audio
13
+ dtype:
14
+ audio:
15
+ sampling_rate: 16000
16
+ - name: label
17
+ dtype: string
18
+ splits:
19
+ - name: test
20
+ num_bytes: 212569.0
21
+ num_examples: 3
22
+ download_size: 214261
23
+ dataset_size: 212569.0
24
+ tags:
25
+ - audio
26
+ - audio-classification
27
+ - Wav2Vec2
28
+ - sentiment
29
+ - FinVoc2Vec
30
+ ---
31
+
32
+ This is a minimal demo for FinVoc2Vec.