vinluvie commited on
Commit
9ad52a6
1 Parent(s): daf7f67

End of training

Browse files
README.md CHANGED
@@ -15,6 +15,8 @@ should probably proofread and complete it, then remove this comment. -->
15
  # clip-finetuned
16
 
17
  This model is a fine-tuned version of [openai/clip-vit-base-patch32](https://huggingface.co/openai/clip-vit-base-patch32) on the imagefolder dataset.
 
 
18
 
19
  ## Model description
20
 
 
15
  # clip-finetuned
16
 
17
  This model is a fine-tuned version of [openai/clip-vit-base-patch32](https://huggingface.co/openai/clip-vit-base-patch32) on the imagefolder dataset.
18
+ It achieves the following results on the evaluation set:
19
+ - Loss: 3.6758
20
 
21
  ## Model description
22
 
all_results.json CHANGED
@@ -1,15 +1,15 @@
1
  {
2
- "epoch": 15.0,
3
- "eval_loss": 5.025272369384766,
4
- "eval_runtime": 1.359,
5
- "eval_samples_per_second": 30.905,
6
- "eval_steps_per_second": 0.736,
7
- "test_loss": 4.871317386627197,
8
- "test_runtime": 2.4966,
9
- "test_samples_per_second": 33.646,
10
- "test_steps_per_second": 0.801,
11
- "train_loss": 1.6000991821289063,
12
- "train_runtime": 149.3142,
13
- "train_samples_per_second": 34.056,
14
- "train_steps_per_second": 0.603
15
  }
 
1
  {
2
+ "epoch": 10.0,
3
+ "eval_loss": 3.675844192504883,
4
+ "eval_runtime": 1.6492,
5
+ "eval_samples_per_second": 25.467,
6
+ "eval_steps_per_second": 0.606,
7
+ "test_loss": 4.198638439178467,
8
+ "test_runtime": 3.9304,
9
+ "test_samples_per_second": 21.372,
10
+ "test_steps_per_second": 0.509,
11
+ "train_loss": 2.1348843892415363,
12
+ "train_runtime": 100.2817,
13
+ "train_samples_per_second": 33.805,
14
+ "train_steps_per_second": 0.598
15
  }
eval_results.json CHANGED
@@ -1,7 +1,7 @@
1
  {
2
- "epoch": 15.0,
3
- "eval_loss": 5.025272369384766,
4
- "eval_runtime": 1.359,
5
- "eval_samples_per_second": 30.905,
6
- "eval_steps_per_second": 0.736
7
  }
 
1
  {
2
+ "epoch": 10.0,
3
+ "eval_loss": 3.675844192504883,
4
+ "eval_runtime": 1.6492,
5
+ "eval_samples_per_second": 25.467,
6
+ "eval_steps_per_second": 0.606
7
  }
test_results.json CHANGED
@@ -1,6 +1,6 @@
1
  {
2
- "test_loss": 4.871317386627197,
3
- "test_runtime": 2.4966,
4
- "test_samples_per_second": 33.646,
5
- "test_steps_per_second": 0.801
6
  }
 
1
  {
2
+ "test_loss": 4.198638439178467,
3
+ "test_runtime": 3.9304,
4
+ "test_samples_per_second": 21.372,
5
+ "test_steps_per_second": 0.509
6
  }
train_results.json CHANGED
@@ -1,7 +1,7 @@
1
  {
2
- "epoch": 15.0,
3
- "train_loss": 1.6000991821289063,
4
- "train_runtime": 149.3142,
5
- "train_samples_per_second": 34.056,
6
- "train_steps_per_second": 0.603
7
  }
 
1
  {
2
+ "epoch": 10.0,
3
+ "train_loss": 2.1348843892415363,
4
+ "train_runtime": 100.2817,
5
+ "train_samples_per_second": 33.805,
6
+ "train_steps_per_second": 0.598
7
  }
trainer_state.json CHANGED
@@ -1,29 +1,29 @@
1
  {
2
  "best_metric": null,
3
  "best_model_checkpoint": null,
4
- "epoch": 15.0,
5
  "eval_steps": 500,
6
- "global_step": 90,
7
  "is_hyper_param_search": false,
8
  "is_local_process_zero": true,
9
  "is_world_process_zero": true,
10
  "log_history": [
11
  {
12
- "epoch": 15.0,
13
- "step": 90,
14
- "total_flos": 295779184657110.0,
15
- "train_loss": 1.6000991821289063,
16
- "train_runtime": 149.3142,
17
- "train_samples_per_second": 34.056,
18
- "train_steps_per_second": 0.603
19
  }
20
  ],
21
  "logging_steps": 500,
22
- "max_steps": 90,
23
  "num_input_tokens_seen": 0,
24
- "num_train_epochs": 15,
25
  "save_steps": 500,
26
- "total_flos": 295779184657110.0,
27
  "train_batch_size": 64,
28
  "trial_name": null,
29
  "trial_params": null
 
1
  {
2
  "best_metric": null,
3
  "best_model_checkpoint": null,
4
+ "epoch": 10.0,
5
  "eval_steps": 500,
6
+ "global_step": 60,
7
  "is_hyper_param_search": false,
8
  "is_local_process_zero": true,
9
  "is_world_process_zero": true,
10
  "log_history": [
11
  {
12
+ "epoch": 10.0,
13
+ "step": 60,
14
+ "total_flos": 197186123104740.0,
15
+ "train_loss": 2.1348843892415363,
16
+ "train_runtime": 100.2817,
17
+ "train_samples_per_second": 33.805,
18
+ "train_steps_per_second": 0.598
19
  }
20
  ],
21
  "logging_steps": 500,
22
+ "max_steps": 60,
23
  "num_input_tokens_seen": 0,
24
+ "num_train_epochs": 10,
25
  "save_steps": 500,
26
+ "total_flos": 197186123104740.0,
27
  "train_batch_size": 64,
28
  "trial_name": null,
29
  "trial_params": null