Upload folder using huggingface_hub
Browse files- .gitattributes +2 -0
- checkpoint-154000/config.json +79 -0
- checkpoint-154000/generation_config.json +6 -0
- checkpoint-154000/model.safetensors +3 -0
- checkpoint-154000/optimizer.pt +3 -0
- checkpoint-154000/rng_state_0.pth +3 -0
- checkpoint-154000/rng_state_1.pth +3 -0
- checkpoint-154000/rng_state_10.pth +3 -0
- checkpoint-154000/rng_state_11.pth +3 -0
- checkpoint-154000/rng_state_12.pth +3 -0
- checkpoint-154000/rng_state_13.pth +3 -0
- checkpoint-154000/rng_state_14.pth +3 -0
- checkpoint-154000/rng_state_15.pth +3 -0
- checkpoint-154000/rng_state_2.pth +3 -0
- checkpoint-154000/rng_state_3.pth +3 -0
- checkpoint-154000/rng_state_4.pth +3 -0
- checkpoint-154000/rng_state_5.pth +3 -0
- checkpoint-154000/rng_state_6.pth +3 -0
- checkpoint-154000/rng_state_7.pth +3 -0
- checkpoint-154000/rng_state_8.pth +3 -0
- checkpoint-154000/rng_state_9.pth +3 -0
- checkpoint-154000/scheduler.pt +3 -0
- checkpoint-154000/trainer_state.json +3 -0
- checkpoint-154000/training_args.bin +3 -0
- checkpoint-155000/config.json +79 -0
- checkpoint-155000/generation_config.json +6 -0
- checkpoint-155000/model.safetensors +3 -0
- checkpoint-155000/optimizer.pt +3 -0
- checkpoint-155000/rng_state_0.pth +3 -0
- checkpoint-155000/rng_state_1.pth +3 -0
- checkpoint-155000/rng_state_10.pth +3 -0
- checkpoint-155000/rng_state_11.pth +3 -0
- checkpoint-155000/rng_state_12.pth +3 -0
- checkpoint-155000/rng_state_13.pth +3 -0
- checkpoint-155000/rng_state_14.pth +3 -0
- checkpoint-155000/rng_state_15.pth +3 -0
- checkpoint-155000/rng_state_2.pth +3 -0
- checkpoint-155000/rng_state_3.pth +3 -0
- checkpoint-155000/rng_state_4.pth +3 -0
- checkpoint-155000/rng_state_5.pth +3 -0
- checkpoint-155000/rng_state_6.pth +3 -0
- checkpoint-155000/rng_state_7.pth +3 -0
- checkpoint-155000/rng_state_8.pth +3 -0
- checkpoint-155000/rng_state_9.pth +3 -0
- checkpoint-155000/scheduler.pt +3 -0
- checkpoint-155000/trainer_state.json +3 -0
- checkpoint-155000/training_args.bin +3 -0
.gitattributes
CHANGED
@@ -63,3 +63,5 @@ checkpoint-142000/trainer_state.json filter=lfs diff=lfs merge=lfs -text
|
|
63 |
checkpoint-143000/trainer_state.json filter=lfs diff=lfs merge=lfs -text
|
64 |
checkpoint-149000/trainer_state.json filter=lfs diff=lfs merge=lfs -text
|
65 |
checkpoint-150000/trainer_state.json filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
63 |
checkpoint-143000/trainer_state.json filter=lfs diff=lfs merge=lfs -text
|
64 |
checkpoint-149000/trainer_state.json filter=lfs diff=lfs merge=lfs -text
|
65 |
checkpoint-150000/trainer_state.json filter=lfs diff=lfs merge=lfs -text
|
66 |
+
checkpoint-154000/trainer_state.json filter=lfs diff=lfs merge=lfs -text
|
67 |
+
checkpoint-155000/trainer_state.json filter=lfs diff=lfs merge=lfs -text
|
checkpoint-154000/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-154000/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-154000/model.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:46a238bdd09a8f3e4b86dcbc1e28e36dd9ca2cb73c981fcdd3d17c021c3fae00
|
3 |
+
size 4410723984
|
checkpoint-154000/optimizer.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:dba2af3c2a42ddce89b6ba1084a6a85d0c1fc3834325b67058eb33bf79ae4888
|
3 |
+
size 6330255386
|
checkpoint-154000/rng_state_0.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:54eae08457fa5019511b7f62aae48916c7b0e17bf822a59103d37f42e82fab4e
|
3 |
+
size 15984
|
checkpoint-154000/rng_state_1.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:a4626a7153d170b88dbe4f664be1a30377fb47274fa7d34d6f1faf38743d8850
|
3 |
+
size 15984
|
checkpoint-154000/rng_state_10.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:39f4b051f04402991654b45ed1fc6bc0da624ffe0b3b8ec470ab88a978a7d35a
|
3 |
+
size 15997
|
checkpoint-154000/rng_state_11.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:639cdc509469b044e350696d82b8592159d5b73d72eb1c530ebe87dc3d0f3991
|
3 |
+
size 15997
|
checkpoint-154000/rng_state_12.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:73b4ae88e2464bae4e720d135213b2b3cef94d48572ab65a18609d81d27308b4
|
3 |
+
size 15997
|
checkpoint-154000/rng_state_13.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:0fd2bc2ebfdae5d037f38944408a6e866838ce7867255992104c9ba74792da5c
|
3 |
+
size 15997
|
checkpoint-154000/rng_state_14.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:d4f702d46b200d5c4fa67440398f2e6dff0ad1589959700a880f16323d0f0708
|
3 |
+
size 15997
|
checkpoint-154000/rng_state_15.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:35e7d5f869355799659c7336a22e85f9430564426bf0050b01a5d2ffbac0a689
|
3 |
+
size 15997
|
checkpoint-154000/rng_state_2.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:307c4ee78556f8ecb2ced8c96c1754eddde1948dcabb34e469cb2ef2d7a081f9
|
3 |
+
size 15984
|
checkpoint-154000/rng_state_3.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:e4721cdc9a79c09875c8329740de96ba7b5355f52d59b8f22fff4d42651da417
|
3 |
+
size 15984
|
checkpoint-154000/rng_state_4.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:ce79b3c49caed32be0a6412bd95732d8596bcbb7f7dc365990f1f063cacfc53a
|
3 |
+
size 15984
|
checkpoint-154000/rng_state_5.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:6e0765ead3dc0901ee9b4e5c586b6dda1e7149948b4daa210dbbfcaed34e1142
|
3 |
+
size 15984
|
checkpoint-154000/rng_state_6.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:8dd09b62b57f5dc14146e83871e2dd99915f04db35c3ca07dbd51994b0f9e3cf
|
3 |
+
size 15984
|
checkpoint-154000/rng_state_7.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:3a06502398b33386a1a01f6334f98f5e06dc824048089aa42229c754a2177ba8
|
3 |
+
size 15984
|
checkpoint-154000/rng_state_8.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:e5d3940f063099f598a1719933afa7dda58ec3bd49d2f2cc858e4e83c87841ac
|
3 |
+
size 15984
|
checkpoint-154000/rng_state_9.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:52ca76ebe8512f8157b759e216ca1f0760194d282cf2abf3f38f39f2bca82d88
|
3 |
+
size 15984
|
checkpoint-154000/scheduler.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:5bede115f8ee6e380c2afc8397a810975963d2de5cebfa610284220119a02e58
|
3 |
+
size 1064
|
checkpoint-154000/trainer_state.json
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:de3628b29cb5d6531317cd79afc7cf098531152312c2f2ed8905dc293960f4e8
|
3 |
+
size 23518764
|
checkpoint-154000/training_args.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:40f26219c7af1facd874b5f297979c8a8a1b88cff6795c9158a70f505b5f7089
|
3 |
+
size 5944
|
checkpoint-155000/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-155000/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-155000/model.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:70ccd55fcf8dde484261fe8a1f8c45b8118c23c0060ce1a02e2a6046aa1f491d
|
3 |
+
size 4410723984
|
checkpoint-155000/optimizer.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:844bea7a1e835babbd217e7ed371ddb8a3fca493f899a48d2e57e6dbc090cc47
|
3 |
+
size 6330255386
|
checkpoint-155000/rng_state_0.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:481170332c29ea9c98f54f4c56978dfa5c15e4a6d81cb08dfac865f7bc383018
|
3 |
+
size 15984
|
checkpoint-155000/rng_state_1.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:da1212c7e3dd7f2a676188638221efb55434b83aedc707bffa6dad81fd59624e
|
3 |
+
size 15984
|
checkpoint-155000/rng_state_10.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:78791aeed37870d7f312f94d41ac75936504efedb939efc8be7cef0bd496d262
|
3 |
+
size 15997
|
checkpoint-155000/rng_state_11.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:c4ae9f6dc90597c112487238101bffbcd42d4a04c6ee84e3d544df9b40d5a02f
|
3 |
+
size 15997
|
checkpoint-155000/rng_state_12.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:205760d8bbc0bacebb3f5b717377341561a426182693a41fbfb590f99fae69db
|
3 |
+
size 15997
|
checkpoint-155000/rng_state_13.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:ab3ddcf978f0dd3d13bae39b63f9894e6fa68561b965b3b2018adf8eae6209ce
|
3 |
+
size 15997
|
checkpoint-155000/rng_state_14.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:97580c56c0c6e8e884fff46ce3b3febd92b01609f37a6285d0ce87f5413331af
|
3 |
+
size 15997
|
checkpoint-155000/rng_state_15.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:96b97befba3ffaf46aef17fadfd552ee8a6df85c18ed47d91d88215ec93bc034
|
3 |
+
size 15997
|
checkpoint-155000/rng_state_2.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:02f515035505d1f3059f3ed3d0a149d04cbd0917407e5bc2495ade27998ce543
|
3 |
+
size 15984
|
checkpoint-155000/rng_state_3.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:4001e93cff2718d081a07930ca938cf6f04a0cadbd9be7d64cbbc9c51fbf11c0
|
3 |
+
size 15984
|
checkpoint-155000/rng_state_4.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:b9e23edf3e1890b33247efaa6a1b5a7a639391842fd85eb6b8c807e7d87183de
|
3 |
+
size 15984
|
checkpoint-155000/rng_state_5.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:2a13f4c9a16f010857725311f0b91db18cacc9357ce516d883504ad996673e8f
|
3 |
+
size 15984
|
checkpoint-155000/rng_state_6.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:4934c9832801744d40552f6c2b9a70c9fdf9d81c72abd43e4a99301b5e331d68
|
3 |
+
size 15984
|
checkpoint-155000/rng_state_7.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:102573e2ed9b63759e658bee1f4f79fb45aa264fc4d414e796aa811b4aeb5405
|
3 |
+
size 15984
|
checkpoint-155000/rng_state_8.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:b601f8d27450a18d6ef3b07779e8f6d6cfcd5556d6fcd14ac4808ae1da03b2ae
|
3 |
+
size 15984
|
checkpoint-155000/rng_state_9.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:1eb5db2520e707c312faf587d3fc7da1dfd4cd44a22748f1aaeeca53405aed2f
|
3 |
+
size 15984
|
checkpoint-155000/scheduler.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:54ff993c66c2fb001b582cfee47d326b677af20df05dd0bc5360cabf9576f688
|
3 |
+
size 1064
|
checkpoint-155000/trainer_state.json
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:79337711f085c1c41bc1a6e5b56fb93b5b94fe54b9f54bf5c0f3e497557263e7
|
3 |
+
size 23672332
|
checkpoint-155000/training_args.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:7714d212c07f2aff6a31555616e709d012ce3b30a07eb0c4c7f6c5abaad180ea
|
3 |
+
size 5944
|