kpalczewski-displate commited on
Commit
943df82
1 Parent(s): 16363f6

End of training

Browse files
README.md CHANGED
@@ -14,6 +14,8 @@ should probably proofread and complete it, then remove this comment. -->
14
  # category_cleaning_imagefolder
15
 
16
  This model was trained from scratch on the imagefolder dataset.
 
 
17
 
18
  ## Model description
19
 
 
14
  # category_cleaning_imagefolder
15
 
16
  This model was trained from scratch on the imagefolder dataset.
17
+ It achieves the following results on the evaluation set:
18
+ - Loss: 2.7548
19
 
20
  ## Model description
21
 
all_results.json ADDED
@@ -0,0 +1,11 @@
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "epoch": 3.0,
3
+ "eval_loss": 2.754795551300049,
4
+ "eval_runtime": 34.2035,
5
+ "eval_samples_per_second": 122.21,
6
+ "eval_steps_per_second": 1.93,
7
+ "train_loss": 2.0960015277473296,
8
+ "train_runtime": 1329.2473,
9
+ "train_samples_per_second": 56.601,
10
+ "train_steps_per_second": 0.885
11
+ }
eval_results.json ADDED
@@ -0,0 +1,7 @@
 
 
 
 
 
 
 
 
1
+ {
2
+ "epoch": 3.0,
3
+ "eval_loss": 2.754795551300049,
4
+ "eval_runtime": 34.2035,
5
+ "eval_samples_per_second": 122.21,
6
+ "eval_steps_per_second": 1.93
7
+ }
merges.txt ADDED
The diff for this file is too large to render. See raw diff
 
