End of training
Browse files- README.md +2 -0
- all_results.json +12 -0
- eval_results.json +7 -0
- runs/Aug23_13-43-38_wolf-creek/events.out.tfevents.1724442794.wolf-creek.3253326.1 +3 -0
- train_results.json +8 -0
- trainer_state.json +42 -0
README.md
CHANGED
@@ -14,6 +14,8 @@ should probably proofread and complete it, then remove this comment. -->
|
|
14 |
# clip-finetuned-csu-b32-e1l57-l
|
15 |
|
16 |
This model is a fine-tuned version of [openai/clip-vit-base-patch32](https://huggingface.co/openai/clip-vit-base-patch32) on an unknown dataset.
|
|
|
|
|
17 |
|
18 |
## Model description
|
19 |
|
|
|
14 |
# clip-finetuned-csu-b32-e1l57-l
|
15 |
|
16 |
This model is a fine-tuned version of [openai/clip-vit-base-patch32](https://huggingface.co/openai/clip-vit-base-patch32) on an unknown dataset.
|
17 |
+
It achieves the following results on the evaluation set:
|
18 |
+
- Loss: 0.9241
|
19 |
|
20 |
## Model description
|
21 |
|
all_results.json
ADDED
@@ -0,0 +1,12 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"epoch": 1.0,
|
3 |
+
"eval_loss": 0.9240710139274597,
|
4 |
+
"eval_runtime": 40.5906,
|
5 |
+
"eval_samples_per_second": 48.632,
|
6 |
+
"eval_steps_per_second": 6.085,
|
7 |
+
"total_flos": 1033336718865990.0,
|
8 |
+
"train_loss": 2.6421381449527876,
|
9 |
+
"train_runtime": 429.6935,
|
10 |
+
"train_samples_per_second": 41.343,
|
11 |
+
"train_steps_per_second": 0.647
|
12 |
+
}
|
eval_results.json
ADDED
@@ -0,0 +1,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"epoch": 1.0,
|
3 |
+
"eval_loss": 0.9240710139274597,
|
4 |
+
"eval_runtime": 40.5906,
|
5 |
+
"eval_samples_per_second": 48.632,
|
6 |
+
"eval_steps_per_second": 6.085
|
7 |
+
}
|
runs/Aug23_13-43-38_wolf-creek/events.out.tfevents.1724442794.wolf-creek.3253326.1
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:68a3ffd7f0b89348843090f45168fa9b7ee400f75971b11cc955b58ba53ab995
|
3 |
+
size 311
|
train_results.json
ADDED
@@ -0,0 +1,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"epoch": 1.0,
|
3 |
+
"total_flos": 1033336718865990.0,
|
4 |
+
"train_loss": 2.6421381449527876,
|
5 |
+
"train_runtime": 429.6935,
|
6 |
+
"train_samples_per_second": 41.343,
|
7 |
+
"train_steps_per_second": 0.647
|
8 |
+
}
|
trainer_state.json
ADDED
@@ -0,0 +1,42 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"best_metric": null,
|
3 |
+
"best_model_checkpoint": null,
|
4 |
+
"epoch": 1.0,
|
5 |
+
"eval_steps": 500,
|
6 |
+
"global_step": 278,
|
7 |
+
"is_hyper_param_search": false,
|
8 |
+
"is_local_process_zero": true,
|
9 |
+
"is_world_process_zero": true,
|
10 |
+
"log_history": [
|
11 |
+
{
|
12 |
+
"epoch": 1.0,
|
13 |
+
"step": 278,
|
14 |
+
"total_flos": 1033336718865990.0,
|
15 |
+
"train_loss": 2.6421381449527876,
|
16 |
+
"train_runtime": 429.6935,
|
17 |
+
"train_samples_per_second": 41.343,
|
18 |
+
"train_steps_per_second": 0.647
|
19 |
+
}
|
20 |
+
],
|
21 |
+
"logging_steps": 500,
|
22 |
+
"max_steps": 278,
|
23 |
+
"num_input_tokens_seen": 0,
|
24 |
+
"num_train_epochs": 1,
|
25 |
+
"save_steps": 500,
|
26 |
+
"stateful_callbacks": {
|
27 |
+
"TrainerControl": {
|
28 |
+
"args": {
|
29 |
+
"should_epoch_stop": false,
|
30 |
+
"should_evaluate": false,
|
31 |
+
"should_log": false,
|
32 |
+
"should_save": true,
|
33 |
+
"should_training_stop": true
|
34 |
+
},
|
35 |
+
"attributes": {}
|
36 |
+
}
|
37 |
+
},
|
38 |
+
"total_flos": 1033336718865990.0,
|
39 |
+
"train_batch_size": 64,
|
40 |
+
"trial_name": null,
|
41 |
+
"trial_params": null
|
42 |
+
}
|