Update README.md
Browse files
README.md
CHANGED
@@ -13,14 +13,14 @@ probably proofread and complete it, then remove this comment. -->
|
|
13 |
|
14 |
# t4ai/distilbert-finetuned-t3-qa
|
15 |
|
16 |
-
This model is a fine-tuned version of [distilbert-base-cased](https://huggingface.co/distilbert-base-cased)
|
17 |
It achieves the following results on the evaluation set:
|
18 |
- Train Loss: 0.7523
|
19 |
- Epoch: 2
|
20 |
|
21 |
## Model description
|
22 |
|
23 |
-
|
24 |
|
25 |
## Intended uses & limitations
|
26 |
|
|
|
13 |
|
14 |
# t4ai/distilbert-finetuned-t3-qa
|
15 |
|
16 |
+
This model is a fine-tuned version of [distilbert-base-cased](https://huggingface.co/distilbert-base-cased) SQUaD Dataset (https://www.kaggle.com/datasets/stanfordu/stanford-question-answering-dataset).
|
17 |
It achieves the following results on the evaluation set:
|
18 |
- Train Loss: 0.7523
|
19 |
- Epoch: 2
|
20 |
|
21 |
## Model description
|
22 |
|
23 |
+
distilBERT base model fine-tuned for extractive Q&A. This model achieved an F1 score of 76.28 and EM score of 61.51 against SQUaD test set.
|
24 |
|
25 |
## Intended uses & limitations
|
26 |
|