File size: 497 Bytes
ae7183a | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 | {
"architectures": [
"CEFRPrototypeModel"
],
"dtype": "float32",
"encoder_name": "KB/bert-base-swedish-cased",
"hidden_size": 768,
"id2label": {
"0": "A1",
"1": "A2",
"2": "B1",
"3": "B2",
"4": "C1",
"5": "C2"
},
"label2id": {
"A1": 0,
"A2": 1,
"B1": 2,
"B2": 3,
"C1": 4,
"C2": 5
},
"layer_index": -2,
"model_type": "cefr_prototype",
"prototypes_per_class": 3,
"temperature": 10.0,
"transformers_version": "4.57.3"
}
|