SenticGCN / senticgcn_bert /config.json
kellywong's picture
add senticgcn & senticgcn-bert; readme updated
049d96d
raw
history blame
No virus
343 Bytes
{
"_name_or_path": "/tmp/tmpjemmnqa9/repeat10/pytorch_model.bin",
"architectures": [
"SenticGCNBertModel"
],
"device": "cuda",
"dropout": 0.3,
"embed_dim": 300,
"hidden_dim": 768,
"loss_function": "cross_entropy",
"max_seq_len": 85,
"polarities_dim": 3,
"torch_dtype": "float32",
"transformers_version": "4.15.0"
}