sharanya02
commited on
Commit
路
37ed0f8
1
Parent(s):
2dacc2e
Create README.md
Browse files
README.md
ADDED
@@ -0,0 +1,20 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
datasets:
|
3 |
+
- squad
|
4 |
+
library_name: keras
|
5 |
+
---
|
6 |
+
# Model Card for Model ID
|
7 |
+
|
8 |
+
This model is a fine-tuned version of distilbert-base-cased on SQuAD dataset. It achieves the following results on the evaluation set:
|
9 |
+
|
10 |
+
- Train Loss: 0.9725
|
11 |
+
- Validation Loss: 1.1196
|
12 |
+
- Epoch: 2
|
13 |
+
- Training Accuracy: 0.7309
|
14 |
+
- Validation Accuracy: 0.7013
|
15 |
+
|
16 |
+
# Training Procedure
|
17 |
+
|
18 |
+
## Training Hyperparameters
|
19 |
+
|
20 |
+
- optimizer: {'name': 'Adam', 'learning_rate': 2e-05, 'decay': 0.0, 'beta_1': 0.9, 'beta_2': 0.999, 'epsilon': 1e-08, 'amsgrad': False}
|