End of training
Browse files- README.md +5 -3
- all_results.json +9 -9
- config.json +1 -0
- eval_results.json +5 -5
- runs/Nov19_22-38-05_ip-10-90-1-182/events.out.tfevents.1732055895.ip-10-90-1-182.3352928.1 +3 -0
- train_results.json +4 -4
- trainer_state.json +4 -4
README.md
CHANGED
@@ -3,6 +3,8 @@ library_name: transformers
|
|
3 |
license: apache-2.0
|
4 |
base_model: timm/resnet18.a1_in1k
|
5 |
tags:
|
|
|
|
|
6 |
- generated_from_trainer
|
7 |
metrics:
|
8 |
- accuracy
|
@@ -16,10 +18,10 @@ should probably proofread and complete it, then remove this comment. -->
|
|
16 |
|
17 |
# vit-base-beans
|
18 |
|
19 |
-
This model is a fine-tuned version of [timm/resnet18.a1_in1k](https://huggingface.co/timm/resnet18.a1_in1k) on
|
20 |
It achieves the following results on the evaluation set:
|
21 |
-
-
|
22 |
-
-
|
23 |
|
24 |
## Model description
|
25 |
|
|
|
3 |
license: apache-2.0
|
4 |
base_model: timm/resnet18.a1_in1k
|
5 |
tags:
|
6 |
+
- image-classification
|
7 |
+
- vision
|
8 |
- generated_from_trainer
|
9 |
metrics:
|
10 |
- accuracy
|
|
|
18 |
|
19 |
# vit-base-beans
|
20 |
|
21 |
+
This model is a fine-tuned version of [timm/resnet18.a1_in1k](https://huggingface.co/timm/resnet18.a1_in1k) on the beans dataset.
|
22 |
It achieves the following results on the evaluation set:
|
23 |
+
- Loss: 1.1283
|
24 |
+
- Accuracy: 0.3308
|
25 |
|
26 |
## Model description
|
27 |
|
all_results.json
CHANGED
@@ -1,13 +1,13 @@
|
|
1 |
{
|
2 |
"epoch": 15.0,
|
3 |
-
"eval_accuracy": 0.
|
4 |
-
"eval_loss":
|
5 |
-
"eval_runtime": 0.
|
6 |
-
"eval_samples_per_second":
|
7 |
-
"eval_steps_per_second":
|
8 |
"total_flos": 1.5658365504595968e+17,
|
9 |
-
"train_loss": 0.
|
10 |
-
"train_runtime":
|
11 |
-
"train_samples_per_second":
|
12 |
-
"train_steps_per_second":
|
13 |
}
|
|
|
1 |
{
|
2 |
"epoch": 15.0,
|
3 |
+
"eval_accuracy": 0.3308270676691729,
|
4 |
+
"eval_loss": 1.1282602548599243,
|
5 |
+
"eval_runtime": 0.9945,
|
6 |
+
"eval_samples_per_second": 133.736,
|
7 |
+
"eval_steps_per_second": 17.094,
|
8 |
"total_flos": 1.5658365504595968e+17,
|
9 |
+
"train_loss": 0.0,
|
10 |
+
"train_runtime": 1.3792,
|
11 |
+
"train_samples_per_second": 11245.899,
|
12 |
+
"train_steps_per_second": 1413.894
|
13 |
}
|
config.json
CHANGED
@@ -56,6 +56,7 @@
|
|
56 |
288
|
57 |
]
|
58 |
},
|
|
|
59 |
"torch_dtype": "float32",
|
60 |
"transformers_version": "4.47.0.dev0"
|
61 |
}
|
|
|
56 |
288
|
57 |
]
|
58 |
},
|
59 |
+
"problem_type": "single_label_classification",
|
60 |
"torch_dtype": "float32",
|
61 |
"transformers_version": "4.47.0.dev0"
|
62 |
}
|
eval_results.json
CHANGED
@@ -1,8 +1,8 @@
|
|
1 |
{
|
2 |
"epoch": 15.0,
|
3 |
-
"eval_accuracy": 0.
|
4 |
-
"eval_loss":
|
5 |
-
"eval_runtime": 0.
|
6 |
-
"eval_samples_per_second":
|
7 |
-
"eval_steps_per_second":
|
8 |
}
|
|
|
1 |
{
|
2 |
"epoch": 15.0,
|
3 |
+
"eval_accuracy": 0.3308270676691729,
|
4 |
+
"eval_loss": 1.1282602548599243,
|
5 |
+
"eval_runtime": 0.9945,
|
6 |
+
"eval_samples_per_second": 133.736,
|
7 |
+
"eval_steps_per_second": 17.094
|
8 |
}
|
runs/Nov19_22-38-05_ip-10-90-1-182/events.out.tfevents.1732055895.ip-10-90-1-182.3352928.1
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:6eae8e1be55a6df7d6a8de6a18fe8bbe2b9afdfb533dc4afe76d05df551a96b8
|
3 |
+
size 411
|
train_results.json
CHANGED
@@ -1,8 +1,8 @@
|
|
1 |
{
|
2 |
"epoch": 15.0,
|
3 |
"total_flos": 1.5658365504595968e+17,
|
4 |
-
"train_loss": 0.
|
5 |
-
"train_runtime":
|
6 |
-
"train_samples_per_second":
|
7 |
-
"train_steps_per_second":
|
8 |
}
|
|
|
1 |
{
|
2 |
"epoch": 15.0,
|
3 |
"total_flos": 1.5658365504595968e+17,
|
4 |
+
"train_loss": 0.0,
|
5 |
+
"train_runtime": 1.3792,
|
6 |
+
"train_samples_per_second": 11245.899,
|
7 |
+
"train_steps_per_second": 1413.894
|
8 |
}
|
trainer_state.json
CHANGED
@@ -1512,10 +1512,10 @@
|
|
1512 |
"epoch": 15.0,
|
1513 |
"step": 1950,
|
1514 |
"total_flos": 1.5658365504595968e+17,
|
1515 |
-
"train_loss": 0.
|
1516 |
-
"train_runtime":
|
1517 |
-
"train_samples_per_second":
|
1518 |
-
"train_steps_per_second":
|
1519 |
}
|
1520 |
],
|
1521 |
"logging_steps": 10,
|
|
|
1512 |
"epoch": 15.0,
|
1513 |
"step": 1950,
|
1514 |
"total_flos": 1.5658365504595968e+17,
|
1515 |
+
"train_loss": 0.0,
|
1516 |
+
"train_runtime": 1.3792,
|
1517 |
+
"train_samples_per_second": 11245.899,
|
1518 |
+
"train_steps_per_second": 1413.894
|
1519 |
}
|
1520 |
],
|
1521 |
"logging_steps": 10,
|