nbroad HF staff commited on
Commit
b2d15c1
1 Parent(s): 113e11a

change dataset type and readme

Browse files
Files changed (1) hide show
  1. README.md +5 -3
README.md CHANGED
@@ -22,8 +22,8 @@ model-index:
22
  name: Question Answering
23
  type: question-answering
24
  dataset:
25
- name: squad_v2
26
- type: squad_v2
27
  metrics:
28
  - name: f1
29
  type: f1
@@ -36,4 +36,6 @@ model-index:
36
 
37
  # DeBERTa v3 xsmall SQuAD 2.0
38
 
39
- [Microsoft reports that this model can get 84.8/82.0](https://huggingface.co/microsoft/deberta-v3-xsmall#fine-tuning-on-nlu-tasks) on f1/em on the dev set. I got 81.5/78.3 but I only did one run.
 
 
 
22
  name: Question Answering
23
  type: question-answering
24
  dataset:
25
+ name: SQuAD2.0
26
+ type: question-answering
27
  metrics:
28
  - name: f1
29
  type: f1
 
36
 
37
  # DeBERTa v3 xsmall SQuAD 2.0
38
 
39
+ [Microsoft reports that this model can get 84.8/82.0](https://huggingface.co/microsoft/deberta-v3-xsmall#fine-tuning-on-nlu-tasks) on f1/em on the dev set.
40
+
41
+ I got 81.5/78.3 but I only did one run and I didn't use the official squad2 evaluation script. I will do some more runs and show the results on the official script soon.