Question Answering
Transformers
PyTorch
English
roberta
Eval Results
Inference Endpoints
mbartolo librarian-bot commited on
Commit
8ed1898
1 Parent(s): 2119a9f

Librarian Bot: Update Hugging Face dataset ID (#4)

Browse files

- Librarian Bot: Update Hugging Face dataset ID (0204e8c3d1ce319680132d2d46438be53d671be3)


Co-authored-by: Librarian Bot (Bot) <[email protected]>

Files changed (1) hide show
  1. README.md +6 -6
README.md CHANGED
@@ -1,11 +1,11 @@
1
  ---
2
  language:
3
  - en
 
4
  tags:
5
  - question-answering
6
- license: apache-2.0
7
  datasets:
8
- - adversarial_qa
9
  - mbartolo/synQA
10
  - squad
11
  metrics:
@@ -23,13 +23,13 @@ model-index:
23
  config: adversarialQA
24
  split: validation
25
  metrics:
26
- - name: Exact Match
27
- type: exact_match
28
  value: 53.2
 
29
  verified: true
30
- - name: F1
31
- type: f1
32
  value: 64.6266
 
33
  verified: true
34
  ---
35
 
 
1
  ---
2
  language:
3
  - en
4
+ license: apache-2.0
5
  tags:
6
  - question-answering
 
7
  datasets:
8
+ - UCLNLP/adversarial_qa
9
  - mbartolo/synQA
10
  - squad
11
  metrics:
 
23
  config: adversarialQA
24
  split: validation
25
  metrics:
26
+ - type: exact_match
 
27
  value: 53.2
28
+ name: Exact Match
29
  verified: true
30
+ - type: f1
 
31
  value: 64.6266
32
+ name: F1
33
  verified: true
34
  ---
35