CristianR8
commited on
Commit
•
3b87384
1
Parent(s):
31941f7
Training in progress, epoch 1
Browse files- config.json +75 -25
- model.safetensors +2 -2
- preprocessor_config.json +14 -7
- training_args.bin +2 -2
config.json
CHANGED
@@ -1,25 +1,27 @@
|
|
1 |
{
|
2 |
-
"_name_or_path": "
|
3 |
"architectures": [
|
4 |
-
"
|
5 |
],
|
6 |
-
"
|
7 |
-
|
8 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
9 |
6,
|
10 |
-
|
|
|
|
|
|
|
|
|
11 |
],
|
12 |
-
"downsample_in_bottleneck": false,
|
13 |
-
"downsample_in_first_stage": false,
|
14 |
-
"embedding_size": 64,
|
15 |
"finetuning_task": "image-classification",
|
16 |
-
"hidden_act": "
|
17 |
-
"
|
18 |
-
256,
|
19 |
-
512,
|
20 |
-
1024,
|
21 |
-
2048
|
22 |
-
],
|
23 |
"id2label": {
|
24 |
"0": "fermentado",
|
25 |
"1": "hongo",
|
@@ -28,6 +30,26 @@
|
|
28 |
"4": "pizarroso",
|
29 |
"5": "violeta"
|
30 |
},
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
31 |
"label2id": {
|
32 |
"fermentado": "0",
|
33 |
"hongo": "1",
|
@@ -36,23 +58,51 @@
|
|
36 |
"pizarroso": "4",
|
37 |
"violeta": "5"
|
38 |
},
|
39 |
-
"
|
40 |
-
"
|
41 |
-
|
42 |
-
|
43 |
-
|
|
|
|
|
|
|
|
|
44 |
],
|
45 |
-
"
|
46 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
47 |
],
|
|
|
|
|
48 |
"problem_type": "single_label_classification",
|
|
|
49 |
"stage_names": [
|
50 |
"stem",
|
51 |
"stage1",
|
52 |
"stage2",
|
53 |
"stage3",
|
54 |
-
"stage4"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
55 |
],
|
56 |
"torch_dtype": "float32",
|
57 |
-
"transformers_version": "4.
|
|
|
58 |
}
|
|
|
1 |
{
|
2 |
+
"_name_or_path": "google/efficientnet-b0",
|
3 |
"architectures": [
|
4 |
+
"EfficientNetForImageClassification"
|
5 |
],
|
6 |
+
"batch_norm_eps": 0.001,
|
7 |
+
"batch_norm_momentum": 0.99,
|
8 |
+
"depth_coefficient": 1.0,
|
9 |
+
"depth_divisor": 8,
|
10 |
+
"depthwise_padding": [],
|
11 |
+
"drop_connect_rate": 0.2,
|
12 |
+
"dropout_rate": 0.2,
|
13 |
+
"expand_ratios": [
|
14 |
+
1,
|
15 |
6,
|
16 |
+
6,
|
17 |
+
6,
|
18 |
+
6,
|
19 |
+
6,
|
20 |
+
6
|
21 |
],
|
|
|
|
|
|
|
22 |
"finetuning_task": "image-classification",
|
23 |
+
"hidden_act": "swish",
|
24 |
+
"hidden_dim": 1280,
|
|
|
|
|
|
|
|
|
|
|
25 |
"id2label": {
|
26 |
"0": "fermentado",
|
27 |
"1": "hongo",
|
|
|
30 |
"4": "pizarroso",
|
31 |
"5": "violeta"
|
32 |
},
|
33 |
+
"image_size": 224,
|
34 |
+
"in_channels": [
|
35 |
+
32,
|
36 |
+
16,
|
37 |
+
24,
|
38 |
+
40,
|
39 |
+
80,
|
40 |
+
112,
|
41 |
+
192
|
42 |
+
],
|
43 |
+
"initializer_range": 0.02,
|
44 |
+
"kernel_sizes": [
|
45 |
+
3,
|
46 |
+
3,
|
47 |
+
5,
|
48 |
+
3,
|
49 |
+
5,
|
50 |
+
5,
|
51 |
+
3
|
52 |
+
],
|
53 |
"label2id": {
|
54 |
"fermentado": "0",
|
55 |
"hongo": "1",
|
|
|
58 |
"pizarroso": "4",
|
59 |
"violeta": "5"
|
60 |
},
|
61 |
+
"model_type": "efficientnet",
|
62 |
+
"num_block_repeats": [
|
63 |
+
1,
|
64 |
+
2,
|
65 |
+
2,
|
66 |
+
3,
|
67 |
+
3,
|
68 |
+
4,
|
69 |
+
1
|
70 |
],
|
71 |
+
"num_channels": 3,
|
72 |
+
"num_hidden_layers": 64,
|
73 |
+
"out_channels": [
|
74 |
+
16,
|
75 |
+
24,
|
76 |
+
40,
|
77 |
+
80,
|
78 |
+
112,
|
79 |
+
192,
|
80 |
+
320
|
81 |
],
|
82 |
+
"out_features": null,
|
83 |
+
"pooling_type": "mean",
|
84 |
"problem_type": "single_label_classification",
|
85 |
+
"squeeze_expansion_ratio": 0.25,
|
86 |
"stage_names": [
|
87 |
"stem",
|
88 |
"stage1",
|
89 |
"stage2",
|
90 |
"stage3",
|
91 |
+
"stage4",
|
92 |
+
"stage5",
|
93 |
+
"stage6",
|
94 |
+
"stage7"
|
95 |
+
],
|
96 |
+
"strides": [
|
97 |
+
1,
|
98 |
+
2,
|
99 |
+
2,
|
100 |
+
2,
|
101 |
+
1,
|
102 |
+
2,
|
103 |
+
1
|
104 |
],
|
105 |
"torch_dtype": "float32",
|
106 |
+
"transformers_version": "4.48.0.dev0",
|
107 |
+
"width_coefficient": 1.0
|
108 |
}
|
model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:2af0c6cc4055cad4e01ff75548b4fd328423714c47f99e29155bde24ddff53c5
|
3 |
+
size 16275624
|
preprocessor_config.json
CHANGED
@@ -1,5 +1,9 @@
|
|
1 |
{
|
2 |
-
"
|
|
|
|
|
|
|
|
|
3 |
"do_normalize": true,
|
4 |
"do_rescale": true,
|
5 |
"do_resize": true,
|
@@ -8,15 +12,18 @@
|
|
8 |
0.456,
|
9 |
0.406
|
10 |
],
|
11 |
-
"image_processor_type": "
|
12 |
"image_std": [
|
13 |
-
0.
|
14 |
-
0.
|
15 |
-
0.
|
16 |
],
|
17 |
-
"
|
|
|
18 |
"rescale_factor": 0.00392156862745098,
|
|
|
19 |
"size": {
|
20 |
-
"
|
|
|
21 |
}
|
22 |
}
|
|
|
1 |
{
|
2 |
+
"crop_size": {
|
3 |
+
"height": 289,
|
4 |
+
"width": 289
|
5 |
+
},
|
6 |
+
"do_center_crop": false,
|
7 |
"do_normalize": true,
|
8 |
"do_rescale": true,
|
9 |
"do_resize": true,
|
|
|
12 |
0.456,
|
13 |
0.406
|
14 |
],
|
15 |
+
"image_processor_type": "EfficientNetImageProcessor",
|
16 |
"image_std": [
|
17 |
+
0.47853944,
|
18 |
+
0.4732864,
|
19 |
+
0.47434163
|
20 |
],
|
21 |
+
"include_top": true,
|
22 |
+
"resample": 0,
|
23 |
"rescale_factor": 0.00392156862745098,
|
24 |
+
"rescale_offset": false,
|
25 |
"size": {
|
26 |
+
"height": 224,
|
27 |
+
"width": 224
|
28 |
}
|
29 |
}
|
training_args.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:b5527ee9977fdedbdc73d6690e34fafd5394c853208ede39ebea4f63689fa1dc
|
3 |
+
size 5368
|