AMfeta99 commited on
Commit
ae527bd
1 Parent(s): 74c2a1e

Training in progress, epoch 1

Browse files
config.json ADDED
@@ -0,0 +1,24 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
+ "image_size": 224,
12
+ "initializer_range": 0.02,
13
+ "intermediate_size": 3072,
14
+ "layer_norm_eps": 1e-12,
15
+ "model_type": "vit",
16
+ "num_attention_heads": 12,
17
+ "num_channels": 3,
18
+ "num_hidden_layers": 12,
19
+ "patch_size": 16,
20
+ "problem_type": "single_label_classification",
21
+ "qkv_bias": true,
22
+ "torch_dtype": "float32",
23
+ "transformers_version": "4.41.2"
24
+ }
model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ebca4cd1130dbf7230d436542b2bf43e3ad490ed29590ea16ccb50f7f5583a3c
3
+ size 343223968
preprocessor_config.json ADDED
@@ -0,0 +1,36 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_valid_processor_keys": [
3
+ "images",
4
+ "do_resize",
5
+ "size",
6
+ "resample",
7
+ "do_rescale",
8
+ "rescale_factor",
9
+ "do_normalize",
10
+ "image_mean",
11
+ "image_std",
12
+ "return_tensors",
13
+ "data_format",
14
+ "input_data_format"
15
+ ],
16
+ "do_normalize": true,
17
+ "do_rescale": true,
18
+ "do_resize": true,
19
+ "image_mean": [
20
+ 0.5,
21
+ 0.5,
22
+ 0.5
23
+ ],
24
+ "image_processor_type": "ViTImageProcessor",
25
+ "image_std": [
26
+ 0.5,
27
+ 0.5,
28
+ 0.5
29
+ ],
30
+ "resample": 2,
31
+ "rescale_factor": 0.00392156862745098,
32
+ "size": {
33
+ "height": 224,
34
+ "width": 224
35
+ }
36
+ }
runs/Jun09_17-11-28_3461f2516c4a/events.out.tfevents.1717953095.3461f2516c4a.3087.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3598a1f11e168bf719f6cc6606dd5a96c284fa5abae3d079a99b8eea0a908e83
3
+ size 4735
runs/Jun09_17-14-20_3461f2516c4a/events.out.tfevents.1717953266.3461f2516c4a.3087.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:692f49dc1fcdd5af1e5c43b34240ca1833d25e415cbad964827527025f39c3f4
3
+ size 4735
runs/Jun09_17-15-56_3461f2516c4a/events.out.tfevents.1717953359.3461f2516c4a.3087.2 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:30f2e483d4a22b7084f2854fd01dd6b9ebcd13c8c12aff1a703f9a9888dbe1a8
3
+ size 4735
runs/Jun09_17-16-29_3461f2516c4a/events.out.tfevents.1717953393.3461f2516c4a.3087.3 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:04dc7fd4036fcf87d5fbb293b2ceca7c5bb76dd6247b599f96cb57ff5bf89729
3
+ size 4735
runs/Jun09_17-18-48_3461f2516c4a/events.out.tfevents.1717953538.3461f2516c4a.3087.4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:61c74015801bbe5080fd27c5cc852b09ad22a5efea36483e2b18007632b6d8ab
3
+ size 5052
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:97c321cb10a2f340de343fedd89509397516f2efd4e6b19f8b6645e44bcc5e69
3
+ size 5112