Upload folder using huggingface_hub
Browse files- .gitattributes +2 -0
- checkpoint-69000/config.json +79 -0
- checkpoint-69000/generation_config.json +6 -0
- checkpoint-69000/model.safetensors +3 -0
- checkpoint-69000/optimizer.pt +3 -0
- checkpoint-69000/rng_state_0.pth +3 -0
- checkpoint-69000/rng_state_1.pth +3 -0
- checkpoint-69000/rng_state_10.pth +3 -0
- checkpoint-69000/rng_state_11.pth +3 -0
- checkpoint-69000/rng_state_12.pth +3 -0
- checkpoint-69000/rng_state_13.pth +3 -0
- checkpoint-69000/rng_state_14.pth +3 -0
- checkpoint-69000/rng_state_15.pth +3 -0
- checkpoint-69000/rng_state_2.pth +3 -0
- checkpoint-69000/rng_state_3.pth +3 -0
- checkpoint-69000/rng_state_4.pth +3 -0
- checkpoint-69000/rng_state_5.pth +3 -0
- checkpoint-69000/rng_state_6.pth +3 -0
- checkpoint-69000/rng_state_7.pth +3 -0
- checkpoint-69000/rng_state_8.pth +3 -0
- checkpoint-69000/rng_state_9.pth +3 -0
- checkpoint-69000/scheduler.pt +3 -0
- checkpoint-69000/trainer_state.json +3 -0
- checkpoint-69000/training_args.bin +3 -0
- checkpoint-70000/config.json +79 -0
- checkpoint-70000/generation_config.json +6 -0
- checkpoint-70000/model.safetensors +3 -0
- checkpoint-70000/optimizer.pt +3 -0
- checkpoint-70000/rng_state_0.pth +3 -0
- checkpoint-70000/rng_state_1.pth +3 -0
- checkpoint-70000/rng_state_10.pth +3 -0
- checkpoint-70000/rng_state_11.pth +3 -0
- checkpoint-70000/rng_state_12.pth +3 -0
- checkpoint-70000/rng_state_13.pth +3 -0
- checkpoint-70000/rng_state_14.pth +3 -0
- checkpoint-70000/rng_state_15.pth +3 -0
- checkpoint-70000/rng_state_2.pth +3 -0
- checkpoint-70000/rng_state_3.pth +3 -0
- checkpoint-70000/rng_state_4.pth +3 -0
- checkpoint-70000/rng_state_5.pth +3 -0
- checkpoint-70000/rng_state_6.pth +3 -0
- checkpoint-70000/rng_state_7.pth +3 -0
- checkpoint-70000/rng_state_8.pth +3 -0
- checkpoint-70000/rng_state_9.pth +3 -0
- checkpoint-70000/scheduler.pt +3 -0
- checkpoint-70000/trainer_state.json +3 -0
- checkpoint-70000/training_args.bin +3 -0
.gitattributes
CHANGED
@@ -33,3 +33,5 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
|
|
33 |
*.zip filter=lfs diff=lfs merge=lfs -text
|
34 |
*.zst filter=lfs diff=lfs merge=lfs -text
|
35 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
33 |
*.zip filter=lfs diff=lfs merge=lfs -text
|
34 |
*.zst filter=lfs diff=lfs merge=lfs -text
|
35 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
36 |
+
checkpoint-69000/trainer_state.json filter=lfs diff=lfs merge=lfs -text
|
37 |
+
checkpoint-70000/trainer_state.json filter=lfs diff=lfs merge=lfs -text
|
checkpoint-69000/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-69000/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-69000/model.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:4aa946856b74f0c35f1cfd945e0632ec3e3e2c5ef9041324d44ffb10e7c18166
|
3 |
+
size 4410723984
|
checkpoint-69000/optimizer.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:58b287c285fce63d7625b12dab88669559adc9926b21a243efb67e3d9b5c59f5
|
3 |
+
size 6330255386
|
checkpoint-69000/rng_state_0.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:d1acdb7c4372a12e2e4b1ac13395a8c01c038df7424d29c1957a9a82d8f55d23
|
3 |
+
size 15984
|
checkpoint-69000/rng_state_1.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:c928afda9a8106dfea71b4e06e527ad994b342b9928dcb554f7d76d4c22d65a1
|
3 |
+
size 15984
|
checkpoint-69000/rng_state_10.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:b00427a570135a4e42de530ebd14a324428b26418ab1425393a7dadb0cd842ba
|
3 |
+
size 15997
|
checkpoint-69000/rng_state_11.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:96a6fc12cf140d0cfc044c635694edc1d235eefe8524a286a84c2c3ec1a0b5a4
|
3 |
+
size 15997
|
checkpoint-69000/rng_state_12.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:9c19645c1276b6049ea24bfd881dd6ffdb69d9ac8d33d3d9eb39361558e8c7ee
|
3 |
+
size 15997
|
checkpoint-69000/rng_state_13.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:9df3505de494599fef39106bcbf4683e7d33e7c5c46fdda199330d9f360e7a3d
|
3 |
+
size 15997
|
checkpoint-69000/rng_state_14.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:eaff0c0737b8d7bc4c463b5dfa7de1ccf8fb81353faa97fd07b1a55a7e7153a9
|
3 |
+
size 15997
|
checkpoint-69000/rng_state_15.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:bea533e0a3f1967f8c13890b0c76dde034b4e0d4265bec3698da3ffabbbd2e37
|
3 |
+
size 15997
|
checkpoint-69000/rng_state_2.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:fced41222bd16c1117f1dc275fc04ceb913c58035657a5a094a58f7d2a70027e
|
3 |
+
size 15984
|
checkpoint-69000/rng_state_3.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:a4057966f9fb27e44f2192396b2ec87731860bc4bcf071db2dd66c2628524129
|
3 |
+
size 15984
|
checkpoint-69000/rng_state_4.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:b1bfe4c1c19483c5107f40039b590522c5dcf61183236d0fa86e79757f289914
|
3 |
+
size 15984
|
checkpoint-69000/rng_state_5.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:88231e1897689009f52261b4f9d8c4e223dd5b57de142a0c83a25a876c418bb2
|
3 |
+
size 15984
|
checkpoint-69000/rng_state_6.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:0af391a88ebfea29bd4140a849cf7902757949209a1781f15de27207d9124d01
|
3 |
+
size 15984
|
checkpoint-69000/rng_state_7.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:f463f770ae7d05c9cc892a0286ba6f522d18781cabfce0b81d01566bdee6514f
|
3 |
+
size 15984
|
checkpoint-69000/rng_state_8.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:ba8b2373cd8b88230cf6f8c8fa877403e2be5342d9b7bae912d79ccd155e5eac
|
3 |
+
size 15984
|
checkpoint-69000/rng_state_9.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:afcf3258f92405383482486ec24d0898a134e55fc310bcf326769b397d073075
|
3 |
+
size 15984
|
checkpoint-69000/scheduler.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:31b6792bc23428cf43e441623b1a08f0b28e1d0c0fb71362d9382850249a602f
|
3 |
+
size 1064
|
checkpoint-69000/trainer_state.json
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:489dfd5b646fc01bbb28682a86aeda35f58e90b280a780679396e96c94d74736
|
3 |
+
size 10487455
|
checkpoint-69000/training_args.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:d31b3514b88a89750aa127b61c62feb6dab68db716900f3943ec12e6cc308a01
|
3 |
+
size 5944
|
checkpoint-70000/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-70000/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-70000/model.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:20a7d7024501b7a20c68cc81fdd73db9df683f47032498b4d539e72b164be69c
|
3 |
+
size 4410723984
|
checkpoint-70000/optimizer.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:f75bc25e90751bbf8d39f69b43de7d72426fe3e4a330e495269fccbc5bf0a735
|
3 |
+
size 6330255386
|
checkpoint-70000/rng_state_0.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:4e74752c1adfbc8ee8c8b81a147edbeb5355addaabec7fc2bf33a5e7894ab5a6
|
3 |
+
size 15984
|
checkpoint-70000/rng_state_1.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:3cf58add603b7a14390fa98dfaf125c53e85c868c3fc8138106362d8ec7b56c0
|
3 |
+
size 15984
|
checkpoint-70000/rng_state_10.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:b9621b1e6164ffc47bd007bb9d4038099164be2c7b64064d281d479af0c030f5
|
3 |
+
size 15997
|
checkpoint-70000/rng_state_11.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:830607b7d0499fa26e7565101d369640e6327a6f0c3e040b65bac8cd33725f3a
|
3 |
+
size 15997
|
checkpoint-70000/rng_state_12.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:cf725383d9a4b3fbf5d5f6079862b1c0c6c862b6d17ac6e4defb0c33262c0bd0
|
3 |
+
size 15997
|
checkpoint-70000/rng_state_13.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:f06b924bdade4b8ff052e7acc0d038dcfa7d45f6ffc0d5edefe62d1a82675628
|
3 |
+
size 15997
|
checkpoint-70000/rng_state_14.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:b18ccbb826d7e23cb10128fa4b44a9bff2277364cefa99c15c6b12c1336e33d6
|
3 |
+
size 15997
|
checkpoint-70000/rng_state_15.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:bef438804a2cac19244d6df2bc0905a418604eb0be912c981b678f3c3902027c
|
3 |
+
size 15997
|
checkpoint-70000/rng_state_2.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:adef24596aaf8a0e2dd256c9c1a56f1ebdfc39e28f9bbc7ca63d37f1fed69cac
|
3 |
+
size 15984
|
checkpoint-70000/rng_state_3.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:f29d8120f81171b6b2e0aba5230b50ea851f57c5ca705cba4b00c007d06f4a1a
|
3 |
+
size 15984
|
checkpoint-70000/rng_state_4.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:35582cf48be7ff242513c856b7eecd827e5ba79d2efd5384978fde53421b6185
|
3 |
+
size 15984
|
checkpoint-70000/rng_state_5.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:f623750b06a4b9c4d3c89b6b1788bebee5e3b3c1e85d789fd812d5cd21eb3609
|
3 |
+
size 15984
|
checkpoint-70000/rng_state_6.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:8bb19d08f1bfc9f55056c94b3a37d7bf4a9b442d4b28e0946c90f5da063fc970
|
3 |
+
size 15984
|
checkpoint-70000/rng_state_7.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:20e61a6c1f193dadfb4bbe420cc184516781955a7bba8697b567521efe22ef4e
|
3 |
+
size 15984
|
checkpoint-70000/rng_state_8.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:d1b1dec49ff12e7314fb648e21f3a4d91ac3d6aebeaf28d7fbf121b21f04574d
|
3 |
+
size 15984
|
checkpoint-70000/rng_state_9.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:dc6995ba1cfcde4b743ce3e157275b4a380380e76949c892e9d0d6a85214acf0
|
3 |
+
size 15984
|
checkpoint-70000/scheduler.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:22c0159ab07cbe040d7cc75a9072cd9ef60ff049a9e3854ea4629192f4fd66a6
|
3 |
+
size 1064
|
checkpoint-70000/trainer_state.json
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:f308d74dd4de18dd1ff5fe9e61359e4a57217e7d1fe623bf901bff1ec4af364d
|
3 |
+
size 10640255
|
checkpoint-70000/training_args.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:d31b3514b88a89750aa127b61c62feb6dab68db716900f3943ec12e6cc308a01
|
3 |
+
size 5944
|