rwillh11's picture
Upload DebertaV2ForSequenceClassification
2da4f92 verified
raw
history blame
3.21 kB
{
"_name_or_path": "BERT-demo/mdeberta-v3-base-custom",
"architectures": [
"DebertaV2ForSequenceClassification"
],
"attention_probs_dropout_prob": 0.1,
"hidden_act": "gelu",
"hidden_dropout_prob": 0.1,
"hidden_size": 768,
"id2label": {
"0": "Adults",
"1": "Caregivers",
"2": "Children",
"3": "Citizens",
"4": "Civil Servants",
"5": "Consumers",
"6": "Crime Victims",
"7": "Criminals",
"8": "Education Workers",
"9": "Elderly People",
"10": "Employees And Workers",
"11": "Employers",
"12": "Ethnic Minorities",
"13": "Families",
"14": "Farmers",
"15": "Health Professionals",
"16": "Homeless People",
"17": "Homeowners And Landowners",
"18": "Investors And Stakeholders",
"19": "Landlords",
"20": "Law Enforcement Personnel",
"21": "Lgbtqi",
"22": "Lower Class",
"23": "Manual Workers",
"24": "Men",
"25": "Migrants",
"26": "Military Personnel",
"27": "National Communities",
"28": "Other",
"29": "Patients",
"30": "People With Disabilities",
"31": "Politicians",
"32": "Religious Communities",
"33": "Rural Communities",
"34": "Socio-Cultural Professionals",
"35": "Students",
"36": "Taxpayers",
"37": "Tenants",
"38": "Unemployed",
"39": "Upper Class",
"40": "White Collar Workers",
"41": "Women",
"42": "Young People"
},
"initializer_range": 0.02,
"intermediate_size": 3072,
"label2id": {
"Adults": 0,
"Caregivers": 1,
"Children": 2,
"Citizens": 3,
"Civil Servants": 4,
"Consumers": 5,
"Crime Victims": 6,
"Criminals": 7,
"Education Workers": 8,
"Elderly People": 9,
"Employees And Workers": 10,
"Employers": 11,
"Ethnic Minorities": 12,
"Families": 13,
"Farmers": 14,
"Health Professionals": 15,
"Homeless People": 16,
"Homeowners And Landowners": 17,
"Investors And Stakeholders": 18,
"Landlords": 19,
"Law Enforcement Personnel": 20,
"Lgbtqi": 21,
"Lower Class": 22,
"Manual Workers": 23,
"Men": 24,
"Migrants": 25,
"Military Personnel": 26,
"National Communities": 27,
"Other": 28,
"Patients": 29,
"People With Disabilities": 30,
"Politicians": 31,
"Religious Communities": 32,
"Rural Communities": 33,
"Socio-Cultural Professionals": 34,
"Students": 35,
"Taxpayers": 36,
"Tenants": 37,
"Unemployed": 38,
"Upper Class": 39,
"White Collar Workers": 40,
"Women": 41,
"Young People": 42
},
"layer_norm_eps": 1e-07,
"max_position_embeddings": 512,
"max_relative_positions": -1,
"model_type": "deberta-v2",
"norm_rel_ebd": "layer_norm",
"num_attention_heads": 12,
"num_hidden_layers": 12,
"pad_token_id": 0,
"pooler_dropout": 0,
"pooler_hidden_act": "gelu",
"pooler_hidden_size": 768,
"pos_att_type": [
"p2c",
"c2p"
],
"position_biased_input": false,
"position_buckets": 256,
"problem_type": "multi_label_classification",
"relative_attention": true,
"share_att_key": true,
"torch_dtype": "float32",
"transformers_version": "4.42.4",
"type_vocab_size": 0,
"vocab_size": 251000
}