t4ai commited on
Commit
7ae3c05
1 Parent(s): 5b7118a

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
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) on an unknown 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
- More information needed
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