sharanya02
commited on
Commit
路
6a4a524
1
Parent(s):
730a988
Update README.md
Browse files
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.
|
7 |
-
- Validation Loss: 1.
|
8 |
- Epoch: 2
|
9 |
-
- Training Accuracy: 0.
|
10 |
-
- Validation Accuracy: 0.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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 |
+
|