Ahs2000 commited on
Commit
cc99ae1
1 Parent(s): a1b5cfe

Training in progress, epoch 1

Browse files
config.json ADDED
@@ -0,0 +1,48 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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": 0,
13
+ "1": 6,
14
+ "2": 2,
15
+ "3": 7,
16
+ "4": 1,
17
+ "5": 4,
18
+ "6": 5,
19
+ "7": 3,
20
+ "8": 8,
21
+ "9": 9
22
+ },
23
+ "image_size": 224,
24
+ "initializer_range": 0.02,
25
+ "intermediate_size": 3072,
26
+ "label2id": {
27
+ "0": 0,
28
+ "1": 4,
29
+ "2": 2,
30
+ "3": 7,
31
+ "4": 5,
32
+ "5": 6,
33
+ "6": 1,
34
+ "7": 3,
35
+ "8": 8,
36
+ "9": 9
37
+ },
38
+ "layer_norm_eps": 1e-12,
39
+ "model_type": "vit",
40
+ "num_attention_heads": 12,
41
+ "num_channels": 3,
42
+ "num_hidden_layers": 12,
43
+ "patch_size": 16,
44
+ "problem_type": "single_label_classification",
45
+ "qkv_bias": true,
46
+ "torch_dtype": "float32",
47
+ "transformers_version": "4.44.2"
48
+ }
model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:df29d637bd6dc78853ef068697b123f350bdc99e1f2758aa0693380e18db058b
3
+ size 343248584
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": "ViTImageProcessor",
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
+ }
runs/Oct15_06-40-12_c1841cdf9aed/events.out.tfevents.1728974428.c1841cdf9aed.412.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:af9bd1cdedca70377f4f8ccfa7093ad66316bb74e98a02ae6db7fbc85748a26e
3
+ size 6671
runs/Oct15_06-57-35_c1841cdf9aed/events.out.tfevents.1728975460.c1841cdf9aed.412.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:10d9a292321189386692d589788d0605e6e106918d746b34e18818456a148458
3
+ size 15139
runs/Oct15_06-58-29_c1841cdf9aed/events.out.tfevents.1728975512.c1841cdf9aed.412.2 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:24903a44aad09ffb53f1da7de831a4fd94e7e5891f4d500d3e9597352d63ede3
3
+ size 5105
runs/Oct15_06-59-00_c1841cdf9aed/events.out.tfevents.1728975543.c1841cdf9aed.412.3 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8da705a9dc18ff9dd15b7351555d0c557128c4999695b979f3c0dbac9d760bcc
3
+ size 10699
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8c525349d8b4e4b0a7edf9afb6624618c5419adfe05001698df7cb8483af810d
3
+ size 5240