ele-sage's picture
Upload folder using huggingface_hub
34f7798 verified
{
"architectures": [
"BiLSTMClassifier"
],
"model_type": "bilstm",
"vocab_size": 4000,
"embedding_dim": 64,
"hidden_dim": 128,
"num_layers": 2,
"dropout": 0.1,
"max_len": 128,
"id2label": {
"0": "COMPANY",
"1": "PERSON"
},
"label2id": {
"COMPANY": 0,
"PERSON": 1
},
"transformers_version": "4.x",
"dtype": "float32"
}