hyeongjin99 commited on
Commit
a58ebb2
·
verified ·
1 Parent(s): cd765aa

End of training

Browse files
README.md CHANGED
@@ -14,6 +14,8 @@ should probably proofread and complete it, then remove this comment. -->
14
  # CLIP_ViT_L_14_PCSP5
15
 
16
  This model is a fine-tuned version of [openai/clip-vit-large-patch14](https://huggingface.co/openai/clip-vit-large-patch14) on an unknown dataset.
 
 
17
 
18
  ## Model description
19
 
 
14
  # CLIP_ViT_L_14_PCSP5
15
 
16
  This model is a fine-tuned version of [openai/clip-vit-large-patch14](https://huggingface.co/openai/clip-vit-large-patch14) on an unknown dataset.
17
+ It achieves the following results on the evaluation set:
18
+ - Loss: 0.0111
19
 
20
  ## Model description
21
 
all_results.json ADDED
@@ -0,0 +1,12 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "epoch": 500.0,
3
+ "eval_loss": 0.011138472706079483,
4
+ "eval_runtime": 1.0009,
5
+ "eval_samples_per_second": 60.945,
6
+ "eval_steps_per_second": 3.996,
7
+ "total_flos": 2.176538025123e+16,
8
+ "train_loss": 0.18364764293190092,
9
+ "train_runtime": 2711.45,
10
+ "train_samples_per_second": 44.626,
11
+ "train_steps_per_second": 1.475
12
+ }
eval_results.json ADDED
@@ -0,0 +1,7 @@
 
 
 
 
 
 
 
 
1
+ {
2
+ "epoch": 500.0,
3
+ "eval_loss": 0.011138472706079483,
4
+ "eval_runtime": 1.0009,
5
+ "eval_samples_per_second": 60.945,
6
+ "eval_steps_per_second": 3.996
7
+ }
merges.txt ADDED
The diff for this file is too large to render. See raw diff
 
preprocessor_config.json ADDED
@@ -0,0 +1,27 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "crop_size": {
3
+ "height": 224,
4
+ "width": 224
5
+ },
6
+ "do_center_crop": true,
7
+ "do_convert_rgb": true,
8
+ "do_normalize": true,
9
+ "do_rescale": true,
10
+ "do_resize": true,
11
+ "image_mean": [
12
+ 0.48145466,
13
+ 0.4578275,
14
+ 0.40821073
15
+ ],
16
+ "image_processor_type": "CLIPImageProcessor",
17
+ "image_std": [
18
+ 0.26862954,
19
+ 0.26130258,
20
+ 0.27577711
21
+ ],
22
+ "resample": 3,
23
+ "rescale_factor": 0.00392156862745098,
24
+ "size": {
25
+ "shortest_edge": 224
26
+ }
27
+ }
special_tokens_map.json ADDED
@@ -0,0 +1,30 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "bos_token": {
3
+ "content": "<|startoftext|>",
4
+ "lstrip": false,
5
+ "normalized": true,
6
+ "rstrip": false,
7
+ "single_word": false
8
+ },
9
+ "eos_token": {
10
+ "content": "<|endoftext|>",
11
+ "lstrip": false,
12
+ "normalized": false,
13
+ "rstrip": false,
14
+ "single_word": false
15
+ },
16
+ "pad_token": {
17
+ "content": "<|endoftext|>",
18
+ "lstrip": false,
19
+ "normalized": false,
20
+ "rstrip": false,
21
+ "single_word": false
22
+ },
23
+ "unk_token": {
24
+ "content": "<|endoftext|>",
25
+ "lstrip": false,
26
+ "normalized": false,
27
+ "rstrip": false,
28
+ "single_word": false
29
+ }
30
+ }
tokenizer.json ADDED
The diff for this file is too large to render. See raw diff
 
