{ "dataset": "ud", "domain": "san", "rnn_mode": "LSTM", "gating": false, "num_gates": 0, "num_epochs": 100, "batch_size": 128, "hidden_size": 512, "arc_space": 512, "arc_tag_space": 128, "num_layers": 2, "num_filters": 100, "kernel_size": 3, "use_pos": true, "use_char": true, "pos_dim": 100, "char_dim": 100, "initializer": "xavier", "opt": "adam", "momentum": 0.9, "betas": [ 0.9, 0.9 ], "learning_rate": 0.002, "decay_rate": 0.5, "schedule": 6, "clip": 5.0, "gamma": 0.0, "epsilon": 1e-06, "p_rnn": [ 0.1, 0.1 ], "p_in": 0.1, "p_out": 0.1, "arc_decode": "mst", "unk_replace": 0.0, "punct_set": [ ".", "``", ":", "," ], "word_embedding": "fasttext", "word_path": "data/cc.NeCTIS.300.txt", "freeze_word_embeddings": false, "freeze_sequence_taggers": false, "char_embedding": "random", "pos_embedding": "random", "char_path": null, "pos_path": null, "set_num_training_samples": null, "model_path": "saved_models/Coarse_NeCTIS", "load_path": null, "load_sequence_taggers_paths": null, "strict": false, "eval_mode": false }