Upload folder using huggingface_hub
Browse files- .gitattributes +2 -0
- checkpoint-76000/config.json +79 -0
- checkpoint-76000/generation_config.json +6 -0
- checkpoint-76000/model.safetensors +3 -0
- checkpoint-76000/optimizer.pt +3 -0
- checkpoint-76000/rng_state_0.pth +3 -0
- checkpoint-76000/rng_state_1.pth +3 -0
- checkpoint-76000/rng_state_10.pth +3 -0
- checkpoint-76000/rng_state_11.pth +3 -0
- checkpoint-76000/rng_state_12.pth +3 -0
- checkpoint-76000/rng_state_13.pth +3 -0
- checkpoint-76000/rng_state_14.pth +3 -0
- checkpoint-76000/rng_state_15.pth +3 -0
- checkpoint-76000/rng_state_2.pth +3 -0
- checkpoint-76000/rng_state_3.pth +3 -0
- checkpoint-76000/rng_state_4.pth +3 -0
- checkpoint-76000/rng_state_5.pth +3 -0
- checkpoint-76000/rng_state_6.pth +3 -0
- checkpoint-76000/rng_state_7.pth +3 -0
- checkpoint-76000/rng_state_8.pth +3 -0
- checkpoint-76000/rng_state_9.pth +3 -0
- checkpoint-76000/scheduler.pt +3 -0
- checkpoint-76000/trainer_state.json +3 -0
- checkpoint-76000/training_args.bin +3 -0
- checkpoint-78000/config.json +79 -0
- checkpoint-78000/generation_config.json +6 -0
- checkpoint-78000/model.safetensors +3 -0
- checkpoint-78000/optimizer.pt +3 -0
- checkpoint-78000/rng_state_0.pth +3 -0
- checkpoint-78000/rng_state_1.pth +3 -0
- checkpoint-78000/rng_state_10.pth +3 -0
- checkpoint-78000/rng_state_11.pth +3 -0
- checkpoint-78000/rng_state_12.pth +3 -0
- checkpoint-78000/rng_state_13.pth +3 -0
- checkpoint-78000/rng_state_14.pth +3 -0
- checkpoint-78000/rng_state_15.pth +3 -0
- checkpoint-78000/rng_state_2.pth +3 -0
- checkpoint-78000/rng_state_3.pth +3 -0
- checkpoint-78000/rng_state_4.pth +3 -0
- checkpoint-78000/rng_state_5.pth +3 -0
- checkpoint-78000/rng_state_6.pth +3 -0
- checkpoint-78000/rng_state_7.pth +3 -0
- checkpoint-78000/rng_state_8.pth +3 -0
- checkpoint-78000/rng_state_9.pth +3 -0
- checkpoint-78000/scheduler.pt +3 -0
- checkpoint-78000/trainer_state.json +3 -0
- checkpoint-78000/training_args.bin +3 -0
.gitattributes
CHANGED
@@ -34,3 +34,5 @@ saved_model/**/* 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-70000/trainer_state.json 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-70000/trainer_state.json filter=lfs diff=lfs merge=lfs -text
|
37 |
+
checkpoint-76000/trainer_state.json filter=lfs diff=lfs merge=lfs -text
|
38 |
+
checkpoint-78000/trainer_state.json filter=lfs diff=lfs merge=lfs -text
|
checkpoint-76000/config.json
ADDED
@@ -0,0 +1,79 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"ar_steps": 1,
|
3 |
+
"architectures": [
|
4 |
+
"DiffVLMDiffusion"
|
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": 2,
|
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": true,
|
66 |
+
"use_sliding_window": false,
|
67 |
+
"vae_path": "mit-han-lab/dc-ae-f32c32-sana-1.1-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-76000/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-76000/model.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:f3e0f21ad32304d0f58b8d862c41fd5a9d6e5272bcd90c9ea7d5cfc895706818
|
3 |
+
size 4539487822
|
checkpoint-76000/optimizer.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:117e525be9888f3712df64b5665f622123fe30bde475e2377eaec72ea46dd78d
|
3 |
+
size 6632345482
|
checkpoint-76000/rng_state_0.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:63639b7ebb0ae24aa95799cf50064234dee230ce54685eb94cd659d15e14213c
|
3 |
+
size 15984
|
checkpoint-76000/rng_state_1.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:739007a7318337d128cda2c9c595edeaacedf138380f7fcdf918bf8515532bc9
|
3 |
+
size 15984
|
checkpoint-76000/rng_state_10.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:c73b3583058d80bf93d0deabbed05779e0a525c8aa856f03395dc6860fcb461a
|
3 |
+
size 15997
|
checkpoint-76000/rng_state_11.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:8491e06bde8fea434d4a032a7a56c9e60366454d06208576b19744f4f88f52cd
|
3 |
+
size 15997
|
checkpoint-76000/rng_state_12.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:27be5fb78119e02eaac8b1f534796e89dfe08fc4d21c09740bc2f1b9e90cba14
|
3 |
+
size 15997
|
checkpoint-76000/rng_state_13.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:0efa6efc1bd238afce510811e8a50dd09857284fda1c8b70751e0e5ea3752df0
|
3 |
+
size 15997
|
checkpoint-76000/rng_state_14.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:3849ad7eff035817512c68c4d6daf608ff75fce823c3725220bf5423e15ea7a3
|
3 |
+
size 15997
|
checkpoint-76000/rng_state_15.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:ab7d804d58340d74d014a5c819677a432455e91ead4530a84fbbf234b1daddae
|
3 |
+
size 15997
|
checkpoint-76000/rng_state_2.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:c78c7946204507bb699b2a22cc104ec9883b8165423550a9c2cdce369b7ed08c
|
3 |
+
size 15984
|
checkpoint-76000/rng_state_3.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:ece340a50c3477a2eabd8c332112977c9a5d05aebf8059e44a64e295786e0b7f
|
3 |
+
size 15984
|
checkpoint-76000/rng_state_4.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:ad16ecb2fecad23d7f0b9fbac150f15b7faf7a0ea060a49268bbd549bb2b5a05
|
3 |
+
size 15984
|
checkpoint-76000/rng_state_5.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:56061a6b833a14b0d32d060dcaabc2cee5ef463e2f7ded3d14e55d1bc86d6f47
|
3 |
+
size 15984
|
checkpoint-76000/rng_state_6.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:7b158b7f1deec484ac39e57f0b120ca056bee985fd5d4aff2d27bb7fea033221
|
3 |
+
size 15984
|
checkpoint-76000/rng_state_7.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:bea02262bb81a1032a82867b298f7c57c2882f4d047f30d0d216db32ffe26e61
|
3 |
+
size 15984
|
checkpoint-76000/rng_state_8.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:70359c8a23bbebafabfaff8a12dad6a7ff3a14e039d3e8f183cb1cc97b07bc1b
|
3 |
+
size 15984
|
checkpoint-76000/rng_state_9.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:d6257681f6c12c23032fceea5a7c4573cb347e3f65bdf415de124a1397eedbbe
|
3 |
+
size 15984
|
checkpoint-76000/scheduler.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:817f29872f89f2dc6bfccee7018ecc486772a9bca05b9ba7e7ce9282d828adbf
|
3 |
+
size 1064
|
checkpoint-76000/trainer_state.json
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:9fbdbab23f2ce68b3757f1cd55ca01b9f715129d9a6509e3f68e86bf65e84521
|
3 |
+
size 11720090
|
checkpoint-76000/training_args.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:43d6fe454dd1c2229ec5e82cc2b38f4aca0cd0f9893d0db9429888dacb0dbc80
|
3 |
+
size 6008
|
checkpoint-78000/config.json
ADDED
@@ -0,0 +1,79 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"ar_steps": 1,
|
3 |
+
"architectures": [
|
4 |
+
"DiffVLMDiffusion"
|
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": 2,
|
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": true,
|
66 |
+
"use_sliding_window": false,
|
67 |
+
"vae_path": "mit-han-lab/dc-ae-f32c32-sana-1.1-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-78000/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-78000/model.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:76cd24c1ff24bc3f483a5018b42ab058b949e9d33dd25944da8475ee3c210592
|
3 |
+
size 4539487822
|
checkpoint-78000/optimizer.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:7523f6a1830742e5543b9223e0da8ffd8008ed3d662bd8020e4ad64ab3753d26
|
3 |
+
size 6632345482
|
checkpoint-78000/rng_state_0.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:fc8eee5087fed165f7e74450fa5cf6f580eeeb91678b2c7547fea19e774d99f1
|
3 |
+
size 15984
|
checkpoint-78000/rng_state_1.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:fab3b5d4a627f00344df66a5f487d5bcf5e2778cadf9376ff0bc1739d4fd781a
|
3 |
+
size 15984
|
checkpoint-78000/rng_state_10.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:49227e0d2c8fc921a0ec39c8cbcaae2cecfae9c106aaaa4dd9a420f07647e8ac
|
3 |
+
size 15997
|
checkpoint-78000/rng_state_11.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:7ff608dd6d7233a6f18cb1bb595a00d9b677b5a42b1a0b000f5c43e2abbf0d76
|
3 |
+
size 15997
|
checkpoint-78000/rng_state_12.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:1c0c2896369d336911286769ced6cec93bf56469729fe7677b145dff3dc75370
|
3 |
+
size 15997
|
checkpoint-78000/rng_state_13.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:f172d4344d400f335b2070143d6168b5a5246aae7915f4ad750cbe58d69ef68e
|
3 |
+
size 15997
|
checkpoint-78000/rng_state_14.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:bc48737ad0d17691a2ca48cc43ce01a99ff36906b9df4e8cfa0d3d0d11a328d2
|
3 |
+
size 15997
|
checkpoint-78000/rng_state_15.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:65a775f30f8be0f371f841f6d6ce3829551079f8022e45c76db7dd160acd13c9
|
3 |
+
size 15997
|
checkpoint-78000/rng_state_2.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:900523a8642e9b0998d7469330b0edce7d1b008a0c250f5d782f6990ba9adc3b
|
3 |
+
size 15984
|
checkpoint-78000/rng_state_3.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:12e53ac2e6a92dd7a44ee25bb2b9cb4ac475800af1a236194f0820fc14170095
|
3 |
+
size 15984
|
checkpoint-78000/rng_state_4.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:f0007e749c1c725d399cd8021a30d6b407e82d3f4b39bf8ac077b9860fb4cbc0
|
3 |
+
size 15984
|
checkpoint-78000/rng_state_5.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:2a4100e9c20bd2b78a683baad1b9bb7f091b70137e5a162e701efdf870f6d606
|
3 |
+
size 15984
|
checkpoint-78000/rng_state_6.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:119605929efa252e1ce5a2c064b80848f67a5cde8e35fb3c32c08d4f146a2910
|
3 |
+
size 15984
|
checkpoint-78000/rng_state_7.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:fb9cee9df0aa1eabec03f06dcca148c095fe99675e7e686fcb7f95ba160542ba
|
3 |
+
size 15984
|
checkpoint-78000/rng_state_8.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:7c28354f692694d66f7372f5189ad5e9f0213ef48019e1dea698bc6aee502843
|
3 |
+
size 15984
|
checkpoint-78000/rng_state_9.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:e3be377a9f6d174aaf34e03b100768f388b26b4f060ea4ee9ab620b446e3cf04
|
3 |
+
size 15984
|
checkpoint-78000/scheduler.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:49f6913d40daa41cf0a1e95007c742afdb1dd55d6a83f43e77f4ad354fb93e5f
|
3 |
+
size 1064
|
checkpoint-78000/trainer_state.json
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:ceef549555f835e288be2402e1489e3eb0d5b3f8cf3f909e68f95ac04d922cad
|
3 |
+
size 12029242
|
checkpoint-78000/training_args.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:c23be7ab1042ec3c21297fccd8a551fd8c1564e4e21ed0f8c7bc65c5539f11ea
|
3 |
+
size 6008
|