Training in progress, epoch 1
Browse files- config.json +88 -0
- preprocessor_config.json +22 -0
- pytorch_model.bin +3 -0
- training_args.bin +3 -0
config.json
ADDED
|
@@ -0,0 +1,88 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"_name_or_path": "facebook/convnext-base-384",
|
| 3 |
+
"architectures": [
|
| 4 |
+
"ConvNextForImageClassification"
|
| 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": "Araneus_diadematus",
|
| 22 |
+
"1": "Argiope_argentata",
|
| 23 |
+
"2": "Argiope_aurantia",
|
| 24 |
+
"3": "Argiope_bruennichi",
|
| 25 |
+
"4": "Argiope_trifasciata",
|
| 26 |
+
"5": "Dolomedes_tenebrosus",
|
| 27 |
+
"6": "Gasteracantha_cancriformis",
|
| 28 |
+
"7": "Latrodectus_geometricus",
|
| 29 |
+
"8": "Leucauge_venusta",
|
| 30 |
+
"9": "Menemerus_bivittatus",
|
| 31 |
+
"10": "Misumena_vatia",
|
| 32 |
+
"11": "Nephila_pilipes",
|
| 33 |
+
"12": "Phidippus_audax",
|
| 34 |
+
"13": "Pisaura_mirabilis",
|
| 35 |
+
"14": "Pisaurina_mira",
|
| 36 |
+
"15": "Platycryptus_undatus",
|
| 37 |
+
"16": "Salticus_scenicus",
|
| 38 |
+
"17": "Steatoda_nobilis",
|
| 39 |
+
"18": "Steatoda_triangulosa",
|
| 40 |
+
"19": "Trichonephila_clavipes"
|
| 41 |
+
},
|
| 42 |
+
"image_size": 384,
|
| 43 |
+
"initializer_range": 0.02,
|
| 44 |
+
"label2id": {
|
| 45 |
+
"Araneus_diadematus": 0,
|
| 46 |
+
"Argiope_argentata": 1,
|
| 47 |
+
"Argiope_aurantia": 2,
|
| 48 |
+
"Argiope_bruennichi": 3,
|
| 49 |
+
"Argiope_trifasciata": 4,
|
| 50 |
+
"Dolomedes_tenebrosus": 5,
|
| 51 |
+
"Gasteracantha_cancriformis": 6,
|
| 52 |
+
"Latrodectus_geometricus": 7,
|
| 53 |
+
"Leucauge_venusta": 8,
|
| 54 |
+
"Menemerus_bivittatus": 9,
|
| 55 |
+
"Misumena_vatia": 10,
|
| 56 |
+
"Nephila_pilipes": 11,
|
| 57 |
+
"Phidippus_audax": 12,
|
| 58 |
+
"Pisaura_mirabilis": 13,
|
| 59 |
+
"Pisaurina_mira": 14,
|
| 60 |
+
"Platycryptus_undatus": 15,
|
| 61 |
+
"Salticus_scenicus": 16,
|
| 62 |
+
"Steatoda_nobilis": 17,
|
| 63 |
+
"Steatoda_triangulosa": 18,
|
| 64 |
+
"Trichonephila_clavipes": 19
|
| 65 |
+
},
|
| 66 |
+
"layer_norm_eps": 1e-12,
|
| 67 |
+
"layer_scale_init_value": 1e-06,
|
| 68 |
+
"model_type": "convnext",
|
| 69 |
+
"num_channels": 3,
|
| 70 |
+
"num_stages": 4,
|
| 71 |
+
"out_features": [
|
| 72 |
+
"stage4"
|
| 73 |
+
],
|
| 74 |
+
"out_indices": [
|
| 75 |
+
4
|
| 76 |
+
],
|
| 77 |
+
"patch_size": 4,
|
| 78 |
+
"problem_type": "single_label_classification",
|
| 79 |
+
"stage_names": [
|
| 80 |
+
"stem",
|
| 81 |
+
"stage1",
|
| 82 |
+
"stage2",
|
| 83 |
+
"stage3",
|
| 84 |
+
"stage4"
|
| 85 |
+
],
|
| 86 |
+
"torch_dtype": "float32",
|
| 87 |
+
"transformers_version": "4.33.3"
|
| 88 |
+
}
|
preprocessor_config.json
ADDED
|
@@ -0,0 +1,22 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"crop_pct": 0.875,
|
| 3 |
+
"do_normalize": true,
|
| 4 |
+
"do_rescale": true,
|
| 5 |
+
"do_resize": true,
|
| 6 |
+
"image_mean": [
|
| 7 |
+
0.485,
|
| 8 |
+
0.456,
|
| 9 |
+
0.406
|
| 10 |
+
],
|
| 11 |
+
"image_processor_type": "ConvNextImageProcessor",
|
| 12 |
+
"image_std": [
|
| 13 |
+
0.229,
|
| 14 |
+
0.224,
|
| 15 |
+
0.225
|
| 16 |
+
],
|
| 17 |
+
"resample": 3,
|
| 18 |
+
"rescale_factor": 0.00392156862745098,
|
| 19 |
+
"size": {
|
| 20 |
+
"shortest_edge": 384
|
| 21 |
+
}
|
| 22 |
+
}
|
pytorch_model.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:045b7b98ba592ac3e4231b0f7df395a9098182832c8bbeee9879fe24b004e7e5
|
| 3 |
+
size 350466541
|
training_args.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:e9ecd6bbd5f234b257141865ff54026621dcbf257dcc6f2f8b63da048968108c
|
| 3 |
+
size 4155
|