IProject-10 commited on
Commit
a0ea9ec
1 Parent(s): 950e1b5

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +15 -8
README.md CHANGED
@@ -6,14 +6,21 @@ tags:
6
  datasets:
7
  - squad_v2
8
  model-index:
9
- - name: deberta-v3-base-finetuned-squad2
10
- results: []
11
- language:
12
- - en
13
- metrics:
14
- - exact_match
15
- - f1
16
- pipeline_tag: question-answering
 
 
 
 
 
 
 
17
  ---
18
 
19
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
 
6
  datasets:
7
  - squad_v2
8
  model-index:
9
+ - name: deberta-v3-base-finetuned-squad2
10
+ results:
11
+ - task:
12
+ name: Question Answering
13
+ type: question-answering
14
+ dataset:
15
+ type: squad_v2 # Required. Example: common_voice. Use dataset id from https://hf.co/datasets
16
+ name: SQuAD 2
17
+ args: en
18
+ metrics:
19
+ - type: exact_match
20
+ value: 84.56161037648447
21
+ - type: f1
22
+ value: 87.81110592215731
23
+
24
  ---
25
 
26
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You