pk3388 commited on
Commit
a0d744a
1 Parent(s): 4a37c00

Training in progress, epoch 1

Browse files
config.json ADDED
@@ -0,0 +1,70 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "google/bit-50",
3
+ "architectures": [
4
+ "BitForImageClassification"
5
+ ],
6
+ "conv_layer": "std_conv",
7
+ "depths": [
8
+ 3,
9
+ 4,
10
+ 6,
11
+ 3
12
+ ],
13
+ "drop_path_rate": 0.0,
14
+ "embedding_dynamic_padding": false,
15
+ "embedding_size": 64,
16
+ "global_padding": null,
17
+ "hidden_act": "relu",
18
+ "hidden_sizes": [
19
+ 256,
20
+ 512,
21
+ 1024,
22
+ 2048
23
+ ],
24
+ "id2label": {
25
+ "0": "Audemars Piguet",
26
+ "1": "Breguet",
27
+ "2": "Breitling",
28
+ "3": "Maurice Lacroix",
29
+ "4": "Omega",
30
+ "5": "Patek Philippe",
31
+ "6": "Rado",
32
+ "7": "Rolex",
33
+ "8": "Tissot",
34
+ "9": "Vacheron Constantin"
35
+ },
36
+ "label2id": {
37
+ "Audemars Piguet": 0,
38
+ "Breguet": 1,
39
+ "Breitling": 2,
40
+ "Maurice Lacroix": 3,
41
+ "Omega": 4,
42
+ "Patek Philippe": 5,
43
+ "Rado": 6,
44
+ "Rolex": 7,
45
+ "Tissot": 8,
46
+ "Vacheron Constantin": 9
47
+ },
48
+ "layer_type": "preactivation",
49
+ "model_type": "bit",
50
+ "num_channels": 3,
51
+ "num_groups": 32,
52
+ "out_features": [
53
+ "stage4"
54
+ ],
55
+ "out_indices": [
56
+ 4
57
+ ],
58
+ "output_stride": 32,
59
+ "problem_type": "single_label_classification",
60
+ "stage_names": [
61
+ "stem",
62
+ "stage1",
63
+ "stage2",
64
+ "stage3",
65
+ "stage4"
66
+ ],
67
+ "torch_dtype": "float32",
68
+ "transformers_version": "4.40.1",
69
+ "width_factor": 1
70
+ }
model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:35c88dd2750adcd1c8682aae4002fd62fcdd4ecb7becb4ba0a522a91784a09bf
3
+ size 94100296
preprocessor_config.json ADDED
@@ -0,0 +1,44 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_valid_processor_keys": [
3
+ "images",
4
+ "do_resize",
5
+ "size",
6
+ "resample",
7
+ "do_center_crop",
8
+ "crop_size",
9
+ "do_rescale",
10
+ "rescale_factor",
11
+ "do_normalize",
12
+ "image_mean",
13
+ "image_std",
14
+ "do_convert_rgb",
15
+ "return_tensors",
16
+ "data_format",
17
+ "input_data_format"
18
+ ],
19
+ "crop_size": {
20
+ "height": 448,
21
+ "width": 448
22
+ },
23
+ "do_center_crop": true,
24
+ "do_convert_rgb": true,
25
+ "do_normalize": true,
26
+ "do_rescale": true,
27
+ "do_resize": true,
28
+ "image_mean": [
29
+ 0.5,
30
+ 0.5,
31
+ 0.5
32
+ ],
33
+ "image_processor_type": "BitImageProcessor",
34
+ "image_std": [
35
+ 0.5,
36
+ 0.5,
37
+ 0.5
38
+ ],
39
+ "resample": 2,
40
+ "rescale_factor": 0.00392156862745098,
41
+ "size": {
42
+ "shortest_edge": 448
43
+ }
44
+ }
runs/May05_12-43-43_b736593cd875/events.out.tfevents.1714913072.b736593cd875.257.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9068660895764ff96b16a44cc237c349b1201e108f61c3b290d1c7b899c4f907
3
+ size 6564
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fbd2cd09bad0fbbb915511c39d2b75d92d4e9d2b81872809f8f8a39a2a482f25
3
+ size 4984