lhoestq HF staff commited on
Commit
83b52d6
1 Parent(s): e5fa911

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 +15 -21
README.md CHANGED
@@ -6,30 +6,13 @@ language_creators:
6
  languages:
7
  - en
8
  licenses:
9
- - cc-by-4-0
10
  multilinguality:
11
  - monolingual
12
  size_categories:
13
- a:
14
- - 100K<n<1M
15
- all:
16
- - 1M<n<10M
17
- b:
18
- - 100K<n<1M
19
- c:
20
- - 100K<n<1M
21
- d:
22
- - 10K<n<100K
23
- e:
24
- - 10K<n<100K
25
- f:
26
- - 10K<n<100K
27
- g:
28
- - 100K<n<1M
29
- h:
30
- - 100K<n<1M
31
- y:
32
- - 100K<n<1M
33
  source_datasets:
34
  - original
35
  task_categories:
@@ -38,6 +21,17 @@ task_ids:
38
  - summarization-other-patent-summarization
39
  paperswithcode_id: bigpatent
40
  pretty_name: Big Patent
 
 
 
 
 
 
 
 
 
 
 
41
  ---
42
 
43
  # Dataset Card for Big Patent
 
6
  languages:
7
  - en
8
  licenses:
9
+ - cc-by-4.0
10
  multilinguality:
11
  - monolingual
12
  size_categories:
13
+ - 100K<n<1M
14
+ - 10K<n<100K
15
+ - 1M<n<10M
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
16
  source_datasets:
17
  - original
18
  task_categories:
 
21
  - summarization-other-patent-summarization
22
  paperswithcode_id: bigpatent
23
  pretty_name: Big Patent
24
+ configs:
25
+ - a
26
+ - all
27
+ - b
28
+ - c
29
+ - d
30
+ - e
31
+ - f
32
+ - g
33
+ - h
34
+ - y
35
  ---
36
 
37
  # Dataset Card for Big Patent