CristianR8 commited on
Commit
092f893
1 Parent(s): 090484b

Training in progress, epoch 1

Browse files
Files changed (4) hide show
  1. config.json +108 -0
  2. model.safetensors +3 -0
  3. preprocessor_config.json +29 -0
  4. training_args.bin +3 -0
config.json ADDED
@@ -0,0 +1,108 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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",
28
+ "2": "insecto",
29
+ "3": "insufi_fermen",
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",
56
+ "insecto": "2",
57
+ "insufi_fermen": "3",
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 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:51132235ab3fa6068a49fe19415749f2ad485a7d25eaa8bf0f95eb369c92c523
3
+ size 16275624
preprocessor_config.json ADDED
@@ -0,0 +1,29 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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,
10
+ "image_mean": [
11
+ 0.485,
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 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3fad18a6881f0973745f487ae8b76f0621247af43008586dc8013e560f66630c
3
+ size 5432