lhoestq HF staff commited on
Commit
d50f33e
1 Parent(s): e8b975e

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 +28 -72
README.md CHANGED
@@ -10,84 +10,40 @@ licenses:
10
  multilinguality:
11
  - monolingual
12
  size_categories:
13
- bapos:
14
- - 10K<n<100K
15
- casa:
16
- - 1K<n<10K
17
- emot:
18
- - 1K<n<10K
19
- facqa:
20
- - 1K<n<10K
21
- hoasa:
22
- - 1K<n<10K
23
- keps:
24
- - 1K<n<10K
25
- nergrit:
26
- - 1K<n<10K
27
- nerp:
28
- - 1K<n<10K
29
- posp:
30
- - 1K<n<10K
31
- smsa:
32
- - 10K<n<100K
33
- terma:
34
- - 1K<n<10K
35
- wrete:
36
- - n<1K
37
  source_datasets:
38
  - original
39
  task_categories:
40
- bapos:
41
- - token-classification
42
- casa:
43
- - text-classification
44
- emot:
45
- - text-classification
46
- facqa:
47
- - question-answering
48
- hoasa:
49
- - text-classification
50
- keps:
51
- - token-classification
52
- nergrit:
53
- - token-classification
54
- nerp:
55
- - token-classification
56
- posp:
57
- - token-classification
58
- smsa:
59
- - text-classification
60
- terma:
61
- - token-classification
62
- wrete:
63
- - text-classification
64
  task_ids:
65
- bapos:
66
- - part-of-speech-tagging
67
- casa:
68
- - text-classification-other-aspect-based-sentiment-analysis
69
- emot:
70
- - multi-class-classification
71
- facqa:
72
- - closed-domain-qa
73
- hoasa:
74
- - text-classification-other-aspect-based-sentiment-analysis
75
- keps:
76
- - token-classification-other-keyphrase-extraction
77
- nergrit:
78
- - named-entity-recognition
79
- nerp:
80
- - named-entity-recognition
81
- posp:
82
- - part-of-speech-tagging
83
- smsa:
84
- - sentiment-classification
85
- terma:
86
- - token-classification-other-span-extraction
87
- wrete:
88
- - semantic-similarity-classification
89
  paperswithcode_id: indonlu-benchmark
90
  pretty_name: IndoNLU
 
 
 
 
 
 
 
 
 
 
 
 
 
91
  ---
92
 
93
 
 
10
  multilinguality:
11
  - monolingual
12
  size_categories:
13
+ - 10K<n<100K
14
+ - 1K<n<10K
15
+ - n<1K
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
16
  source_datasets:
17
  - original
18
  task_categories:
19
+ - question-answering
20
+ - text-classification
21
+ - token-classification
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
22
  task_ids:
23
+ - closed-domain-qa
24
+ - multi-class-classification
25
+ - named-entity-recognition
26
+ - part-of-speech-tagging
27
+ - semantic-similarity-classification
28
+ - sentiment-classification
29
+ - text-classification-other-aspect-based-sentiment-analysis
30
+ - token-classification-other-keyphrase-extraction
31
+ - token-classification-other-span-extraction
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
32
  paperswithcode_id: indonlu-benchmark
33
  pretty_name: IndoNLU
34
+ configs:
35
+ - bapos
36
+ - casa
37
+ - emot
38
+ - facqa
39
+ - hoasa
40
+ - keps
41
+ - nergrit
42
+ - nerp
43
+ - posp
44
+ - smsa
45
+ - terma
46
+ - wrete
47
  ---
48
 
49