File size: 3,942 Bytes
a7827a3 | 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 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 | {
"_name_or_path": "/content/results/single_model",
"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 Professionals",
"9": "Education Workers",
"10": "Elderly People",
"11": "Employees And Workers",
"12": "Employers",
"13": "Employers And Business Owners",
"14": "Ethnic And National Communities",
"15": "Ethnic And National Minorities",
"16": "Ethnic Minorities",
"17": "Families",
"18": "Farmers",
"19": "Health Professionals",
"20": "Homeless People",
"21": "Homeowners And Landowners",
"22": "Investors And Stakeholders",
"23": "Landlords",
"24": "Law Enforcement Personnel",
"25": "Lgbtqi",
"26": "Lower And Middle Class",
"27": "Lower Class",
"28": "Manual And Service Workers",
"29": "Manual Workers",
"30": "Men",
"31": "Middle Class",
"32": "Migrants",
"33": "Migrants And Refugees",
"34": "Military Personnel",
"35": "National Communities",
"36": "Other",
"37": "Patients",
"38": "People With Disabilities",
"39": "Politicians",
"40": "Religious Communities",
"41": "Road Users",
"42": "Rural Communities",
"43": "Socio-Cultural Professionals",
"44": "Sociocultural Professionals",
"45": "Students",
"46": "Taxpayers",
"47": "Tenants",
"48": "Unemployed",
"49": "Upper Class",
"50": "White Collar Workers",
"51": "Women",
"52": "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 Professionals": 8,
"Education Workers": 9,
"Elderly People": 10,
"Employees And Workers": 11,
"Employers": 12,
"Employers And Business Owners": 13,
"Ethnic And National Communities": 14,
"Ethnic And National Minorities": 15,
"Ethnic Minorities": 16,
"Families": 17,
"Farmers": 18,
"Health Professionals": 19,
"Homeless People": 20,
"Homeowners And Landowners": 21,
"Investors And Stakeholders": 22,
"Landlords": 23,
"Law Enforcement Personnel": 24,
"Lgbtqi": 25,
"Lower And Middle Class": 26,
"Lower Class": 27,
"Manual And Service Workers": 28,
"Manual Workers": 29,
"Men": 30,
"Middle Class": 31,
"Migrants": 32,
"Migrants And Refugees": 33,
"Military Personnel": 34,
"National Communities": 35,
"Other": 36,
"Patients": 37,
"People With Disabilities": 38,
"Politicians": 39,
"Religious Communities": 40,
"Road Users": 41,
"Rural Communities": 42,
"Socio-Cultural Professionals": 43,
"Sociocultural Professionals": 44,
"Students": 45,
"Taxpayers": 46,
"Tenants": 47,
"Unemployed": 48,
"Upper Class": 49,
"White Collar Workers": 50,
"Women": 51,
"Young People": 52
},
"layer_norm_eps": 1e-07,
"legacy": true,
"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.48.3",
"type_vocab_size": 0,
"vocab_size": 251000
}
|