model_hub / config.json
tensorboy's picture
Push model using huggingface_hub.
0d8bd76 verified
raw
history blame contribute delete
No virus
694 Bytes
{
"config_file": {
"dev_batch_size": 128,
"init_type": "kaiming_uniform",
"loss_fn": [
0,
2
],
"lr": 0.0003,
"margin": 0.5,
"num_epochs": 1000,
"proj": 128,
"t_max": 9,
"train_batch_size": 128,
"view1": {
"bidirectional": true,
"cell_type": "lstm",
"dropout": 0.4,
"hidden_size": 512,
"input_size": 39,
"num_layers": 2,
"proj": 1024
},
"view2": {
"bidirectional": true,
"cell_type": "lstm",
"dropout": 0.4,
"hidden_size": 512,
"input_size": 83,
"num_embeddings": 10000,
"num_layers": 2,
"proj": 512
},
"weight_decay": 0.0001
}
}