librarian-bot commited on
Commit
7a12ec0
1 Parent(s): 7a1caf5

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 +15 -15
README.md CHANGED
@@ -1,20 +1,8 @@
1
  ---
2
- license: mit
3
- datasets:
4
- - squad_v2
5
- - squad
6
- - mrqa
7
- - mbartolo/synQA
8
- - adversarial_qa
9
- - newsqa
10
- - trivia_qa
11
- - search_qa
12
- - hotpot_qa
13
- - natural_questions
14
  language:
15
  - en
 
16
  library_name: transformers
17
- pipeline_tag: question-answering
18
  tags:
19
  - deberta
20
  - deberta-v3
@@ -24,6 +12,18 @@ tags:
24
  - mrqa
25
  - synQA
26
  - adversarial_qa
 
 
 
 
 
 
 
 
 
 
 
 
27
  base_model: microsoft/deberta-v3-base
28
  model-index:
29
  - name: sjrhuschlee/deberta-v3-base-squad2-ext-v1
@@ -86,7 +86,7 @@ model-index:
86
  value: 84.723
87
  name: Exact Match
88
  - type: f1
89
- value: 89.780
90
  name: F1
91
  - task:
92
  type: question-answering
@@ -146,7 +146,7 @@ model-index:
146
  value: 75.008
147
  name: Exact Match
148
  - type: f1
149
- value: 86.120
150
  name: F1
151
  ---
152
 
 
1
  ---
 
 
 
 
 
 
 
 
 
 
 
 
2
  language:
3
  - en
4
+ license: mit
5
  library_name: transformers
 
6
  tags:
7
  - deberta
8
  - deberta-v3
 
12
  - mrqa
13
  - synQA
14
  - adversarial_qa
15
+ datasets:
16
+ - squad_v2
17
+ - squad
18
+ - mrqa
19
+ - mbartolo/synQA
20
+ - UCLNLP/adversarial_qa
21
+ - newsqa
22
+ - trivia_qa
23
+ - search_qa
24
+ - hotpot_qa
25
+ - natural_questions
26
+ pipeline_tag: question-answering
27
  base_model: microsoft/deberta-v3-base
28
  model-index:
29
  - name: sjrhuschlee/deberta-v3-base-squad2-ext-v1
 
86
  value: 84.723
87
  name: Exact Match
88
  - type: f1
89
+ value: 89.78
90
  name: F1
91
  - task:
92
  type: question-answering
 
146
  value: 75.008
147
  name: Exact Match
148
  - type: f1
149
+ value: 86.12
150
  name: F1
151
  ---
152