TTC4900Model / config.json
shivani05's picture
End of training
03ac111
raw
history blame
No virus
1.95 kB
{
"_name_or_path": "dbmdz/bert-base-turkish-uncased",
"architectures": [
"BertForSequenceClassification"
],
"attention_probs_dropout_prob": 0.1,
"classifier_dropout": null,
"hidden_act": "gelu",
"hidden_dropout_prob": 0.1,
"hidden_size": 768,
"id2label": {
"0": "Mapping shared/ network drive",
"1": "Disk Space Cleanup, Application Performance - Clear browser cache and cookies",
"2": "Account Unlock/ Password Reset",
"3": "Distribution List related",
"4": "Pending reboots for Windows update",
"5": "Application/ AD Access Issues",
"6": "Repair O365/ M365.",
"7": "Onedrive repair / sync issues",
"8": "Service-Now account related",
"9": "Disk Space Cleanup",
"10": "Outlook Related issues",
"11": "Web browser plugins",
"12": "Windows login issue",
"13": "Printer related",
"14": "Optimize CPU utilization"
},
"initializer_range": 0.02,
"intermediate_size": 3072,
"label2id": {
"Account Unlock/ Password Reset": 2,
"Application/ AD Access Issues": 5,
"Disk Space Cleanup": 9,
"Disk Space Cleanup, Application Performance - Clear browser cache and cookies": 1,
"Distribution List related": 3,
"Mapping shared/ network drive": 0,
"Onedrive repair / sync issues": 7,
"Optimize CPU utilization": 14,
"Outlook Related issues": 10,
"Pending reboots for Windows update": 4,
"Printer related": 13,
"Repair O365/ M365.": 6,
"Service-Now account related": 8,
"Web browser plugins": 11,
"Windows login issue": 12
},
"layer_norm_eps": 1e-12,
"max_position_embeddings": 512,
"model_type": "bert",
"num_attention_heads": 12,
"num_hidden_layers": 12,
"pad_token_id": 0,
"position_embedding_type": "absolute",
"problem_type": "single_label_classification",
"torch_dtype": "float32",
"transformers_version": "4.35.2",
"type_vocab_size": 2,
"use_cache": true,
"vocab_size": 32000
}