iimran commited on
Commit
74c0180
·
verified ·
1 Parent(s): 0e21639

Delete hyperparameters.json

Browse files
Files changed (1) hide show
  1. hyperparameters.json +0 -14
hyperparameters.json DELETED
@@ -1,14 +0,0 @@
1
- {
2
- "VOCAB_SIZE": 3000,
3
- "BATCH_SIZE": 3096,
4
- "MAX_LEN": 256,
5
- "NUM_EPOCHS": 13,
6
- "EMBED_DIM": 256,
7
- "FILTER_SIZES": [
8
- 3,
9
- 4,
10
- 5
11
- ],
12
- "LEARNING_RATE": 0.0003,
13
- "MAX_LR": 0.0005
14
- }