Commit
·
eeb6cee
1
Parent(s):
01463a6
Training in progress, epoch 0
Browse files- config.json +4 -14
- model.safetensors +2 -2
- training_args.bin +1 -1
config.json
CHANGED
@@ -12,25 +12,15 @@
|
|
12 |
"hidden_dropout_prob": 0.0,
|
13 |
"hidden_size": 768,
|
14 |
"id2label": {
|
15 |
-
"0": "
|
16 |
-
"1": "
|
17 |
-
"2": "CarsMovingInOppositeDirection",
|
18 |
-
"3": "CarsMovingNextToOneAnother",
|
19 |
-
"4": "CarsMovingOneBehindAnother",
|
20 |
-
"5": "CarsMovingPerpendicluarToEachOther",
|
21 |
-
"6": "PedestriansWalking"
|
22 |
},
|
23 |
"image_size": 224,
|
24 |
"initializer_range": 0.02,
|
25 |
"intermediate_size": 3072,
|
26 |
"label2id": {
|
27 |
-
"
|
28 |
-
"
|
29 |
-
"CarsMovingInOppositeDirection": 2,
|
30 |
-
"CarsMovingNextToOneAnother": 3,
|
31 |
-
"CarsMovingOneBehindAnother": 4,
|
32 |
-
"CarsMovingPerpendicluarToEachOther": 5,
|
33 |
-
"PedestriansWalking": 6
|
34 |
},
|
35 |
"layer_norm_eps": 1e-12,
|
36 |
"model_type": "videomae",
|
|
|
12 |
"hidden_dropout_prob": 0.0,
|
13 |
"hidden_size": 768,
|
14 |
"id2label": {
|
15 |
+
"0": "CarsMovingNextToOneAnother",
|
16 |
+
"1": "CarsMovingOneBehindAnother"
|
|
|
|
|
|
|
|
|
|
|
17 |
},
|
18 |
"image_size": 224,
|
19 |
"initializer_range": 0.02,
|
20 |
"intermediate_size": 3072,
|
21 |
"label2id": {
|
22 |
+
"CarsMovingNextToOneAnother": 0,
|
23 |
+
"CarsMovingOneBehindAnother": 1
|
|
|
|
|
|
|
|
|
|
|
24 |
},
|
25 |
"layer_norm_eps": 1e-12,
|
26 |
"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:fed600ce0f33d6c8a40968dff362a7aa6548f6e55e3c18aa0d4c9d95c21847ff
|
3 |
+
size 344937368
|
training_args.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 4600
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:005f088e04b19bd1c8f3f7dbd872963aa97962632d3e258b78ef6458887b4483
|
3 |
size 4600
|