lhoestq HF staff commited on
Commit
5fb87e5
1 Parent(s): a0ed4e8

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 +8 -12
README.md CHANGED
@@ -1,12 +1,8 @@
1
  ---
2
  pretty_name: "PAWS: Paraphrase Adversaries from Word Scrambling"
3
  annotations_creators:
4
- labeled_final:
5
- - expert-generated
6
- labeled_swap:
7
- - expert-generated
8
- unlabeled_final:
9
- - machine-generated
10
  language_creators:
11
  - machine-generated
12
  languages:
@@ -16,12 +12,8 @@ licenses:
16
  multilinguality:
17
  - monolingual
18
  size_categories:
19
- labeled_final:
20
- - 10K<n<100K
21
- labeled_swap:
22
- - 10K<n<100K
23
- unlabeled_final:
24
- - 100K<n<1M
25
  source_datasets:
26
  - original
27
  task_categories:
@@ -33,6 +25,10 @@ task_ids:
33
  - text-scoring
34
  - multi-input-text-classification
35
  paperswithcode_id: paws
 
 
 
 
36
  ---
37
 
38
  # Dataset Card for PAWS: Paraphrase Adversaries from Word Scrambling
1
  ---
2
  pretty_name: "PAWS: Paraphrase Adversaries from Word Scrambling"
3
  annotations_creators:
4
+ - expert-generated
5
+ - machine-generated
 
 
 
 
6
  language_creators:
7
  - machine-generated
8
  languages:
12
  multilinguality:
13
  - monolingual
14
  size_categories:
15
+ - 100K<n<1M
16
+ - 10K<n<100K
 
 
 
 
17
  source_datasets:
18
  - original
19
  task_categories:
25
  - text-scoring
26
  - multi-input-text-classification
27
  paperswithcode_id: paws
28
+ configs:
29
+ - labeled_final
30
+ - labeled_swap
31
+ - unlabeled_final
32
  ---
33
 
34
  # Dataset Card for PAWS: Paraphrase Adversaries from Word Scrambling