lhoestq HF staff commited on
Commit
bfcbfdc
1 Parent(s): ae5b732

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 +3 -3
README.md CHANGED
@@ -6,7 +6,7 @@ language_creators:
6
  languages:
7
  - en
8
  licenses:
9
- - cc-by-4-0
10
  multilinguality:
11
  - monolingual
12
  size_categories:
@@ -30,8 +30,8 @@ train-eval-index:
30
  col_mapping:
31
  question: question
32
  context: context
33
- answers-text: answers-text
34
- answers-answer_start: answers-answer_start
35
  metrics:
36
  - type: cuad
37
  name: CUAD
 
6
  languages:
7
  - en
8
  licenses:
9
+ - cc-by-4.0
10
  multilinguality:
11
  - monolingual
12
  size_categories:
 
30
  col_mapping:
31
  question: question
32
  context: context
33
+ answers_text: answers.text
34
+ answers_start: answers.answer_start
35
  metrics:
36
  - type: cuad
37
  name: CUAD