bert_reviews / config.json
Iiro's picture
Iiro/bert_reviews
40f37ea
raw
history blame
377 Bytes
{
"architectures": [
"Bert"
],
"hidden_bert": 768,
"hidden_size": 50,
"id2label": {
"0": "LABEL_0",
"1": "LABEL_1",
"2": "LABEL_2",
"3": "LABEL_3",
"4": "LABEL_4"
},
"label2id": {
"LABEL_0": 0,
"LABEL_1": 1,
"LABEL_2": 2,
"LABEL_3": 3,
"LABEL_4": 4
},
"torch_dtype": "float32",
"transformers_version": "4.34.1"
}