samitizerxu commited on
Commit
61008f2
·
1 Parent(s): 56b6cd2

Training in progress, epoch 1

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",
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": "1",
13
+ "1": "2",
14
+ "2": "3",
15
+ "3": "4",
16
+ "4": "5",
17
+ "5": "test"
18
+ },
19
+ "image_size": 224,
20
+ "initializer_range": 0.02,
21
+ "intermediate_size": 3072,
22
+ "label2id": {
23
+ "1": 0,
24
+ "2": 1,
25
+ "3": 2,
26
+ "4": 3,
27
+ "5": 4,
28
+ "test": 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.26.1"
40
+ }
preprocessor_config.json ADDED
@@ -0,0 +1,22 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "do_normalize": true,
3
+ "do_rescale": true,
4
+ "do_resize": true,
5
+ "image_mean": [
6
+ 0.5,
7
+ 0.5,
8
+ 0.5
9
+ ],
10
+ "image_processor_type": "ViTFeatureExtractor",
11
+ "image_std": [
12
+ 0.5,
13
+ 0.5,
14
+ 0.5
15
+ ],
16
+ "resample": 2,
17
+ "rescale_factor": 0.00392156862745098,
18
+ "size": {
19
+ "height": 224,
20
+ "width": 224
21
+ }
22
+ }
pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ef853c06d5b574c0e35f1e95592eceb498038f1fbeeb4e027f31fc1c628f40a5
3
+ size 343281005
runs/Feb16_21-02-25_bea9d7f6d280/1676581394.6489818/events.out.tfevents.1676581394.bea9d7f6d280.283.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1d962a08b7219808e2c6c2bbee244daad44815cb18e08ee0a6544d5519cd460a
3
+ size 5665
runs/Feb16_21-02-25_bea9d7f6d280/events.out.tfevents.1676581394.bea9d7f6d280.283.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ec18f9dde038c8deabe56f05e77778dedaa34b947fed41121ec9dad4b7945996
3
+ size 3902
runs/Feb16_21-03-29_bea9d7f6d280/1676581419.480866/events.out.tfevents.1676581419.bea9d7f6d280.283.3 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:10342b7fd4c4bb5e7ed6e218fefadb2c6da53dbbdffbb8fa181b0147bcdc804f
3
+ size 5665
runs/Feb16_21-03-29_bea9d7f6d280/events.out.tfevents.1676581419.bea9d7f6d280.283.2 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:585f1c70b131ccd3d79185afb85958d290043bc3e7f20d84f73ea49425ab9185
3
+ size 6067
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:257c6cf451cc33744f6c5198a27f21d3a823f4bf6f34f1f1d44480da15b0c139
3
+ size 3515