-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathHyperparameters.json
More file actions
36 lines (36 loc) · 940 Bytes
/
Hyperparameters.json
File metadata and controls
36 lines (36 loc) · 940 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
{
"--data_dir": "data",
"--embed_size": 32,
"--hidden_size": 32,
"--num_layers": 1,
"--learning_rate": 0.001,
"--batch_size": 10,
"--num_epochs": 100,
"--shuffle": "FALSE",
"--bidirectional": "FALSE",
"--LSTM": "FALSE",
"--use_development": "TRUE",
"--validation_percentage": 10,
"--validation_file": "FALSE",
"--early_stop": 5,
"--conditional_model": "FALSE",
"--writer_codes": "FALSE",
"--writers_embeddings": 32,
"--initialise_hidden": "FALSE",
"--remove_hapaxes": "FALSE",
"--removal_threshold": 1,
"--dropout_in": 0.0,
"--dropout_out": 0.0,
"--clip": 4.0,
"--tokenize_lines": "FALSE",
"--tokenize_characters": "FALSE",
"--separated_by_tab": "FALSE",
"--csv_source": "FALSE",
"--use_NLTK": "FALSE",
"--preserve_new_lines": "FALSE",
"--log_generation": "TRUE",
"--generate_log_each_n": 125,
"--log_stats": "FALSE",
"--save_model": "TRUE",
"--use_gpu": "FALSE"
}