pk3388 commited on
Commit
9c5d886
1 Parent(s): c810306

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:fc5f16636ca51f6352b9e4e5624c3032572e070a2f6d5ee37a0a7c204e81f3b1
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_14-45-12_f32fadcadfee/events.out.tfevents.1716302762.f32fadcadfee.491.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3db1c10b596b41f1f9870382cd29ccc9579cdb259503a332a02abee3b6d0563b
3
+ size 6672
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:332cd1595b098577f4a72cc5ce290b2cca097e7d15b78e1442f30064e34a377f
3
+ size 5048