lhoestq HF staff commited on
Commit
37cff9d
1 Parent(s): 6bbdd48

add dataset_info in dataset metadata

Browse files
Files changed (1) hide show
  1. README.md +67 -1
README.md CHANGED
@@ -21,6 +21,72 @@ task_ids:
21
  - multi-label-classification
22
  paperswithcode_id: null
23
  pretty_name: Dutch Social Media Collection
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
24
  ---
25
 
26
  # Dataset Card for Dutch Social Media Collection
@@ -215,4 +281,4 @@ url = {https://doi.org/10.5072/FK2/MTPTL7}
215
 
216
  ### Contributions
217
 
218
- Thanks to [@skyprince999](https://github.com/skyprince999) for adding this dataset.
 
21
  - multi-label-classification
22
  paperswithcode_id: null
23
  pretty_name: Dutch Social Media Collection
24
+ dataset_info:
25
+ features:
26
+ - name: full_text
27
+ dtype: string
28
+ - name: text_translation
29
+ dtype: string
30
+ - name: screen_name
31
+ dtype: string
32
+ - name: description
33
+ dtype: string
34
+ - name: desc_translation
35
+ dtype: string
36
+ - name: location
37
+ dtype: string
38
+ - name: weekofyear
39
+ dtype: int64
40
+ - name: weekday
41
+ dtype: int64
42
+ - name: month
43
+ dtype: int64
44
+ - name: year
45
+ dtype: int64
46
+ - name: day
47
+ dtype: int64
48
+ - name: point_info
49
+ dtype: string
50
+ - name: point
51
+ dtype: string
52
+ - name: latitude
53
+ dtype: float64
54
+ - name: longitude
55
+ dtype: float64
56
+ - name: altitude
57
+ dtype: float64
58
+ - name: province
59
+ dtype: string
60
+ - name: hisco_standard
61
+ dtype: string
62
+ - name: hisco_code
63
+ dtype: string
64
+ - name: industry
65
+ dtype: bool_
66
+ - name: sentiment_pattern
67
+ dtype: float64
68
+ - name: subjective_pattern
69
+ dtype: float64
70
+ - name: label
71
+ dtype:
72
+ class_label:
73
+ names:
74
+ 0: neg
75
+ 1: neu
76
+ 2: pos
77
+ config_name: dutch_social
78
+ splits:
79
+ - name: test
80
+ num_bytes: 35185351
81
+ num_examples: 54268
82
+ - name: train
83
+ num_bytes: 105569586
84
+ num_examples: 162805
85
+ - name: validation
86
+ num_bytes: 34334756
87
+ num_examples: 54269
88
+ download_size: 68740666
89
+ dataset_size: 175089693
90
  ---
91
 
92
  # Dataset Card for Dutch Social Media Collection
 
281
 
282
  ### Contributions
283
 
284
+ Thanks to [@skyprince999](https://github.com/skyprince999) for adding this dataset.