josesantorcuato
commited on
Commit
•
f1d866f
1
Parent(s):
6556e73
Training in progress, epoch 1
Browse files
config.json
CHANGED
@@ -12,35 +12,19 @@
|
|
12 |
"hidden_dropout_prob": 0.0,
|
13 |
"hidden_size": 768,
|
14 |
"id2label": {
|
15 |
-
"0": "
|
16 |
-
"1": "
|
17 |
-
"2": "
|
18 |
-
"3": "
|
19 |
-
"4": "BaseballPitch",
|
20 |
-
"5": "Basketball",
|
21 |
-
"6": "BasketballDunk",
|
22 |
-
"7": "BenchPress",
|
23 |
-
"8": "BuenasNoches",
|
24 |
-
"9": "BuenosDias",
|
25 |
-
"10": "DolorCabeza",
|
26 |
-
"11": "Medico"
|
27 |
},
|
28 |
"image_size": 224,
|
29 |
"initializer_range": 0.02,
|
30 |
"intermediate_size": 3072,
|
31 |
"label2id": {
|
32 |
-
"
|
33 |
-
"
|
34 |
-
"
|
35 |
-
"
|
36 |
-
"BaseballPitch": 4,
|
37 |
-
"Basketball": 5,
|
38 |
-
"BasketballDunk": 6,
|
39 |
-
"BenchPress": 7,
|
40 |
-
"BuenasNoches": 8,
|
41 |
-
"BuenosDias": 9,
|
42 |
-
"DolorCabeza": 10,
|
43 |
-
"Medico": 11
|
44 |
},
|
45 |
"layer_norm_eps": 1e-12,
|
46 |
"model_type": "videomae",
|
|
|
12 |
"hidden_dropout_prob": 0.0,
|
13 |
"hidden_size": 768,
|
14 |
"id2label": {
|
15 |
+
"0": "clase_1",
|
16 |
+
"1": "clase_2",
|
17 |
+
"2": "clase_3",
|
18 |
+
"3": "clase_4"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
19 |
},
|
20 |
"image_size": 224,
|
21 |
"initializer_range": 0.02,
|
22 |
"intermediate_size": 3072,
|
23 |
"label2id": {
|
24 |
+
"clase_1": 0,
|
25 |
+
"clase_2": 1,
|
26 |
+
"clase_3": 2,
|
27 |
+
"clase_4": 3
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
28 |
},
|
29 |
"layer_norm_eps": 1e-12,
|
30 |
"model_type": "videomae",
|
model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:9831950e09a6043aab98c5826b5ab9c8e213ee42343b8bc886a357faa111259b
|
3 |
+
size 344943528
|
runs/Nov05_02-16-41_93cbaac1b31b/events.out.tfevents.1730773027.93cbaac1b31b.4486.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:258eb4980413d263f78653ee910ee09a4649f3cfc6e44d9192c2f853b1590563
|
3 |
+
size 6553
|
training_args.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 4795
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:c3cf9fbfe307096c882ff6097a5928539df649ce5c675a33032abbfe608b2585
|
3 |
size 4795
|