truthserum / config.json
chaosbringerc's picture
Upload config.json
b8316d4 verified
Raw
History Blame Contribute Delete
206 Bytes
{
"model_type": "bert",
"num_labels": 2,
"id2label": {
"0": "negative",
"1": "positive"
},
"label2id": {
"negative": 0,
"positive": 1
}
}