BERT_2.0 / bertmodel /config.json
Sai809701
update model
85f4ba9
{
"architectures": [
"BertForSequenceClassification"
],
"attention_probs_dropout_prob": 0.1,
"classifier_dropout": null,
"dtype": "float32",
"gradient_checkpointing": false,
"hidden_act": "gelu",
"hidden_dropout_prob": 0.1,
"hidden_size": 768,
"id2label": {
"0": "Abortion Laws",
"1": "Acid Attack",
"2": "Adoption",
"3": "Alimony/Maintenance",
"4": "Banking/Finance Rights",
"5": "Child Custody",
"6": "Child Marriage",
"7": "Consumer Rights",
"8": "Contract Work Rights",
"9": "Cyber Stalking",
"10": "Cyberbullying",
"11": "Data Privacy",
"12": "Defamation",
"13": "Divorce",
"14": "Domestic Violence",
"15": "Dowry Harassment",
"16": "Entrepreneurship (Women)",
"17": "Equal Pay",
"18": "FIR Filing",
"19": "Failure",
"20": "Female Foeticide",
"21": "Freedom of Speech",
"22": "Guardianship",
"23": "Harassment Online",
"24": "Human Trafficking",
"25": "Image Abuse/Morphing",
"26": "Inheritance (General)",
"27": "Legal Aid",
"28": "Maternity Health",
"29": "Maternity Leave",
"30": "Medical Negligence",
"31": "Mobile Privacy",
"32": "Online Financial Fraud",
"33": "Police Harassment",
"34": "Property Rights",
"35": "Public Interest Litigation (PIL)",
"36": "Registration of Marriage",
"37": "Reproductive Rights",
"38": "Right to Education",
"39": "Right to Information (RTI)",
"40": "Right to Privacy",
"41": "Right to Protest",
"42": "Right to Reside",
"43": "Sexual Assault/Rape",
"44": "Stalking (Physical)",
"45": "Surrogacy Laws",
"46": "Victim Compensation",
"47": "Voting Rights",
"48": "Witness Protection",
"49": "Workplace Harassment",
"50": "Workplace Safety (Health)"
},
"initializer_range": 0.02,
"intermediate_size": 3072,
"label2id": {
"Abortion Laws": 0,
"Acid Attack": 1,
"Adoption": 2,
"Alimony/Maintenance": 3,
"Banking/Finance Rights": 4,
"Child Custody": 5,
"Child Marriage": 6,
"Consumer Rights": 7,
"Contract Work Rights": 8,
"Cyber Stalking": 9,
"Cyberbullying": 10,
"Data Privacy": 11,
"Defamation": 12,
"Divorce": 13,
"Domestic Violence": 14,
"Dowry Harassment": 15,
"Entrepreneurship (Women)": 16,
"Equal Pay": 17,
"FIR Filing": 18,
"Failure": 19,
"Female Foeticide": 20,
"Freedom of Speech": 21,
"Guardianship": 22,
"Harassment Online": 23,
"Human Trafficking": 24,
"Image Abuse/Morphing": 25,
"Inheritance (General)": 26,
"Legal Aid": 27,
"Maternity Health": 28,
"Maternity Leave": 29,
"Medical Negligence": 30,
"Mobile Privacy": 31,
"Online Financial Fraud": 32,
"Police Harassment": 33,
"Property Rights": 34,
"Public Interest Litigation (PIL)": 35,
"Registration of Marriage": 36,
"Reproductive Rights": 37,
"Right to Education": 38,
"Right to Information (RTI)": 39,
"Right to Privacy": 40,
"Right to Protest": 41,
"Right to Reside": 42,
"Sexual Assault/Rape": 43,
"Stalking (Physical)": 44,
"Surrogacy Laws": 45,
"Victim Compensation": 46,
"Voting Rights": 47,
"Witness Protection": 48,
"Workplace Harassment": 49,
"Workplace Safety (Health)": 50
},
"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",
"transformers_version": "4.57.1",
"type_vocab_size": 2,
"use_cache": true,
"vocab_size": 30522
}