preprocessor_config.json ADDED
@@ -0,0 +1,45 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_valid_processor_keys": [
3
+ "images",
4
+ "do_resize",
5
+ "size",
6
+ "resample",
7
+ "do_center_crop",
8
+ "crop_size",
9
+ "do_rescale",
10
+ "rescale_factor",
11
+ "do_normalize",
12
+ "image_mean",
13
+ "image_std",
14
+ "do_convert_rgb",
15
+ "return_tensors",
16
+ "data_format",
17
+ "input_data_format"
18
+ ],
19
+ "crop_size": {
20
+ "height": 224,
21
+ "width": 224
22
+ },
23
+ "do_center_crop": true,
24
+ "do_convert_rgb": true,
25
+ "do_normalize": true,
26
+ "do_rescale": true,
27
+ "do_resize": true,
28
+ "image_mean": [
29
+ 0.48145466,
30
+ 0.4578275,
31
+ 0.40821073
32
+ ],
33
+ "image_processor_type": "CLIPImageProcessor",
34
+ "image_std": [
35
+ 0.26862954,
36
+ 0.26130258,
37
+ 0.27577711
38
+ ],
39
+ "processor_class": "VisionTextDualEncoderProcessor",
40
+ "resample": 3,
41
+ "rescale_factor": 0.00392156862745098,
42
+ "size": {
43
+ "shortest_edge": 224
44
+ }
45
+ }
runs/Mar11_13-14-28_2ba8b42aa987/events.out.tfevents.1710164320.2ba8b42aa987.11181.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:14394945a3e29ef0cb1d2f5d7d13ab6aec922b4a74df8304371206a22972e775
3
+ size 359
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": true,
23
+ "do_lower_case": true,
24
+ "eos_token": "<|endoftext|>",
25
+ "errors": "replace",
26
+ "model_max_length": 77,
27
+ "pad_token": "<|endoftext|>",
28
+ "processor_class": "VisionTextDualEncoderProcessor",
29
+ "tokenizer_class": "CLIPTokenizer",
30
+ "unk_token": "<|endoftext|>"
31
+ }
train_results.json ADDED
@@ -0,0 +1,7 @@
 
 
 
 
 
 
 
 
1
+ {
2
+ "epoch": 3.0,
3
+ "train_loss": 2.0960015277473296,
4
+ "train_runtime": 1329.2473,
5
+ "train_samples_per_second": 56.601,
6
+ "train_steps_per_second": 0.885
7
+ }
trainer_state.json ADDED
@@ -0,0 +1,107 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_metric": null,
3
+ "best_model_checkpoint": null,
4
+ "epoch": 3.0,
5
+ "eval_steps": 100.0,
6
+ "global_step": 1176,
7
+ "is_hyper_param_search": false,
8
+ "is_local_process_zero": true,
9
+ "is_world_process_zero": true,
10
+ "log_history": [
11
+ {
12
+ "epoch": 0.26,
13
+ "grad_norm": 20.62335205078125,
14
+ "learning_rate": 4.5748299319727895e-05,
15
+ "loss": 3.0207,
16
+ "step": 100
17
+ },
18
+ {
19
+ "epoch": 0.51,
20
+ "grad_norm": 24.41301155090332,
21
+ "learning_rate": 4.149659863945579e-05,
22
+ "loss": 2.8238,
23
+ "step": 200
24
+ },
25
+ {
26
+ "epoch": 0.77,
27
+ "grad_norm": 23.851058959960938,
28
+ "learning_rate": 3.724489795918368e-05,
29
+ "loss": 2.7176,
30
+ "step": 300
31
+ },
32
+ {
33
+ "epoch": 1.02,
34
+ "grad_norm": 21.198942184448242,
35
+ "learning_rate": 3.2993197278911564e-05,
36
+ "loss": 2.606,
37
+ "step": 400
38
+ },
39
+ {
40
+ "epoch": 1.28,
41
+ "grad_norm": 22.139713287353516,
42
+ "learning_rate": 2.8741496598639456e-05,
43
+ "loss": 2.1191,
44
+ "step": 500
45
+ },
46
+ {
47
+ "epoch": 1.53,
48
+ "grad_norm": 26.165542602539062,
49
+ "learning_rate": 2.448979591836735e-05,
50
+ "loss": 2.1034,
51
+ "step": 600
52
+ },
53
+ {
54
+ "epoch": 1.79,
55
+ "grad_norm": 30.156545639038086,
56
+ "learning_rate": 2.023809523809524e-05,
57
+ "loss": 2.0801,
58
+ "step": 700
59
+ },
60
+ {
61
+ "epoch": 2.04,
62
+ "grad_norm": 16.38189697265625,
63
+ "learning_rate": 1.5986394557823133e-05,
64
+ "loss": 1.908,
65
+ "step": 800
66
+ },
67
+ {
68
+ "epoch": 2.3,
69
+ "grad_norm": 21.190061569213867,
70
+ "learning_rate": 1.1734693877551021e-05,
71
+ "loss": 1.4389,
72
+ "step": 900
73
+ },
74
+ {
75
+ "epoch": 2.55,
76
+ "grad_norm": 28.82680320739746,
77
+ "learning_rate": 7.482993197278912e-06,
78
+ "loss": 1.4339,
79
+ "step": 1000
80
+ },
81
+ {
82
+ "epoch": 2.81,
83
+ "grad_norm": 26.55443572998047,
84
+ "learning_rate": 3.231292517006803e-06,
85
+ "loss": 1.3741,
86
+ "step": 1100
87
+ },
88
+ {
89
+ "epoch": 3.0,
90
+ "step": 1176,
91
+ "total_flos": 4376310425967942.0,
92
+ "train_loss": 2.0960015277473296,
93
+ "train_runtime": 1329.2473,
94
+ "train_samples_per_second": 56.601,
95
+ "train_steps_per_second": 0.885
96
+ }
97
+ ],
98
+ "logging_steps": 100,
99
+ "max_steps": 1176,
100
+ "num_input_tokens_seen": 0,
101
+ "num_train_epochs": 3,
102
+ "save_steps": 100,
103
+ "total_flos": 4376310425967942.0,
104
+ "train_batch_size": 64,
105
+ "trial_name": null,
106
+ "trial_params": null
107
+ }
vocab.json ADDED
The diff for this file is too large to render. See raw diff