csr2000 commited on
Commit
34861f4
1 Parent(s): f9a89c2

Model save

Browse files
.gitignore ADDED
@@ -0,0 +1 @@
 
 
1
+ checkpoint-*/
config.json ADDED
@@ -0,0 +1,56 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "google/vit-base-patch16-224",
3
+ "architectures": [
4
+ "ViTForImageClassification"
5
+ ],
6
+ "attention_probs_dropout_prob": 0.0,
7
+ "encoder_stride": 16,
8
+ "hidden_act": "gelu",
9
+ "hidden_dropout_prob": 0.0,
10
+ "hidden_size": 768,
11
+ "id2label": {
12
+ "0": "Abuse",
13
+ "1": "Arrest",
14
+ "10": "Shooting",
15
+ "11": "Shoplifting",
16
+ "12": "Stealing",
17
+ "13": "Vandalism",
18
+ "2": "Arson",
19
+ "3": "Assault",
20
+ "4": "Burglary",
21
+ "5": "Explosion",
22
+ "6": "Fighting",
23
+ "7": "NormalVideos",
24
+ "8": "RoadAccidents",
25
+ "9": "Robbery"
26
+ },
27
+ "image_size": 224,
28
+ "initializer_range": 0.02,
29
+ "intermediate_size": 3072,
30
+ "label2id": {
31
+ "Abuse": "0",
32
+ "Arrest": "1",
33
+ "Arson": "2",
34
+ "Assault": "3",
35
+ "Burglary": "4",
36
+ "Explosion": "5",
37
+ "Fighting": "6",
38
+ "NormalVideos": "7",
39
+ "RoadAccidents": "8",
40
+ "Robbery": "9",
41
+ "Shooting": "10",
42
+ "Shoplifting": "11",
43
+ "Stealing": "12",
44
+ "Vandalism": "13"
45
+ },
46
+ "layer_norm_eps": 1e-12,
47
+ "model_type": "vit",
48
+ "num_attention_heads": 12,
49
+ "num_channels": 3,
50
+ "num_hidden_layers": 12,
51
+ "patch_size": 16,
52
+ "problem_type": "single_label_classification",
53
+ "qkv_bias": true,
54
+ "torch_dtype": "float32",
55
+ "transformers_version": "4.21.1"
56
+ }
preprocessor_config.json ADDED
@@ -0,0 +1,17 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "do_normalize": true,
3
+ "do_resize": true,
4
+ "feature_extractor_type": "ViTFeatureExtractor",
5
+ "image_mean": [
6
+ 0.5,
7
+ 0.5,
8
+ 0.5
9
+ ],
10
+ "image_std": [
11
+ 0.5,
12
+ 0.5,
13
+ 0.5
14
+ ],
15
+ "resample": 2,
16
+ "size": 224
17
+ }
pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:61ab938a03614c93b41688b9c3283851221c09c739a4bf505ccd2286212c2305
3
+ size 343301041
runs/Aug13_19-43-18_DESKTOP-V642JND/1660405451.465561/events.out.tfevents.1660405451.DESKTOP-V642JND.15572.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:17316ab74f0c6f1100cd084ceda10e575716c7b6d1f003a44696748f10edea0d
3
+ size 5387
runs/Aug13_19-43-18_DESKTOP-V642JND/events.out.tfevents.1660405450.DESKTOP-V642JND.15572.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4e1a9a1723e4eb17bfb53b1aa59cf6bf87a71e58d0a5a86d9f27b4548c680d1c
3
+ size 4156
runs/Aug14_11-12-04_DESKTOP-V642JND/1660461147.3834753/events.out.tfevents.1660461147.DESKTOP-V642JND.14096.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e083fe365291c5f453acaa2c5140cbf440acee9ad880feba79b6f063c37ed2ed
3
+ size 5387
runs/Aug14_11-12-04_DESKTOP-V642JND/1660481380.0607352/events.out.tfevents.1660481380.DESKTOP-V642JND.14096.2 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8f90f58db37bd1b73ce4171bb2777aa8ee0190183f8c49a5c494785c2e658b1c
3
+ size 5387
runs/Aug14_11-12-04_DESKTOP-V642JND/events.out.tfevents.1660461147.DESKTOP-V642JND.14096.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:446c430a9750b10669488ad155143bbb5d0539ebaec4c6dace593b4ad30d5204
3
+ size 9861
runs/Aug14_16-51-04_DESKTOP-V642JND/1660481520.7169895/events.out.tfevents.1660481520.DESKTOP-V642JND.14096.4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8fd4c329d3c27e2cce59e0563a476430980cae982a52303d794490b989ca0754
3
+ size 5387
runs/Aug14_16-51-04_DESKTOP-V642JND/events.out.tfevents.1660481520.DESKTOP-V642JND.14096.3 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4036beb7f9ca831fb724618667991c70be3ffa536e90d759a5d596de9cfbc625
3
+ size 5696
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b13ea13db328c4d4cf4d52abcbbd75c345400590d75589e0600c7746b2517b35
3
+ size 3311