End of training
Browse files- README.md +3 -1
- all_results.json +13 -0
- test_results.json +8 -0
- train_results.json +8 -0
- trainer_state.json +61 -0
README.md
CHANGED
|
@@ -3,6 +3,8 @@ library_name: transformers
|
|
| 3 |
license: apache-2.0
|
| 4 |
base_model: timm/mobilenetv3_small_100.lamb_in1k
|
| 5 |
tags:
|
|
|
|
|
|
|
| 6 |
- timm
|
| 7 |
- trackio
|
| 8 |
- trackio:https://huggingface.co/spaces/evalstate/trackio
|
|
@@ -20,7 +22,7 @@ should probably proofread and complete it, then remove this comment. -->
|
|
| 20 |
<a href="https://huggingface.co/spaces/evalstate/trackio" target="_blank"><img src="https://raw.githubusercontent.com/gradio-app/trackio/refs/heads/main/trackio/assets/badge.png" alt="Visualize in Trackio" title="Visualize in Trackio" style="height: 40px;"/></a>
|
| 21 |
# ic-smoke-test
|
| 22 |
|
| 23 |
-
This model is a fine-tuned version of [timm/mobilenetv3_small_100.lamb_in1k](https://huggingface.co/timm/mobilenetv3_small_100.lamb_in1k) on
|
| 24 |
It achieves the following results on the evaluation set:
|
| 25 |
- Loss: 1.0278
|
| 26 |
- Accuracy: 0.54
|
|
|
|
| 3 |
license: apache-2.0
|
| 4 |
base_model: timm/mobilenetv3_small_100.lamb_in1k
|
| 5 |
tags:
|
| 6 |
+
- image-classification
|
| 7 |
+
- vision
|
| 8 |
- timm
|
| 9 |
- trackio
|
| 10 |
- trackio:https://huggingface.co/spaces/evalstate/trackio
|
|
|
|
| 22 |
<a href="https://huggingface.co/spaces/evalstate/trackio" target="_blank"><img src="https://raw.githubusercontent.com/gradio-app/trackio/refs/heads/main/trackio/assets/badge.png" alt="Visualize in Trackio" title="Visualize in Trackio" style="height: 40px;"/></a>
|
| 23 |
# ic-smoke-test
|
| 24 |
|
| 25 |
+
This model is a fine-tuned version of [timm/mobilenetv3_small_100.lamb_in1k](https://huggingface.co/timm/mobilenetv3_small_100.lamb_in1k) on the beans dataset.
|
| 26 |
It achieves the following results on the evaluation set:
|
| 27 |
- Loss: 1.0278
|
| 28 |
- Accuracy: 0.54
|
all_results.json
ADDED
|
@@ -0,0 +1,13 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"epoch": 2.0,
|
| 3 |
+
"test_accuracy": 0.453125,
|
| 4 |
+
"test_loss": 1.0237222909927368,
|
| 5 |
+
"test_runtime": 0.7792,
|
| 6 |
+
"test_samples_per_second": 164.261,
|
| 7 |
+
"test_steps_per_second": 10.266,
|
| 8 |
+
"total_flos": 274731241881600.0,
|
| 9 |
+
"train_loss": 1.033449445452009,
|
| 10 |
+
"train_runtime": 3.106,
|
| 11 |
+
"train_samples_per_second": 64.392,
|
| 12 |
+
"train_steps_per_second": 4.507
|
| 13 |
+
}
|
test_results.json
ADDED
|
@@ -0,0 +1,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"epoch": 2.0,
|
| 3 |
+
"test_accuracy": 0.453125,
|
| 4 |
+
"test_loss": 1.0237222909927368,
|
| 5 |
+
"test_runtime": 0.7792,
|
| 6 |
+
"test_samples_per_second": 164.261,
|
| 7 |
+
"test_steps_per_second": 10.266
|
| 8 |
+
}
|
train_results.json
ADDED
|
@@ -0,0 +1,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"epoch": 2.0,
|
| 3 |
+
"total_flos": 274731241881600.0,
|
| 4 |
+
"train_loss": 1.033449445452009,
|
| 5 |
+
"train_runtime": 3.106,
|
| 6 |
+
"train_samples_per_second": 64.392,
|
| 7 |
+
"train_steps_per_second": 4.507
|
| 8 |
+
}
|
trainer_state.json
ADDED
|
@@ -0,0 +1,61 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"best_global_step": 7,
|
| 3 |
+
"best_metric": 0.58,
|
| 4 |
+
"best_model_checkpoint": "ic-smoke-test/checkpoint-7",
|
| 5 |
+
"epoch": 2.0,
|
| 6 |
+
"eval_steps": 500,
|
| 7 |
+
"global_step": 14,
|
| 8 |
+
"is_hyper_param_search": false,
|
| 9 |
+
"is_local_process_zero": true,
|
| 10 |
+
"is_world_process_zero": true,
|
| 11 |
+
"log_history": [
|
| 12 |
+
{
|
| 13 |
+
"epoch": 1.0,
|
| 14 |
+
"eval_accuracy": 0.58,
|
| 15 |
+
"eval_loss": 1.0294157266616821,
|
| 16 |
+
"eval_runtime": 0.3989,
|
| 17 |
+
"eval_samples_per_second": 125.331,
|
| 18 |
+
"eval_steps_per_second": 10.026,
|
| 19 |
+
"step": 7
|
| 20 |
+
},
|
| 21 |
+
{
|
| 22 |
+
"epoch": 2.0,
|
| 23 |
+
"eval_accuracy": 0.54,
|
| 24 |
+
"eval_loss": 1.0277507305145264,
|
| 25 |
+
"eval_runtime": 0.3198,
|
| 26 |
+
"eval_samples_per_second": 156.352,
|
| 27 |
+
"eval_steps_per_second": 12.508,
|
| 28 |
+
"step": 14
|
| 29 |
+
},
|
| 30 |
+
{
|
| 31 |
+
"epoch": 2.0,
|
| 32 |
+
"step": 14,
|
| 33 |
+
"total_flos": 274731241881600.0,
|
| 34 |
+
"train_loss": 1.033449445452009,
|
| 35 |
+
"train_runtime": 3.106,
|
| 36 |
+
"train_samples_per_second": 64.392,
|
| 37 |
+
"train_steps_per_second": 4.507
|
| 38 |
+
}
|
| 39 |
+
],
|
| 40 |
+
"logging_steps": 500,
|
| 41 |
+
"max_steps": 14,
|
| 42 |
+
"num_input_tokens_seen": 0,
|
| 43 |
+
"num_train_epochs": 2,
|
| 44 |
+
"save_steps": 500,
|
| 45 |
+
"stateful_callbacks": {
|
| 46 |
+
"TrainerControl": {
|
| 47 |
+
"args": {
|
| 48 |
+
"should_epoch_stop": false,
|
| 49 |
+
"should_evaluate": false,
|
| 50 |
+
"should_log": false,
|
| 51 |
+
"should_save": true,
|
| 52 |
+
"should_training_stop": true
|
| 53 |
+
},
|
| 54 |
+
"attributes": {}
|
| 55 |
+
}
|
| 56 |
+
},
|
| 57 |
+
"total_flos": 274731241881600.0,
|
| 58 |
+
"train_batch_size": 16,
|
| 59 |
+
"trial_name": null,
|
| 60 |
+
"trial_params": null
|
| 61 |
+
}
|