lhoestq HF staff commited on
Commit
93fc3f9
1 Parent(s): 67633e0

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 +24 -35
README.md CHANGED
@@ -7,7 +7,7 @@ language_creators:
7
  languages:
8
  - ko
9
  licenses:
10
- - cc-by-sa-4-0
11
  multilinguality:
12
  - monolingual
13
  size_categories:
@@ -15,42 +15,31 @@ size_categories:
15
  source_datasets:
16
  - original
17
  task_categories:
18
- ynat:
19
- - text-classification
20
- sts:
21
- - text-classification
22
- nli:
23
- - text-classification
24
- ner:
25
- - token-classification
26
- re:
27
- - token-classification
28
- dp:
29
- - token-classification
30
- mrc:
31
- - question-answering
32
- wos:
33
- - text-generation
34
- - fill-mask
35
  task_ids:
36
- ynat:
37
- - topic-classification
38
- sts:
39
- - text-scoring
40
- - semantic-similarity-scoring
41
- nli:
42
- - natural-language-inference
43
- ner:
44
- - named-entity-recognition
45
- re:
46
- - token-classification-other-relation-extraction
47
- dp:
48
- - parsing
49
- mrc:
50
- - extractive-qa
51
- wos:
52
- - other-dialogue-state-tracking
53
  paperswithcode_id: klue
 
 
 
 
 
 
 
 
 
54
  ---
55
 
56
  # Dataset Card for KLUE
7
  languages:
8
  - ko
9
  licenses:
10
+ - cc-by-sa-4.0
11
  multilinguality:
12
  - monolingual
13
  size_categories:
15
  source_datasets:
16
  - original
17
  task_categories:
18
+ - fill-mask
19
+ - question-answering
20
+ - text-classification
21
+ - text-generation
22
+ - token-classification
 
 
 
 
 
 
 
 
 
 
 
 
23
  task_ids:
24
+ - extractive-qa
25
+ - named-entity-recognition
26
+ - natural-language-inference
27
+ - other-dialogue-state-tracking
28
+ - parsing
29
+ - semantic-similarity-scoring
30
+ - text-scoring
31
+ - token-classification-other-relation-extraction
32
+ - topic-classification
 
 
 
 
 
 
 
 
33
  paperswithcode_id: klue
34
+ configs:
35
+ - dp
36
+ - mrc
37
+ - ner
38
+ - nli
39
+ - re
40
+ - sts
41
+ - wos
42
+ - ynat
43
  ---
44
 
45
  # Dataset Card for KLUE