Datasets:

Modalities:
Audio
Text
Formats:
parquet
File size: 3,284 Bytes
6c0bf58
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
---
dataset_info:
  features:
  - name: video_id
    dtype: string
  - name: video
    dtype: video
  - name: audio
    dtype:
      audio:
        sampling_rate: 16000
  - name: utterance
    dtype: string
  - name: speaker
    dtype:
      class_label:
        names:
          '0': A Waiter
          '1': Alan
          '2': All
          '3': Bob
          '4': Bonnie
          '5': Brenda
          '6': Carol
          '7': Cecilia
          '8': Chandler
          '9': Chip
          '10': Chloe
          '11': Cliff
          '12': Dana
          '13': Danny
          '14': David
          '15': Dina
          '16': Director
          '17': Doctor Connelly
          '18': Doug
          '19': Dr. Franzblau
          '20': Drew
          '21': Duncan
          '22': Elizabeth
          '23': Emily
          '24': Eric
          '25': Erin
          '26': Female Clerk
          '27': Female Student
          '28': 'Fireman #1'
          '29': Flight Attendant
          '30': Frank
          '31': Frank Sr.
          '32': Frannie
          '33': Gary
          '34': Ginger
          '35': 'Guest #1'
          '36': Gunther
          '37': Guy
          '38': Hold Voice
          '39': Host
          '40': Hypnosis Tape
          '41': Jade
          '42': Janice
          '43': Jessica Lockhart
          '44': Jill
          '45': Joanna
          '46': Joey
          '47': Judge
          '48': Kathy
          '49': Kim
          '50': Larry
          '51': Leslie
          '52': Lorraine
          '53': Lydia
          '54': Man
          '55': Marjorie
          '56': Mark
          '57': Mike
          '58': Molly
          '59': Mona
          '60': Monica
          '61': Mr. Bing
          '62': Mr. Geller
          '63': Mr. Kaplan
          '64': Mr. Treeger
          '65': Mr. Waltham
          '66': Mrs. Bing
          '67': Mrs. Geller
          '68': Nancy
          '69': Nurse
          '70': Paul
          '71': Pete
          '72': Phoebe
          '73': Phoebe Sr
          '74': Phoebe and Leslie
          '75': Rachel
          '76': Rachel and Bonnie
          '77': Roger
          '78': Ross
          '79': Ross and Chandler
          '80': Sarah
          '81': Sophie
          '82': Steve
          '83': Student
          '84': Susan
          '85': Tag
          '86': The Casting Director
          '87': The Director
          '88': The Dry Cleaner
          '89': The Fan
          '90': The Instructor
          '91': The Stripper
          '92': The Teacher
          '93': The Waiter
          '94': Ticket Counter Attendant
          '95': Tommy
          '96': Tour Guide
          '97': Waitress
          '98': Wayne
          '99': Woman
  - name: emotion
    dtype:
      class_label:
        names:
          '0': anger
          '1': disgust
          '2': fear
          '3': joy
          '4': neutral
          '5': sadness
          '6': surprise
  - name: sentiment
    dtype:
      class_label:
        names:
          '0': negative
          '1': neutral
          '2': positive
  splits:
  - name: test
    num_bytes: 2763742801
    num_examples: 2610
  download_size: 2477122916
  dataset_size: 2763742801
configs:
- config_name: default
  data_files:
  - split: test
    path: data/test-*
---