Ar4ikov commited on
Commit
3b1335c
1 Parent(s): ba26d57

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +40 -0
README.md ADDED
@@ -0,0 +1,40 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ dataset_info:
3
+ features:
4
+ - name: _id
5
+ dtype: string
6
+ - name: activation
7
+ dtype: float64
8
+ - name: dominance
9
+ dtype: float64
10
+ - name: emotion
11
+ dtype: string
12
+ - name: end_time
13
+ dtype: float64
14
+ - name: start_time
15
+ dtype: float64
16
+ - name: titre
17
+ dtype: string
18
+ - name: to_translate
19
+ dtype: string
20
+ - name: translated
21
+ dtype: string
22
+ - name: valence
23
+ dtype: float64
24
+ - name: audio
25
+ dtype:
26
+ audio:
27
+ sampling_rate: 16000
28
+ splits:
29
+ - name: train
30
+ num_bytes: 1148478491.1463113
31
+ num_examples: 8031
32
+ - name: test
33
+ num_bytes: 287155695.4826887
34
+ num_examples: 2008
35
+ download_size: 1409847521
36
+ dataset_size: 1435634186.629
37
+ ---
38
+ # Dataset Card for "iemocap_audio_text_splitted"
39
+
40
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)