test-model / config.json
imi-ike-io's picture
Upload model
5c91b63
Raw
History Blame Contribute Delete
775 Bytes
{
"architectures": [
"PatentClfModel"
],
"decoder_model": "Writer/palmyra-small",
"decoder_output_dim": 768,
"dropout": 0.1,
"eos_token_id": 50256,
"id2label": {
"0": "LABEL_0",
"1": "LABEL_1",
"2": "LABEL_2",
"3": "LABEL_3",
"4": "LABEL_4",
"5": "LABEL_5",
"6": "LABEL_6",
"7": "LABEL_7",
"8": "LABEL_8",
"9": "LABEL_9",
"10": "LABEL_10"
},
"inner_dim1": 512,
"inner_dim2": 256,
"label2id": {
"LABEL_0": 0,
"LABEL_1": 1,
"LABEL_10": 10,
"LABEL_2": 2,
"LABEL_3": 3,
"LABEL_4": 4,
"LABEL_5": 5,
"LABEL_6": 6,
"LABEL_7": 7,
"LABEL_8": 8,
"LABEL_9": 9
},
"max_length": 500,
"num_classes": 11,
"torch_dtype": "float32",
"transformers_version": "4.35.0"
}