vuongnhathien
commited on
Commit
•
af3c1c7
1
Parent(s):
07f2a89
Training in progress, epoch 1
Browse files- config.json +63 -0
- model.safetensors +3 -0
- preprocessor_config.json +37 -0
- runs/May23_15-24-25_d5de458e9752/events.out.tfevents.1716478049.d5de458e9752.34.0 +3 -0
- runs/May23_15-24-25_d5de458e9752/events.out.tfevents.1716478237.d5de458e9752.34.1 +3 -0
- runs/May23_15-24-25_d5de458e9752/events.out.tfevents.1716478458.d5de458e9752.34.2 +3 -0
- training_args.bin +3 -0
config.json
ADDED
@@ -0,0 +1,63 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_name_or_path": "facebook/convnextv2-nano-22k-384",
|
3 |
+
"architectures": [
|
4 |
+
"ConvNextV2ForImageClassification"
|
5 |
+
],
|
6 |
+
"depths": [
|
7 |
+
2,
|
8 |
+
2,
|
9 |
+
8,
|
10 |
+
2
|
11 |
+
],
|
12 |
+
"drop_path_rate": 0.0,
|
13 |
+
"hidden_act": "gelu",
|
14 |
+
"hidden_sizes": [
|
15 |
+
80,
|
16 |
+
160,
|
17 |
+
320,
|
18 |
+
640
|
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:664af9843791b06fea36d8296330277c5929f2fcafff3e682887c19641f4836b
|
3 |
+
size 59970608
|
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/May23_15-24-25_d5de458e9752/events.out.tfevents.1716478049.d5de458e9752.34.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:5e9338ca5ba710b10227579f599682f1fde7d26f9b371f444cad5357f93ae4d1
|
3 |
+
size 5099
|
runs/May23_15-24-25_d5de458e9752/events.out.tfevents.1716478237.d5de458e9752.34.1
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:016e295ec52e3f7b239345567c28d05fd9bab6db275da0fb9a46540e0062f863
|
3 |
+
size 5099
|
runs/May23_15-24-25_d5de458e9752/events.out.tfevents.1716478458.d5de458e9752.34.2
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:49bc56afbf31e82e6511499876aa05a97029499e2589a8fdad6d1e9cdd5943b5
|
3 |
+
size 5416
|
training_args.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:0735b702124109518286433c7bb67207d8e56402bd9e1634d76eba5b5e0f8193
|
3 |
+
size 4920
|