Question Answering
Transformers
PyTorch
English
electra
Eval Results
Inference Endpoints
librarian-bot commited on
Commit
6c872ca
1 Parent(s): 40732e9

Librarian Bot: Update Hugging Face dataset ID

Browse files

This pull request updates the ID of the dataset used to train the model to the new Hub identifier `UCLNLP/adversarial_qa` (which has been migrated moved from `adversarial_qa`). We have been working to migrate datasets to their own repositories on the Hub, and this is part of that effort.

Updating the dataset ID in the model card will ensure that the model card is correctly linked to the dataset repository on the Hub. This will also make it easier for people to find your model via the training data used to create it.

This PR comes courtesy of [Librarian Bot](https://huggingface.co/librarian-bot). If you have any feedback, queries, or need assistance, please don't hesitate to reach out to [@davanstrien](https://huggingface.co/davanstrien).

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: plain_text
24
  split: validation
25
  metrics:
26
- - name: Exact Match
27
- type: exact_match
28
  value: 89.4158
 
29
  verified: true
30
- - name: F1
31
- type: f1
32
  value: 94.7851
 
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: plain_text
24
  split: validation
25
  metrics:
26
+ - type: exact_match
 
27
  value: 89.4158
28
+ name: Exact Match
29
  verified: true
30
+ - type: f1
 
31
  value: 94.7851
32
+ name: F1
33
  verified: true
34
  ---
35