pk3388 commited on
Commit
f46cba3
1 Parent(s): 2576a25

Training in progress, epoch 0

Browse files
config.json ADDED
@@ -0,0 +1,78 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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": "Adventure",
13
+ "1": "Aikon",
14
+ "2": "Aquaracer",
15
+ "3": "Aquis",
16
+ "4": "BigBang",
17
+ "5": "Blackbay",
18
+ "6": "Captain Cook",
19
+ "7": "Carrera",
20
+ "8": "Centrix",
21
+ "9": "Classic",
22
+ "10": "Classic Fusion",
23
+ "11": "Classics",
24
+ "12": "Constellation",
25
+ "13": "De Ville",
26
+ "14": "Freelancer",
27
+ "15": "Heritage",
28
+ "16": "Highlife",
29
+ "17": "Lifestyle",
30
+ "18": "Manero",
31
+ "19": "Navitimer",
32
+ "20": "Premier",
33
+ "21": "Raider Deep Blue",
34
+ "22": "Serpenti",
35
+ "23": "Sport",
36
+ "24": "T-Sport"
37
+ },
38
+ "image_size": 224,
39
+ "initializer_range": 0.02,
40
+ "intermediate_size": 3072,
41
+ "label2id": {
42
+ "Adventure": 0,
43
+ "Aikon": 1,
44
+ "Aquaracer": 2,
45
+ "Aquis": 3,
46
+ "BigBang": 4,
47
+ "Blackbay": 5,
48
+ "Captain Cook": 6,
49
+ "Carrera": 7,
50
+ "Centrix": 8,
51
+ "Classic": 9,
52
+ "Classic Fusion": 10,
53
+ "Classics": 11,
54
+ "Constellation": 12,
55
+ "De Ville": 13,
56
+ "Freelancer": 14,
57
+ "Heritage": 15,
58
+ "Highlife": 16,
59
+ "Lifestyle": 17,
60
+ "Manero": 18,
61
+ "Navitimer": 19,
62
+ "Premier": 20,
63
+ "Raider Deep Blue": 21,
64
+ "Serpenti": 22,
65
+ "Sport": 23,
66
+ "T-Sport": 24
67
+ },
68
+ "layer_norm_eps": 1e-12,
69
+ "model_type": "vit",
70
+ "num_attention_heads": 12,
71
+ "num_channels": 3,
72
+ "num_hidden_layers": 12,
73
+ "patch_size": 16,
74
+ "problem_type": "single_label_classification",
75
+ "qkv_bias": true,
76
+ "torch_dtype": "float32",
77
+ "transformers_version": "4.41.0"
78
+ }
model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:866c0fc222ac91ce2a8f823d9758eb51364a2c81de104c9318a2358691ed4086
3
+ size 343294724
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/May22_09-19-55_5e1120ca847e/events.out.tfevents.1716369604.5e1120ca847e.381.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1104a3d8772bd8d68b6034b2328960abc8b3cb26e8078788f21c50a374ee8b8f
3
+ size 7809
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6e23f9119af55ccbd5bc41406df73ea7833b9e62a2030c76fb087dae6d270e98
3
+ size 5112