sokaina55 commited on
Commit
d9c23c8
1 Parent(s): 737d067

Training in progress, epoch 0

Browse files
.gitignore ADDED
@@ -0,0 +1 @@
 
 
1
+ checkpoint-*/
config.json ADDED
@@ -0,0 +1,205 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "MCG-NJU/videomae-base-finetuned-kinetics",
3
+ "architectures": [
4
+ "VideoMAEForVideoClassification"
5
+ ],
6
+ "attention_probs_dropout_prob": 0.0,
7
+ "decoder_hidden_size": 384,
8
+ "decoder_intermediate_size": 1536,
9
+ "decoder_num_attention_heads": 6,
10
+ "decoder_num_hidden_layers": 4,
11
+ "hidden_act": "gelu",
12
+ "hidden_dropout_prob": 0.0,
13
+ "hidden_size": 768,
14
+ "id2label": {
15
+ "0": " Back_Pain",
16
+ "1": "Antibiotic_Needed",
17
+ "2": "Blood_Test_Needed",
18
+ "3": "Breathing_Difficulty",
19
+ "4": "Cardiologist",
20
+ "5": "Clinical_Examination",
21
+ "6": "Cochlear_Implant",
22
+ "7": "Comprehensive_Checkup_Needed",
23
+ "8": "Consultant_Doctor",
24
+ "9": "Consultant_Waiting",
25
+ "10": "Cough_Syrup_Needed",
26
+ "11": "Deaf",
27
+ "12": "Dentist",
28
+ "13": "Dentistry_Department",
29
+ "14": "Discount_Available",
30
+ "15": "Doctor_Appointment",
31
+ "16": "Doctor_Examination",
32
+ "17": "Doctor_Needed",
33
+ "18": "Doctor_Waiting",
34
+ "19": "Ear_Nose_Throat_Doctor",
35
+ "20": "Emergency_Location",
36
+ "21": "Emergency_Room_Location",
37
+ "22": "Examination_Fee",
38
+ "23": "Expensive_Examination",
39
+ "24": "Expensive_Lab_Test",
40
+ "25": "Expensive_Medicine",
41
+ "26": "Expensive_Medicine_Here",
42
+ "27": "Eye_Doctor",
43
+ "28": "Fasting_During_Ramadan",
44
+ "29": "Fasting_Needed",
45
+ "30": "Fever",
46
+ "31": "File_Complaint",
47
+ "32": "File_Number",
48
+ "33": "Find_Pharmacy",
49
+ "34": "Free_Treatment",
50
+ "35": "Gastroenterologist",
51
+ "36": "General_Practitioner",
52
+ "37": "Hard_Hearing",
53
+ "38": "Headache",
54
+ "39": "Hearing_Test_Needed",
55
+ "40": "Hematologist",
56
+ "41": "Insurance_Office_Location",
57
+ "42": "Insurance_Policy",
58
+ "43": "Laboratory_Department",
59
+ "44": "Laboratory_Location",
60
+ "45": "Lab_Test_Cost",
61
+ "46": "Leg_Pain",
62
+ "47": "Manager_Office_Location",
63
+ "48": "Measure_Temperature",
64
+ "49": "Medical_Leave_Needed",
65
+ "50": "Medical_Report_Needed",
66
+ "51": "Nurse_Waiting",
67
+ "52": "Obstetrician_Gynecologist",
68
+ "53": "Obstetrics_Gynecology_Department",
69
+ "54": "Obstetrics_Gynecology_Location",
70
+ "55": "Oncologist",
71
+ "56": "Open_File_Needed",
72
+ "57": "Ophthalmology_Department",
73
+ "58": "Ophthalmology_Location",
74
+ "59": "Orthopedic_Doctor",
75
+ "60": "Paid_Treatment",
76
+ "61": "Painful_Swallowing",
77
+ "62": "Painkiller_Needed",
78
+ "63": "Pediatrician",
79
+ "64": "Pediatric_Department",
80
+ "65": "Physical_Therapy_Needed",
81
+ "66": "Radiology_Department",
82
+ "67": "Radiology_Location",
83
+ "68": "Request_Discount",
84
+ "69": "See_Doctor",
85
+ "70": "Sick_See_Doctor",
86
+ "71": "Specialist_Doctor",
87
+ "72": "Specialist_Waiting",
88
+ "73": "Stomach_Ache",
89
+ "74": "Stomach_Pain",
90
+ "75": "Surgeon",
91
+ "76": "Surgery_Agreement",
92
+ "77": "Surgery_Department",
93
+ "78": "Vaccination_Needed",
94
+ "79": "Visit_Patient",
95
+ "80": "Visit_Patient_Intensive_Care_Unit",
96
+ "81": "Visit_Patient_Operating_Room",
97
+ "82": "Write_Prescription",
98
+ "83": "X_ray_Cost",
99
+ "84": "X_ray_Needed"
100
+ },
101
+ "image_size": 224,
102
+ "initializer_range": 0.02,
103
+ "intermediate_size": 3072,
104
+ "label2id": {
105
+ " Back_Pain": 0,
106
+ "Antibiotic_Needed": 1,
107
+ "Blood_Test_Needed": 2,
108
+ "Breathing_Difficulty": 3,
109
+ "Cardiologist": 4,
110
+ "Clinical_Examination": 5,
111
+ "Cochlear_Implant": 6,
112
+ "Comprehensive_Checkup_Needed": 7,
113
+ "Consultant_Doctor": 8,
114
+ "Consultant_Waiting": 9,
115
+ "Cough_Syrup_Needed": 10,
116
+ "Deaf": 11,
117
+ "Dentist": 12,
118
+ "Dentistry_Department": 13,
119
+ "Discount_Available": 14,
120
+ "Doctor_Appointment": 15,
121
+ "Doctor_Examination": 16,
122
+ "Doctor_Needed": 17,
123
+ "Doctor_Waiting": 18,
124
+ "Ear_Nose_Throat_Doctor": 19,
125
+ "Emergency_Location": 20,
126
+ "Emergency_Room_Location": 21,
127
+ "Examination_Fee": 22,
128
+ "Expensive_Examination": 23,
129
+ "Expensive_Lab_Test": 24,
130
+ "Expensive_Medicine": 25,
131
+ "Expensive_Medicine_Here": 26,
132
+ "Eye_Doctor": 27,
133
+ "Fasting_During_Ramadan": 28,
134
+ "Fasting_Needed": 29,
135
+ "Fever": 30,
136
+ "File_Complaint": 31,
137
+ "File_Number": 32,
138
+ "Find_Pharmacy": 33,
139
+ "Free_Treatment": 34,
140
+ "Gastroenterologist": 35,
141
+ "General_Practitioner": 36,
142
+ "Hard_Hearing": 37,
143
+ "Headache": 38,
144
+ "Hearing_Test_Needed": 39,
145
+ "Hematologist": 40,
146
+ "Insurance_Office_Location": 41,
147
+ "Insurance_Policy": 42,
148
+ "Lab_Test_Cost": 45,
149
+ "Laboratory_Department": 43,
150
+ "Laboratory_Location": 44,
151
+ "Leg_Pain": 46,
152
+ "Manager_Office_Location": 47,
153
+ "Measure_Temperature": 48,
154
+ "Medical_Leave_Needed": 49,
155
+ "Medical_Report_Needed": 50,
156
+ "Nurse_Waiting": 51,
157
+ "Obstetrician_Gynecologist": 52,
158
+ "Obstetrics_Gynecology_Department": 53,
159
+ "Obstetrics_Gynecology_Location": 54,
160
+ "Oncologist": 55,
161
+ "Open_File_Needed": 56,
162
+ "Ophthalmology_Department": 57,
163
+ "Ophthalmology_Location": 58,
164
+ "Orthopedic_Doctor": 59,
165
+ "Paid_Treatment": 60,
166
+ "Painful_Swallowing": 61,
167
+ "Painkiller_Needed": 62,
168
+ "Pediatric_Department": 64,
169
+ "Pediatrician": 63,
170
+ "Physical_Therapy_Needed": 65,
171
+ "Radiology_Department": 66,
172
+ "Radiology_Location": 67,
173
+ "Request_Discount": 68,
174
+ "See_Doctor": 69,
175
+ "Sick_See_Doctor": 70,
176
+ "Specialist_Doctor": 71,
177
+ "Specialist_Waiting": 72,
178
+ "Stomach_Ache": 73,
179
+ "Stomach_Pain": 74,
180
+ "Surgeon": 75,
181
+ "Surgery_Agreement": 76,
182
+ "Surgery_Department": 77,
183
+ "Vaccination_Needed": 78,
184
+ "Visit_Patient": 79,
185
+ "Visit_Patient_Intensive_Care_Unit": 80,
186
+ "Visit_Patient_Operating_Room": 81,
187
+ "Write_Prescription": 82,
188
+ "X_ray_Cost": 83,
189
+ "X_ray_Needed": 84
190
+ },
191
+ "layer_norm_eps": 1e-12,
192
+ "model_type": "videomae",
193
+ "norm_pix_loss": false,
194
+ "num_attention_heads": 12,
195
+ "num_channels": 3,
196
+ "num_frames": 16,
197
+ "num_hidden_layers": 12,
198
+ "patch_size": 16,
199
+ "problem_type": "single_label_classification",
200
+ "qkv_bias": true,
201
+ "torch_dtype": "float32",
202
+ "transformers_version": "4.28.0",
203
+ "tubelet_size": 2,
204
+ "use_mean_pooling": true
205
+ }
preprocessor_config.json ADDED
@@ -0,0 +1,27 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "crop_size": {
3
+ "height": 224,
4
+ "width": 224
5
+ },
6
+ "do_center_crop": true,
7
+ "do_normalize": true,
8
+ "do_rescale": true,
9
+ "do_resize": true,
10
+ "feature_extractor_type": "VideoMAEFeatureExtractor",
11
+ "image_mean": [
12
+ 0.485,
13
+ 0.456,
14
+ 0.406
15
+ ],
16
+ "image_processor_type": "VideoMAEImageProcessor",
17
+ "image_std": [
18
+ 0.229,
19
+ 0.224,
20
+ 0.225
21
+ ],
22
+ "resample": 2,
23
+ "rescale_factor": 0.00392156862745098,
24
+ "size": {
25
+ "shortest_edge": 224
26
+ }
27
+ }
pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:807bc1416c62b469e5fcd250446f405f1836de6e6bcf6ecd7f260c0973fe87d6
3
+ size 345232050
runs/Feb21_15-20-16_de1109516a6a/1708528872.8120859/events.out.tfevents.1708528872.de1109516a6a.12707.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:45263c8d46368cd7e3dc537a57400a2249ead1ddab22397622c7ad1df71978a6
3
+ size 6042
runs/Feb21_15-20-16_de1109516a6a/events.out.tfevents.1708528872.de1109516a6a.12707.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ef07affdbe095a98866fd303e36a0f16c992e7c3cba97afbcd6a314fef040e75
3
+ size 25733
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:19a152676f06dfbb0b26b809deb0cc6de77e47f294b92e0d0c177f2050d0f03e
3
+ size 4152