vuongnhathien
commited on
Commit
•
7f296d9
1
Parent(s):
20025f3
Training in progress, epoch 1
Browse files
config.json
ADDED
@@ -0,0 +1,63 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_name_or_path": "vuongnhathien/ConvnenxtV2-base-30VNFoods",
|
3 |
+
"architectures": [
|
4 |
+
"ConvNextV2ForImageClassification"
|
5 |
+
],
|
6 |
+
"depths": [
|
7 |
+
3,
|
8 |
+
3,
|
9 |
+
27,
|
10 |
+
3
|
11 |
+
],
|
12 |
+
"drop_path_rate": 0.0,
|
13 |
+
"hidden_act": "gelu",
|
14 |
+
"hidden_sizes": [
|
15 |
+
128,
|
16 |
+
256,
|
17 |
+
512,
|
18 |
+
1024
|
19 |
+
],
|
20 |
+
"id2label": {
|
21 |
+
"0": "aechmea_fasciata",
|
22 |
+
"1": "agave_americana",
|
23 |
+
"2": "agave_attenuata",
|
24 |
+
"3": "agave_tequilana",
|
25 |
+
"4": "aglaonema_commutatum",
|
26 |
+
"5": "albuca_spiralis",
|
27 |
+
"6": "allium_cepa",
|
28 |
+
"7": "allium_sativum"
|
29 |
+
},
|
30 |
+
"image_size": 224,
|
31 |
+
"initializer_range": 0.02,
|
32 |
+
"label2id": {
|
33 |
+
"aechmea_fasciata": 0,
|
34 |
+
"agave_americana": 1,
|
35 |
+
"agave_attenuata": 2,
|
36 |
+
"agave_tequilana": 3,
|
37 |
+
"aglaonema_commutatum": 4,
|
38 |
+
"albuca_spiralis": 5,
|
39 |
+
"allium_cepa": 6,
|
40 |
+
"allium_sativum": 7
|
41 |
+
},
|
42 |
+
"layer_norm_eps": 1e-12,
|
43 |
+
"model_type": "convnextv2",
|
44 |
+
"num_channels": 3,
|
45 |
+
"num_stages": 4,
|
46 |
+
"out_features": [
|
47 |
+
"stage4"
|
48 |
+
],
|
49 |
+
"out_indices": [
|
50 |
+
4
|
51 |
+
],
|
52 |
+
"patch_size": 4,
|
53 |
+
"problem_type": "single_label_classification",
|
54 |
+
"stage_names": [
|
55 |
+
"stem",
|
56 |
+
"stage1",
|
57 |
+
"stage2",
|
58 |
+
"stage3",
|
59 |
+
"stage4"
|
60 |
+
],
|
61 |
+
"torch_dtype": "float32",
|
62 |
+
"transformers_version": "4.39.3"
|
63 |
+
}
|
model.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:1862dd958865141445ef364bd996f1d123c070f24171008e322caabbfc1d508a
|
3 |
+
size 350850048
|
preprocessor_config.json
ADDED
@@ -0,0 +1,37 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_valid_processor_keys": [
|
3 |
+
"images",
|
4 |
+
"do_resize",
|
5 |
+
"size",
|
6 |
+
"crop_pct",
|
7 |
+
"resample",
|
8 |
+
"do_rescale",
|
9 |
+
"rescale_factor",
|
10 |
+
"do_normalize",
|
11 |
+
"image_mean",
|
12 |
+
"image_std",
|
13 |
+
"return_tensors",
|
14 |
+
"data_format",
|
15 |
+
"input_data_format"
|
16 |
+
],
|
17 |
+
"crop_pct": 0.875,
|
18 |
+
"do_normalize": true,
|
19 |
+
"do_rescale": true,
|
20 |
+
"do_resize": true,
|
21 |
+
"image_mean": [
|
22 |
+
0.485,
|
23 |
+
0.456,
|
24 |
+
0.406
|
25 |
+
],
|
26 |
+
"image_processor_type": "ConvNextImageProcessor",
|
27 |
+
"image_std": [
|
28 |
+
0.229,
|
29 |
+
0.224,
|
30 |
+
0.225
|
31 |
+
],
|
32 |
+
"resample": 3,
|
33 |
+
"rescale_factor": 0.00392156862745098,
|
34 |
+
"size": {
|
35 |
+
"shortest_edge": 384
|
36 |
+
}
|
37 |
+
}
|
runs/Jun01_17-31-54_49241c78d635/events.out.tfevents.1717263118.49241c78d635.34.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:afdc54d6847182185bc6a89e5b1721d759ab977dcaeca99ea2ca743d2924dab1
|
3 |
+
size 5829
|
training_args.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:f402044a8e22246d37f4ddda53d54bd7186aef258e9b8f70adb2e839c95f82a7
|
3 |
+
size 4920
|