finiteautomata commited on
Commit
4d729bc
1 Parent(s): 2340a94

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +57 -0
README.md ADDED
@@ -0,0 +1,57 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ dataset_info:
3
+ features:
4
+ - name: tweet_id
5
+ dtype: string
6
+ - name: text
7
+ dtype: string
8
+ - name: title
9
+ dtype: string
10
+ - name: url
11
+ dtype: string
12
+ - name: user
13
+ dtype: string
14
+ - name: body
15
+ dtype: string
16
+ - name: created_at
17
+ dtype: string
18
+ - name: comments
19
+ list:
20
+ - name: created_at
21
+ dtype: string
22
+ - name: prediction
23
+ struct:
24
+ - name: APPEARANCE
25
+ dtype: int64
26
+ - name: CALLS
27
+ dtype: int64
28
+ - name: CLASS
29
+ dtype: int64
30
+ - name: CRIMINAL
31
+ dtype: int64
32
+ - name: DISABLED
33
+ dtype: int64
34
+ - name: LGBTI
35
+ dtype: int64
36
+ - name: POLITICS
37
+ dtype: int64
38
+ - name: RACISM
39
+ dtype: int64
40
+ - name: WOMEN
41
+ dtype: int64
42
+ - name: text
43
+ dtype: string
44
+ - name: tweet_id
45
+ dtype: string
46
+ - name: user_id
47
+ dtype: string
48
+ splits:
49
+ - name: train
50
+ num_bytes: 966743020
51
+ num_examples: 137193
52
+ download_size: 460117874
53
+ dataset_size: 966743020
54
+ ---
55
+ # Dataset Card for "articles_and_comments"
56
+
57
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)