pk3388 commited on
Commit
a6fb6cb
1 Parent(s): a0f6023

Training in progress, epoch 0

Browse files
config.json ADDED
@@ -0,0 +1,60 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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": "Aikon",
13
+ "1": "Aquaracer",
14
+ "2": "BigBang",
15
+ "3": "Blackbay",
16
+ "4": "Centrix",
17
+ "5": "Classic",
18
+ "6": "Classic Fusion",
19
+ "7": "Classics",
20
+ "8": "Constellation",
21
+ "9": "De Ville",
22
+ "10": "Highlife",
23
+ "11": "Manero",
24
+ "12": "Navitimer",
25
+ "13": "Premier",
26
+ "14": "Raider Deep Blue",
27
+ "15": "Serpenti"
28
+ },
29
+ "image_size": 224,
30
+ "initializer_range": 0.02,
31
+ "intermediate_size": 3072,
32
+ "label2id": {
33
+ "Aikon": 0,
34
+ "Aquaracer": 1,
35
+ "BigBang": 2,
36
+ "Blackbay": 3,
37
+ "Centrix": 4,
38
+ "Classic": 5,
39
+ "Classic Fusion": 6,
40
+ "Classics": 7,
41
+ "Constellation": 8,
42
+ "De Ville": 9,
43
+ "Highlife": 10,
44
+ "Manero": 11,
45
+ "Navitimer": 12,
46
+ "Premier": 13,
47
+ "Raider Deep Blue": 14,
48
+ "Serpenti": 15
49
+ },
50
+ "layer_norm_eps": 1e-12,
51
+ "model_type": "vit",
52
+ "num_attention_heads": 12,
53
+ "num_channels": 3,
54
+ "num_hidden_layers": 12,
55
+ "patch_size": 16,
56
+ "problem_type": "single_label_classification",
57
+ "qkv_bias": true,
58
+ "torch_dtype": "float32",
59
+ "transformers_version": "4.40.2"
60
+ }
model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e59caa4db2b38eeb64791d561a94a2cfb011b0b0260108cdcd761337db799f23
3
+ size 343267040
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/May21_15-39-44_c0ea943ab5d1/events.out.tfevents.1716305988.c0ea943ab5d1.215.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d414c7c5c5819d5782de4777b24d20e4038913a750187c6595f27971854917b1
3
+ size 6687
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:541e71ac80ee52ff0b65f16178668dee788463dfdeb4fc3efbd862a3a2fccb64
3
+ size 5048