Jacaranda commited on
Commit
9cfff06
1 Parent(s): 7cda0f8

Upload XLMRobertaForSequenceClassification

Browse files
Files changed (2) hide show
  1. config.json +193 -0
  2. pytorch_model.bin +3 -0
config.json ADDED
@@ -0,0 +1,193 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "/content/drive/MyDrive/Jaca80ENS/checkpoint",
3
+ "architectures": [
4
+ "XLMRobertaForSequenceClassification"
5
+ ],
6
+ "attention_probs_dropout_prob": 0.1,
7
+ "bos_token_id": 0,
8
+ "classifier_dropout": null,
9
+ "eos_token_id": 2,
10
+ "hidden_act": "gelu",
11
+ "hidden_dropout_prob": 0.1,
12
+ "hidden_size": 1024,
13
+ "id2label": {
14
+ "0": "abortion",
15
+ "1": "ambulance",
16
+ "2": "anc_visit",
17
+ "3": "baby_acne_pimples",
18
+ "4": "baby_breathing",
19
+ "5": "baby_colic",
20
+ "6": "baby_constipation",
21
+ "7": "baby_cord",
22
+ "8": "baby_diarrhoea",
23
+ "9": "baby_fever_discharge",
24
+ "10": "baby_general",
25
+ "11": "baby_hiccups",
26
+ "12": "baby_jaundice",
27
+ "13": "baby_milestone_general",
28
+ "14": "baby_milestone_sitting",
29
+ "15": "baby_milestone_teething",
30
+ "16": "baby_poop",
31
+ "17": "baby_rash",
32
+ "18": "baby_sex_determination",
33
+ "19": "baby_spitting_up",
34
+ "20": "bleeding",
35
+ "21": "blood_group",
36
+ "22": "blood_pressure",
37
+ "23": "breastfeeding",
38
+ "24": "c_section",
39
+ "25": "constipation",
40
+ "26": "covid-19_vaccine",
41
+ "27": "danger_signs",
42
+ "28": "delivery_bag_items",
43
+ "29": "depression",
44
+ "30": "diarrhoea",
45
+ "31": "diet_nutrition",
46
+ "32": "discharge",
47
+ "33": "dizziness",
48
+ "34": "edd",
49
+ "35": "family_planning",
50
+ "36": "fatigue",
51
+ "37": "fetal_movement",
52
+ "38": "fever",
53
+ "39": "financial",
54
+ "40": "hb_level",
55
+ "41": "heart_rate_shortness_of_breath",
56
+ "42": "heartburn",
57
+ "43": "hiv",
58
+ "44": "ifas",
59
+ "45": "intercourse",
60
+ "46": "itching_body",
61
+ "47": "labour_signs",
62
+ "48": "linda_mama",
63
+ "49": "medication_general",
64
+ "50": "miscarriage_baby_loss",
65
+ "51": "mobility_travelling",
66
+ "52": "mosquito",
67
+ "53": "nausea_vomiting",
68
+ "54": "numbness",
69
+ "55": "ok_thanks",
70
+ "56": "pain_back_butt",
71
+ "57": "pain_breast",
72
+ "58": "pain_head",
73
+ "59": "pain_leg",
74
+ "60": "pain_lower_abdomen",
75
+ "61": "pain_muscle_joint",
76
+ "62": "pain_other",
77
+ "63": "pain_stomach",
78
+ "64": "periods",
79
+ "65": "pregnancy_black line",
80
+ "66": "pregnancy_clothing",
81
+ "67": "pregnancy_general",
82
+ "68": "pregnancy_weight_loss_gain",
83
+ "69": "pregnancy_working",
84
+ "70": "sleeping_position",
85
+ "71": "spitting",
86
+ "72": "stretchmarks",
87
+ "73": "survey_response",
88
+ "74": "swelling",
89
+ "75": "traditional_birth_attendant",
90
+ "76": "twins",
91
+ "77": "ultrasound",
92
+ "78": "urination_uti",
93
+ "79": "vaccination_immunization"
94
+ },
95
+ "initializer_range": 0.02,
96
+ "intermediate_size": 4096,
97
+ "label2id": {
98
+ "abortion": 0,
99
+ "ambulance": 1,
100
+ "anc_visit": 2,
101
+ "baby_acne_pimples": 3,
102
+ "baby_breathing": 4,
103
+ "baby_colic": 5,
104
+ "baby_constipation": 6,
105
+ "baby_cord": 7,
106
+ "baby_diarrhoea": 8,
107
+ "baby_fever_discharge": 9,
108
+ "baby_general": 10,
109
+ "baby_hiccups": 11,
110
+ "baby_jaundice": 12,
111
+ "baby_milestone_general": 13,
112
+ "baby_milestone_sitting": 14,
113
+ "baby_milestone_teething": 15,
114
+ "baby_poop": 16,
115
+ "baby_rash": 17,
116
+ "baby_sex_determination": 18,
117
+ "baby_spitting_up": 19,
118
+ "bleeding": 20,
119
+ "blood_group": 21,
120
+ "blood_pressure": 22,
121
+ "breastfeeding": 23,
122
+ "c_section": 24,
123
+ "constipation": 25,
124
+ "covid-19_vaccine": 26,
125
+ "danger_signs": 27,
126
+ "delivery_bag_items": 28,
127
+ "depression": 29,
128
+ "diarrhoea": 30,
129
+ "diet_nutrition": 31,
130
+ "discharge": 32,
131
+ "dizziness": 33,
132
+ "edd": 34,
133
+ "family_planning": 35,
134
+ "fatigue": 36,
135
+ "fetal_movement": 37,
136
+ "fever": 38,
137
+ "financial": 39,
138
+ "hb_level": 40,
139
+ "heart_rate_shortness_of_breath": 41,
140
+ "heartburn": 42,
141
+ "hiv": 43,
142
+ "ifas": 44,
143
+ "intercourse": 45,
144
+ "itching_body": 46,
145
+ "labour_signs": 47,
146
+ "linda_mama": 48,
147
+ "medication_general": 49,
148
+ "miscarriage_baby_loss": 50,
149
+ "mobility_travelling": 51,
150
+ "mosquito": 52,
151
+ "nausea_vomiting": 53,
152
+ "numbness": 54,
153
+ "ok_thanks": 55,
154
+ "pain_back_butt": 56,
155
+ "pain_breast": 57,
156
+ "pain_head": 58,
157
+ "pain_leg": 59,
158
+ "pain_lower_abdomen": 60,
159
+ "pain_muscle_joint": 61,
160
+ "pain_other": 62,
161
+ "pain_stomach": 63,
162
+ "periods": 64,
163
+ "pregnancy_black line": 65,
164
+ "pregnancy_clothing": 66,
165
+ "pregnancy_general": 67,
166
+ "pregnancy_weight_loss_gain": 68,
167
+ "pregnancy_working": 69,
168
+ "sleeping_position": 70,
169
+ "spitting": 71,
170
+ "stretchmarks": 72,
171
+ "survey_response": 73,
172
+ "swelling": 74,
173
+ "traditional_birth_attendant": 75,
174
+ "twins": 76,
175
+ "ultrasound": 77,
176
+ "urination_uti": 78,
177
+ "vaccination_immunization": 79
178
+ },
179
+ "layer_norm_eps": 1e-05,
180
+ "max_position_embeddings": 514,
181
+ "model_type": "xlm-roberta",
182
+ "num_attention_heads": 16,
183
+ "num_hidden_layers": 24,
184
+ "output_past": true,
185
+ "pad_token_id": 1,
186
+ "position_embedding_type": "absolute",
187
+ "problem_type": "single_label_classification",
188
+ "torch_dtype": "float32",
189
+ "transformers_version": "4.26.1",
190
+ "type_vocab_size": 1,
191
+ "use_cache": true,
192
+ "vocab_size": 250002
193
+ }
pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c5e83280907eaf78c8844763fe4bc9fa3a5db4b4813493b6a18640ef98904cd0
3
+ size 2240024309