Upload folder using huggingface_hub
Browse files- .gitattributes +2 -0
- checkpoint-89000/config.json +79 -0
- checkpoint-89000/generation_config.json +6 -0
- checkpoint-89000/model.safetensors +3 -0
- checkpoint-89000/optimizer.pt +3 -0
- checkpoint-89000/rng_state_0.pth +3 -0
- checkpoint-89000/rng_state_1.pth +3 -0
- checkpoint-89000/rng_state_10.pth +3 -0
- checkpoint-89000/rng_state_11.pth +3 -0
- checkpoint-89000/rng_state_12.pth +3 -0
- checkpoint-89000/rng_state_13.pth +3 -0
- checkpoint-89000/rng_state_14.pth +3 -0
- checkpoint-89000/rng_state_15.pth +3 -0
- checkpoint-89000/rng_state_2.pth +3 -0
- checkpoint-89000/rng_state_3.pth +3 -0
- checkpoint-89000/rng_state_4.pth +3 -0
- checkpoint-89000/rng_state_5.pth +3 -0
- checkpoint-89000/rng_state_6.pth +3 -0
- checkpoint-89000/rng_state_7.pth +3 -0
- checkpoint-89000/rng_state_8.pth +3 -0
- checkpoint-89000/rng_state_9.pth +3 -0
- checkpoint-89000/scheduler.pt +3 -0
- checkpoint-89000/trainer_state.json +3 -0
- checkpoint-89000/training_args.bin +3 -0
- checkpoint-90000/config.json +79 -0
- checkpoint-90000/generation_config.json +6 -0
- checkpoint-90000/model.safetensors +3 -0
- checkpoint-90000/optimizer.pt +3 -0
- checkpoint-90000/rng_state_0.pth +3 -0
- checkpoint-90000/rng_state_1.pth +3 -0
- checkpoint-90000/rng_state_10.pth +3 -0
- checkpoint-90000/rng_state_11.pth +3 -0
- checkpoint-90000/rng_state_12.pth +3 -0
- checkpoint-90000/rng_state_13.pth +3 -0
- checkpoint-90000/rng_state_14.pth +3 -0
- checkpoint-90000/rng_state_15.pth +3 -0
- checkpoint-90000/rng_state_2.pth +3 -0
- checkpoint-90000/rng_state_3.pth +3 -0
- checkpoint-90000/rng_state_4.pth +3 -0
- checkpoint-90000/rng_state_5.pth +3 -0
- checkpoint-90000/rng_state_6.pth +3 -0
- checkpoint-90000/rng_state_7.pth +3 -0
- checkpoint-90000/rng_state_8.pth +3 -0
- checkpoint-90000/rng_state_9.pth +3 -0
- checkpoint-90000/scheduler.pt +3 -0
- checkpoint-90000/trainer_state.json +3 -0
- checkpoint-90000/training_args.bin +3 -0
.gitattributes
CHANGED
@@ -41,3 +41,5 @@ checkpoint-79000/trainer_state.json filter=lfs diff=lfs merge=lfs -text
|
|
41 |
checkpoint-80000/trainer_state.json filter=lfs diff=lfs merge=lfs -text
|
42 |
checkpoint-85000/trainer_state.json filter=lfs diff=lfs merge=lfs -text
|
43 |
checkpoint-86000/trainer_state.json filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
41 |
checkpoint-80000/trainer_state.json filter=lfs diff=lfs merge=lfs -text
|
42 |
checkpoint-85000/trainer_state.json filter=lfs diff=lfs merge=lfs -text
|
43 |
checkpoint-86000/trainer_state.json filter=lfs diff=lfs merge=lfs -text
|
44 |
+
checkpoint-89000/trainer_state.json filter=lfs diff=lfs merge=lfs -text
|
45 |
+
checkpoint-90000/trainer_state.json filter=lfs diff=lfs merge=lfs -text
|
checkpoint-89000/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-89000/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-89000/model.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:5c9fb51b2825e8c02a9de0a447dc19a89ca826e987ecff479bfc2a33a698e5a4
|
3 |
+
size 4410723984
|
checkpoint-89000/optimizer.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:69f3004f30cb5095dbe4ffb4cdedbae9cab0dc4c475d9fc1a1db5e5af1a07841
|
3 |
+
size 6330255386
|
checkpoint-89000/rng_state_0.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:7f06b87dec44d62088e4a32106a51da2e1ef0eae3834c00ef82b0986af3dde6b
|
3 |
+
size 15984
|
checkpoint-89000/rng_state_1.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:3fb2c2710f2f952b55389dc5d09040a361c3f720794dbb189ecabe02b098220f
|
3 |
+
size 15984
|
checkpoint-89000/rng_state_10.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:9becdead0140c9fcf10f4401cae2544df5f4c9dcff6866d5b9b5c7325f95066e
|
3 |
+
size 15997
|
checkpoint-89000/rng_state_11.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:1b4c54fac4fb0c4ac7cc8e6319a8dbb9b54b7272d4543da2d8117d891ac79bd0
|
3 |
+
size 15997
|
checkpoint-89000/rng_state_12.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:2f647c6225f9115aff4eae75b555af51c4a159366ba7055207439efa0459156f
|
3 |
+
size 15997
|
checkpoint-89000/rng_state_13.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:2b9b99d68db3d8d09d03de20072ff4de843ff862ebd2514c158effa356526a92
|
3 |
+
size 15997
|
checkpoint-89000/rng_state_14.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:1a1cf2e4b4a4454456c58085bd0a2abeeaf569cc40fe56fc4f7ab17b080e92f5
|
3 |
+
size 15997
|
checkpoint-89000/rng_state_15.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:0e49e2b652b7c299ed52d14ed7e159e771339404c5c70cb16b08f4ae60ee0a0d
|
3 |
+
size 15997
|
checkpoint-89000/rng_state_2.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:97798cf3f3d1ffb43ca9365dd77611691ea15036cc37d336f8dc23bceaff88b7
|
3 |
+
size 15984
|
checkpoint-89000/rng_state_3.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:108bd9812fd9f5456abd1f5dcab079a069cb2cad2483aa2c4fc27002a4f02c6e
|
3 |
+
size 15984
|
checkpoint-89000/rng_state_4.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:039ca3901ab3237895b1cbb717f3cb44dac0894f6af4b603de9661b1bbbb6573
|
3 |
+
size 15984
|
checkpoint-89000/rng_state_5.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:09a7607fbb4d24edc72716ba18643c233e899d131100e0ec919c48fa5071b59d
|
3 |
+
size 15984
|
checkpoint-89000/rng_state_6.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:1f16f26ffb4b58cc7350f060fa44f21abb3e6ba26e26fe66268abb8fbba47d47
|
3 |
+
size 15984
|
checkpoint-89000/rng_state_7.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:59f9f567ca542377848009a57ed6e3362d0520e60e70e9b655b2b1517e800c5e
|
3 |
+
size 15984
|
checkpoint-89000/rng_state_8.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:889be29a341a96848956e901a77ff74267320ad4b2f10fd8655a8468a4cabd65
|
3 |
+
size 15984
|
checkpoint-89000/rng_state_9.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:f0fa6819d00eb1c87b95e15f91c55285c816f67e4d0474ecce66fbe2e41eec66
|
3 |
+
size 15984
|
checkpoint-89000/scheduler.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:44876911177af3ac7534a349a9ced7ae54f7ea8c1cbfc023b081b0c10911529d
|
3 |
+
size 1064
|
checkpoint-89000/trainer_state.json
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:4687025ee73ee1455723bcdb19914823c1c34c41f91afe828c948020e5ebb8ea
|
3 |
+
size 13542194
|
checkpoint-89000/training_args.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:ab2565eb42b7049e872ef944a2166337822a8028ca765f6e25b3a1d29e9d1f05
|
3 |
+
size 5944
|
checkpoint-90000/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-90000/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-90000/model.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:59aded0fb865bc2176a9d16487eeb8b5f64dfaea08c847ca6f1be504f2d38bbe
|
3 |
+
size 4410723984
|
checkpoint-90000/optimizer.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:dc7db5ac179ee0d9603b91ab4ad030f7c971c41c5b2704324b2484e9af00966a
|
3 |
+
size 6330255386
|
checkpoint-90000/rng_state_0.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:bbe08bd7a01c943ab6a4ffc44c63b3c55f4d39c383b14d20fa326b5f780be112
|
3 |
+
size 15984
|
checkpoint-90000/rng_state_1.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:4153b85326535edd4cd0e3c7d0daf283e8e99b96833ffdcec955ff560d3963d6
|
3 |
+
size 15984
|
checkpoint-90000/rng_state_10.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:32cd65fa8b25089064cc6f3320f0aa24ed0d7e768db6c3eeb06ec95de0d9b0ec
|
3 |
+
size 15997
|
checkpoint-90000/rng_state_11.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:4a1a719d8d58d3e23085a2fd697fef692c46be183ae908dfa86f0c7d6afdbc2f
|
3 |
+
size 15997
|
checkpoint-90000/rng_state_12.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:cbbd72c857e0e9d626f4b1b9a294ab1d20909a957646f00f4b238ecc7dbc28a0
|
3 |
+
size 15997
|
checkpoint-90000/rng_state_13.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:68586eab974fec5dcd60bf3fa1d3467ac415ccdb6b8f0b8217438f87d51ea178
|
3 |
+
size 15997
|
checkpoint-90000/rng_state_14.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:b282f4eb0d2786a51ba4b5f7a11ca10f2e121f2c2e9432ee6255b9007f89ac60
|
3 |
+
size 15997
|
checkpoint-90000/rng_state_15.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:13ec0bae8269b757e09d3ccdd65fe9d4d298444dfe24245c56b7042930fdbcae
|
3 |
+
size 15997
|
checkpoint-90000/rng_state_2.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:be113e835f571de917a5997a34a7522e39cc739130c6869aa0ccaa05c55c6d09
|
3 |
+
size 15984
|
checkpoint-90000/rng_state_3.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:f36de378af6a16da2e57095d753102c69a947aa010fbce1d297a9e473954c08a
|
3 |
+
size 15984
|
checkpoint-90000/rng_state_4.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:f5cd9ef8f6949a1a0e84dfe2ced242a86ad249827ebfd2a9e50cc0f4fee0bf69
|
3 |
+
size 15984
|
checkpoint-90000/rng_state_5.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:fd7dcd72b987ee759bcc0fdb7c5c340334e3db56196b4bdf58c60737544358b3
|
3 |
+
size 15984
|
checkpoint-90000/rng_state_6.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:d092b068191333844a494adc7bfc02c5928224485351b618fc18a1f38b21cccc
|
3 |
+
size 15984
|
checkpoint-90000/rng_state_7.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:bb1f4cbe8a1839bb1b8ef000b1aa86c2003c5a051e2823e5c0315b989ce15b8f
|
3 |
+
size 15984
|
checkpoint-90000/rng_state_8.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:dbc5314bcd461563b117a729504f4acae05bb2841e931758d076d25e699a2578
|
3 |
+
size 15984
|
checkpoint-90000/rng_state_9.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:9bd6190496db4baa006d3c9252f9c1e9f5ff2721a2bffbfe2c912daa61403879
|
3 |
+
size 15984
|
checkpoint-90000/scheduler.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:97fafb4aee69d3790122066522501ca26c179877e4c7dd3f4c8104a0bcb7925c
|
3 |
+
size 1064
|
checkpoint-90000/trainer_state.json
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:9c84e0db5fc01067abe72566d9f5358c4323fc7540172b8fea95527d009ab581
|
3 |
+
size 13694873
|
checkpoint-90000/training_args.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:ab2565eb42b7049e872ef944a2166337822a8028ca765f6e25b3a1d29e9d1f05
|
3 |
+
size 5944
|