sharanya02 commited on
Commit
6a4a524
1 Parent(s): 730a988

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +13 -4
README.md CHANGED
@@ -3,8 +3,17 @@
3
 
4
  This model is a fine-tuned version of distilbert-base-cased on SQuAD dataset. It achieves the following results on the evaluation set:
5
 
6
- - Train Loss: 0.9725
7
- - Validation Loss: 1.1196
8
  - Epoch: 2
9
- - Training Accuracy: 0.7309
10
- - Validation Accuracy: 0.7013
 
 
 
 
 
 
 
 
 
 
3
 
4
  This model is a fine-tuned version of distilbert-base-cased on SQuAD dataset. It achieves the following results on the evaluation set:
5
 
6
+ - Train Loss: 0.9125
7
+ - Validation Loss: 1.0106
8
  - Epoch: 2
9
+ - Training Accuracy: 0.7709
10
+ - Validation Accuracy: 0.7613
11
+
12
+ After using regularization and finetuning our model, here鈥檚 how it is performing:
13
+
14
+ - Train Loss: 0.7615
15
+ - Validation Loss: 0.6138
16
+ - Epoch: 4
17
+ - Training Accuracy: 0.8102
18
+ - Validation Accuracy: 0.8210
19
+