annamalai-s commited on
Commit
704d720
·
verified ·
1 Parent(s): 1691d92

Training in progress, epoch 1

Browse files
config.json ADDED
@@ -0,0 +1,64 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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": 15,
13
+ "1": 0,
14
+ "2": 1,
15
+ "3": 2,
16
+ "4": 3,
17
+ "5": 4,
18
+ "6": 5,
19
+ "7": 6,
20
+ "8": 7,
21
+ "9": 8,
22
+ "10": 9,
23
+ "11": 10,
24
+ "12": 11,
25
+ "13": 12,
26
+ "14": 13,
27
+ "15": 14,
28
+ "16": 16,
29
+ "17": 17
30
+ },
31
+ "image_size": 224,
32
+ "initializer_range": 0.02,
33
+ "intermediate_size": 3072,
34
+ "label2id": {
35
+ "0": 1,
36
+ "1": 2,
37
+ "2": 3,
38
+ "3": 4,
39
+ "4": 5,
40
+ "5": 6,
41
+ "6": 7,
42
+ "7": 8,
43
+ "8": 9,
44
+ "9": 10,
45
+ "10": 11,
46
+ "11": 12,
47
+ "12": 13,
48
+ "13": 14,
49
+ "14": 15,
50
+ "15": 0,
51
+ "16": 16,
52
+ "17": 17
53
+ },
54
+ "layer_norm_eps": 1e-12,
55
+ "model_type": "vit",
56
+ "num_attention_heads": 12,
57
+ "num_channels": 3,
58
+ "num_hidden_layers": 12,
59
+ "patch_size": 16,
60
+ "problem_type": "single_label_classification",
61
+ "qkv_bias": true,
62
+ "torch_dtype": "float32",
63
+ "transformers_version": "4.47.1"
64
+ }
model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9f41636d6102fd7e8fa5411fdd15cbbd24d2fddcbef46016ca5aae9bf4d9106a
3
+ size 343273192
preprocessor_config.json ADDED
@@ -0,0 +1,23 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "do_convert_rgb": null,
3
+ "do_normalize": true,
4
+ "do_rescale": true,
5
+ "do_resize": true,
6
+ "image_mean": [
7
+ 0.5,
8
+ 0.5,
9
+ 0.5
10
+ ],
11
+ "image_processor_type": "ViTImageProcessor",
12
+ "image_std": [
13
+ 0.5,
14
+ 0.5,
15
+ 0.5
16
+ ],
17
+ "resample": 2,
18
+ "rescale_factor": 0.00392156862745098,
19
+ "size": {
20
+ "height": 224,
21
+ "width": 224
22
+ }
23
+ }
runs/Jan07_13-34-42_DESKTOP-VPSQEG1/events.out.tfevents.1736237088.DESKTOP-VPSQEG1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3459b58b1e9225414da7649d41eec1fea0ffce23bc144270e393a58a95cb0819
3
+ size 5745
runs/Jan07_13-37-12_DESKTOP-VPSQEG1/events.out.tfevents.1736237234.DESKTOP-VPSQEG1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b24da6b3b67f40e4101b11000003a9cf566f8bc00706e137351f60555db2f373
3
+ size 5423
runs/Jan07_14-45-44_DESKTOP-VPSQEG1/events.out.tfevents.1736241346.DESKTOP-VPSQEG1 ADDED
File without changes
runs/Jan07_14-48-17_DESKTOP-VPSQEG1/events.out.tfevents.1736241500.DESKTOP-VPSQEG1 ADDED
File without changes
runs/Jan07_14-52-23_DESKTOP-VPSQEG1/events.out.tfevents.1736241754.DESKTOP-VPSQEG1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b4a7a08a3403578ed999376b47005791a7d59e13856181f79a465b3041df4499
3
+ size 5423
runs/Jan07_14-56-14_DESKTOP-VPSQEG1/events.out.tfevents.1736241976.DESKTOP-VPSQEG1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7f8f866971e5bba91f4ea830d1b623925604357f8e31f87ca3232152e49de9f8
3
+ size 5423
runs/Jan07_14-59-20_DESKTOP-VPSQEG1/events.out.tfevents.1736242162.DESKTOP-VPSQEG1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6c94a5fa0636ffd0a3c31054e97cb68409a13dadfa471c538df59810eeed2c82
3
+ size 5423
runs/Jan07_15-08-20_DESKTOP-VPSQEG1/events.out.tfevents.1736242701.DESKTOP-VPSQEG1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4b9d024bf1e80a7a40159d373ef4ff7953ed86408585b5573dbb3986f3068367
3
+ size 5423
runs/Jan07_15-16-03_DESKTOP-VPSQEG1/events.out.tfevents.1736243164.DESKTOP-VPSQEG1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:abb6d7568c46b95fa7e4ba5257cd5c6e00a2906b5244fc259e029b327fdefdd8
3
+ size 5423
runs/Jan07_15-53-21_DESKTOP-VPSQEG1/events.out.tfevents.1736245402.DESKTOP-VPSQEG1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8ee5c54782f45ee2a36fe8a075f4fd2c91497156f156aaaf892ce1b262ae1d2e
3
+ size 5841
runs/Jan07_15-56-07_DESKTOP-VPSQEG1/events.out.tfevents.1736245571.DESKTOP-VPSQEG1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6689d20daa0ed2885f45745c4235c62c137f3ad9592474d7aee9bfe12f039552
3
+ size 7107
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:43f7a1e26f5e05b47e45bafd59d001accaa5771d0ba7ef959d4e9dc962282e88
3
+ size 5368