sharanya02 commited on
Commit
6fe60c0
1 Parent(s): f4c0083

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +16 -1
README.md CHANGED
@@ -2,4 +2,19 @@
2
  datasets:
3
  - squad
4
  library_name: keras
5
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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}