lhoestq HF staff commited on
Commit
141fbd4
β€’
1 Parent(s): 7c6472e

Remove config names as yaml keys (#4367)

Browse files

* validate YAML part

* fix bad YAML keys

* don't have config names as yaml keys

* style

* Remove hacking license tags when mirroring datasets on the Hub

* fix test

* fix style

* more fixes

* remove dots in QA column mapping keys

Commit from https://github.com/huggingface/datasets/commit/3f3013441e4af9bf4efa752b5e6e184a588b7a80

Files changed (1) hide show
  1. README.md +20 -73
README.md CHANGED
@@ -10,83 +10,18 @@ licenses:
10
  multilinguality:
11
  - monolingual
12
  size_categories:
13
- emoji:
14
- - 100K<n<1M
15
- emotion:
16
- - 1K<n<10K
17
- hate:
18
- - 10K<n<100K
19
- irony:
20
- - 1K<n<10K
21
- offensive:
22
- - 10K<n<100K
23
- sentiment:
24
- - 10K<n<100K
25
- stance_abortion:
26
- - n<1K
27
- stance_atheism:
28
- - n<1K
29
- stance_climate:
30
- - n<1K
31
- stance_feminist:
32
- - n<1K
33
- stance_hillary:
34
- - n<1K
35
  source_datasets:
36
- emoji:
37
- - extended|other-tweet-datasets
38
- emotion:
39
- - extended|other-tweet-datasets
40
- hate:
41
- - extended|other-tweet-datasets
42
- irony:
43
- - extended|other-tweet-datasets
44
- offensive:
45
- - extended|other-tweet-datasets
46
- sentiment:
47
- - extended|other-tweet-datasets
48
- stance_abortion:
49
- - extended|other-tweet-datasets
50
- stance_atheism:
51
- - extended|other-tweet-datasets
52
- stance_climate:
53
- - extended|other-tweet-datasets
54
- stance_feminist:
55
- - extended|other-tweet-datasets
56
- stance_hillary:
57
- - extended|other-tweet-datasets
58
  task_categories:
59
  - text-classification
60
  task_ids:
61
- emoji:
62
- - multi-class-classification
63
- emotion:
64
- - multi-class-classification
65
- - sentiment-classification
66
- hate:
67
- - intent-classification
68
- irony:
69
- - multi-class-classification
70
- offensive:
71
- - intent-classification
72
- sentiment:
73
- - multi-class-classification
74
- - sentiment-classification
75
- stance_abortion:
76
- - intent-classification
77
- - multi-class-classification
78
- stance_atheism:
79
- - intent-classification
80
- - multi-class-classification
81
- stance_climate:
82
- - intent-classification
83
- - multi-class-classification
84
- stance_feminist:
85
- - intent-classification
86
- - multi-class-classification
87
- stance_hillary:
88
- - intent-classification
89
- - multi-class-classification
90
  paperswithcode_id: tweeteval
91
  pretty_name: TweetEval
92
  train-eval-index:
@@ -306,6 +241,18 @@ train-eval-index:
306
  name: Recall weighted
307
  args:
308
  average: weighted
 
 
 
 
 
 
 
 
 
 
 
 
309
  ---
310
 
311
  # Dataset Card for tweet_eval
10
  multilinguality:
11
  - monolingual
12
  size_categories:
13
+ - 100K<n<1M
14
+ - 10K<n<100K
15
+ - 1K<n<10K
16
+ - n<1K
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
17
  source_datasets:
18
+ - extended|other-tweet-datasets
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
19
  task_categories:
20
  - text-classification
21
  task_ids:
22
+ - intent-classification
23
+ - multi-class-classification
24
+ - sentiment-classification
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
25
  paperswithcode_id: tweeteval
26
  pretty_name: TweetEval
27
  train-eval-index:
241
  name: Recall weighted
242
  args:
243
  average: weighted
244
+ configs:
245
+ - emoji
246
+ - emotion
247
+ - hate
248
+ - irony
249
+ - offensive
250
+ - sentiment
251
+ - stance_abortion
252
+ - stance_atheism
253
+ - stance_climate
254
+ - stance_feminist
255
+ - stance_hillary
256
  ---
257
 
258
  # Dataset Card for tweet_eval