Zaid commited on
Commit
9fc8fd8
1 Parent(s): dedf383

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +51 -1
README.md CHANGED
@@ -1,3 +1,53 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  # Dataset Card for arabic_empathetic_conversations
2
 
3
  ## Table of Contents
@@ -131,4 +181,4 @@
131
 
132
  ### Contributions
133
 
134
- Thanks to [@github-username](https://github.com/<github-username>) for adding this dataset.
 
1
+ ---
2
+ dataset_info:
3
+ features:
4
+ - name: context
5
+ dtype: string
6
+ - name: response
7
+ dtype: string
8
+ - name: label
9
+ dtype:
10
+ class_label:
11
+ names:
12
+ '0': afraid
13
+ '1': surprised
14
+ '2': embarrassed
15
+ '3': excited
16
+ '4': nostalgic
17
+ '5': trusting
18
+ '6': terrified
19
+ '7': furious
20
+ '8': hopeful
21
+ '9': disgusted
22
+ '10': sentimental
23
+ '11': anxious
24
+ '12': anticipating
25
+ '13': prepared
26
+ '14': guilty
27
+ '15': annoyed
28
+ '16': confident
29
+ '17': sad
30
+ '18': impressed
31
+ '19': grateful
32
+ '20': caring
33
+ '21': disappointed
34
+ '22': apprehensive
35
+ '23': jealous
36
+ '24': content
37
+ '25': angry
38
+ '26': proud
39
+ '27': devastated
40
+ '28': faithful
41
+ '29': ashamed
42
+ '30': joyful
43
+ '31': lonely
44
+ splits:
45
+ - name: train
46
+ num_bytes: 8024260
47
+ num_examples: 36628
48
+ download_size: 4247519
49
+ dataset_size: 8024260
50
+ ---
51
  # Dataset Card for arabic_empathetic_conversations
52
 
53
  ## Table of Contents
 
181
 
182
  ### Contributions
183
 
184
+ Thanks to [@github-username](https://github.com/<github-username>) for adding this dataset.