prathameshdalal
commited on
Commit
•
5a12bfd
1
Parent(s):
f56857e
Training in progress, epoch 0
Browse files- config.json +14 -12
- pytorch_model.bin +2 -2
- training_args.bin +1 -1
config.json
CHANGED
@@ -15,12 +15,13 @@
|
|
15 |
"4": "Burglary",
|
16 |
"5": "Explosion",
|
17 |
"6": "Fighting",
|
18 |
-
"7": "
|
19 |
-
"8": "
|
20 |
-
"9": "
|
21 |
-
"10": "
|
22 |
-
"11": "
|
23 |
-
"12": "
|
|
|
24 |
},
|
25 |
"image_size": 224,
|
26 |
"initializer_range": 0.02,
|
@@ -33,12 +34,13 @@
|
|
33 |
"Burglary": 4,
|
34 |
"Explosion": 5,
|
35 |
"Fighting": 6,
|
36 |
-
"
|
37 |
-
"
|
38 |
-
"
|
39 |
-
"
|
40 |
-
"
|
41 |
-
"
|
|
|
42 |
},
|
43 |
"layer_norm_eps": 1e-06,
|
44 |
"model_type": "vivit",
|
|
|
15 |
"4": "Burglary",
|
16 |
"5": "Explosion",
|
17 |
"6": "Fighting",
|
18 |
+
"7": "Normal",
|
19 |
+
"8": "RoadAccidents",
|
20 |
+
"9": "Robbery",
|
21 |
+
"10": "Shooting",
|
22 |
+
"11": "Shoplifting",
|
23 |
+
"12": "Stealing",
|
24 |
+
"13": "Vandalism"
|
25 |
},
|
26 |
"image_size": 224,
|
27 |
"initializer_range": 0.02,
|
|
|
34 |
"Burglary": 4,
|
35 |
"Explosion": 5,
|
36 |
"Fighting": 6,
|
37 |
+
"Normal": 7,
|
38 |
+
"RoadAccidents": 8,
|
39 |
+
"Robbery": 9,
|
40 |
+
"Shooting": 10,
|
41 |
+
"Shoplifting": 11,
|
42 |
+
"Stealing": 12,
|
43 |
+
"Vandalism": 13
|
44 |
},
|
45 |
"layer_norm_eps": 1e-06,
|
46 |
"model_type": "vivit",
|
pytorch_model.bin
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:b85df258ae11264603fbc161d304a6aee999d7885be1a7feab28af0ed3953f30
|
3 |
+
size 354695217
|
training_args.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 4079
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:d4441caee261e0b1993b5a19c188f107f85d8d98f2903310cafc4659b8ee55af
|
3 |
size 4079
|