Datasets:

Multilinguality:
multilingual
Language Creators:
expert-generated
Annotations Creators:
expert-generated
Source Datasets:
original
Tags:
License:
lhoestq HF staff commited on
Commit
7a75eed
1 Parent(s): b4db017

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 +14 -29
README.md CHANGED
@@ -4,39 +4,17 @@ annotations_creators:
4
  language_creators:
5
  - expert-generated
6
  languages:
7
- autshumato-en-ts-manual:
8
- - en
9
- - ts
10
- autshumato-en-tn:
11
- - en
12
- - tn
13
- autshumato-en-ts:
14
- - en
15
- - ts
16
- autshumato-en-zu:
17
- - en
18
- - zu
19
- autshumato-tn:
20
- - tn
21
- autshumato-ts:
22
- - ts
23
  licenses:
24
- - cc-by-2-5
25
  multilinguality:
26
  - multilingual
27
  size_categories:
28
- autshumato-en-tn:
29
- - 100K<n<1M
30
- autshumato-en-ts:
31
- - 100K<n<1M
32
- autshumato-en-ts-manual:
33
- - 10K<n<100K
34
- autshumato-en-zu:
35
- - 10K<n<100K
36
- autshumato-tn:
37
- - 10K<n<100K
38
- autshumato-ts:
39
- - 10K<n<100K
40
  source_datasets:
41
  - original
42
  task_categories:
@@ -44,6 +22,13 @@ task_categories:
44
  task_ids: []
45
  paperswithcode_id: null
46
  pretty_name: autshumato
 
 
 
 
 
 
 
47
  ---
48
 
49
  # Dataset Card Creation Guide
 
4
  language_creators:
5
  - expert-generated
6
  languages:
7
+ - en
8
+ - tn
9
+ - ts
10
+ - zu
 
 
 
 
 
 
 
 
 
 
 
 
11
  licenses:
12
+ - cc-by-2.5
13
  multilinguality:
14
  - multilingual
15
  size_categories:
16
+ - 100K<n<1M
17
+ - 10K<n<100K
 
 
 
 
 
 
 
 
 
 
18
  source_datasets:
19
  - original
20
  task_categories:
 
22
  task_ids: []
23
  paperswithcode_id: null
24
  pretty_name: autshumato
25
+ configs:
26
+ - autshumato-en-tn
27
+ - autshumato-en-ts
28
+ - autshumato-en-ts-manual
29
+ - autshumato-en-zu
30
+ - autshumato-tn
31
+ - autshumato-ts
32
  ---
33
 
34
  # Dataset Card Creation Guide