Upload folder using huggingface_hub
Browse files- .gitattributes +2 -0
- checkpoint-199000/config.json +79 -0
- checkpoint-199000/generation_config.json +6 -0
- checkpoint-199000/model.safetensors +3 -0
- checkpoint-199000/optimizer.pt +3 -0
- checkpoint-199000/rng_state_0.pth +3 -0
- checkpoint-199000/rng_state_1.pth +3 -0
- checkpoint-199000/rng_state_10.pth +3 -0
- checkpoint-199000/rng_state_11.pth +3 -0
- checkpoint-199000/rng_state_12.pth +3 -0
- checkpoint-199000/rng_state_13.pth +3 -0
- checkpoint-199000/rng_state_14.pth +3 -0
- checkpoint-199000/rng_state_15.pth +3 -0
- checkpoint-199000/rng_state_2.pth +3 -0
- checkpoint-199000/rng_state_3.pth +3 -0
- checkpoint-199000/rng_state_4.pth +3 -0
- checkpoint-199000/rng_state_5.pth +3 -0
- checkpoint-199000/rng_state_6.pth +3 -0
- checkpoint-199000/rng_state_7.pth +3 -0
- checkpoint-199000/rng_state_8.pth +3 -0
- checkpoint-199000/rng_state_9.pth +3 -0
- checkpoint-199000/scheduler.pt +3 -0
- checkpoint-199000/trainer_state.json +3 -0
- checkpoint-199000/training_args.bin +3 -0
- checkpoint-200000/config.json +79 -0
- checkpoint-200000/generation_config.json +6 -0
- checkpoint-200000/model.safetensors +3 -0
- checkpoint-200000/optimizer.pt +3 -0
- checkpoint-200000/rng_state_0.pth +3 -0
- checkpoint-200000/rng_state_1.pth +3 -0
- checkpoint-200000/rng_state_10.pth +3 -0
- checkpoint-200000/rng_state_11.pth +3 -0
- checkpoint-200000/rng_state_12.pth +3 -0
- checkpoint-200000/rng_state_13.pth +3 -0
- checkpoint-200000/rng_state_14.pth +3 -0
- checkpoint-200000/rng_state_15.pth +3 -0
- checkpoint-200000/rng_state_2.pth +3 -0
- checkpoint-200000/rng_state_3.pth +3 -0
- checkpoint-200000/rng_state_4.pth +3 -0
- checkpoint-200000/rng_state_5.pth +3 -0
- checkpoint-200000/rng_state_6.pth +3 -0
- checkpoint-200000/rng_state_7.pth +3 -0
- checkpoint-200000/rng_state_8.pth +3 -0
- checkpoint-200000/rng_state_9.pth +3 -0
- checkpoint-200000/scheduler.pt +3 -0
- checkpoint-200000/trainer_state.json +3 -0
- checkpoint-200000/training_args.bin +3 -0
.gitattributes
CHANGED
@@ -77,3 +77,5 @@ checkpoint-179000/trainer_state.json filter=lfs diff=lfs merge=lfs -text
|
|
77 |
checkpoint-180000/trainer_state.json filter=lfs diff=lfs merge=lfs -text
|
78 |
checkpoint-189000/trainer_state.json filter=lfs diff=lfs merge=lfs -text
|
79 |
checkpoint-190000/trainer_state.json filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
77 |
checkpoint-180000/trainer_state.json filter=lfs diff=lfs merge=lfs -text
|
78 |
checkpoint-189000/trainer_state.json filter=lfs diff=lfs merge=lfs -text
|
79 |
checkpoint-190000/trainer_state.json filter=lfs diff=lfs merge=lfs -text
|
80 |
+
checkpoint-199000/trainer_state.json filter=lfs diff=lfs merge=lfs -text
|
81 |
+
checkpoint-200000/trainer_state.json filter=lfs diff=lfs merge=lfs -text
|
checkpoint-199000/config.json
ADDED
@@ -0,0 +1,79 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"ar_steps": 1,
|
3 |
+
"architectures": [
|
4 |
+
"DiffVLMBaseline"
|
5 |
+
],
|
6 |
+
"attention_dropout": 0.0,
|
7 |
+
"bos_token_id": 151643,
|
8 |
+
"condition_layer": -1,
|
9 |
+
"eos_token_id": 151645,
|
10 |
+
"hidden_act": "silu",
|
11 |
+
"hidden_size": 1536,
|
12 |
+
"image_token_id": 151655,
|
13 |
+
"img_cross_attention_dim": 2048,
|
14 |
+
"img_diffuser_depth": 2,
|
15 |
+
"img_ffn_dim_multiplier": null,
|
16 |
+
"img_hidden_size": 1536,
|
17 |
+
"img_multiple_of": 256,
|
18 |
+
"img_norm_eps": 1e-05,
|
19 |
+
"img_num_attention_heads": 12,
|
20 |
+
"img_num_kv_heads": 12,
|
21 |
+
"img_qk_norm": true,
|
22 |
+
"in_channels": 32,
|
23 |
+
"initializer_range": 0.02,
|
24 |
+
"inject_img_diffuser": false,
|
25 |
+
"input_size": 32,
|
26 |
+
"intermediate_size": 8960,
|
27 |
+
"layer_group_size": 7,
|
28 |
+
"layerwise_start_idx": 0,
|
29 |
+
"lora_alpha": 128,
|
30 |
+
"lora_bias": "none",
|
31 |
+
"lora_dropout": 0.05,
|
32 |
+
"lora_enable": false,
|
33 |
+
"lora_r": 64,
|
34 |
+
"max_position_embeddings": 32768,
|
35 |
+
"max_window_layers": 28,
|
36 |
+
"model_type": "qwen2_vl",
|
37 |
+
"non_linearity": 1,
|
38 |
+
"norm_elementwise_affine": true,
|
39 |
+
"num_attention_heads": 12,
|
40 |
+
"num_hidden_layers": 28,
|
41 |
+
"num_key_value_heads": 2,
|
42 |
+
"patch_size": 1,
|
43 |
+
"repa_coeff": 0.1,
|
44 |
+
"repa_layers": "2",
|
45 |
+
"repa_shared": false,
|
46 |
+
"rms_norm_eps": 1e-06,
|
47 |
+
"rope_scaling": {
|
48 |
+
"mrope_section": [
|
49 |
+
16,
|
50 |
+
24,
|
51 |
+
24
|
52 |
+
],
|
53 |
+
"rope_type": "default",
|
54 |
+
"type": "default"
|
55 |
+
},
|
56 |
+
"rope_theta": 1000000.0,
|
57 |
+
"sample_size": 128,
|
58 |
+
"sampling_steps": 28,
|
59 |
+
"sliding_window": null,
|
60 |
+
"tie_word_embeddings": true,
|
61 |
+
"torch_dtype": "bfloat16",
|
62 |
+
"transformers_version": "4.47.0",
|
63 |
+
"use_cache": true,
|
64 |
+
"use_repa": false,
|
65 |
+
"use_residual_attn": false,
|
66 |
+
"use_sliding_window": false,
|
67 |
+
"vae_path": "mit-han-lab/dc-ae-f32c32-in-1.0-diffusers",
|
68 |
+
"video_token_id": 151656,
|
69 |
+
"vision_config": {
|
70 |
+
"hidden_size": 1536,
|
71 |
+
"in_chans": 3,
|
72 |
+
"model_type": "qwen2_vl",
|
73 |
+
"spatial_patch_size": 14
|
74 |
+
},
|
75 |
+
"vision_end_token_id": 151653,
|
76 |
+
"vision_start_token_id": 151652,
|
77 |
+
"vision_token_id": 151654,
|
78 |
+
"vocab_size": 151936
|
79 |
+
}
|
checkpoint-199000/generation_config.json
ADDED
@@ -0,0 +1,6 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_from_model_config": true,
|
3 |
+
"bos_token_id": 151643,
|
4 |
+
"eos_token_id": 151645,
|
5 |
+
"transformers_version": "4.47.0"
|
6 |
+
}
|
checkpoint-199000/model.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:1d9535d5926b25d626d604e2ef0c792f8f7ec7adc69ddefcad2eb3f62c4e2ecb
|
3 |
+
size 4410723984
|
checkpoint-199000/optimizer.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:e1ecd8b9080c287112861923195730e4b8bc12b38c9eb6ceb41f9d9b2c18b49a
|
3 |
+
size 6330255386
|
checkpoint-199000/rng_state_0.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:ec3c659e754163523c6bcd708d258447bfca6a3d2d18e0920bc6a574b14c4c71
|
3 |
+
size 15984
|
checkpoint-199000/rng_state_1.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:025cf4ba2c181e428bcfc0386645a7f5a6cf79f5af84021fbe58d3ac857d1060
|
3 |
+
size 15984
|
checkpoint-199000/rng_state_10.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:36459346d262d1f69cca734037077ff2e23bafa1152a8a1d63752ed9f296b19f
|
3 |
+
size 15997
|
checkpoint-199000/rng_state_11.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:c0b18d030bfb237ea567907ef7b256d6b28c1924952088dd0d5a56ed9578b803
|
3 |
+
size 15997
|
checkpoint-199000/rng_state_12.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:9b943fba38e215c494d92e5706389a2a0a3aa06b88e55a5e79dc16ad25411385
|
3 |
+
size 15997
|
checkpoint-199000/rng_state_13.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:19154d6a1bc6e4e2a96f2572b4c6ccc65baf1181caed88e6a9a4b8784893d904
|
3 |
+
size 15997
|
checkpoint-199000/rng_state_14.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:dfc5c18e4b048a0da3057d3a58b7c7aeffb36dd711f03132e8f1ee0b12f854fb
|
3 |
+
size 15997
|
checkpoint-199000/rng_state_15.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:c6c3df4702846abe3100a738547cf18409ece98af34590d72099d76181052810
|
3 |
+
size 15997
|
checkpoint-199000/rng_state_2.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:922bd6aba58fb6c0830f0326c2187f871e19fccc56bcca713ffc01a1d8f9515b
|
3 |
+
size 15984
|
checkpoint-199000/rng_state_3.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:4d37484f8aa19c6ce1bd98901630d61c0560f43c65e1ad1c8045f9d65b5d1cd8
|
3 |
+
size 15984
|
checkpoint-199000/rng_state_4.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:b8beae1c4c770da412bbca1afdba43074176c69680821a919b77b18e6710f026
|
3 |
+
size 15984
|
checkpoint-199000/rng_state_5.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:5fcffa94dbe3c4d64bfb67b5b6637cb6900594d256a64482a1d2ae614d764f26
|
3 |
+
size 15984
|
checkpoint-199000/rng_state_6.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:f6d51cc0a1b6491c03ecbeeaaccdd99550d3cbe4685b73b6310df4023346c6d2
|
3 |
+
size 15984
|
checkpoint-199000/rng_state_7.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:210c78775e9cffa4d36b9817e08b529ff866fdb72d381064adcf4ca1e0979005
|
3 |
+
size 15984
|
checkpoint-199000/rng_state_8.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:a402e13534a1c92d9f6c4f89bdd823b79b7d8b6e2ada09f56159c8f96fc41af5
|
3 |
+
size 15984
|
checkpoint-199000/rng_state_9.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:48d5ce5dc86c4100911e67446875f5cb5535fda1211631dd35d81a98bb76e827
|
3 |
+
size 15984
|
checkpoint-199000/scheduler.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:145c5fedaa7bb3aca91139fe1a5da6f2d159a1a87134997a2b4244d12dc4c305
|
3 |
+
size 1064
|
checkpoint-199000/trainer_state.json
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:0705dc69e1965d687aa5f54b666f915082c6882eddf875a11f911e60e92fc948
|
3 |
+
size 30421191
|
checkpoint-199000/training_args.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:bc6b20f9ab938861f03d98bec5bbb02608e4ec711af2538c9c08252a1c43f202
|
3 |
+
size 5944
|
checkpoint-200000/config.json
ADDED
@@ -0,0 +1,79 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"ar_steps": 1,
|
3 |
+
"architectures": [
|
4 |
+
"DiffVLMBaseline"
|
5 |
+
],
|
6 |
+
"attention_dropout": 0.0,
|
7 |
+
"bos_token_id": 151643,
|
8 |
+
"condition_layer": -1,
|
9 |
+
"eos_token_id": 151645,
|
10 |
+
"hidden_act": "silu",
|
11 |
+
"hidden_size": 1536,
|
12 |
+
"image_token_id": 151655,
|
13 |
+
"img_cross_attention_dim": 2048,
|
14 |
+
"img_diffuser_depth": 2,
|
15 |
+
"img_ffn_dim_multiplier": null,
|
16 |
+
"img_hidden_size": 1536,
|
17 |
+
"img_multiple_of": 256,
|
18 |
+
"img_norm_eps": 1e-05,
|
19 |
+
"img_num_attention_heads": 12,
|
20 |
+
"img_num_kv_heads": 12,
|
21 |
+
"img_qk_norm": true,
|
22 |
+
"in_channels": 32,
|
23 |
+
"initializer_range": 0.02,
|
24 |
+
"inject_img_diffuser": false,
|
25 |
+
"input_size": 32,
|
26 |
+
"intermediate_size": 8960,
|
27 |
+
"layer_group_size": 7,
|
28 |
+
"layerwise_start_idx": 0,
|
29 |
+
"lora_alpha": 128,
|
30 |
+
"lora_bias": "none",
|
31 |
+
"lora_dropout": 0.05,
|
32 |
+
"lora_enable": false,
|
33 |
+
"lora_r": 64,
|
34 |
+
"max_position_embeddings": 32768,
|
35 |
+
"max_window_layers": 28,
|
36 |
+
"model_type": "qwen2_vl",
|
37 |
+
"non_linearity": 1,
|
38 |
+
"norm_elementwise_affine": true,
|
39 |
+
"num_attention_heads": 12,
|
40 |
+
"num_hidden_layers": 28,
|
41 |
+
"num_key_value_heads": 2,
|
42 |
+
"patch_size": 1,
|
43 |
+
"repa_coeff": 0.1,
|
44 |
+
"repa_layers": "2",
|
45 |
+
"repa_shared": false,
|
46 |
+
"rms_norm_eps": 1e-06,
|
47 |
+
"rope_scaling": {
|
48 |
+
"mrope_section": [
|
49 |
+
16,
|
50 |
+
24,
|
51 |
+
24
|
52 |
+
],
|
53 |
+
"rope_type": "default",
|
54 |
+
"type": "default"
|
55 |
+
},
|
56 |
+
"rope_theta": 1000000.0,
|
57 |
+
"sample_size": 128,
|
58 |
+
"sampling_steps": 28,
|
59 |
+
"sliding_window": null,
|
60 |
+
"tie_word_embeddings": true,
|
61 |
+
"torch_dtype": "bfloat16",
|
62 |
+
"transformers_version": "4.47.0",
|
63 |
+
"use_cache": true,
|
64 |
+
"use_repa": false,
|
65 |
+
"use_residual_attn": false,
|
66 |
+
"use_sliding_window": false,
|
67 |
+
"vae_path": "mit-han-lab/dc-ae-f32c32-in-1.0-diffusers",
|
68 |
+
"video_token_id": 151656,
|
69 |
+
"vision_config": {
|
70 |
+
"hidden_size": 1536,
|
71 |
+
"in_chans": 3,
|
72 |
+
"model_type": "qwen2_vl",
|
73 |
+
"spatial_patch_size": 14
|
74 |
+
},
|
75 |
+
"vision_end_token_id": 151653,
|
76 |
+
"vision_start_token_id": 151652,
|
77 |
+
"vision_token_id": 151654,
|
78 |
+
"vocab_size": 151936
|
79 |
+
}
|
checkpoint-200000/generation_config.json
ADDED
@@ -0,0 +1,6 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_from_model_config": true,
|
3 |
+
"bos_token_id": 151643,
|
4 |
+
"eos_token_id": 151645,
|
5 |
+
"transformers_version": "4.47.0"
|
6 |
+
}
|
checkpoint-200000/model.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:d1615f89f613a4d781aa0a111b24dc585eaeae791dce435a77d0e9ddffde82f7
|
3 |
+
size 4410723984
|
checkpoint-200000/optimizer.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:1c433c95c9cf785979b1586a98fd041a47bbc33a4a99514fe03ed4f179aac008
|
3 |
+
size 6330255386
|
checkpoint-200000/rng_state_0.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:1091a2da0eb1a2050f971dd37a5b41b6c9229e941473902430570cc0f269f45e
|
3 |
+
size 15984
|
checkpoint-200000/rng_state_1.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:e0addcaca8df47b91397dcf19b655b531df819043de2d5fa843ded2b5277cf50
|
3 |
+
size 15984
|
checkpoint-200000/rng_state_10.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:415a910afb5b81cc1cf1fef9daee6f84a9c4ef1f0f3c951b2bca25e58ee8de3f
|
3 |
+
size 15997
|
checkpoint-200000/rng_state_11.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:d52f9060aabfa772c393e1468e1fabd99b0d74e0b0e3a5e3d9aa0f0027f4de39
|
3 |
+
size 15997
|
checkpoint-200000/rng_state_12.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:f3df3bf0982e76ee124173a7d9d8c4188bf10b5507095252be1b1ad6c052b1d3
|
3 |
+
size 15997
|
checkpoint-200000/rng_state_13.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:44dc1b6d36b4c793fc5d0ae47b869d41d4cea6edd11c0f74282a3a8353e3467b
|
3 |
+
size 15997
|
checkpoint-200000/rng_state_14.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:388e084b4f087367ac628c19a20ae903780b8f4a1c7f887abaab5d10b05bd107
|
3 |
+
size 15997
|
checkpoint-200000/rng_state_15.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:7155a6ff896cf4a4b9c57b34dec770291586c206eb44e15a11cbcec010ee6876
|
3 |
+
size 15997
|
checkpoint-200000/rng_state_2.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:34913da425719535512ae6fb68f8441a96beed37639d25f21e432e1e448de046
|
3 |
+
size 15984
|
checkpoint-200000/rng_state_3.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:11c1a20900523c05c403abec5cce1197408c244a871a9ebec5e00dd20fc2d1a3
|
3 |
+
size 15984
|
checkpoint-200000/rng_state_4.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:d0cec912a405083486c5fd6edfd18b35b31ed4e0309f9bd7ba85b1e0d9f78cc9
|
3 |
+
size 15984
|
checkpoint-200000/rng_state_5.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:e83a971c6bfdb79bf65970a89d950f38b710b0326bd5160828c4e264befd88f3
|
3 |
+
size 15984
|
checkpoint-200000/rng_state_6.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:7f0ad0d070f6406717da3bf777123a7c9fa4a1be714cef7d2270b54dbd2240c2
|
3 |
+
size 15984
|
checkpoint-200000/rng_state_7.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:0bbc30b1192fc4ad070b8a88137cbbbcbad97612a0256f1b30cd8acf72e6d593
|
3 |
+
size 15984
|
checkpoint-200000/rng_state_8.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:d06a62364a48c93e92d8fcb86742fed61d0388d06b125119c3b1d342ac147483
|
3 |
+
size 15984
|
checkpoint-200000/rng_state_9.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:c1d604366f84b6ea99268a57c00a0d4d6aac041b58babf7910b0c9163c92152b
|
3 |
+
size 15984
|
checkpoint-200000/scheduler.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:6a285053c68f69e2ce9c995507e7c180af73469700a2a6f083e75adcfcc20750
|
3 |
+
size 1064
|
checkpoint-200000/trainer_state.json
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:5c3c3d99313144658a72d0cf58b6981d9b91aa1322d3fef09a7bbb5a04d42536
|
3 |
+
size 30574530
|
checkpoint-200000/training_args.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:bc6b20f9ab938861f03d98bec5bbb02608e4ec711af2538c9c08252a1c43f202
|
3 |
+
size 5944
|