File size: 1,017 Bytes
c048c0f |
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 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 |
{
"_num_labels": 11,
"architectures": [
"SentenceTransformerMultiClassification"
],
"class_dict": {
"0": "boilerplate",
"1": "contact",
"2": "content",
"3": "description",
"4": "education",
"5": "environmental",
"6": "events",
"7": "jobs",
"8": "other",
"9": "people",
"10": "regulatory"
},
"id2label": {
"0": "boilerplate",
"1": "contact",
"2": "content",
"3": "description",
"4": "education",
"5": "environmental",
"6": "events",
"7": "jobs",
"8": "other",
"9": "people",
"10": "regulatory"
},
"label2id": {
"boilerplate": 0,
"contact": 1,
"content": 2,
"description": 3,
"education": 4,
"environmental": 5,
"events": 6,
"jobs": 7,
"other": 8,
"people": 9,
"regulatory": 10
},
"model_type": "sentence_transformer_multi_classification",
"tokenizer_model_name": "distilbert-base-german-cased",
"torch_dtype": "float32",
"transformers_version": "4.38.2"
}
|