lhoestq HF staff commited on
Commit
c4e6b1a
1 Parent(s): 2c938f9

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 +21 -50
README.md CHANGED
@@ -1,67 +1,38 @@
1
  ---
2
  annotations_creators:
3
- monolingual:
4
- - no-annotation
5
- monolingual_raw:
6
- - found
7
- parallel:
8
- - expert-generated
9
- parallel_raw:
10
- - expert-generated
11
  language_creators:
12
  - found
13
  languages:
14
- monolingual:
15
- - chr
16
- - en
17
- monolingual_raw:
18
- - chr
19
- parallel:
20
- - chr
21
- - en
22
- parallel_raw:
23
- - chr
24
- - en
25
  licenses:
26
  - other-different-license-per-source
27
  multilinguality:
28
- monolingual:
29
- - multilingual
30
- monolingual_raw:
31
- - monolingual
32
- parallel:
33
- - translation
34
- parallel_raw:
35
- - translation
36
  size_categories:
37
- monolingual:
38
- - 100K<n<1M
39
- monolingual_raw:
40
- - 1K<n<10K
41
- parallel:
42
- - 10K<n<100K
43
- parallel_raw:
44
- - 10K<n<100K
45
  source_datasets:
46
  - original
47
  task_categories:
48
- monolingual:
49
- - translation
50
- monolingual_raw:
51
- - text-generation
52
- - fill-mask
53
- parallel:
54
- - translation
55
- parallel_raw:
56
- - translation
57
  task_ids:
58
- monolingual: []
59
- monolingual_raw:
60
- - language-modeling
61
- - masked-language-modeling
62
- parallel: []
63
- parallel_raw: []
64
  paperswithcode_id: chren
 
 
 
 
 
65
  ---
66
 
67
  # Dataset Card for ChrEn
 
1
  ---
2
  annotations_creators:
3
+ - expert-generated
4
+ - found
5
+ - no-annotation
 
 
 
 
 
6
  language_creators:
7
  - found
8
  languages:
9
+ - chr
10
+ - en
 
 
 
 
 
 
 
 
 
11
  licenses:
12
  - other-different-license-per-source
13
  multilinguality:
14
+ - monolingual
15
+ - multilingual
16
+ - translation
 
 
 
 
 
17
  size_categories:
18
+ - 100K<n<1M
19
+ - 10K<n<100K
20
+ - 1K<n<10K
 
 
 
 
 
21
  source_datasets:
22
  - original
23
  task_categories:
24
+ - fill-mask
25
+ - text-generation
26
+ - translation
 
 
 
 
 
 
27
  task_ids:
28
+ - language-modeling
29
+ - masked-language-modeling
 
 
 
 
30
  paperswithcode_id: chren
31
+ configs:
32
+ - monolingual
33
+ - monolingual_raw
34
+ - parallel
35
+ - parallel_raw
36
  ---
37
 
38
  # Dataset Card for ChrEn