Ani7772 commited on
Commit
8c3a351
1 Parent(s): 1e93df9

Training in progress, epoch 0

Browse files
.gitignore ADDED
@@ -0,0 +1 @@
 
 
1
+ checkpoint-*/
config.json ADDED
@@ -0,0 +1,68 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "facebook/convnext-tiny-224",
3
+ "architectures": [
4
+ "ConvNextForImageClassification"
5
+ ],
6
+ "depths": [
7
+ 3,
8
+ 3,
9
+ 9,
10
+ 3
11
+ ],
12
+ "drop_path_rate": 0.0,
13
+ "hidden_act": "gelu",
14
+ "hidden_sizes": [
15
+ 96,
16
+ 192,
17
+ 384,
18
+ 768
19
+ ],
20
+ "id2label": {
21
+ "0": "Audemars Piguet",
22
+ "1": "Breguet",
23
+ "2": "Breitling",
24
+ "3": "Maurice Lacroix",
25
+ "4": "Omega",
26
+ "5": "Patek Philippe",
27
+ "6": "Rado",
28
+ "7": "Rolex",
29
+ "8": "Tissot",
30
+ "9": "Vacheron Constantin"
31
+ },
32
+ "image_size": 224,
33
+ "initializer_range": 0.02,
34
+ "label2id": {
35
+ "Audemars Piguet": 0,
36
+ "Breguet": 1,
37
+ "Breitling": 2,
38
+ "Maurice Lacroix": 3,
39
+ "Omega": 4,
40
+ "Patek Philippe": 5,
41
+ "Rado": 6,
42
+ "Rolex": 7,
43
+ "Tissot": 8,
44
+ "Vacheron Constantin": 9
45
+ },
46
+ "layer_norm_eps": 1e-12,
47
+ "layer_scale_init_value": 1e-06,
48
+ "model_type": "convnext",
49
+ "num_channels": 3,
50
+ "num_stages": 4,
51
+ "out_features": [
52
+ "stage4"
53
+ ],
54
+ "out_indices": [
55
+ 4
56
+ ],
57
+ "patch_size": 4,
58
+ "problem_type": "single_label_classification",
59
+ "stage_names": [
60
+ "stem",
61
+ "stage1",
62
+ "stage2",
63
+ "stage3",
64
+ "stage4"
65
+ ],
66
+ "torch_dtype": "float32",
67
+ "transformers_version": "4.30.0"
68
+ }
preprocessor_config.json ADDED
@@ -0,0 +1,22 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "crop_pct": 0.875,
3
+ "do_normalize": true,
4
+ "do_rescale": true,
5
+ "do_resize": true,
6
+ "image_mean": [
7
+ 0.485,
8
+ 0.456,
9
+ 0.406
10
+ ],
11
+ "image_processor_type": "ConvNextImageProcessor",
12
+ "image_std": [
13
+ 0.229,
14
+ 0.224,
15
+ 0.225
16
+ ],
17
+ "resample": 3,
18
+ "rescale_factor": 0.00392156862745098,
19
+ "size": {
20
+ "shortest_edge": 224
21
+ }
22
+ }
pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4f29df5520657c18deef6159b2fb3349785584e0e5c85c69f741d35b990ef114
3
+ size 111371490
runs/Apr15_09-23-58_2fcc55d47541/events.out.tfevents.1713173730.2fcc55d47541.23030.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4c31d2645569509b2931c28bd4d23ab48933a507acd1d220c4177c6ac680f4d8
3
+ size 5115
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:29acb41a232a42084757a05d4103e10602a12becc64831f902e6050a53773f5b
3
+ size 4472