Create README.md
Browse files
README.md
ADDED
@@ -0,0 +1,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
language: en
|
3 |
+
---
|
4 |
+
# 90% Sparse BERT-Large (uncased) Fine Tuned on SQuADv1.1
|
5 |
+
This model is a result of fine-tuning a Prune OFA 90% sparse pre-trained BERT-Large combined with knowledge distillation.
|
6 |
+
This model yields the following results on SQuADv1.1 development set:
|
7 |
+
|
8 |
+
`{"exact_match": 83.56669820245979, "f1": 90.20829352733487}`
|