iohadrubin commited on
Commit
b6501cf
·
verified ·
1 Parent(s): 0c7dd33

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +74 -0
README.md ADDED
@@ -0,0 +1,74 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ configs:
3
+ - config_name: default
4
+ data_files:
5
+ - split: train
6
+ path: data/train-*
7
+ - split: test
8
+ path: data/test-*
9
+ - split: validation
10
+ path: data/validation-*
11
+ dataset_info:
12
+ features:
13
+ - name: audio
14
+ dtype:
15
+ audio:
16
+ sampling_rate: 16000
17
+ - name: dialogue
18
+ list:
19
+ - name: Rec_Id
20
+ dtype: int64
21
+ - name: annotation
22
+ sequence: string
23
+ - name: end_role
24
+ dtype: string
25
+ - name: end_time_in_seconds
26
+ dtype: int64
27
+ - name: speaker
28
+ dtype: string
29
+ - name: start_role
30
+ dtype: string
31
+ - name: start_time_in_seconds
32
+ dtype: int64
33
+ - name: target
34
+ dtype: string
35
+ - name: timestamp
36
+ dtype: string
37
+ - name: utterance
38
+ dtype: string
39
+ - name: start
40
+ dtype: int64
41
+ - name: end
42
+ dtype: int64
43
+ - name: idx
44
+ dtype: int64
45
+ - name: Game_ID
46
+ dtype: string
47
+ - name: file_name
48
+ dtype: string
49
+ - name: video_name
50
+ dtype: string
51
+ - name: startRoles
52
+ sequence: string
53
+ - name: startTime
54
+ dtype: string
55
+ - name: endRoles
56
+ sequence: string
57
+ - name: playerNames
58
+ sequence: string
59
+ splits:
60
+ - name: train
61
+ num_bytes: 6512729183.52
62
+ num_examples: 12746
63
+ - name: test
64
+ num_bytes: 1862102498.374
65
+ num_examples: 3602
66
+ - name: validation
67
+ num_bytes: 1247012408.776
68
+ num_examples: 2473
69
+ download_size: 8951243970
70
+ dataset_size: 9621844090.670002
71
+ ---
72
+ # Dataset Card for "werewolf_dialogue_data_10sec"
73
+
74
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)