CristianR8
commited on
End of training
Browse files- README.md +5 -3
- all_results.json +13 -0
- eval_results.json +8 -0
- train_results.json +8 -0
- trainer_state.json +0 -0
README.md
CHANGED
@@ -3,6 +3,8 @@ library_name: transformers
|
|
3 |
license: other
|
4 |
base_model: google/mobilenet_v2_1.0_224
|
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 |
# mobilenetv2-cocoa
|
18 |
|
19 |
-
This model is a fine-tuned version of [google/mobilenet_v2_1.0_224](https://huggingface.co/google/mobilenet_v2_1.0_224) on
|
20 |
It achieves the following results on the evaluation set:
|
21 |
-
- Loss: 0.
|
22 |
-
- Accuracy: 0.
|
23 |
|
24 |
## Model description
|
25 |
|
|
|
3 |
license: other
|
4 |
base_model: google/mobilenet_v2_1.0_224
|
5 |
tags:
|
6 |
+
- image-classification
|
7 |
+
- vision
|
8 |
- generated_from_trainer
|
9 |
metrics:
|
10 |
- accuracy
|
|
|
18 |
|
19 |
# mobilenetv2-cocoa
|
20 |
|
21 |
+
This model is a fine-tuned version of [google/mobilenet_v2_1.0_224](https://huggingface.co/google/mobilenet_v2_1.0_224) on the SemilleroCV/Cocoa-dataset dataset.
|
22 |
It achieves the following results on the evaluation set:
|
23 |
+
- Loss: 0.3226
|
24 |
+
- Accuracy: 0.8953
|
25 |
|
26 |
## Model description
|
27 |
|
all_results.json
ADDED
@@ -0,0 +1,13 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"epoch": 100.0,
|
3 |
+
"eval_accuracy": 0.8953068592057761,
|
4 |
+
"eval_loss": 0.32263943552970886,
|
5 |
+
"eval_runtime": 1.0785,
|
6 |
+
"eval_samples_per_second": 256.834,
|
7 |
+
"eval_steps_per_second": 32.452,
|
8 |
+
"total_flos": 4.122421290860544e+17,
|
9 |
+
"train_loss": 0.30076538943894665,
|
10 |
+
"train_runtime": 888.1447,
|
11 |
+
"train_samples_per_second": 176.323,
|
12 |
+
"train_steps_per_second": 22.068
|
13 |
+
}
|
eval_results.json
ADDED
@@ -0,0 +1,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"epoch": 100.0,
|
3 |
+
"eval_accuracy": 0.8953068592057761,
|
4 |
+
"eval_loss": 0.32263943552970886,
|
5 |
+
"eval_runtime": 1.0785,
|
6 |
+
"eval_samples_per_second": 256.834,
|
7 |
+
"eval_steps_per_second": 32.452
|
8 |
+
}
|
train_results.json
ADDED
@@ -0,0 +1,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"epoch": 100.0,
|
3 |
+
"total_flos": 4.122421290860544e+17,
|
4 |
+
"train_loss": 0.30076538943894665,
|
5 |
+
"train_runtime": 888.1447,
|
6 |
+
"train_samples_per_second": 176.323,
|
7 |
+
"train_steps_per_second": 22.068
|
8 |
+
}
|
trainer_state.json
ADDED
The diff for this file is too large to render.
See raw diff
|
|