lookie14 commited on
Commit
73c5389
·
verified ·
1 Parent(s): 8a6c739

Upload 16 files

Browse files
result/content/final_model/checkpoint-27/config.json ADDED
@@ -0,0 +1,48 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "architectures": [
3
+ "CLIPModel"
4
+ ],
5
+ "dtype": "float32",
6
+ "initializer_factor": 1.0,
7
+ "logit_scale_init_value": 2.6592,
8
+ "model_type": "clip",
9
+ "projection_dim": 512,
10
+ "text_config": {
11
+ "attention_dropout": 0.0,
12
+ "bos_token_id": 0,
13
+ "dropout": 0.0,
14
+ "dtype": "float32",
15
+ "eos_token_id": 2,
16
+ "hidden_act": "quick_gelu",
17
+ "hidden_size": 512,
18
+ "initializer_factor": 1.0,
19
+ "initializer_range": 0.02,
20
+ "intermediate_size": 2048,
21
+ "layer_norm_eps": 1e-05,
22
+ "max_position_embeddings": 77,
23
+ "model_type": "clip_text_model",
24
+ "num_attention_heads": 8,
25
+ "num_hidden_layers": 12,
26
+ "projection_dim": 512,
27
+ "vocab_size": 49408
28
+ },
29
+ "transformers_version": "4.57.6",
30
+ "vision_config": {
31
+ "attention_dropout": 0.0,
32
+ "dropout": 0.0,
33
+ "dtype": "float32",
34
+ "hidden_act": "quick_gelu",
35
+ "hidden_size": 768,
36
+ "image_size": 224,
37
+ "initializer_factor": 1.0,
38
+ "initializer_range": 0.02,
39
+ "intermediate_size": 3072,
40
+ "layer_norm_eps": 1e-05,
41
+ "model_type": "clip_vision_model",
42
+ "num_attention_heads": 12,
43
+ "num_channels": 3,
44
+ "num_hidden_layers": 12,
45
+ "patch_size": 32,
46
+ "projection_dim": 512
47
+ }
48
+ }
result/content/final_model/checkpoint-27/model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8e7ab51d4be3393b0e4f07f0c791e4ffa4a12e0632dcfdd31ba97b8520a3983c
3
+ size 605156676
result/content/final_model/checkpoint-27/optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5b6bc7b6b20e4010d5e68e651abd39ea4e32a1a955a1c3f05327c3576a72bb29
3
+ size 1210557581
result/content/final_model/checkpoint-27/rng_state.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f4a9f217e852f439efa6bd32fde98d6867f11aa6ea13ddc021ba10af6a0b0934
3
+ size 14645
result/content/final_model/checkpoint-27/scaler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3d00d02900d4882813516e74c85a18a14235b1f1b332747e1780b249267eb828
3
+ size 1383
result/content/final_model/checkpoint-27/scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a9b8d0436b948dca1eec7cea2a179676b4ac1ad70675a15eea3c13aa995f6335
3
+ size 1465
result/content/final_model/checkpoint-27/trainer_state.json ADDED
@@ -0,0 +1,33 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_global_step": null,
3
+ "best_metric": null,
4
+ "best_model_checkpoint": null,
5
+ "epoch": 3.0,
6
+ "eval_steps": 500,
7
+ "global_step": 27,
8
+ "is_hyper_param_search": false,
9
+ "is_local_process_zero": true,
10
+ "is_world_process_zero": true,
11
+ "log_history": [],
12
+ "logging_steps": 50,
13
+ "max_steps": 27,
14
+ "num_input_tokens_seen": 0,
15
+ "num_train_epochs": 3,
16
+ "save_steps": 500,
17
+ "stateful_callbacks": {
18
+ "TrainerControl": {
19
+ "args": {
20
+ "should_epoch_stop": false,
21
+ "should_evaluate": false,
22
+ "should_log": false,
23
+ "should_save": true,
24
+ "should_training_stop": true
25
+ },
26
+ "attributes": {}
27
+ }
28
+ },
29
+ "total_flos": 49209280279236.0,
30
+ "train_batch_size": 32,
31
+ "trial_name": null,
32
+ "trial_params": null
33
+ }
result/content/final_model/checkpoint-27/training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4478d3b09d44bf906176a987b287069fe7fb48234ef840dd66355485d1896323
3
+ size 5841
result/content/final_model/config.json ADDED
@@ -0,0 +1,48 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "architectures": [
3
+ "CLIPModel"
4
+ ],
5
+ "dtype": "float32",
6
+ "initializer_factor": 1.0,
7
+ "logit_scale_init_value": 2.6592,
8
+ "model_type": "clip",
9
+ "projection_dim": 512,
10
+ "text_config": {
11
+ "attention_dropout": 0.0,
12
+ "bos_token_id": 0,
13
+ "dropout": 0.0,
14
+ "dtype": "float32",
15
+ "eos_token_id": 2,
16
+ "hidden_act": "quick_gelu",
17
+ "hidden_size": 512,
18
+ "initializer_factor": 1.0,
19
+ "initializer_range": 0.02,
20
+ "intermediate_size": 2048,
21
+ "layer_norm_eps": 1e-05,
22
+ "max_position_embeddings": 77,
23
+ "model_type": "clip_text_model",
24
+ "num_attention_heads": 8,
25
+ "num_hidden_layers": 12,
26
+ "projection_dim": 512,
27
+ "vocab_size": 49408
28
+ },
29
+ "transformers_version": "4.57.6",
30
+ "vision_config": {
31
+ "attention_dropout": 0.0,
32
+ "dropout": 0.0,
33
+ "dtype": "float32",
34
+ "hidden_act": "quick_gelu",
35
+ "hidden_size": 768,
36
+ "image_size": 224,
37
+ "initializer_factor": 1.0,
38
+ "initializer_range": 0.02,
39
+ "intermediate_size": 3072,
40
+ "layer_norm_eps": 1e-05,
41
+ "model_type": "clip_vision_model",
42
+ "num_attention_heads": 12,
43
+ "num_channels": 3,
44
+ "num_hidden_layers": 12,
45
+ "patch_size": 32,
46
+ "projection_dim": 512
47
+ }
48
+ }
result/content/final_model/merges.txt ADDED
The diff for this file is too large to render. See raw diff
 
result/content/final_model/model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8e7ab51d4be3393b0e4f07f0c791e4ffa4a12e0632dcfdd31ba97b8520a3983c
3
+ size 605156676
result/content/final_model/preprocessor_config.json ADDED
@@ -0,0 +1,28 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
+ "processor_class": "CLIPProcessor",
23
+ "resample": 3,
24
+ "rescale_factor": 0.00392156862745098,
25
+ "size": {
26
+ "shortest_edge": 224
27
+ }
28
+ }
result/content/final_model/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
+ }
result/content/final_model/tokenizer.json ADDED
The diff for this file is too large to render. See raw diff
 
result/content/final_model/tokenizer_config.json ADDED
@@ -0,0 +1,32 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
+ "processor_class": "CLIPProcessor",
30
+ "tokenizer_class": "CLIPTokenizer",
31
+ "unk_token": "<|endoftext|>"
32
+ }
result/content/final_model/vocab.json ADDED
The diff for this file is too large to render. See raw diff