Upload folder using huggingface_hub
Browse files- .gitattributes +1 -0
- checkpoint-100000/config.json +79 -0
- checkpoint-100000/generation_config.json +6 -0
- checkpoint-100000/model.safetensors +3 -0
- checkpoint-100000/optimizer.pt +3 -0
- checkpoint-100000/rng_state_0.pth +3 -0
- checkpoint-100000/rng_state_1.pth +3 -0
- checkpoint-100000/rng_state_10.pth +3 -0
- checkpoint-100000/rng_state_11.pth +3 -0
- checkpoint-100000/rng_state_12.pth +3 -0
- checkpoint-100000/rng_state_13.pth +3 -0
- checkpoint-100000/rng_state_14.pth +3 -0
- checkpoint-100000/rng_state_15.pth +3 -0
- checkpoint-100000/rng_state_2.pth +3 -0
- checkpoint-100000/rng_state_3.pth +3 -0
- checkpoint-100000/rng_state_4.pth +3 -0
- checkpoint-100000/rng_state_5.pth +3 -0
- checkpoint-100000/rng_state_6.pth +3 -0
- checkpoint-100000/rng_state_7.pth +3 -0
- checkpoint-100000/rng_state_8.pth +3 -0
- checkpoint-100000/rng_state_9.pth +3 -0
- checkpoint-100000/scheduler.pt +3 -0
- checkpoint-100000/trainer_state.json +3 -0
- checkpoint-100000/training_args.bin +3 -0
.gitattributes
CHANGED
@@ -46,3 +46,4 @@ checkpoint-90000/trainer_state.json filter=lfs diff=lfs merge=lfs -text
|
|
46 |
checkpoint-97000/trainer_state.json filter=lfs diff=lfs merge=lfs -text
|
47 |
checkpoint-98000/trainer_state.json filter=lfs diff=lfs merge=lfs -text
|
48 |
checkpoint-99000/trainer_state.json filter=lfs diff=lfs merge=lfs -text
|
|
|
|
46 |
checkpoint-97000/trainer_state.json filter=lfs diff=lfs merge=lfs -text
|
47 |
checkpoint-98000/trainer_state.json filter=lfs diff=lfs merge=lfs -text
|
48 |
checkpoint-99000/trainer_state.json filter=lfs diff=lfs merge=lfs -text
|
49 |
+
checkpoint-100000/trainer_state.json filter=lfs diff=lfs merge=lfs -text
|
checkpoint-100000/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-100000/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-100000/model.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:36ad5223d082b346e387848aa54fb6f1286511defd0c1d361d716d0081fbfe46
|
3 |
+
size 4410723984
|
checkpoint-100000/optimizer.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:4a068769e639f043d7adaea9572d10bb55909917d172c3c849d2c8ba3f975632
|
3 |
+
size 6330255386
|
checkpoint-100000/rng_state_0.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:b23bf857371eb6a0ea17197410d889141994dc2dc22e0fc039c950328db1a532
|
3 |
+
size 15984
|
checkpoint-100000/rng_state_1.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:5f70734a24863e673ee13ac7ad6f7a0f69afeb1d2a1bba861b288f913ee0e13a
|
3 |
+
size 15984
|
checkpoint-100000/rng_state_10.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:d1cf344f37d249f49ec21aa087812f56b1452da21b67af01435d655c920cb79d
|
3 |
+
size 15997
|
checkpoint-100000/rng_state_11.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:9d97f726ad52484443bdbb6401555152156add144b6e795238ae8f13125c8d99
|
3 |
+
size 15997
|
checkpoint-100000/rng_state_12.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:7168ebaa74d4a5ab4424e2ffe32685019fee343906d3295c19f34b93a6c780c6
|
3 |
+
size 15997
|
checkpoint-100000/rng_state_13.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:612190ae0d143be860cdda27c469e94f251b13d1ba5f6abfd6a517584b0b158c
|
3 |
+
size 15997
|
checkpoint-100000/rng_state_14.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:67bda9dc00a86fbd1ce485a6863dc51ca4b87cbb26ef438bf979d19894bddcdc
|
3 |
+
size 15997
|
checkpoint-100000/rng_state_15.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:fbbb7511d98ea7eb6650de7db50ff3d1b898928965836b027df51dc149c1ed23
|
3 |
+
size 15997
|
checkpoint-100000/rng_state_2.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:031832ab0213c40a783df8380dfe3e3900eb221c8f6420e2e9e383a3527c1606
|
3 |
+
size 15984
|
checkpoint-100000/rng_state_3.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:9c59286228c42b5c26f0ceab3810fa310ebc2b58f4481f5e0f3e146bf8b1c74f
|
3 |
+
size 15984
|
checkpoint-100000/rng_state_4.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:ba36d19b7245e9d76ab6a83abb4b3ea72de0fa1467d9526d800409f215658e0a
|
3 |
+
size 15984
|
checkpoint-100000/rng_state_5.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:2cb0630d5562ebb3a7517eb45ed38c44ba9bd7e5985ff48cf34d8361e5ec70cf
|
3 |
+
size 15984
|
checkpoint-100000/rng_state_6.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:6d981282287d4d5b34d3ad9e9ea243d62165fdeaa9347ce2910c929cbf5deecb
|
3 |
+
size 15984
|
checkpoint-100000/rng_state_7.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:d6411499fafe9f8b08944b7682ab3d21407a2506627b22b7be433142cc937bc4
|
3 |
+
size 15984
|
checkpoint-100000/rng_state_8.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:a770cdd936837abb8ae220496a3522fa0195bf29adf7cb361107299b4292506f
|
3 |
+
size 15984
|
checkpoint-100000/rng_state_9.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:557f7fb084e4d4d5356a685a6b8e73316f5635a67ad9d9527c1d1e181017b675
|
3 |
+
size 15984
|
checkpoint-100000/scheduler.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:78080cc543097d0707713e83c276ac0d154b054deec906c85a5eea19108515ee
|
3 |
+
size 1064
|
checkpoint-100000/trainer_state.json
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:bfe0d0eb82bdc0599cba42a50cfd1169bed74f082c0257a578387540676d5549
|
3 |
+
size 15221467
|
checkpoint-100000/training_args.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:257c3ce76b16542bff5dd8048a0751d55bfb2d003a1fe905b9d16ab09cf54248
|
3 |
+
size 5944
|