liyucheng commited on
Commit
4367f3d
·
1 Parent(s): fbc833b

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +53 -0
README.md ADDED
@@ -0,0 +1,53 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ dataset_info:
3
+ features:
4
+ - name: user
5
+ dtype: string
6
+ - name: label
7
+ dtype: string
8
+ - name: timestamp
9
+ dtype: string
10
+ - name: source
11
+ dtype: string
12
+ - name: subreddit
13
+ dtype: string
14
+ - name: id_original
15
+ dtype: string
16
+ - name: text
17
+ dtype: string
18
+ - name: parent_id_original
19
+ dtype: string
20
+ - name: parent_text
21
+ dtype: string
22
+ - name: Language_instance
23
+ dtype: string
24
+ - name: Language_variety
25
+ dtype: string
26
+ - name: Age
27
+ dtype: string
28
+ - name: Sex
29
+ dtype: string
30
+ - name: Ethnicity simplified
31
+ dtype: string
32
+ - name: Country of birth
33
+ dtype: string
34
+ - name: Country of residence
35
+ dtype: string
36
+ - name: Nationality
37
+ dtype: string
38
+ - name: Language_annotator
39
+ dtype: string
40
+ - name: Student status
41
+ dtype: string
42
+ - name: Employment status
43
+ dtype: string
44
+ splits:
45
+ - name: train
46
+ num_bytes: 7299373
47
+ num_examples: 14172
48
+ download_size: 1038853
49
+ dataset_size: 7299373
50
+ ---
51
+ # Dataset Card for "EPIC_Irony"
52
+
53
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)