lhoestq HF staff commited on
Commit
dea2001
1 Parent(s): 9ceaa0f

add dataset_info in dataset metadata

Browse files
Files changed (1) hide show
  1. README.md +37 -1
README.md CHANGED
@@ -19,6 +19,42 @@ task_categories:
19
  task_ids:
20
  - multi-class-classification
21
  paperswithcode_id: coarse-discourse
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
22
  ---
23
 
24
  # Dataset Card for "coarse_discourse"
@@ -192,4 +228,4 @@ The data fields are the same among all splits.
192
 
193
  ### Contributions
194
 
195
- Thanks to [@thomwolf](https://github.com/thomwolf), [@lewtun](https://github.com/lewtun), [@jplu](https://github.com/jplu) for adding this dataset.
19
  task_ids:
20
  - multi-class-classification
21
  paperswithcode_id: coarse-discourse
22
+ dataset_info:
23
+ features:
24
+ - name: title
25
+ dtype: string
26
+ - name: is_self_post
27
+ dtype: bool
28
+ - name: subreddit
29
+ dtype: string
30
+ - name: url
31
+ dtype: string
32
+ - name: majority_link
33
+ dtype: string
34
+ - name: is_first_post
35
+ dtype: bool
36
+ - name: majority_type
37
+ dtype: string
38
+ - name: id_post
39
+ dtype: string
40
+ - name: post_depth
41
+ dtype: int32
42
+ - name: in_reply_to
43
+ dtype: string
44
+ - name: annotations
45
+ sequence:
46
+ - name: annotator
47
+ dtype: string
48
+ - name: link_to_post
49
+ dtype: string
50
+ - name: main_type
51
+ dtype: string
52
+ splits:
53
+ - name: train
54
+ num_bytes: 45443464
55
+ num_examples: 116357
56
+ download_size: 4636201
57
+ dataset_size: 45443464
58
  ---
59
 
60
  # Dataset Card for "coarse_discourse"
228
 
229
  ### Contributions
230
 
231
+ Thanks to [@thomwolf](https://github.com/thomwolf), [@lewtun](https://github.com/lewtun), [@jplu](https://github.com/jplu) for adding this dataset.