bethard commited on
Commit
fcf7de2
1 Parent(s): 625abc9

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +38 -0
README.md CHANGED
@@ -29,6 +29,44 @@ task_categories:
29
  - text-classification
30
  task_ids:
31
  - multi-label-classification
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
32
  ---
33
 
34
  # Dataset Card for incivility-arizona-daily-star-comments
 
29
  - text-classification
30
  task_ids:
31
  - multi-label-classification
32
+ dataset_info:
33
+ features:
34
+ - name: text
35
+ dtype: string
36
+ - name: aspersion
37
+ dtype: int64
38
+ - name: hyperbole
39
+ dtype: int64
40
+ - name: lying
41
+ dtype: int64
42
+ - name: namecalling
43
+ dtype: int64
44
+ - name: noncooperation
45
+ dtype: int64
46
+ - name: offtopic
47
+ dtype: int64
48
+ - name: other_incivility
49
+ dtype: int64
50
+ - name: pejorative
51
+ dtype: int64
52
+ - name: sarcasm
53
+ dtype: int64
54
+ - name: vulgarity
55
+ dtype: int64
56
+ - name: __index_level_0__
57
+ dtype: int64
58
+ splits:
59
+ - name: train
60
+ num_bytes: 1568771
61
+ num_examples: 3910
62
+ - name: validation
63
+ num_bytes: 398667
64
+ num_examples: 976
65
+ - name: test
66
+ num_bytes: 486262
67
+ num_examples: 1228
68
+ download_size: 1400753
69
+ dataset_size: 2453700
70
  ---
71
 
72
  # Dataset Card for incivility-arizona-daily-star-comments