Training in progress epoch 0
Browse files- .gitignore +2 -0
- all_results.json +1 -0
- config.json +51 -0
- model.safetensors +3 -0
.gitignore
ADDED
@@ -0,0 +1,2 @@
|
|
|
|
|
|
|
1 |
+
step_*
|
2 |
+
epoch_*
|
all_results.json
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
{"eval_accuracy": 0.9395248380129589, "eval_precision": 0.9242992424242426, "eval_recall": 0.8572890609673589, "eval_f1": 0.8853703140331978, "eval_specificity": 0.953503309691767, "eval_train_loss": 0.028690284696118586, "eval_epoch": 99, "eval_step": 2900}
|
config.json
ADDED
@@ -0,0 +1,51 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_name_or_path": "timm/vit_base_patch16_224.augreg_in21k_ft_in1k",
|
3 |
+
"architecture": "vit_base_patch16_224",
|
4 |
+
"architectures": [
|
5 |
+
"TimmWrapperForImageClassification"
|
6 |
+
],
|
7 |
+
"do_pooling": true,
|
8 |
+
"finetuning_task": "image-classification",
|
9 |
+
"global_pool": "token",
|
10 |
+
"initializer_range": 0.02,
|
11 |
+
"label_names": [
|
12 |
+
"fermentado",
|
13 |
+
"hongo",
|
14 |
+
"insecto",
|
15 |
+
"insufi_fermen",
|
16 |
+
"pizarroso",
|
17 |
+
"violeta"
|
18 |
+
],
|
19 |
+
"model_type": "timm_wrapper",
|
20 |
+
"num_classes": 6,
|
21 |
+
"num_features": 768,
|
22 |
+
"pretrained_cfg": {
|
23 |
+
"classifier": "head",
|
24 |
+
"crop_mode": "center",
|
25 |
+
"crop_pct": 0.9,
|
26 |
+
"custom_load": true,
|
27 |
+
"first_conv": "patch_embed.proj",
|
28 |
+
"fixed_input_size": true,
|
29 |
+
"input_size": [
|
30 |
+
3,
|
31 |
+
224,
|
32 |
+
224
|
33 |
+
],
|
34 |
+
"interpolation": "bicubic",
|
35 |
+
"mean": [
|
36 |
+
0.5,
|
37 |
+
0.5,
|
38 |
+
0.5
|
39 |
+
],
|
40 |
+
"pool_size": null,
|
41 |
+
"std": [
|
42 |
+
0.5,
|
43 |
+
0.5,
|
44 |
+
0.5
|
45 |
+
],
|
46 |
+
"tag": "augreg_in21k_ft_in1k"
|
47 |
+
},
|
48 |
+
"problem_type": "single_label_classification",
|
49 |
+
"torch_dtype": "float32",
|
50 |
+
"transformers_version": "4.48.0"
|
51 |
+
}
|
model.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:3f5a6eb1732ba23e96db480b2fc9831a76b4cf0b43849d02f2c91dbc4341ba5a
|
3 |
+
size 343227200
|