Upload folder using huggingface_hub
Browse files- .gitattributes +2 -0
- checkpoint-129000/config.json +79 -0
- checkpoint-129000/generation_config.json +6 -0
- checkpoint-129000/model.safetensors +3 -0
- checkpoint-129000/optimizer.pt +3 -0
- checkpoint-129000/rng_state_0.pth +3 -0
- checkpoint-129000/rng_state_1.pth +3 -0
- checkpoint-129000/rng_state_10.pth +3 -0
- checkpoint-129000/rng_state_11.pth +3 -0
- checkpoint-129000/rng_state_12.pth +3 -0
- checkpoint-129000/rng_state_13.pth +3 -0
- checkpoint-129000/rng_state_14.pth +3 -0
- checkpoint-129000/rng_state_15.pth +3 -0
- checkpoint-129000/rng_state_2.pth +3 -0
- checkpoint-129000/rng_state_3.pth +3 -0
- checkpoint-129000/rng_state_4.pth +3 -0
- checkpoint-129000/rng_state_5.pth +3 -0
- checkpoint-129000/rng_state_6.pth +3 -0
- checkpoint-129000/rng_state_7.pth +3 -0
- checkpoint-129000/rng_state_8.pth +3 -0
- checkpoint-129000/rng_state_9.pth +3 -0
- checkpoint-129000/scheduler.pt +3 -0
- checkpoint-129000/trainer_state.json +3 -0
- checkpoint-129000/training_args.bin +3 -0
- checkpoint-130000/config.json +79 -0
- checkpoint-130000/generation_config.json +6 -0
- checkpoint-130000/model.safetensors +3 -0
- checkpoint-130000/optimizer.pt +3 -0
- checkpoint-130000/rng_state_0.pth +3 -0
- checkpoint-130000/rng_state_1.pth +3 -0
- checkpoint-130000/rng_state_10.pth +3 -0
- checkpoint-130000/rng_state_11.pth +3 -0
- checkpoint-130000/rng_state_12.pth +3 -0
- checkpoint-130000/rng_state_13.pth +3 -0
- checkpoint-130000/rng_state_14.pth +3 -0
- checkpoint-130000/rng_state_15.pth +3 -0
- checkpoint-130000/rng_state_2.pth +3 -0
- checkpoint-130000/rng_state_3.pth +3 -0
- checkpoint-130000/rng_state_4.pth +3 -0
- checkpoint-130000/rng_state_5.pth +3 -0
- checkpoint-130000/rng_state_6.pth +3 -0
- checkpoint-130000/rng_state_7.pth +3 -0
- checkpoint-130000/rng_state_8.pth +3 -0
- checkpoint-130000/rng_state_9.pth +3 -0
- checkpoint-130000/scheduler.pt +3 -0
- checkpoint-130000/trainer_state.json +3 -0
- checkpoint-130000/training_args.bin +3 -0
.gitattributes
CHANGED
@@ -54,3 +54,5 @@ checkpoint-119000/trainer_state.json filter=lfs diff=lfs merge=lfs -text
|
|
54 |
checkpoint-120000/trainer_state.json filter=lfs diff=lfs merge=lfs -text
|
55 |
checkpoint-122000/trainer_state.json filter=lfs diff=lfs merge=lfs -text
|
56 |
checkpoint-123000/trainer_state.json filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
54 |
checkpoint-120000/trainer_state.json filter=lfs diff=lfs merge=lfs -text
|
55 |
checkpoint-122000/trainer_state.json filter=lfs diff=lfs merge=lfs -text
|
56 |
checkpoint-123000/trainer_state.json filter=lfs diff=lfs merge=lfs -text
|
57 |
+
checkpoint-129000/trainer_state.json filter=lfs diff=lfs merge=lfs -text
|
58 |
+
checkpoint-130000/trainer_state.json filter=lfs diff=lfs merge=lfs -text
|
checkpoint-129000/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-129000/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-129000/model.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:3b8f34d8935b133efe6c89a0bd091b292ec1198ff477fead9828973231587042
|
3 |
+
size 4410723984
|
checkpoint-129000/optimizer.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:0c4ed4a44c57ebf6c05fed4319263c9432fd380b9f63630d8275bdb07c67cfb2
|
3 |
+
size 6330255386
|
checkpoint-129000/rng_state_0.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:bf2737bc5d3cb812e2c63c1b2efaeb77550ffaa4b2e74923cc7b6a0a4152ad06
|
3 |
+
size 15984
|
checkpoint-129000/rng_state_1.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:8f62c3bb4de8e2ab969257bf8b7ebc319f60af316f50d337d13122898701969f
|
3 |
+
size 15984
|
checkpoint-129000/rng_state_10.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:10260a2ec105944990fd85d9d44246f0a02f5aa68fb4ad219f4bc139b0693854
|
3 |
+
size 15997
|
checkpoint-129000/rng_state_11.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:98caa5042c8d86f4cd43be5270911976ad633266e3713d1853a53cb15385b51b
|
3 |
+
size 15997
|
checkpoint-129000/rng_state_12.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:5668ddef6147ab4e3d102b00a67f43bb7e368a7511be0ad987172d9c1bd24f6f
|
3 |
+
size 15997
|
checkpoint-129000/rng_state_13.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:4194fb6f7a3911ae3cacc15dba6d33c6764c1b348f558f9f4cc4c60315711625
|
3 |
+
size 15997
|
checkpoint-129000/rng_state_14.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:450d8d1da089da694c725a27b37f9f8f4a26c1be5aea4c9ad7cee9bcae32ea17
|
3 |
+
size 15997
|
checkpoint-129000/rng_state_15.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:d240e7ab28d3b1674f026c4a3cb9adc8ecc41c5c46b8d96f5b9acb8baabb5bae
|
3 |
+
size 15997
|
checkpoint-129000/rng_state_2.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:c3ecbcfa5485a7da87bac6922a08e6020f3e6d474f4928cb782b44603c38f194
|
3 |
+
size 15984
|
checkpoint-129000/rng_state_3.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:dfbff7ca4a549f95435ca060e0bc1245d5d629af221079eed3b7bc15adb4dec2
|
3 |
+
size 15984
|
checkpoint-129000/rng_state_4.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:d590b005760f289f6ac02717fe142b9a17b78733adbea026ffcc6e4bf46f4e41
|
3 |
+
size 15984
|
checkpoint-129000/rng_state_5.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:78c9506fd7fe0d6ebbc4518fcb2cf22fd449818cdaafb34950e2cc93d9b613bd
|
3 |
+
size 15984
|
checkpoint-129000/rng_state_6.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:af1a25cac7a088b1572d9974d83c66d3d92a3b5ea889c02609a456a543164b88
|
3 |
+
size 15984
|
checkpoint-129000/rng_state_7.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:1d43bb71bab5e323528824a94ea429577edbc1aafbeb9440846d262fbbd856e0
|
3 |
+
size 15984
|
checkpoint-129000/rng_state_8.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:37643b7eae0d264ebf5dcb4173c7d5636e6729e1e199b9af0494e5f74a6dd59f
|
3 |
+
size 15984
|
checkpoint-129000/rng_state_9.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:3c767bb8e638bb6039ae5276769bdf41504bc67073572b450a71d99fb1bd4f7d
|
3 |
+
size 15984
|
checkpoint-129000/scheduler.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:2e8bd9aa9ece199fbc5eb19269b4e456ee66cf848e425c662bd6bd7993c5bd23
|
3 |
+
size 1064
|
checkpoint-129000/trainer_state.json
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:83bd8cd161ebb6e1ca116346c8b45ee5307d301d063aef73772df7f15619e914
|
3 |
+
size 19677602
|
checkpoint-129000/training_args.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:f52254a0baebd13046f0698c1dd0bd3280965a2818ef0ec89459c14cbdc2bb68
|
3 |
+
size 5944
|
checkpoint-130000/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-130000/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-130000/model.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:6566e76bc7eb9845dc39bc2b4d8254fe218ef56a997663e2f069553d8774a126
|
3 |
+
size 4410723984
|
checkpoint-130000/optimizer.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:258c43cdcd4c730454e2c05eb48c08224919df771d3b3c5b1b81944e36668af7
|
3 |
+
size 6330255386
|
checkpoint-130000/rng_state_0.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:a868b2f44feeec91150b3e74ba4020683e0737416001bf0d8ef3115bbd3668d4
|
3 |
+
size 15984
|
checkpoint-130000/rng_state_1.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:0ecbb988ceeb110fc66392c598a54e84824e644ba02f11c4b0d54c5e18c1e693
|
3 |
+
size 15984
|
checkpoint-130000/rng_state_10.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:4a56e5ad85fe4a44cfeca78e80aee8a45372660c608f3bbfd98d287a1ddf898b
|
3 |
+
size 15997
|
checkpoint-130000/rng_state_11.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:fdf8773aab9ce890435bc33f6281dcdd493891b9cb7f705bfb9de92ed57b10e4
|
3 |
+
size 15997
|
checkpoint-130000/rng_state_12.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:19efd7177c51bf02abf8d13674a31fcd88faa556dcb5243c728a487ea944d361
|
3 |
+
size 15997
|
checkpoint-130000/rng_state_13.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:fdb5715db4f10b019dc8561645077f227d03458cc22ff2aec5dfcdcc1bd3e4f6
|
3 |
+
size 15997
|
checkpoint-130000/rng_state_14.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:24cb09c298f35f5c0189442a7a9e1bf0817415e28f156bb237fd666dd1f5a3b4
|
3 |
+
size 15997
|
checkpoint-130000/rng_state_15.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:e4d977f1e1ff2a9d389ded8b059919938ddfb265530dbdc0141c66b3cac9e07e
|
3 |
+
size 15997
|
checkpoint-130000/rng_state_2.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:58bccdc1956d3c85211cd3a8c97e9e96f62e0c6556663f4d176f0039f01a5fdc
|
3 |
+
size 15984
|
checkpoint-130000/rng_state_3.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:3f86048cfed9eeff8eccda41e9f3ca52a45b625ef9b6f4db6ca38fa7bf473b92
|
3 |
+
size 15984
|
checkpoint-130000/rng_state_4.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:f813393e1a115f276c04186da29fd1f9e3511e176a22ffb21eb6c890f949ae25
|
3 |
+
size 15984
|
checkpoint-130000/rng_state_5.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:0a31cf0f0a6af01206cb943c903d81a67ef0aed396f5b9db17e2d2a2f835c507
|
3 |
+
size 15984
|
checkpoint-130000/rng_state_6.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:4cc90320e16703b6c52f12d0e76e6d08645c8f4adb3d7d3aac2b964cda26fe3b
|
3 |
+
size 15984
|
checkpoint-130000/rng_state_7.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:a801bf99e880bc008f59fc748b63b4d06abd8ae673a56e230bcdcf6b7cad69fc
|
3 |
+
size 15984
|
checkpoint-130000/rng_state_8.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:60531fde32a420f41ed2d7c9edf2c8ee9c8833b8b17d09231f2b4cd29f002d09
|
3 |
+
size 15984
|
checkpoint-130000/rng_state_9.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:2ce7c1311f823536ad9756400be4db1a268df61ddc8783294d06ca5a59aa53b6
|
3 |
+
size 15984
|
checkpoint-130000/scheduler.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:5df129862756382b95ebfb32628371bc3815539b30a53bdb8e87bcce3096b49d
|
3 |
+
size 1064
|
checkpoint-130000/trainer_state.json
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:a50eec5df2ca9cc4e79c0e5460b837ca2a4bf0559664ae01409495646c5e292f
|
3 |
+
size 19831262
|
checkpoint-130000/training_args.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:f52254a0baebd13046f0698c1dd0bd3280965a2818ef0ec89459c14cbdc2bb68
|
3 |
+
size 5944
|