tokenizer_config.json ADDED
@@ -0,0 +1,31 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "add_prefix_space": false,
3
+ "added_tokens_decoder": {
4
+ "49406": {
5
+ "content": "<|startoftext|>",
6
+ "lstrip": false,
7
+ "normalized": true,
8
+ "rstrip": false,
9
+ "single_word": false,
10
+ "special": true
11
+ },
12
+ "49407": {
13
+ "content": "<|endoftext|>",
14
+ "lstrip": false,
15
+ "normalized": false,
16
+ "rstrip": false,
17
+ "single_word": false,
18
+ "special": true
19
+ }
20
+ },
21
+ "bos_token": "<|startoftext|>",
22
+ "clean_up_tokenization_spaces": false,
23
+ "do_lower_case": true,
24
+ "eos_token": "<|endoftext|>",
25
+ "errors": "replace",
26
+ "extra_special_tokens": {},
27
+ "model_max_length": 77,
28
+ "pad_token": "<|endoftext|>",
29
+ "tokenizer_class": "CLIPTokenizer",
30
+ "unk_token": "<|endoftext|>"
31
+ }
train_results.json ADDED
@@ -0,0 +1,8 @@
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "epoch": 500.0,
3
+ "total_flos": 2.176538025123e+16,
4
+ "train_loss": 0.18364764293190092,
5
+ "train_runtime": 2711.45,
6
+ "train_samples_per_second": 44.626,
7
+ "train_steps_per_second": 1.475
8
+ }
trainer_state.json ADDED
@@ -0,0 +1,98 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_metric": null,
3
+ "best_model_checkpoint": null,
4
+ "epoch": 500.0,
5
+ "eval_steps": 500,
6
+ "global_step": 4000,
7
+ "is_hyper_param_search": false,
8
+ "is_local_process_zero": true,
9
+ "is_world_process_zero": true,
10
+ "log_history": [
11
+ {
12
+ "epoch": 62.5,
13
+ "grad_norm": 9.630138397216797,
14
+ "learning_rate": 4.375e-05,
15
+ "loss": 0.8624,
16
+ "step": 500
17
+ },
18
+ {
19
+ "epoch": 125.0,
20
+ "grad_norm": 1.9023737907409668,
21
+ "learning_rate": 3.7500000000000003e-05,
22
+ "loss": 0.2825,
23
+ "step": 1000
24
+ },
25
+ {
26
+ "epoch": 187.5,
27
+ "grad_norm": 4.60806941986084,
28
+ "learning_rate": 3.125e-05,
29
+ "loss": 0.1628,
30
+ "step": 1500
31
+ },
32
+ {
33
+ "epoch": 250.0,
34
+ "grad_norm": 0.7057669758796692,
35
+ "learning_rate": 2.5e-05,
36
+ "loss": 0.0998,
37
+ "step": 2000
38
+ },
39
+ {
40
+ "epoch": 312.5,
41
+ "grad_norm": 9.289773941040039,
42
+ "learning_rate": 1.8750000000000002e-05,
43
+ "loss": 0.0489,
44
+ "step": 2500
45
+ },
46
+ {
47
+ "epoch": 375.0,
48
+ "grad_norm": 0.0008892796467989683,
49
+ "learning_rate": 1.25e-05,
50
+ "loss": 0.0117,
51
+ "step": 3000
52
+ },
53
+ {
54
+ "epoch": 437.5,
55
+ "grad_norm": 0.008542646653950214,
56
+ "learning_rate": 6.25e-06,
57
+ "loss": 0.001,
58
+ "step": 3500
59
+ },
60
+ {
61
+ "epoch": 500.0,
62
+ "grad_norm": 3.78551339963451e-05,
63
+ "learning_rate": 0.0,
64
+ "loss": 0.0001,
65
+ "step": 4000
66
+ },
67
+ {
68
+ "epoch": 500.0,
69
+ "step": 4000,
70
+ "total_flos": 2.176538025123e+16,
71
+ "train_loss": 0.18364764293190092,
72
+ "train_runtime": 2711.45,
73
+ "train_samples_per_second": 44.626,
74
+ "train_steps_per_second": 1.475
75
+ }
76
+ ],
77
+ "logging_steps": 500,
78
+ "max_steps": 4000,
79
+ "num_input_tokens_seen": 0,
80
+ "num_train_epochs": 500,
81
+ "save_steps": 500,
82
+ "stateful_callbacks": {
83
+ "TrainerControl": {
84
+ "args": {
85
+ "should_epoch_stop": false,
86
+ "should_evaluate": false,
87
+ "should_log": false,
88
+ "should_save": true,
89
+ "should_training_stop": true
90
+ },
91
+ "attributes": {}
92
+ }
93
+ },
94
+ "total_flos": 2.176538025123e+16,
95
+ "train_batch_size": 32,
96
+ "trial_name": null,
97
+ "trial_params": null
98
+ }
vocab.json ADDED
The diff for this file is too large to render. See raw diff