bconsolvo commited on
Commit
089f628
1 Parent(s): ede3f84

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -1
README.md CHANGED
@@ -6,7 +6,7 @@ language: en
6
  license: apache-2.0
7
  model-index:
8
  - name: dynamic-tinybert
9
- results:
10
  - task:
11
  type: question-answering
12
  name: question-answering
@@ -15,6 +15,8 @@ model-index:
15
  value: 81.2867
16
  - type: f1
17
  value: 88.4735
 
 
18
  ---
19
  ## Model Details: 80% 1x4 Block Sparse BERT-Base (uncased) Fine Tuned on SQuADv1.1
20
  This model has been fine-tuned for the NLP task of question answering, trained on the SQuAD 1.1 dataset. It is a result of fine-tuning a Prune Once For All 80% 1x4 block sparse pre-trained BERT-Base model, combined with knowledge distillation.
 
6
  license: apache-2.0
7
  model-index:
8
  - name: dynamic-tinybert
9
+ results:
10
  - task:
11
  type: question-answering
12
  name: question-answering
 
15
  value: 81.2867
16
  - type: f1
17
  value: 88.4735
18
+ datasets:
19
+ - squad
20
  ---
21
  ## Model Details: 80% 1x4 Block Sparse BERT-Base (uncased) Fine Tuned on SQuADv1.1
22
  This model has been fine-tuned for the NLP task of question answering, trained on the SQuAD 1.1 dataset. It is a result of fine-tuning a Prune Once For All 80% 1x4 block sparse pre-trained BERT-Base model, combined with knowledge distillation.