patrickamadeus commited on
Commit
f6e2acc
·
verified ·
1 Parent(s): c7bcfb6

Add checkpoint 2500

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:494382b71b57e2a15f7bf41b8ae094ddf3625227f6ab94bec44f5fcf22adb586
3
  size 912301840
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bff2088c7d2e397c33553935fca4a400afbfc03ed9188e3471fc9595c1b44681
3
  size 912301840
optimizer.pt CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:9601f45be866a7806bbe119d47729c82ab17d293a557b840624f7532ca454f78
3
- size 1133277515
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7971caa4923700ec18ba412238ad12347bb8b066512aa7ce85b0209df60350b5
3
+ size 1133281355
trainer_state.json CHANGED
@@ -1,4 +1,4 @@
1
  {
2
- "epoch": 1,
3
  "global_step": 2500
4
  }
 
1
  {
2
+ "epoch": 2,
3
  "global_step": 2500
4
  }