yasmina666
commited on
Commit
•
cacdacb
1
Parent(s):
6b72983
Training in progress, epoch 0
Browse files
config.json
CHANGED
@@ -12,7 +12,9 @@
|
|
12 |
"id2label": {
|
13 |
"0": "eat",
|
14 |
"1": "like",
|
15 |
-
"2": "nice"
|
|
|
|
|
16 |
},
|
17 |
"image_size": 224,
|
18 |
"initializer_range": 0.02,
|
@@ -20,7 +22,9 @@
|
|
20 |
"label2id": {
|
21 |
"eat": 0,
|
22 |
"like": 1,
|
23 |
-
"nice": 2
|
|
|
|
|
24 |
},
|
25 |
"layer_norm_eps": 1e-06,
|
26 |
"model_type": "timesformer",
|
|
|
12 |
"id2label": {
|
13 |
"0": "eat",
|
14 |
"1": "like",
|
15 |
+
"2": "nice",
|
16 |
+
"3": "no",
|
17 |
+
"4": "yes"
|
18 |
},
|
19 |
"image_size": 224,
|
20 |
"initializer_range": 0.02,
|
|
|
22 |
"label2id": {
|
23 |
"eat": 0,
|
24 |
"like": 1,
|
25 |
+
"nice": 2,
|
26 |
+
"no": 3,
|
27 |
+
"yes": 4
|
28 |
},
|
29 |
"layer_norm_eps": 1e-06,
|
30 |
"model_type": "timesformer",
|
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:2a08419ae01dd2312b73f7b888a1d0125b811e0c2fe3929c3e36b132cc4b39a9
|
3 |
+
size 485081484
|
runs/Feb19_22-12-29_7e55fab5b471/events.out.tfevents.1708380767.7e55fab5b471.16428.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:59ab431aed82bad7c818a3a393a8ff10b907a17dfdb038baa1b430aca7e484d4
|
3 |
+
size 5463
|
training_args.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 4664
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:4f5ede4ba49467f41e9be8c9f44e0127dfc9842a2db88b4a607dbfc106f2ab5e
|
3 |
size 4664
|