Zihan Min
upload 0.6+0.5 fuser
8704f55
raw
history blame contribute delete
415 Bytes
{
"class": "C2CProjector",
"init_args": {
"source_dim": 64,
"target_dim": 128,
"source_num_heads": 2,
"target_num_heads": 8,
"hidden_dim": 1024,
"intermediate_dim": 1024,
"num_layers": 3,
"dropout": 0.1,
"initial_temperature": 1.0,
"final_temperature": 0.001,
"anneal_steps": 1929,
"dtype": {
"__type__": "torch.dtype",
"value": "bfloat16"
}
}
}