Kiran2004 commited on
Commit
6c31803
1 Parent(s): fc09d74

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +5 -2
README.md CHANGED
@@ -15,11 +15,14 @@ probably proofread and complete it, then remove this comment. -->
15
 
16
  # Kiran2004/Roberta_qca_squad_model
17
 
18
- This model is a fine-tuned version of [deepset/roberta-base-squad2](https://huggingface.co/deepset/roberta-base-squad2) on an [squad](https://huggingface.co/datasets/rajpurkar/squad) dataset.It's been trained on question-answer pairs, including unanswerable questions, for the task of Question Answering.
19
  It achieves the following results on the evaluation set:
20
  - Train Loss: 0.1434
21
  - Validation Loss: 0.4821
22
- - Epoch: 6
 
 
 
23
 
24
  ## Model description
25
 
 
15
 
16
  # Kiran2004/Roberta_qca_squad_model
17
 
18
+ This model is a fine-tuned version of [deepset/roberta-base-squad2](https://huggingface.co/deepset/roberta-base-squad2) on an [squad](https://huggingface.co/datasets/rajpurkar/squad) dataset.It's been trained on question-answer pairs, including unanswerable questions, for the task of Question Answering for 6 Epochs.
19
  It achieves the following results on the evaluation set:
20
  - Train Loss: 0.1434
21
  - Validation Loss: 0.4821
22
+ - Accuracy: 0.9100
23
+ - Precision: 0.9099
24
+ - Recall: 0.9099
25
+ - F1 Score: 0.9603
26
 
27
  ## Model description
28