pk3388 commited on
Commit
2b08ba4
1 Parent(s): 6b8e638

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.39.3"
78
+ }
model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b29cc304cd82e088077250c0b8cd4f2165317cc8df22401231cdb7ceda1483b0
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-06-28_acebc8e37a86/events.out.tfevents.1716368795.acebc8e37a86.34.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4aaf31c1c95fe83b84318dc193e7e334ada7b4d514b8256354129748f5960df4
3
+ size 6780
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:962c479cdca33716814f31a38bdd4cf57d53a8dad2e74e47750997beab2f1a4e
3
+ size 4984