Datasets:

Languages:
English
Multilinguality:
monolingual
Size Categories:
10K<n<100K
Language Creators:
found
Annotations Creators:
expert-generated
Source Datasets:
original
ArXiv:
License:
lewtun HF staff commited on
Commit
864b2c6
1 Parent(s): bfcbfdc

Refactor column mappings for question answering datasets (#4391)

Browse files

* Refactor column mappings for question answering datasets

Commit from https://github.com/huggingface/datasets/commit/4a90b8a738ec705bd2e04cc8a30d4798650623f7

Files changed (1) hide show
  1. README.md +3 -2
README.md CHANGED
@@ -30,8 +30,9 @@ train-eval-index:
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
 
30
  col_mapping:
31
  question: question
32
  context: context
33
+ answers:
34
+ text: text
35
+ answer_start: answer_start
36
  metrics:
37
  - type: cuad
38
  name: CUAD