pk3388 commited on
Commit
a7f9079
·
verified ·
1 Parent(s): 1878154

Training in progress, epoch 0

Browse files
config.json ADDED
@@ -0,0 +1,47 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "facebook/vit-msn-small",
3
+ "architectures": [
4
+ "ViTMSNForImageClassification"
5
+ ],
6
+ "attention_probs_dropout_prob": 0.0,
7
+ "hidden_act": "gelu",
8
+ "hidden_dropout_prob": 0.0,
9
+ "hidden_size": 384,
10
+ "id2label": {
11
+ "0": "Audemars Piguet",
12
+ "1": "Breguet",
13
+ "2": "Breitling",
14
+ "3": "Maurice Lacroix",
15
+ "4": "Omega",
16
+ "5": "Patek Philippe",
17
+ "6": "Rado",
18
+ "7": "Rolex",
19
+ "8": "Tissot",
20
+ "9": "Vacheron Constantin"
21
+ },
22
+ "image_size": 224,
23
+ "initializer_range": 0.02,
24
+ "intermediate_size": 1536,
25
+ "label2id": {
26
+ "Audemars Piguet": 0,
27
+ "Breguet": 1,
28
+ "Breitling": 2,
29
+ "Maurice Lacroix": 3,
30
+ "Omega": 4,
31
+ "Patek Philippe": 5,
32
+ "Rado": 6,
33
+ "Rolex": 7,
34
+ "Tissot": 8,
35
+ "Vacheron Constantin": 9
36
+ },
37
+ "layer_norm_eps": 1e-06,
38
+ "model_type": "vit_msn",
39
+ "num_attention_heads": 6,
40
+ "num_channels": 3,
41
+ "num_hidden_layers": 12,
42
+ "patch_size": 16,
43
+ "problem_type": "single_label_classification",
44
+ "qkv_bias": true,
45
+ "torch_dtype": "float32",
46
+ "transformers_version": "4.40.0"
47
+ }
model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d37d1977a8e8867c7371408f9f7f02df0b39e81f670a4fd0f89987638ca687b8
3
+ size 86700952
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.485,
21
+ 0.456,
22
+ 0.406
23
+ ],
24
+ "image_processor_type": "ViTImageProcessor",
25
+ "image_std": [
26
+ 0.229,
27
+ 0.224,
28
+ 0.225
29
+ ],
30
+ "resample": 2,
31
+ "rescale_factor": 0.00392156862745098,
32
+ "size": {
33
+ "height": 224,
34
+ "width": 224
35
+ }
36
+ }
runs/Apr28_18-01-35_187a08b29384/events.out.tfevents.1714327325.187a08b29384.340.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:dd5cbc62e2e0583b6e78e266b70a2f5c214f2a7b06f0e0c81aa74fcca4bb1874
3
+ size 5598
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:78d5c426fae4f2b76e01a314bdb5eb1745f86f5a9313314558624eeab0babd51
3
+ size 5048