kevinoli commited on
Commit
aa82b88
1 Parent(s): d4015dc

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:d99341b24bdbc0075ecc41fde9db173d7c92e1603e890be5f711637a37505327
3
+ size 1711848436
checkpoint-1000/optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c86df240006fe71f65dfc3d5b761abb717a7224d68b44a886e37528300aa0bb3
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:c547c9cc5000b562925f01fbb7e9fd5d8854fedc8baba33179492a049dbcd5d4
3
+ size 623
checkpoint-1000/trainer_state.json ADDED
@@ -0,0 +1,63 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_metric": 1.4853259325027466,
3
+ "best_model_checkpoint": "./output/clip-finetuned-csu-p14-336-e4l59-l/checkpoint-1000",
4
+ "epoch": 0.18422991893883567,
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.09211495946941783,
13
+ "grad_norm": 20.952665328979492,
14
+ "learning_rate": 4.884856300663228e-09,
15
+ "loss": 0.3952,
16
+ "step": 500
17
+ },
18
+ {
19
+ "epoch": 0.09211495946941783,
20
+ "eval_loss": 1.4940427541732788,
21
+ "eval_runtime": 73.9282,
22
+ "eval_samples_per_second": 16.327,
23
+ "eval_steps_per_second": 2.043,
24
+ "step": 500
25
+ },
26
+ {
27
+ "epoch": 0.18422991893883567,
28
+ "grad_norm": 59.28666687011719,
29
+ "learning_rate": 4.769712601326456e-09,
30
+ "loss": 0.4562,
31
+ "step": 1000
32
+ },
33
+ {
34
+ "epoch": 0.18422991893883567,
35
+ "eval_loss": 1.4853259325027466,
36
+ "eval_runtime": 74.6533,
37
+ "eval_samples_per_second": 16.168,
38
+ "eval_steps_per_second": 2.023,
39
+ "step": 1000
40
+ }
41
+ ],
42
+ "logging_steps": 500,
43
+ "max_steps": 21712,
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:17dd82d53ab261b7081e3e93503b374d907fea92ca3e505d0ff1319c5765d331
3
+ size 4847