pk3388 commited on
Commit
e141863
·
verified ·
1 Parent(s): 109bd6a

Training in progress, epoch 0

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": "Audemars Piguet",
13
+ "1": "Breguet",
14
+ "2": "Breitling",
15
+ "3": "Maurice Lacroix",
16
+ "4": "Omega",
17
+ "5": "Patek Philippe",
18
+ "6": "Rado",
19
+ "7": "Rolex",
20
+ "8": "Tissot",
21
+ "9": "Vacheron Constantin"
22
+ },
23
+ "image_size": 224,
24
+ "initializer_range": 0.02,
25
+ "intermediate_size": 3072,
26
+ "label2id": {
27
+ "Audemars Piguet": 0,
28
+ "Breguet": 1,
29
+ "Breitling": 2,
30
+ "Maurice Lacroix": 3,
31
+ "Omega": 4,
32
+ "Patek Philippe": 5,
33
+ "Rado": 6,
34
+ "Rolex": 7,
35
+ "Tissot": 8,
36
+ "Vacheron Constantin": 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.40.1"
48
+ }
model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7bf1a8a233c3b57714fc03f0c0c2733bae4462b439a86f9bc435d7adb3282714
3
+ size 343248584
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/May02_11-17-20_5469b79666a1/events.out.tfevents.1714648661.5469b79666a1.734.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9074c06b073e702a42b6575db7dbf1a0f2c4225540b6f54ac82f35d4d3747404
3
+ size 5601
runs/May02_11-18-50_5469b79666a1/events.out.tfevents.1714648735.5469b79666a1.734.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:38b7e68b7f0b859afb7d46d60e31f5a8811e8b8b271529f3f207595db3acc868
3
+ size 5601
runs/May02_11-21-05_5469b79666a1/events.out.tfevents.1714648948.5469b79666a1.734.2 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a422615f9de06eb0a7f8c20ea3b9ea1722f399028b0914255d28efb540f6eb47
3
+ size 5600
runs/May02_11-36-07_5469b79666a1/events.out.tfevents.1714649781.5469b79666a1.734.3 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9d42c27255876a8e4fbbffac08dcd084cc7c73649ceb395b9fc17f2c62085c10
3
+ size 5600
runs/May02_11-37-46_5469b79666a1/events.out.tfevents.1714649876.5469b79666a1.734.4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:245f6822bf6eb33c4ffaff24d4d1e7895ddfd0d18d124327644e0e939da8864a
3
+ size 5600
runs/May02_11-38-31_5469b79666a1/events.out.tfevents.1714649917.5469b79666a1.734.5 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:99f464dd60f0ef89dfb2cde1521887cde480154fcdcb7efd7497be9310b1fd71
3
+ size 5066
runs/May02_11-39-06_5469b79666a1/events.out.tfevents.1714649950.5469b79666a1.734.6 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d1f94e62fa33b3e337690a2a968a2bc4206730511d15bf703a68a64ebb048f54
3
+ size 5847
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9e0b0718b9425505705bfdab5b1f90df17bb753ec39d2a87da273e8c2f50a12b
3
+ size 4984