End of training
Browse files- README.md +3 -1
- all_results.json +31 -5
- test_results.json +29 -0
- train_results.json +5 -5
- trainer_state.json +0 -0
README.md
CHANGED
|
@@ -2,6 +2,8 @@
|
|
| 2 |
license: apache-2.0
|
| 3 |
base_model: hustvl/yolos-small
|
| 4 |
tags:
|
|
|
|
|
|
|
| 5 |
- generated_from_trainer
|
| 6 |
model-index:
|
| 7 |
- name: hustvl-yolos-small-finetuned-10k-cppe5
|
|
@@ -14,7 +16,7 @@ should probably proofread and complete it, then remove this comment. -->
|
|
| 14 |
[<img src="https://raw.githubusercontent.com/wandb/assets/main/wandb-github-badge-28.svg" alt="Visualize in Weights & Biases" width="200" height="32"/>](https://wandb.ai/qubvel-hf-co/transformers-detection-model-finetuning-cppe5/runs/u2o06hbj)
|
| 15 |
# hustvl-yolos-small-finetuned-10k-cppe5
|
| 16 |
|
| 17 |
-
This model is a fine-tuned version of [hustvl/yolos-small](https://huggingface.co/hustvl/yolos-small) on
|
| 18 |
It achieves the following results on the evaluation set:
|
| 19 |
- Loss: 1.4674
|
| 20 |
- Map: 0.3363
|
|
|
|
| 2 |
license: apache-2.0
|
| 3 |
base_model: hustvl/yolos-small
|
| 4 |
tags:
|
| 5 |
+
- object-detection
|
| 6 |
+
- vision
|
| 7 |
- generated_from_trainer
|
| 8 |
model-index:
|
| 9 |
- name: hustvl-yolos-small-finetuned-10k-cppe5
|
|
|
|
| 16 |
[<img src="https://raw.githubusercontent.com/wandb/assets/main/wandb-github-badge-28.svg" alt="Visualize in Weights & Biases" width="200" height="32"/>](https://wandb.ai/qubvel-hf-co/transformers-detection-model-finetuning-cppe5/runs/u2o06hbj)
|
| 17 |
# hustvl-yolos-small-finetuned-10k-cppe5
|
| 18 |
|
| 19 |
+
This model is a fine-tuned version of [hustvl/yolos-small](https://huggingface.co/hustvl/yolos-small) on the cppe-5 dataset.
|
| 20 |
It achieves the following results on the evaluation set:
|
| 21 |
- Loss: 1.4674
|
| 22 |
- Map: 0.3363
|
all_results.json
CHANGED
|
@@ -1,8 +1,34 @@
|
|
| 1 |
{
|
| 2 |
"epoch": 100.0,
|
| 3 |
-
"
|
| 4 |
-
"
|
| 5 |
-
"
|
| 6 |
-
"
|
| 7 |
-
"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 8 |
}
|
|
|
|
| 1 |
{
|
| 2 |
"epoch": 100.0,
|
| 3 |
+
"test_loss": 1.4859906435012817,
|
| 4 |
+
"test_map": 0.3129,
|
| 5 |
+
"test_map_50": 0.5908,
|
| 6 |
+
"test_map_75": 0.3127,
|
| 7 |
+
"test_map_Coverall": 0.4366,
|
| 8 |
+
"test_map_Face_Shield": 0.4978,
|
| 9 |
+
"test_map_Gloves": 0.2774,
|
| 10 |
+
"test_map_Goggles": 0.0678,
|
| 11 |
+
"test_map_Mask": 0.2847,
|
| 12 |
+
"test_map_large": 0.4646,
|
| 13 |
+
"test_map_medium": 0.1913,
|
| 14 |
+
"test_map_small": 0.3656,
|
| 15 |
+
"test_mar_1": 0.2966,
|
| 16 |
+
"test_mar_10": 0.4818,
|
| 17 |
+
"test_mar_100": 0.4962,
|
| 18 |
+
"test_mar_100_Coverall": 0.7051,
|
| 19 |
+
"test_mar_100_Face_Shield": 0.6706,
|
| 20 |
+
"test_mar_100_Gloves": 0.4186,
|
| 21 |
+
"test_mar_100_Goggles": 0.2552,
|
| 22 |
+
"test_mar_100_Mask": 0.4314,
|
| 23 |
+
"test_mar_large": 0.6605,
|
| 24 |
+
"test_mar_medium": 0.3512,
|
| 25 |
+
"test_mar_small": 0.4247,
|
| 26 |
+
"test_runtime": 1.9456,
|
| 27 |
+
"test_samples_per_second": 14.906,
|
| 28 |
+
"test_steps_per_second": 2.056,
|
| 29 |
+
"total_flos": 1.619523370252695e+19,
|
| 30 |
+
"train_loss": 0.5915974802391551,
|
| 31 |
+
"train_runtime": 7701.1118,
|
| 32 |
+
"train_samples_per_second": 11.037,
|
| 33 |
+
"train_steps_per_second": 1.389
|
| 34 |
}
|
test_results.json
ADDED
|
@@ -0,0 +1,29 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"epoch": 100.0,
|
| 3 |
+
"test_loss": 1.4859906435012817,
|
| 4 |
+
"test_map": 0.3129,
|
| 5 |
+
"test_map_50": 0.5908,
|
| 6 |
+
"test_map_75": 0.3127,
|
| 7 |
+
"test_map_Coverall": 0.4366,
|
| 8 |
+
"test_map_Face_Shield": 0.4978,
|
| 9 |
+
"test_map_Gloves": 0.2774,
|
| 10 |
+
"test_map_Goggles": 0.0678,
|
| 11 |
+
"test_map_Mask": 0.2847,
|
| 12 |
+
"test_map_large": 0.4646,
|
| 13 |
+
"test_map_medium": 0.1913,
|
| 14 |
+
"test_map_small": 0.3656,
|
| 15 |
+
"test_mar_1": 0.2966,
|
| 16 |
+
"test_mar_10": 0.4818,
|
| 17 |
+
"test_mar_100": 0.4962,
|
| 18 |
+
"test_mar_100_Coverall": 0.7051,
|
| 19 |
+
"test_mar_100_Face_Shield": 0.6706,
|
| 20 |
+
"test_mar_100_Gloves": 0.4186,
|
| 21 |
+
"test_mar_100_Goggles": 0.2552,
|
| 22 |
+
"test_mar_100_Mask": 0.4314,
|
| 23 |
+
"test_mar_large": 0.6605,
|
| 24 |
+
"test_mar_medium": 0.3512,
|
| 25 |
+
"test_mar_small": 0.4247,
|
| 26 |
+
"test_runtime": 1.9456,
|
| 27 |
+
"test_samples_per_second": 14.906,
|
| 28 |
+
"test_steps_per_second": 2.056
|
| 29 |
+
}
|
train_results.json
CHANGED
|
@@ -1,8 +1,8 @@
|
|
| 1 |
{
|
| 2 |
"epoch": 100.0,
|
| 3 |
-
"total_flos":
|
| 4 |
-
"train_loss":
|
| 5 |
-
"train_runtime":
|
| 6 |
-
"train_samples_per_second":
|
| 7 |
-
"train_steps_per_second":
|
| 8 |
}
|
|
|
|
| 1 |
{
|
| 2 |
"epoch": 100.0,
|
| 3 |
+
"total_flos": 1.619523370252695e+19,
|
| 4 |
+
"train_loss": 0.5915974802391551,
|
| 5 |
+
"train_runtime": 7701.1118,
|
| 6 |
+
"train_samples_per_second": 11.037,
|
| 7 |
+
"train_steps_per_second": 1.389
|
| 8 |
}
|
trainer_state.json
CHANGED
|
The diff for this file is too large to render.
See raw diff
|
|
|