Update README.md
Browse files
README.md
CHANGED
@@ -9,5 +9,7 @@ license: apache-2.0
|
|
9 |
|
10 |
# DistilBERT base cased distilled SQuAD
|
11 |
|
|
|
|
|
12 |
This model is a fine-tune checkpoint of [DistilBERT-base-cased](https://huggingface.co/distilbert-base-cased), fine-tuned using (a second step of) knowledge distillation on SQuAD v1.1.
|
13 |
This model reaches a F1 score of 87.1 on the dev set (for comparison, BERT bert-base-cased version reaches a F1 score of 88.7).
|
|
|
9 |
|
10 |
# DistilBERT base cased distilled SQuAD
|
11 |
|
12 |
+
> Note: This model is a clone of [`distilbert-base-cased-distilled-squad`](https://huggingface.co/distilbert-base-cased-distilled-squad) for internal testing.
|
13 |
+
|
14 |
This model is a fine-tune checkpoint of [DistilBERT-base-cased](https://huggingface.co/distilbert-base-cased), fine-tuned using (a second step of) knowledge distillation on SQuAD v1.1.
|
15 |
This model reaches a F1 score of 87.1 on the dev set (for comparison, BERT bert-base-cased version reaches a F1 score of 88.7).
|