AnneMarie1
commited on
Commit
·
9f55473
1
Parent(s):
fa7f6fb
Training in progress, epoch 0
Browse files- .gitignore +1 -0
- config.json +100 -0
- preprocessor_config.json +23 -0
- pytorch_model.bin +3 -0
- runs/Mar29_12-01-12_ce778ac3de43/1680091935.400355/events.out.tfevents.1680091935.ce778ac3de43.381.1 +3 -0
- runs/Mar29_12-01-12_ce778ac3de43/events.out.tfevents.1680091935.ce778ac3de43.381.0 +3 -0
- training_args.bin +3 -0
.gitignore
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
checkpoint-*/
|
config.json
ADDED
@@ -0,0 +1,100 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_name_or_path": "microsoft/swin-tiny-patch4-window7-224",
|
3 |
+
"architectures": [
|
4 |
+
"SwinForImageClassification"
|
5 |
+
],
|
6 |
+
"attention_probs_dropout_prob": 0.0,
|
7 |
+
"depths": [
|
8 |
+
2,
|
9 |
+
2,
|
10 |
+
6,
|
11 |
+
2
|
12 |
+
],
|
13 |
+
"drop_path_rate": 0.1,
|
14 |
+
"embed_dim": 96,
|
15 |
+
"encoder_stride": 32,
|
16 |
+
"hidden_act": "gelu",
|
17 |
+
"hidden_dropout_prob": 0.0,
|
18 |
+
"hidden_size": 768,
|
19 |
+
"id2label": {
|
20 |
+
"0": "apple_6",
|
21 |
+
"1": "apple_braeburn_1",
|
22 |
+
"2": "apple_crimson_snow_1",
|
23 |
+
"3": "apple_golden_1",
|
24 |
+
"4": "apple_golden_2",
|
25 |
+
"5": "apple_golden_3",
|
26 |
+
"6": "apple_granny_smith_1",
|
27 |
+
"7": "apple_hit_1",
|
28 |
+
"8": "apple_pink_lady_1",
|
29 |
+
"9": "apple_red_1",
|
30 |
+
"10": "apple_red_2",
|
31 |
+
"11": "apple_red_3",
|
32 |
+
"12": "apple_red_delicios_1",
|
33 |
+
"13": "apple_red_yellow_1",
|
34 |
+
"14": "apple_rotten_1",
|
35 |
+
"15": "cabbage_white_1",
|
36 |
+
"16": "carrot_1",
|
37 |
+
"17": "cucumber_1",
|
38 |
+
"18": "cucumber_3",
|
39 |
+
"19": "eggplant_violet_1",
|
40 |
+
"20": "pear_1",
|
41 |
+
"21": "pear_3",
|
42 |
+
"22": "zucchini_1",
|
43 |
+
"23": "zucchini_dark_1"
|
44 |
+
},
|
45 |
+
"image_size": 224,
|
46 |
+
"initializer_range": 0.02,
|
47 |
+
"label2id": {
|
48 |
+
"apple_6": 0,
|
49 |
+
"apple_braeburn_1": 1,
|
50 |
+
"apple_crimson_snow_1": 2,
|
51 |
+
"apple_golden_1": 3,
|
52 |
+
"apple_golden_2": 4,
|
53 |
+
"apple_golden_3": 5,
|
54 |
+
"apple_granny_smith_1": 6,
|
55 |
+
"apple_hit_1": 7,
|
56 |
+
"apple_pink_lady_1": 8,
|
57 |
+
"apple_red_1": 9,
|
58 |
+
"apple_red_2": 10,
|
59 |
+
"apple_red_3": 11,
|
60 |
+
"apple_red_delicios_1": 12,
|
61 |
+
"apple_red_yellow_1": 13,
|
62 |
+
"apple_rotten_1": 14,
|
63 |
+
"cabbage_white_1": 15,
|
64 |
+
"carrot_1": 16,
|
65 |
+
"cucumber_1": 17,
|
66 |
+
"cucumber_3": 18,
|
67 |
+
"eggplant_violet_1": 19,
|
68 |
+
"pear_1": 20,
|
69 |
+
"pear_3": 21,
|
70 |
+
"zucchini_1": 22,
|
71 |
+
"zucchini_dark_1": 23
|
72 |
+
},
|
73 |
+
"layer_norm_eps": 1e-05,
|
74 |
+
"mlp_ratio": 4.0,
|
75 |
+
"model_type": "swin",
|
76 |
+
"num_channels": 3,
|
77 |
+
"num_heads": [
|
78 |
+
3,
|
79 |
+
6,
|
80 |
+
12,
|
81 |
+
24
|
82 |
+
],
|
83 |
+
"num_layers": 4,
|
84 |
+
"out_features": null,
|
85 |
+
"patch_size": 4,
|
86 |
+
"path_norm": true,
|
87 |
+
"problem_type": "single_label_classification",
|
88 |
+
"qkv_bias": true,
|
89 |
+
"stage_names": [
|
90 |
+
"stem",
|
91 |
+
"stage1",
|
92 |
+
"stage2",
|
93 |
+
"stage3",
|
94 |
+
"stage4"
|
95 |
+
],
|
96 |
+
"torch_dtype": "float32",
|
97 |
+
"transformers_version": "4.27.3",
|
98 |
+
"use_absolute_embeddings": false,
|
99 |
+
"window_size": 7
|
100 |
+
}
|
preprocessor_config.json
ADDED
@@ -0,0 +1,23 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"do_normalize": true,
|
3 |
+
"do_rescale": true,
|
4 |
+
"do_resize": true,
|
5 |
+
"feature_extractor_type": "ViTFeatureExtractor",
|
6 |
+
"image_mean": [
|
7 |
+
0.485,
|
8 |
+
0.456,
|
9 |
+
0.406
|
10 |
+
],
|
11 |
+
"image_processor_type": "ViTFeatureExtractor",
|
12 |
+
"image_std": [
|
13 |
+
0.229,
|
14 |
+
0.224,
|
15 |
+
0.225
|
16 |
+
],
|
17 |
+
"resample": 3,
|
18 |
+
"rescale_factor": 0.00392156862745098,
|
19 |
+
"size": {
|
20 |
+
"height": 224,
|
21 |
+
"width": 224
|
22 |
+
}
|
23 |
+
}
|
pytorch_model.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:dbc7dd658bf636ec490be0ce14cbc9922be3744227760ca260697c0299f23e7b
|
3 |
+
size 110462513
|
runs/Mar29_12-01-12_ce778ac3de43/1680091935.400355/events.out.tfevents.1680091935.ce778ac3de43.381.1
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:e2b9b29b14a834fe9cc3900e7f908524e8a505a11737b6b38b6880be82eb308a
|
3 |
+
size 5872
|
runs/Mar29_12-01-12_ce778ac3de43/events.out.tfevents.1680091935.ce778ac3de43.381.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:13b5f377f740c3b668e2112357fa29291f0fd0eccff7a77874738be571f96472
|
3 |
+
size 6439
|
training_args.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:f71fce1799449ce3e00e76a20c67c0c3d3de2827f25e84de722d70e9bee3a6fc
|
3 |
+
size 3643
|