dingusagar commited on
Commit
abfe327
·
1 Parent(s): 2b9054d

Model save

Browse files
.gitignore ADDED
@@ -0,0 +1 @@
 
 
1
+ checkpoint-*/
config.json ADDED
@@ -0,0 +1,40 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "google/vit-base-patch16-224-in21k",
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": " Black Panther",
13
+ "1": " Black Widow",
14
+ "2": " Hulk",
15
+ "3": " Iron Man",
16
+ "4": " Scarlet Witch",
17
+ "5": "Captain America"
18
+ },
19
+ "image_size": 224,
20
+ "initializer_range": 0.02,
21
+ "intermediate_size": 3072,
22
+ "label2id": {
23
+ " Black Panther": "0",
24
+ " Black Widow": "1",
25
+ " Hulk": "2",
26
+ " Iron Man": "3",
27
+ " Scarlet Witch": "4",
28
+ "Captain America": "5"
29
+ },
30
+ "layer_norm_eps": 1e-12,
31
+ "model_type": "vit",
32
+ "num_attention_heads": 12,
33
+ "num_channels": 3,
34
+ "num_hidden_layers": 12,
35
+ "patch_size": 16,
36
+ "problem_type": "single_label_classification",
37
+ "qkv_bias": true,
38
+ "torch_dtype": "float32",
39
+ "transformers_version": "4.20.1"
40
+ }
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:7ecf781d74f6f57ebd1f65c6821537fc870cdf900fe8dbdbe5251d9927a6f903
3
+ size 343279281
runs/Jul09_15-04-55_92611ae70e87/1657379107.5223255/events.out.tfevents.1657379107.92611ae70e87.73.7 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:80effe98cb0c6e83340e5e51cc84de1f44a72a65c3ce821fd1e75270a8594853
3
+ size 5348
runs/Jul09_15-04-55_92611ae70e87/events.out.tfevents.1657379107.92611ae70e87.73.6 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:809049d23e1a01ef0eaf08852793cd19ffdc062a12b055ed47ec693fcbd4f3c5
3
+ size 5105
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5b9b41944cfac811961262fbad1b51c8df0e26f0c7b77046655dfc7e83e7cf20
3
+ size 3311