sharanya02 commited on
Commit
a715608
1 Parent(s): 37ed0f8

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -11
README.md CHANGED
@@ -1,8 +1,4 @@
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:
@@ -12,9 +8,3 @@ This model is a fine-tuned version of distilbert-base-cased on SQuAD dataset. It
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}
 
1
+
 
 
 
 
2
  # Model Card for Model ID
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:
 
8
  - Epoch: 2
9
  - Training Accuracy: 0.7309
10
  - Validation Accuracy: 0.7013