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
README.md
CHANGED
@@ -1,94 +1,43 @@
|
|
1 |
---
|
2 |
pretty_name: Wikicorpus
|
3 |
annotations_creators:
|
4 |
-
|
5 |
-
|
6 |
-
raw_en:
|
7 |
-
- no-annotation
|
8 |
-
raw_es:
|
9 |
-
- no-annotation
|
10 |
-
tagged_ca:
|
11 |
-
- machine-generated
|
12 |
-
tagged_en:
|
13 |
-
- machine-generated
|
14 |
-
tagged_es:
|
15 |
-
- machine-generated
|
16 |
language_creators:
|
17 |
- found
|
18 |
languages:
|
19 |
-
|
20 |
-
|
21 |
-
|
22 |
-
- en
|
23 |
-
raw_es:
|
24 |
-
- es
|
25 |
-
tagged_ca:
|
26 |
-
- ca
|
27 |
-
tagged_en:
|
28 |
-
- en
|
29 |
-
tagged_es:
|
30 |
-
- es
|
31 |
licenses:
|
32 |
-
- gfdl-1
|
33 |
multilinguality:
|
34 |
- monolingual
|
35 |
size_categories:
|
36 |
-
|
37 |
-
|
38 |
-
|
39 |
-
- 1M<n<10M
|
40 |
-
raw_es:
|
41 |
-
- 100K<n<1M
|
42 |
-
tagged_ca:
|
43 |
-
- 1M<n<10M
|
44 |
-
tagged_en:
|
45 |
-
- 10M<n<100M
|
46 |
-
tagged_es:
|
47 |
-
- 1M<n<10M
|
48 |
source_datasets:
|
49 |
- original
|
50 |
task_categories:
|
51 |
-
|
52 |
-
|
53 |
-
|
54 |
-
|
55 |
-
- fill-mask
|
56 |
-
- text-generation
|
57 |
-
- fill-mask
|
58 |
-
raw_es:
|
59 |
-
- text-generation
|
60 |
-
tagged_ca:
|
61 |
-
- token-classification
|
62 |
-
- text-classification
|
63 |
-
tagged_en:
|
64 |
-
- token-classification
|
65 |
-
- text-classification
|
66 |
-
tagged_es:
|
67 |
-
- token-classification
|
68 |
-
- text-classification
|
69 |
task_ids:
|
70 |
-
|
71 |
-
|
72 |
-
|
73 |
-
|
74 |
-
|
75 |
-
- language-modeling
|
76 |
-
- masked-language-modeling
|
77 |
-
raw_es:
|
78 |
-
- language-modeling
|
79 |
-
tagged_ca:
|
80 |
-
- token-classification-other-lemmatization
|
81 |
-
- part-of-speech-tagging
|
82 |
-
- text-classification-other-word-sense-disambiguation
|
83 |
-
tagged_en:
|
84 |
-
- token-classification-other-lemmatization
|
85 |
-
- part-of-speech-tagging
|
86 |
-
- text-classification-other-word-sense-disambiguation
|
87 |
-
tagged_es:
|
88 |
-
- token-classification-other-lemmatization
|
89 |
-
- part-of-speech-tagging
|
90 |
-
- text-classification-other-word-sense-disambiguation
|
91 |
paperswithcode_id: null
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
92 |
---
|
93 |
|
94 |
# Dataset Card for Wikicorpus
|
|
|
1 |
---
|
2 |
pretty_name: Wikicorpus
|
3 |
annotations_creators:
|
4 |
+
- machine-generated
|
5 |
+
- no-annotation
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
6 |
language_creators:
|
7 |
- found
|
8 |
languages:
|
9 |
+
- ca
|
10 |
+
- en
|
11 |
+
- es
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
12 |
licenses:
|
13 |
+
- gfdl-1.1
|
14 |
multilinguality:
|
15 |
- monolingual
|
16 |
size_categories:
|
17 |
+
- 100K<n<1M
|
18 |
+
- 10M<n<100M
|
19 |
+
- 1M<n<10M
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
20 |
source_datasets:
|
21 |
- original
|
22 |
task_categories:
|
23 |
+
- fill-mask
|
24 |
+
- text-classification
|
25 |
+
- text-generation
|
26 |
+
- token-classification
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
27 |
task_ids:
|
28 |
+
- language-modeling
|
29 |
+
- masked-language-modeling
|
30 |
+
- part-of-speech-tagging
|
31 |
+
- text-classification-other-word-sense-disambiguation
|
32 |
+
- token-classification-other-lemmatization
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
33 |
paperswithcode_id: null
|
34 |
+
configs:
|
35 |
+
- raw_ca
|
36 |
+
- raw_en
|
37 |
+
- raw_es
|
38 |
+
- tagged_ca
|
39 |
+
- tagged_en
|
40 |
+
- tagged_es
|
41 |
---
|
42 |
|
43 |
# Dataset Card for Wikicorpus
|