kevinoli commited on
Commit
4110f58
1 Parent(s): 167c0a7

Training in progress, step 1000, checkpoint

Browse files
checkpoint-1000/config.json ADDED
@@ -0,0 +1,31 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "openai/clip-vit-large-patch14-336",
3
+ "architectures": [
4
+ "CLIPModel"
5
+ ],
6
+ "initializer_factor": 1.0,
7
+ "logit_scale_init_value": 2.6592,
8
+ "model_type": "clip",
9
+ "projection_dim": 768,
10
+ "text_config": {
11
+ "dropout": 0.0,
12
+ "hidden_size": 768,
13
+ "intermediate_size": 3072,
14
+ "model_type": "clip_text_model",
15
+ "num_attention_heads": 12,
16
+ "projection_dim": 768
17
+ },
18
+ "torch_dtype": "float32",
19
+ "transformers_version": "4.45.0.dev0",
20
+ "vision_config": {
21
+ "dropout": 0.0,
22
+ "hidden_size": 1024,
23
+ "image_size": 336,
24
+ "intermediate_size": 4096,
25
+ "model_type": "clip_vision_model",
26
+ "num_attention_heads": 16,
27
+ "num_hidden_layers": 24,
28
+ "patch_size": 14,
29
+ "projection_dim": 768
30
+ }
31
+ }
checkpoint-1000/model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d77271dfeac914592ae80d1cac46a4872784900d501e4221010decf535aca25a
3
+ size 1711848436
checkpoint-1000/optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:049d6185c4beee466b106f9c1a5c1bf1d6ca950cd78b96fed55260e0ba6617ef
3
+ size 3424043887
checkpoint-1000/rng_state.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5355f44b602746beba6c70da55ec29dc15d39b51045b6270b6df391fd6ffde5a
3
+ size 14503
checkpoint-1000/scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ea61eda4fc3f4aed708ac7b9d21b91622e686f1db27c0bbf90b9e719da830c6a
3
+ size 623
checkpoint-1000/trainer_state.json ADDED
@@ -0,0 +1,63 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_metric": 1.3416553735733032,
3
+ "best_model_checkpoint": "./output/clip-finetuned-csu-p14-336-e4l58-l/checkpoint-1000",
4
+ "epoch": 0.1841959845275373,
5
+ "eval_steps": 500,
6
+ "global_step": 1000,
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.09209799226376865,
13
+ "grad_norm": 0.0014697719598188996,
14
+ "learning_rate": 4.884877509670289e-08,
15
+ "loss": 0.4588,
16
+ "step": 500
17
+ },
18
+ {
19
+ "epoch": 0.09209799226376865,
20
+ "eval_loss": 1.4194883108139038,
21
+ "eval_runtime": 78.7703,
22
+ "eval_samples_per_second": 15.31,
23
+ "eval_steps_per_second": 1.917,
24
+ "step": 500
25
+ },
26
+ {
27
+ "epoch": 0.1841959845275373,
28
+ "grad_norm": 301.76043701171875,
29
+ "learning_rate": 4.769755019340578e-08,
30
+ "loss": 0.4255,
31
+ "step": 1000
32
+ },
33
+ {
34
+ "epoch": 0.1841959845275373,
35
+ "eval_loss": 1.3416553735733032,
36
+ "eval_runtime": 77.0051,
37
+ "eval_samples_per_second": 15.661,
38
+ "eval_steps_per_second": 1.961,
39
+ "step": 1000
40
+ }
41
+ ],
42
+ "logging_steps": 500,
43
+ "max_steps": 21716,
44
+ "num_input_tokens_seen": 0,
45
+ "num_train_epochs": 4,
46
+ "save_steps": 500,
47
+ "stateful_callbacks": {
48
+ "TrainerControl": {
49
+ "args": {
50
+ "should_epoch_stop": false,
51
+ "should_evaluate": false,
52
+ "should_log": false,
53
+ "should_save": true,
54
+ "should_training_stop": false
55
+ },
56
+ "attributes": {}
57
+ }
58
+ },
59
+ "total_flos": 360477867962520.0,
60
+ "train_batch_size": 2,
61
+ "trial_name": null,
62
+ "trial_params": null
63
+ }
checkpoint-1000/training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:80d6f131f320de965fa9a783a60b2b8044e1bed4ee6dc17249153cae96f66b5c
3
+ size 4847