patrickamadeus commited on
Commit
bc78181
·
verified ·
1 Parent(s): f6c1e66

Add checkpoint 3500

Browse files
Files changed (4) hide show
  1. config.json +2 -2
  2. model.safetensors +1 -1
  3. optimizer.pt +2 -2
  4. trainer_state.json +1 -1
config.json CHANGED
@@ -22,7 +22,7 @@
22
  "lm_dropout": 0.0,
23
  "lm_n_blocks": 30,
24
  "lm_attn_scaling": 1.0,
25
- "lm_max_length": 8192,
26
  "lm_use_tokens": false,
27
  "lm_tie_weights": true,
28
  "lm_model_type": "HuggingFaceTB/SmolLM2-135M",
@@ -31,7 +31,7 @@
31
  "mp_pixel_shuffle_factor": 4,
32
  "mp_image_token_length": 64,
33
  "max_img_size": 2048,
34
- "resize_to_max_side_len": true,
35
  "vlm_extra_tokens": {
36
  "image_token": "<|image|>",
37
  "global_image_token": "<|global_image|>",
 
22
  "lm_dropout": 0.0,
23
  "lm_n_blocks": 30,
24
  "lm_attn_scaling": 1.0,
25
+ "lm_max_length": 2048,
26
  "lm_use_tokens": false,
27
  "lm_tie_weights": true,
28
  "lm_model_type": "HuggingFaceTB/SmolLM2-135M",
 
31
  "mp_pixel_shuffle_factor": 4,
32
  "mp_image_token_length": 64,
33
  "max_img_size": 2048,
34
+ "resize_to_max_side_len": false,
35
  "vlm_extra_tokens": {
36
  "image_token": "<|image|>",
37
  "global_image_token": "<|global_image|>",
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:7d64d50996fb3e60b8750572caf21a1db8ff403f6a6048c39bf405806aae4fbc
3
  size 912301840
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9d1c845367a851bd9c9ed70ef15afb9ce81f24c9a936158a0ece02710520b8f1
3
  size 912301840
optimizer.pt CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:b94a938333f75dd9dc2ec48ea6edbd62051f2c793ddaaad7168ba8aae408d090
3
- size 1133277515
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:74160d2ab8dad06fa2e2841ba924a7bb8d5d8699fc4fe84ee5c83a6668b15ced
3
+ size 1133281355
trainer_state.json CHANGED
@@ -1,4 +1,4 @@
1
  {
2
- "epoch": 1,
3
  "global_step": 3500
4
  }
 
1
  {
2
+ "epoch": 2,
3
  "global_step": 3500
4
  }