testInferenceNutrifit / config.json
venoliah's picture
Upload config.json with huggingface_hub
66c7660 verified
raw
history blame contribute delete
257 Bytes
{
"architectures": [
"BERT_Arch"
],
"model_type": "distilbert",
"num_labels": 3,
"id2label": {
"0": "label1",
"1": "label2",
"2": "label3"
},
"label2id": {
"label1": 0,
"label2": 1,
"label3": 2
}
}