File size: 326 Bytes
2c6d2a9 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 |
{
"labels": [
"negatif",
"notr",
"pozitif"
],
"id2label": {
"0": "negatif",
"1": "notr",
"2": "pozitif"
},
"label2id": {
"negatif": 0,
"notr": 1,
"pozitif": 2
},
"num_labels": 3,
"base_model": "dbmdz/bert-base-turkish-uncased",
"trained_at": "2025-12-15T11:32:25.499835"
} |