julianrisch Sebastian commited on
Commit
0bf850d
1 Parent(s): 34cfd78

Update README.md (#1)

Browse files

- Update README.md (9cf6e8a88d74da7387f8131d81703e92aa784658)


Co-authored-by: Sebastian <sjrlee@users.noreply.huggingface.co>

Files changed (1) hide show
  1. README.md +12 -0
README.md CHANGED
@@ -13,6 +13,18 @@ task_ids:
13
  - extractive-qa
14
  - closed-domain-qa
15
  - open-domain-qa
 
 
 
 
 
 
 
 
 
 
 
 
16
  ---
17
 
18
  ![bert_image](https://thumb.tildacdn.com/tild3433-3637-4830-a533-353833613061/-/resize/720x/-/format/webp/germanquad.jpg)
 
13
  - extractive-qa
14
  - closed-domain-qa
15
  - open-domain-qa
16
+ train-eval-index:
17
+ - config: plain_text
18
+ task: question-answering
19
+ task_id: extractive_question_answering
20
+ splits:
21
+ train_split: train
22
+ eval_split: test
23
+ col_mapping:
24
+ context: context
25
+ question: question
26
+ answers.text: answers.text
27
+ answers.answer_start: answers.answer_start
28
  ---
29
 
30
  ![bert_image](https://thumb.tildacdn.com/tild3433-3637-4830-a533-353833613061/-/resize/720x/-/format/webp/germanquad.jpg)