Upload folder using huggingface_hub
Browse files- .gitattributes +2 -0
- README.md +57 -0
- added_tokens.json +16 -0
- all_results.json +9 -0
- checkpoint-18/added_tokens.json +16 -0
- checkpoint-18/config.json +48 -0
- checkpoint-18/generation_config.json +13 -0
- checkpoint-18/merges.txt +0 -0
- checkpoint-18/model-00001-of-00002.safetensors +3 -0
- checkpoint-18/model-00002-of-00002.safetensors +3 -0
- checkpoint-18/model.safetensors.index.json +736 -0
- checkpoint-18/optimizer.pt +3 -0
- checkpoint-18/preprocessor_config.json +29 -0
- checkpoint-18/rng_state.pth +3 -0
- checkpoint-18/scheduler.pt +3 -0
- checkpoint-18/special_tokens_map.json +31 -0
- checkpoint-18/tokenizer.json +3 -0
- checkpoint-18/tokenizer_config.json +143 -0
- checkpoint-18/trainer_state.json +57 -0
- checkpoint-18/training_args.bin +3 -0
- checkpoint-18/vocab.json +0 -0
- config.json +48 -0
- generation_config.json +13 -0
- llamaboard_config.yaml +66 -0
- merges.txt +0 -0
- model-00001-of-00002.safetensors +3 -0
- model-00002-of-00002.safetensors +3 -0
- model.safetensors.index.json +736 -0
- preprocessor_config.json +29 -0
- running_log.txt +313 -0
- special_tokens_map.json +31 -0
- tokenizer.json +3 -0
- tokenizer_config.json +143 -0
- train_results.json +9 -0
- trainer_log.jsonl +4 -0
- trainer_state.json +67 -0
- training_args.bin +3 -0
- training_args.yaml +28 -0
- training_loss.png +0 -0
- vocab.json +0 -0
.gitattributes
CHANGED
@@ -33,3 +33,5 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
|
|
33 |
*.zip 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
|
|
|
|
|
|
33 |
*.zip 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-18/tokenizer.json filter=lfs diff=lfs merge=lfs -text
|
37 |
+
tokenizer.json filter=lfs diff=lfs merge=lfs -text
|
README.md
ADDED
@@ -0,0 +1,57 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
library_name: transformers
|
3 |
+
license: other
|
4 |
+
base_model: Qwen/Qwen2-VL-2B-Instruct
|
5 |
+
tags:
|
6 |
+
- llama-factory
|
7 |
+
- full
|
8 |
+
- generated_from_trainer
|
9 |
+
model-index:
|
10 |
+
- name: train_2024-10-07-10-45-38
|
11 |
+
results: []
|
12 |
+
---
|
13 |
+
|
14 |
+
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
15 |
+
should probably proofread and complete it, then remove this comment. -->
|
16 |
+
|
17 |
+
# train_2024-10-07-10-45-38
|
18 |
+
|
19 |
+
This model is a fine-tuned version of [Qwen/Qwen2-VL-2B-Instruct](https://huggingface.co/Qwen/Qwen2-VL-2B-Instruct) on the my_chartQA dataset.
|
20 |
+
|
21 |
+
## Model description
|
22 |
+
|
23 |
+
More information needed
|
24 |
+
|
25 |
+
## Intended uses & limitations
|
26 |
+
|
27 |
+
More information needed
|
28 |
+
|
29 |
+
## Training and evaluation data
|
30 |
+
|
31 |
+
More information needed
|
32 |
+
|
33 |
+
## Training procedure
|
34 |
+
|
35 |
+
### Training hyperparameters
|
36 |
+
|
37 |
+
The following hyperparameters were used during training:
|
38 |
+
- learning_rate: 5e-05
|
39 |
+
- train_batch_size: 2
|
40 |
+
- eval_batch_size: 8
|
41 |
+
- seed: 42
|
42 |
+
- gradient_accumulation_steps: 8
|
43 |
+
- total_train_batch_size: 16
|
44 |
+
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
45 |
+
- lr_scheduler_type: cosine
|
46 |
+
- num_epochs: 3.0
|
47 |
+
|
48 |
+
### Training results
|
49 |
+
|
50 |
+
|
51 |
+
|
52 |
+
### Framework versions
|
53 |
+
|
54 |
+
- Transformers 4.45.0
|
55 |
+
- Pytorch 2.4.1+cu121
|
56 |
+
- Datasets 2.21.0
|
57 |
+
- Tokenizers 0.20.0
|
added_tokens.json
ADDED
@@ -0,0 +1,16 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"<|box_end|>": 151649,
|
3 |
+
"<|box_start|>": 151648,
|
4 |
+
"<|endoftext|>": 151643,
|
5 |
+
"<|im_end|>": 151645,
|
6 |
+
"<|im_start|>": 151644,
|
7 |
+
"<|image_pad|>": 151655,
|
8 |
+
"<|object_ref_end|>": 151647,
|
9 |
+
"<|object_ref_start|>": 151646,
|
10 |
+
"<|quad_end|>": 151651,
|
11 |
+
"<|quad_start|>": 151650,
|
12 |
+
"<|video_pad|>": 151656,
|
13 |
+
"<|vision_end|>": 151653,
|
14 |
+
"<|vision_pad|>": 151654,
|
15 |
+
"<|vision_start|>": 151652
|
16 |
+
}
|
all_results.json
ADDED
@@ -0,0 +1,9 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"epoch": 2.88,
|
3 |
+
"num_input_tokens_seen": 73328,
|
4 |
+
"total_flos": 869206018179072.0,
|
5 |
+
"train_loss": 1.007091177834405,
|
6 |
+
"train_runtime": 119.6706,
|
7 |
+
"train_samples_per_second": 2.507,
|
8 |
+
"train_steps_per_second": 0.15
|
9 |
+
}
|
checkpoint-18/added_tokens.json
ADDED
@@ -0,0 +1,16 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"<|box_end|>": 151649,
|
3 |
+
"<|box_start|>": 151648,
|
4 |
+
"<|endoftext|>": 151643,
|
5 |
+
"<|im_end|>": 151645,
|
6 |
+
"<|im_start|>": 151644,
|
7 |
+
"<|image_pad|>": 151655,
|
8 |
+
"<|object_ref_end|>": 151647,
|
9 |
+
"<|object_ref_start|>": 151646,
|
10 |
+
"<|quad_end|>": 151651,
|
11 |
+
"<|quad_start|>": 151650,
|
12 |
+
"<|video_pad|>": 151656,
|
13 |
+
"<|vision_end|>": 151653,
|
14 |
+
"<|vision_pad|>": 151654,
|
15 |
+
"<|vision_start|>": 151652
|
16 |
+
}
|
checkpoint-18/config.json
ADDED
@@ -0,0 +1,48 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_name_or_path": "Qwen/Qwen2-VL-2B-Instruct",
|
3 |
+
"architectures": [
|
4 |
+
"Qwen2VLForConditionalGeneration"
|
5 |
+
],
|
6 |
+
"attention_dropout": 0.0,
|
7 |
+
"bos_token_id": 151643,
|
8 |
+
"eos_token_id": 151645,
|
9 |
+
"hidden_act": "silu",
|
10 |
+
"hidden_size": 1536,
|
11 |
+
"image_token_id": 151655,
|
12 |
+
"initializer_range": 0.02,
|
13 |
+
"intermediate_size": 8960,
|
14 |
+
"max_position_embeddings": 32768,
|
15 |
+
"max_window_layers": 28,
|
16 |
+
"model_type": "qwen2_vl",
|
17 |
+
"num_attention_heads": 12,
|
18 |
+
"num_hidden_layers": 28,
|
19 |
+
"num_key_value_heads": 2,
|
20 |
+
"rms_norm_eps": 1e-06,
|
21 |
+
"rope_scaling": {
|
22 |
+
"mrope_section": [
|
23 |
+
16,
|
24 |
+
24,
|
25 |
+
24
|
26 |
+
],
|
27 |
+
"rope_type": "default",
|
28 |
+
"type": "default"
|
29 |
+
},
|
30 |
+
"rope_theta": 1000000.0,
|
31 |
+
"sliding_window": 32768,
|
32 |
+
"tie_word_embeddings": true,
|
33 |
+
"torch_dtype": "bfloat16",
|
34 |
+
"transformers_version": "4.45.0",
|
35 |
+
"use_cache": false,
|
36 |
+
"use_sliding_window": false,
|
37 |
+
"video_token_id": 151656,
|
38 |
+
"vision_config": {
|
39 |
+
"hidden_size": 1536,
|
40 |
+
"in_chans": 3,
|
41 |
+
"model_type": "qwen2_vl",
|
42 |
+
"spatial_patch_size": 14
|
43 |
+
},
|
44 |
+
"vision_end_token_id": 151653,
|
45 |
+
"vision_start_token_id": 151652,
|
46 |
+
"vision_token_id": 151654,
|
47 |
+
"vocab_size": 151936
|
48 |
+
}
|
checkpoint-18/generation_config.json
ADDED
@@ -0,0 +1,13 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"bos_token_id": 151643,
|
3 |
+
"do_sample": true,
|
4 |
+
"eos_token_id": [
|
5 |
+
151645,
|
6 |
+
151643
|
7 |
+
],
|
8 |
+
"pad_token_id": 151643,
|
9 |
+
"temperature": 0.01,
|
10 |
+
"top_k": 1,
|
11 |
+
"top_p": 0.001,
|
12 |
+
"transformers_version": "4.45.0"
|
13 |
+
}
|
checkpoint-18/merges.txt
ADDED
The diff for this file is too large to render.
See raw diff
|
|
checkpoint-18/model-00001-of-00002.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:72347b502bfe7704c3098dcf3c9447ecced92e90232e837cd638d5b1a7273470
|
3 |
+
size 4961855184
|
checkpoint-18/model-00002-of-00002.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:c02914a1eb884f385b5e6782837aae02a1df351bc83c9a0cf90115e7a4e945b4
|
3 |
+
size 2543623968
|
checkpoint-18/model.safetensors.index.json
ADDED
@@ -0,0 +1,736 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"metadata": {
|
3 |
+
"total_size": 7505399808
|
4 |
+
},
|
5 |
+
"weight_map": {
|
6 |
+
"model.embed_tokens.weight": "model-00001-of-00002.safetensors",
|
7 |
+
"model.layers.0.input_layernorm.weight": "model-00001-of-00002.safetensors",
|
8 |
+
"model.layers.0.mlp.down_proj.weight": "model-00001-of-00002.safetensors",
|
9 |
+
"model.layers.0.mlp.gate_proj.weight": "model-00001-of-00002.safetensors",
|
10 |
+
"model.layers.0.mlp.up_proj.weight": "model-00001-of-00002.safetensors",
|
11 |
+
"model.layers.0.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
|
12 |
+
"model.layers.0.self_attn.k_proj.bias": "model-00001-of-00002.safetensors",
|
13 |
+
"model.layers.0.self_attn.k_proj.weight": "model-00001-of-00002.safetensors",
|
14 |
+
"model.layers.0.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
|
15 |
+
"model.layers.0.self_attn.q_proj.bias": "model-00001-of-00002.safetensors",
|
16 |
+
"model.layers.0.self_attn.q_proj.weight": "model-00001-of-00002.safetensors",
|
17 |
+
"model.layers.0.self_attn.v_proj.bias": "model-00001-of-00002.safetensors",
|
18 |
+
"model.layers.0.self_attn.v_proj.weight": "model-00001-of-00002.safetensors",
|
19 |
+
"model.layers.1.input_layernorm.weight": "model-00001-of-00002.safetensors",
|
20 |
+
"model.layers.1.mlp.down_proj.weight": "model-00001-of-00002.safetensors",
|
21 |
+
"model.layers.1.mlp.gate_proj.weight": "model-00001-of-00002.safetensors",
|
22 |
+
"model.layers.1.mlp.up_proj.weight": "model-00001-of-00002.safetensors",
|
23 |
+
"model.layers.1.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
|
24 |
+
"model.layers.1.self_attn.k_proj.bias": "model-00001-of-00002.safetensors",
|
25 |
+
"model.layers.1.self_attn.k_proj.weight": "model-00001-of-00002.safetensors",
|
26 |
+
"model.layers.1.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
|
27 |
+
"model.layers.1.self_attn.q_proj.bias": "model-00001-of-00002.safetensors",
|
28 |
+
"model.layers.1.self_attn.q_proj.weight": "model-00001-of-00002.safetensors",
|
29 |
+
"model.layers.1.self_attn.v_proj.bias": "model-00001-of-00002.safetensors",
|
30 |
+
"model.layers.1.self_attn.v_proj.weight": "model-00001-of-00002.safetensors",
|
31 |
+
"model.layers.10.input_layernorm.weight": "model-00001-of-00002.safetensors",
|
32 |
+
"model.layers.10.mlp.down_proj.weight": "model-00001-of-00002.safetensors",
|
33 |
+
"model.layers.10.mlp.gate_proj.weight": "model-00001-of-00002.safetensors",
|
34 |
+
"model.layers.10.mlp.up_proj.weight": "model-00001-of-00002.safetensors",
|
35 |
+
"model.layers.10.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
|
36 |
+
"model.layers.10.self_attn.k_proj.bias": "model-00001-of-00002.safetensors",
|
37 |
+
"model.layers.10.self_attn.k_proj.weight": "model-00001-of-00002.safetensors",
|
38 |
+
"model.layers.10.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
|
39 |
+
"model.layers.10.self_attn.q_proj.bias": "model-00001-of-00002.safetensors",
|
40 |
+
"model.layers.10.self_attn.q_proj.weight": "model-00001-of-00002.safetensors",
|
41 |
+
"model.layers.10.self_attn.v_proj.bias": "model-00001-of-00002.safetensors",
|
42 |
+
"model.layers.10.self_attn.v_proj.weight": "model-00001-of-00002.safetensors",
|
43 |
+
"model.layers.11.input_layernorm.weight": "model-00001-of-00002.safetensors",
|
44 |
+
"model.layers.11.mlp.down_proj.weight": "model-00001-of-00002.safetensors",
|
45 |
+
"model.layers.11.mlp.gate_proj.weight": "model-00001-of-00002.safetensors",
|
46 |
+
"model.layers.11.mlp.up_proj.weight": "model-00001-of-00002.safetensors",
|
47 |
+
"model.layers.11.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
|
48 |
+
"model.layers.11.self_attn.k_proj.bias": "model-00001-of-00002.safetensors",
|
49 |
+
"model.layers.11.self_attn.k_proj.weight": "model-00001-of-00002.safetensors",
|
50 |
+
"model.layers.11.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
|
51 |
+
"model.layers.11.self_attn.q_proj.bias": "model-00001-of-00002.safetensors",
|
52 |
+
"model.layers.11.self_attn.q_proj.weight": "model-00001-of-00002.safetensors",
|
53 |
+
"model.layers.11.self_attn.v_proj.bias": "model-00001-of-00002.safetensors",
|
54 |
+
"model.layers.11.self_attn.v_proj.weight": "model-00001-of-00002.safetensors",
|
55 |
+
"model.layers.12.input_layernorm.weight": "model-00001-of-00002.safetensors",
|
56 |
+
"model.layers.12.mlp.down_proj.weight": "model-00001-of-00002.safetensors",
|
57 |
+
"model.layers.12.mlp.gate_proj.weight": "model-00001-of-00002.safetensors",
|
58 |
+
"model.layers.12.mlp.up_proj.weight": "model-00001-of-00002.safetensors",
|
59 |
+
"model.layers.12.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
|
60 |
+
"model.layers.12.self_attn.k_proj.bias": "model-00001-of-00002.safetensors",
|
61 |
+
"model.layers.12.self_attn.k_proj.weight": "model-00001-of-00002.safetensors",
|
62 |
+
"model.layers.12.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
|
63 |
+
"model.layers.12.self_attn.q_proj.bias": "model-00001-of-00002.safetensors",
|
64 |
+
"model.layers.12.self_attn.q_proj.weight": "model-00001-of-00002.safetensors",
|
65 |
+
"model.layers.12.self_attn.v_proj.bias": "model-00001-of-00002.safetensors",
|
66 |
+
"model.layers.12.self_attn.v_proj.weight": "model-00001-of-00002.safetensors",
|
67 |
+
"model.layers.13.input_layernorm.weight": "model-00001-of-00002.safetensors",
|
68 |
+
"model.layers.13.mlp.down_proj.weight": "model-00001-of-00002.safetensors",
|
69 |
+
"model.layers.13.mlp.gate_proj.weight": "model-00001-of-00002.safetensors",
|
70 |
+
"model.layers.13.mlp.up_proj.weight": "model-00001-of-00002.safetensors",
|
71 |
+
"model.layers.13.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
|
72 |
+
"model.layers.13.self_attn.k_proj.bias": "model-00001-of-00002.safetensors",
|
73 |
+
"model.layers.13.self_attn.k_proj.weight": "model-00001-of-00002.safetensors",
|
74 |
+
"model.layers.13.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
|
75 |
+
"model.layers.13.self_attn.q_proj.bias": "model-00001-of-00002.safetensors",
|
76 |
+
"model.layers.13.self_attn.q_proj.weight": "model-00001-of-00002.safetensors",
|
77 |
+
"model.layers.13.self_attn.v_proj.bias": "model-00001-of-00002.safetensors",
|
78 |
+
"model.layers.13.self_attn.v_proj.weight": "model-00001-of-00002.safetensors",
|
79 |
+
"model.layers.14.input_layernorm.weight": "model-00002-of-00002.safetensors",
|
80 |
+
"model.layers.14.mlp.down_proj.weight": "model-00002-of-00002.safetensors",
|
81 |
+
"model.layers.14.mlp.gate_proj.weight": "model-00001-of-00002.safetensors",
|
82 |
+
"model.layers.14.mlp.up_proj.weight": "model-00002-of-00002.safetensors",
|
83 |
+
"model.layers.14.post_attention_layernorm.weight": "model-00002-of-00002.safetensors",
|
84 |
+
"model.layers.14.self_attn.k_proj.bias": "model-00001-of-00002.safetensors",
|
85 |
+
"model.layers.14.self_attn.k_proj.weight": "model-00001-of-00002.safetensors",
|
86 |
+
"model.layers.14.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
|
87 |
+
"model.layers.14.self_attn.q_proj.bias": "model-00001-of-00002.safetensors",
|
88 |
+
"model.layers.14.self_attn.q_proj.weight": "model-00001-of-00002.safetensors",
|
89 |
+
"model.layers.14.self_attn.v_proj.bias": "model-00001-of-00002.safetensors",
|
90 |
+
"model.layers.14.self_attn.v_proj.weight": "model-00001-of-00002.safetensors",
|
91 |
+
"model.layers.15.input_layernorm.weight": "model-00002-of-00002.safetensors",
|
92 |
+
"model.layers.15.mlp.down_proj.weight": "model-00002-of-00002.safetensors",
|
93 |
+
"model.layers.15.mlp.gate_proj.weight": "model-00002-of-00002.safetensors",
|
94 |
+
"model.layers.15.mlp.up_proj.weight": "model-00002-of-00002.safetensors",
|
95 |
+
"model.layers.15.post_attention_layernorm.weight": "model-00002-of-00002.safetensors",
|
96 |
+
"model.layers.15.self_attn.k_proj.bias": "model-00002-of-00002.safetensors",
|
97 |
+
"model.layers.15.self_attn.k_proj.weight": "model-00002-of-00002.safetensors",
|
98 |
+
"model.layers.15.self_attn.o_proj.weight": "model-00002-of-00002.safetensors",
|
99 |
+
"model.layers.15.self_attn.q_proj.bias": "model-00002-of-00002.safetensors",
|
100 |
+
"model.layers.15.self_attn.q_proj.weight": "model-00002-of-00002.safetensors",
|
101 |
+
"model.layers.15.self_attn.v_proj.bias": "model-00002-of-00002.safetensors",
|
102 |
+
"model.layers.15.self_attn.v_proj.weight": "model-00002-of-00002.safetensors",
|
103 |
+
"model.layers.16.input_layernorm.weight": "model-00002-of-00002.safetensors",
|
104 |
+
"model.layers.16.mlp.down_proj.weight": "model-00002-of-00002.safetensors",
|
105 |
+
"model.layers.16.mlp.gate_proj.weight": "model-00002-of-00002.safetensors",
|
106 |
+
"model.layers.16.mlp.up_proj.weight": "model-00002-of-00002.safetensors",
|
107 |
+
"model.layers.16.post_attention_layernorm.weight": "model-00002-of-00002.safetensors",
|
108 |
+
"model.layers.16.self_attn.k_proj.bias": "model-00002-of-00002.safetensors",
|
109 |
+
"model.layers.16.self_attn.k_proj.weight": "model-00002-of-00002.safetensors",
|
110 |
+
"model.layers.16.self_attn.o_proj.weight": "model-00002-of-00002.safetensors",
|
111 |
+
"model.layers.16.self_attn.q_proj.bias": "model-00002-of-00002.safetensors",
|
112 |
+
"model.layers.16.self_attn.q_proj.weight": "model-00002-of-00002.safetensors",
|
113 |
+
"model.layers.16.self_attn.v_proj.bias": "model-00002-of-00002.safetensors",
|
114 |
+
"model.layers.16.self_attn.v_proj.weight": "model-00002-of-00002.safetensors",
|
115 |
+
"model.layers.17.input_layernorm.weight": "model-00002-of-00002.safetensors",
|
116 |
+
"model.layers.17.mlp.down_proj.weight": "model-00002-of-00002.safetensors",
|
117 |
+
"model.layers.17.mlp.gate_proj.weight": "model-00002-of-00002.safetensors",
|
118 |
+
"model.layers.17.mlp.up_proj.weight": "model-00002-of-00002.safetensors",
|
119 |
+
"model.layers.17.post_attention_layernorm.weight": "model-00002-of-00002.safetensors",
|
120 |
+
"model.layers.17.self_attn.k_proj.bias": "model-00002-of-00002.safetensors",
|
121 |
+
"model.layers.17.self_attn.k_proj.weight": "model-00002-of-00002.safetensors",
|
122 |
+
"model.layers.17.self_attn.o_proj.weight": "model-00002-of-00002.safetensors",
|
123 |
+
"model.layers.17.self_attn.q_proj.bias": "model-00002-of-00002.safetensors",
|
124 |
+
"model.layers.17.self_attn.q_proj.weight": "model-00002-of-00002.safetensors",
|
125 |
+
"model.layers.17.self_attn.v_proj.bias": "model-00002-of-00002.safetensors",
|
126 |
+
"model.layers.17.self_attn.v_proj.weight": "model-00002-of-00002.safetensors",
|
127 |
+
"model.layers.18.input_layernorm.weight": "model-00002-of-00002.safetensors",
|
128 |
+
"model.layers.18.mlp.down_proj.weight": "model-00002-of-00002.safetensors",
|
129 |
+
"model.layers.18.mlp.gate_proj.weight": "model-00002-of-00002.safetensors",
|
130 |
+
"model.layers.18.mlp.up_proj.weight": "model-00002-of-00002.safetensors",
|
131 |
+
"model.layers.18.post_attention_layernorm.weight": "model-00002-of-00002.safetensors",
|
132 |
+
"model.layers.18.self_attn.k_proj.bias": "model-00002-of-00002.safetensors",
|
133 |
+
"model.layers.18.self_attn.k_proj.weight": "model-00002-of-00002.safetensors",
|
134 |
+
"model.layers.18.self_attn.o_proj.weight": "model-00002-of-00002.safetensors",
|
135 |
+
"model.layers.18.self_attn.q_proj.bias": "model-00002-of-00002.safetensors",
|
136 |
+
"model.layers.18.self_attn.q_proj.weight": "model-00002-of-00002.safetensors",
|
137 |
+
"model.layers.18.self_attn.v_proj.bias": "model-00002-of-00002.safetensors",
|
138 |
+
"model.layers.18.self_attn.v_proj.weight": "model-00002-of-00002.safetensors",
|
139 |
+
"model.layers.19.input_layernorm.weight": "model-00002-of-00002.safetensors",
|
140 |
+
"model.layers.19.mlp.down_proj.weight": "model-00002-of-00002.safetensors",
|
141 |
+
"model.layers.19.mlp.gate_proj.weight": "model-00002-of-00002.safetensors",
|
142 |
+
"model.layers.19.mlp.up_proj.weight": "model-00002-of-00002.safetensors",
|
143 |
+
"model.layers.19.post_attention_layernorm.weight": "model-00002-of-00002.safetensors",
|
144 |
+
"model.layers.19.self_attn.k_proj.bias": "model-00002-of-00002.safetensors",
|
145 |
+
"model.layers.19.self_attn.k_proj.weight": "model-00002-of-00002.safetensors",
|
146 |
+
"model.layers.19.self_attn.o_proj.weight": "model-00002-of-00002.safetensors",
|
147 |
+
"model.layers.19.self_attn.q_proj.bias": "model-00002-of-00002.safetensors",
|
148 |
+
"model.layers.19.self_attn.q_proj.weight": "model-00002-of-00002.safetensors",
|
149 |
+
"model.layers.19.self_attn.v_proj.bias": "model-00002-of-00002.safetensors",
|
150 |
+
"model.layers.19.self_attn.v_proj.weight": "model-00002-of-00002.safetensors",
|
151 |
+
"model.layers.2.input_layernorm.weight": "model-00001-of-00002.safetensors",
|
152 |
+
"model.layers.2.mlp.down_proj.weight": "model-00001-of-00002.safetensors",
|
153 |
+
"model.layers.2.mlp.gate_proj.weight": "model-00001-of-00002.safetensors",
|
154 |
+
"model.layers.2.mlp.up_proj.weight": "model-00001-of-00002.safetensors",
|
155 |
+
"model.layers.2.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
|
156 |
+
"model.layers.2.self_attn.k_proj.bias": "model-00001-of-00002.safetensors",
|
157 |
+
"model.layers.2.self_attn.k_proj.weight": "model-00001-of-00002.safetensors",
|
158 |
+
"model.layers.2.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
|
159 |
+
"model.layers.2.self_attn.q_proj.bias": "model-00001-of-00002.safetensors",
|
160 |
+
"model.layers.2.self_attn.q_proj.weight": "model-00001-of-00002.safetensors",
|
161 |
+
"model.layers.2.self_attn.v_proj.bias": "model-00001-of-00002.safetensors",
|
162 |
+
"model.layers.2.self_attn.v_proj.weight": "model-00001-of-00002.safetensors",
|
163 |
+
"model.layers.20.input_layernorm.weight": "model-00002-of-00002.safetensors",
|
164 |
+
"model.layers.20.mlp.down_proj.weight": "model-00002-of-00002.safetensors",
|
165 |
+
"model.layers.20.mlp.gate_proj.weight": "model-00002-of-00002.safetensors",
|
166 |
+
"model.layers.20.mlp.up_proj.weight": "model-00002-of-00002.safetensors",
|
167 |
+
"model.layers.20.post_attention_layernorm.weight": "model-00002-of-00002.safetensors",
|
168 |
+
"model.layers.20.self_attn.k_proj.bias": "model-00002-of-00002.safetensors",
|
169 |
+
"model.layers.20.self_attn.k_proj.weight": "model-00002-of-00002.safetensors",
|
170 |
+
"model.layers.20.self_attn.o_proj.weight": "model-00002-of-00002.safetensors",
|
171 |
+
"model.layers.20.self_attn.q_proj.bias": "model-00002-of-00002.safetensors",
|
172 |
+
"model.layers.20.self_attn.q_proj.weight": "model-00002-of-00002.safetensors",
|
173 |
+
"model.layers.20.self_attn.v_proj.bias": "model-00002-of-00002.safetensors",
|
174 |
+
"model.layers.20.self_attn.v_proj.weight": "model-00002-of-00002.safetensors",
|
175 |
+
"model.layers.21.input_layernorm.weight": "model-00002-of-00002.safetensors",
|
176 |
+
"model.layers.21.mlp.down_proj.weight": "model-00002-of-00002.safetensors",
|
177 |
+
"model.layers.21.mlp.gate_proj.weight": "model-00002-of-00002.safetensors",
|
178 |
+
"model.layers.21.mlp.up_proj.weight": "model-00002-of-00002.safetensors",
|
179 |
+
"model.layers.21.post_attention_layernorm.weight": "model-00002-of-00002.safetensors",
|
180 |
+
"model.layers.21.self_attn.k_proj.bias": "model-00002-of-00002.safetensors",
|
181 |
+
"model.layers.21.self_attn.k_proj.weight": "model-00002-of-00002.safetensors",
|
182 |
+
"model.layers.21.self_attn.o_proj.weight": "model-00002-of-00002.safetensors",
|
183 |
+
"model.layers.21.self_attn.q_proj.bias": "model-00002-of-00002.safetensors",
|
184 |
+
"model.layers.21.self_attn.q_proj.weight": "model-00002-of-00002.safetensors",
|
185 |
+
"model.layers.21.self_attn.v_proj.bias": "model-00002-of-00002.safetensors",
|
186 |
+
"model.layers.21.self_attn.v_proj.weight": "model-00002-of-00002.safetensors",
|
187 |
+
"model.layers.22.input_layernorm.weight": "model-00002-of-00002.safetensors",
|
188 |
+
"model.layers.22.mlp.down_proj.weight": "model-00002-of-00002.safetensors",
|
189 |
+
"model.layers.22.mlp.gate_proj.weight": "model-00002-of-00002.safetensors",
|
190 |
+
"model.layers.22.mlp.up_proj.weight": "model-00002-of-00002.safetensors",
|
191 |
+
"model.layers.22.post_attention_layernorm.weight": "model-00002-of-00002.safetensors",
|
192 |
+
"model.layers.22.self_attn.k_proj.bias": "model-00002-of-00002.safetensors",
|
193 |
+
"model.layers.22.self_attn.k_proj.weight": "model-00002-of-00002.safetensors",
|
194 |
+
"model.layers.22.self_attn.o_proj.weight": "model-00002-of-00002.safetensors",
|
195 |
+
"model.layers.22.self_attn.q_proj.bias": "model-00002-of-00002.safetensors",
|
196 |
+
"model.layers.22.self_attn.q_proj.weight": "model-00002-of-00002.safetensors",
|
197 |
+
"model.layers.22.self_attn.v_proj.bias": "model-00002-of-00002.safetensors",
|
198 |
+
"model.layers.22.self_attn.v_proj.weight": "model-00002-of-00002.safetensors",
|
199 |
+
"model.layers.23.input_layernorm.weight": "model-00002-of-00002.safetensors",
|
200 |
+
"model.layers.23.mlp.down_proj.weight": "model-00002-of-00002.safetensors",
|
201 |
+
"model.layers.23.mlp.gate_proj.weight": "model-00002-of-00002.safetensors",
|
202 |
+
"model.layers.23.mlp.up_proj.weight": "model-00002-of-00002.safetensors",
|
203 |
+
"model.layers.23.post_attention_layernorm.weight": "model-00002-of-00002.safetensors",
|
204 |
+
"model.layers.23.self_attn.k_proj.bias": "model-00002-of-00002.safetensors",
|
205 |
+
"model.layers.23.self_attn.k_proj.weight": "model-00002-of-00002.safetensors",
|
206 |
+
"model.layers.23.self_attn.o_proj.weight": "model-00002-of-00002.safetensors",
|
207 |
+
"model.layers.23.self_attn.q_proj.bias": "model-00002-of-00002.safetensors",
|
208 |
+
"model.layers.23.self_attn.q_proj.weight": "model-00002-of-00002.safetensors",
|
209 |
+
"model.layers.23.self_attn.v_proj.bias": "model-00002-of-00002.safetensors",
|
210 |
+
"model.layers.23.self_attn.v_proj.weight": "model-00002-of-00002.safetensors",
|
211 |
+
"model.layers.24.input_layernorm.weight": "model-00002-of-00002.safetensors",
|
212 |
+
"model.layers.24.mlp.down_proj.weight": "model-00002-of-00002.safetensors",
|
213 |
+
"model.layers.24.mlp.gate_proj.weight": "model-00002-of-00002.safetensors",
|
214 |
+
"model.layers.24.mlp.up_proj.weight": "model-00002-of-00002.safetensors",
|
215 |
+
"model.layers.24.post_attention_layernorm.weight": "model-00002-of-00002.safetensors",
|
216 |
+
"model.layers.24.self_attn.k_proj.bias": "model-00002-of-00002.safetensors",
|
217 |
+
"model.layers.24.self_attn.k_proj.weight": "model-00002-of-00002.safetensors",
|
218 |
+
"model.layers.24.self_attn.o_proj.weight": "model-00002-of-00002.safetensors",
|
219 |
+
"model.layers.24.self_attn.q_proj.bias": "model-00002-of-00002.safetensors",
|
220 |
+
"model.layers.24.self_attn.q_proj.weight": "model-00002-of-00002.safetensors",
|
221 |
+
"model.layers.24.self_attn.v_proj.bias": "model-00002-of-00002.safetensors",
|
222 |
+
"model.layers.24.self_attn.v_proj.weight": "model-00002-of-00002.safetensors",
|
223 |
+
"model.layers.25.input_layernorm.weight": "model-00002-of-00002.safetensors",
|
224 |
+
"model.layers.25.mlp.down_proj.weight": "model-00002-of-00002.safetensors",
|
225 |
+
"model.layers.25.mlp.gate_proj.weight": "model-00002-of-00002.safetensors",
|
226 |
+
"model.layers.25.mlp.up_proj.weight": "model-00002-of-00002.safetensors",
|
227 |
+
"model.layers.25.post_attention_layernorm.weight": "model-00002-of-00002.safetensors",
|
228 |
+
"model.layers.25.self_attn.k_proj.bias": "model-00002-of-00002.safetensors",
|
229 |
+
"model.layers.25.self_attn.k_proj.weight": "model-00002-of-00002.safetensors",
|
230 |
+
"model.layers.25.self_attn.o_proj.weight": "model-00002-of-00002.safetensors",
|
231 |
+
"model.layers.25.self_attn.q_proj.bias": "model-00002-of-00002.safetensors",
|
232 |
+
"model.layers.25.self_attn.q_proj.weight": "model-00002-of-00002.safetensors",
|
233 |
+
"model.layers.25.self_attn.v_proj.bias": "model-00002-of-00002.safetensors",
|
234 |
+
"model.layers.25.self_attn.v_proj.weight": "model-00002-of-00002.safetensors",
|
235 |
+
"model.layers.26.input_layernorm.weight": "model-00002-of-00002.safetensors",
|
236 |
+
"model.layers.26.mlp.down_proj.weight": "model-00002-of-00002.safetensors",
|
237 |
+
"model.layers.26.mlp.gate_proj.weight": "model-00002-of-00002.safetensors",
|
238 |
+
"model.layers.26.mlp.up_proj.weight": "model-00002-of-00002.safetensors",
|
239 |
+
"model.layers.26.post_attention_layernorm.weight": "model-00002-of-00002.safetensors",
|
240 |
+
"model.layers.26.self_attn.k_proj.bias": "model-00002-of-00002.safetensors",
|
241 |
+
"model.layers.26.self_attn.k_proj.weight": "model-00002-of-00002.safetensors",
|
242 |
+
"model.layers.26.self_attn.o_proj.weight": "model-00002-of-00002.safetensors",
|
243 |
+
"model.layers.26.self_attn.q_proj.bias": "model-00002-of-00002.safetensors",
|
244 |
+
"model.layers.26.self_attn.q_proj.weight": "model-00002-of-00002.safetensors",
|
245 |
+
"model.layers.26.self_attn.v_proj.bias": "model-00002-of-00002.safetensors",
|
246 |
+
"model.layers.26.self_attn.v_proj.weight": "model-00002-of-00002.safetensors",
|
247 |
+
"model.layers.27.input_layernorm.weight": "model-00002-of-00002.safetensors",
|
248 |
+
"model.layers.27.mlp.down_proj.weight": "model-00002-of-00002.safetensors",
|
249 |
+
"model.layers.27.mlp.gate_proj.weight": "model-00002-of-00002.safetensors",
|
250 |
+
"model.layers.27.mlp.up_proj.weight": "model-00002-of-00002.safetensors",
|
251 |
+
"model.layers.27.post_attention_layernorm.weight": "model-00002-of-00002.safetensors",
|
252 |
+
"model.layers.27.self_attn.k_proj.bias": "model-00002-of-00002.safetensors",
|
253 |
+
"model.layers.27.self_attn.k_proj.weight": "model-00002-of-00002.safetensors",
|
254 |
+
"model.layers.27.self_attn.o_proj.weight": "model-00002-of-00002.safetensors",
|
255 |
+
"model.layers.27.self_attn.q_proj.bias": "model-00002-of-00002.safetensors",
|
256 |
+
"model.layers.27.self_attn.q_proj.weight": "model-00002-of-00002.safetensors",
|
257 |
+
"model.layers.27.self_attn.v_proj.bias": "model-00002-of-00002.safetensors",
|
258 |
+
"model.layers.27.self_attn.v_proj.weight": "model-00002-of-00002.safetensors",
|
259 |
+
"model.layers.3.input_layernorm.weight": "model-00001-of-00002.safetensors",
|
260 |
+
"model.layers.3.mlp.down_proj.weight": "model-00001-of-00002.safetensors",
|
261 |
+
"model.layers.3.mlp.gate_proj.weight": "model-00001-of-00002.safetensors",
|
262 |
+
"model.layers.3.mlp.up_proj.weight": "model-00001-of-00002.safetensors",
|
263 |
+
"model.layers.3.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
|
264 |
+
"model.layers.3.self_attn.k_proj.bias": "model-00001-of-00002.safetensors",
|
265 |
+
"model.layers.3.self_attn.k_proj.weight": "model-00001-of-00002.safetensors",
|
266 |
+
"model.layers.3.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
|
267 |
+
"model.layers.3.self_attn.q_proj.bias": "model-00001-of-00002.safetensors",
|
268 |
+
"model.layers.3.self_attn.q_proj.weight": "model-00001-of-00002.safetensors",
|
269 |
+
"model.layers.3.self_attn.v_proj.bias": "model-00001-of-00002.safetensors",
|
270 |
+
"model.layers.3.self_attn.v_proj.weight": "model-00001-of-00002.safetensors",
|
271 |
+
"model.layers.4.input_layernorm.weight": "model-00001-of-00002.safetensors",
|
272 |
+
"model.layers.4.mlp.down_proj.weight": "model-00001-of-00002.safetensors",
|
273 |
+
"model.layers.4.mlp.gate_proj.weight": "model-00001-of-00002.safetensors",
|
274 |
+
"model.layers.4.mlp.up_proj.weight": "model-00001-of-00002.safetensors",
|
275 |
+
"model.layers.4.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
|
276 |
+
"model.layers.4.self_attn.k_proj.bias": "model-00001-of-00002.safetensors",
|
277 |
+
"model.layers.4.self_attn.k_proj.weight": "model-00001-of-00002.safetensors",
|
278 |
+
"model.layers.4.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
|
279 |
+
"model.layers.4.self_attn.q_proj.bias": "model-00001-of-00002.safetensors",
|
280 |
+
"model.layers.4.self_attn.q_proj.weight": "model-00001-of-00002.safetensors",
|
281 |
+
"model.layers.4.self_attn.v_proj.bias": "model-00001-of-00002.safetensors",
|
282 |
+
"model.layers.4.self_attn.v_proj.weight": "model-00001-of-00002.safetensors",
|
283 |
+
"model.layers.5.input_layernorm.weight": "model-00001-of-00002.safetensors",
|
284 |
+
"model.layers.5.mlp.down_proj.weight": "model-00001-of-00002.safetensors",
|
285 |
+
"model.layers.5.mlp.gate_proj.weight": "model-00001-of-00002.safetensors",
|
286 |
+
"model.layers.5.mlp.up_proj.weight": "model-00001-of-00002.safetensors",
|
287 |
+
"model.layers.5.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
|
288 |
+
"model.layers.5.self_attn.k_proj.bias": "model-00001-of-00002.safetensors",
|
289 |
+
"model.layers.5.self_attn.k_proj.weight": "model-00001-of-00002.safetensors",
|
290 |
+
"model.layers.5.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
|
291 |
+
"model.layers.5.self_attn.q_proj.bias": "model-00001-of-00002.safetensors",
|
292 |
+
"model.layers.5.self_attn.q_proj.weight": "model-00001-of-00002.safetensors",
|
293 |
+
"model.layers.5.self_attn.v_proj.bias": "model-00001-of-00002.safetensors",
|
294 |
+
"model.layers.5.self_attn.v_proj.weight": "model-00001-of-00002.safetensors",
|
295 |
+
"model.layers.6.input_layernorm.weight": "model-00001-of-00002.safetensors",
|
296 |
+
"model.layers.6.mlp.down_proj.weight": "model-00001-of-00002.safetensors",
|
297 |
+
"model.layers.6.mlp.gate_proj.weight": "model-00001-of-00002.safetensors",
|
298 |
+
"model.layers.6.mlp.up_proj.weight": "model-00001-of-00002.safetensors",
|
299 |
+
"model.layers.6.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
|
300 |
+
"model.layers.6.self_attn.k_proj.bias": "model-00001-of-00002.safetensors",
|
301 |
+
"model.layers.6.self_attn.k_proj.weight": "model-00001-of-00002.safetensors",
|
302 |
+
"model.layers.6.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
|
303 |
+
"model.layers.6.self_attn.q_proj.bias": "model-00001-of-00002.safetensors",
|
304 |
+
"model.layers.6.self_attn.q_proj.weight": "model-00001-of-00002.safetensors",
|
305 |
+
"model.layers.6.self_attn.v_proj.bias": "model-00001-of-00002.safetensors",
|
306 |
+
"model.layers.6.self_attn.v_proj.weight": "model-00001-of-00002.safetensors",
|
307 |
+
"model.layers.7.input_layernorm.weight": "model-00001-of-00002.safetensors",
|
308 |
+
"model.layers.7.mlp.down_proj.weight": "model-00001-of-00002.safetensors",
|
309 |
+
"model.layers.7.mlp.gate_proj.weight": "model-00001-of-00002.safetensors",
|
310 |
+
"model.layers.7.mlp.up_proj.weight": "model-00001-of-00002.safetensors",
|
311 |
+
"model.layers.7.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
|
312 |
+
"model.layers.7.self_attn.k_proj.bias": "model-00001-of-00002.safetensors",
|
313 |
+
"model.layers.7.self_attn.k_proj.weight": "model-00001-of-00002.safetensors",
|
314 |
+
"model.layers.7.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
|
315 |
+
"model.layers.7.self_attn.q_proj.bias": "model-00001-of-00002.safetensors",
|
316 |
+
"model.layers.7.self_attn.q_proj.weight": "model-00001-of-00002.safetensors",
|
317 |
+
"model.layers.7.self_attn.v_proj.bias": "model-00001-of-00002.safetensors",
|
318 |
+
"model.layers.7.self_attn.v_proj.weight": "model-00001-of-00002.safetensors",
|
319 |
+
"model.layers.8.input_layernorm.weight": "model-00001-of-00002.safetensors",
|
320 |
+
"model.layers.8.mlp.down_proj.weight": "model-00001-of-00002.safetensors",
|
321 |
+
"model.layers.8.mlp.gate_proj.weight": "model-00001-of-00002.safetensors",
|
322 |
+
"model.layers.8.mlp.up_proj.weight": "model-00001-of-00002.safetensors",
|
323 |
+
"model.layers.8.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
|
324 |
+
"model.layers.8.self_attn.k_proj.bias": "model-00001-of-00002.safetensors",
|
325 |
+
"model.layers.8.self_attn.k_proj.weight": "model-00001-of-00002.safetensors",
|
326 |
+
"model.layers.8.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
|
327 |
+
"model.layers.8.self_attn.q_proj.bias": "model-00001-of-00002.safetensors",
|
328 |
+
"model.layers.8.self_attn.q_proj.weight": "model-00001-of-00002.safetensors",
|
329 |
+
"model.layers.8.self_attn.v_proj.bias": "model-00001-of-00002.safetensors",
|
330 |
+
"model.layers.8.self_attn.v_proj.weight": "model-00001-of-00002.safetensors",
|
331 |
+
"model.layers.9.input_layernorm.weight": "model-00001-of-00002.safetensors",
|
332 |
+
"model.layers.9.mlp.down_proj.weight": "model-00001-of-00002.safetensors",
|
333 |
+
"model.layers.9.mlp.gate_proj.weight": "model-00001-of-00002.safetensors",
|
334 |
+
"model.layers.9.mlp.up_proj.weight": "model-00001-of-00002.safetensors",
|
335 |
+
"model.layers.9.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
|
336 |
+
"model.layers.9.self_attn.k_proj.bias": "model-00001-of-00002.safetensors",
|
337 |
+
"model.layers.9.self_attn.k_proj.weight": "model-00001-of-00002.safetensors",
|
338 |
+
"model.layers.9.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
|
339 |
+
"model.layers.9.self_attn.q_proj.bias": "model-00001-of-00002.safetensors",
|
340 |
+
"model.layers.9.self_attn.q_proj.weight": "model-00001-of-00002.safetensors",
|
341 |
+
"model.layers.9.self_attn.v_proj.bias": "model-00001-of-00002.safetensors",
|
342 |
+
"model.layers.9.self_attn.v_proj.weight": "model-00001-of-00002.safetensors",
|
343 |
+
"model.norm.weight": "model-00002-of-00002.safetensors",
|
344 |
+
"visual.blocks.0.attn.proj.bias": "model-00001-of-00002.safetensors",
|
345 |
+
"visual.blocks.0.attn.proj.weight": "model-00001-of-00002.safetensors",
|
346 |
+
"visual.blocks.0.attn.qkv.bias": "model-00001-of-00002.safetensors",
|
347 |
+
"visual.blocks.0.attn.qkv.weight": "model-00001-of-00002.safetensors",
|
348 |
+
"visual.blocks.0.mlp.fc1.bias": "model-00001-of-00002.safetensors",
|
349 |
+
"visual.blocks.0.mlp.fc1.weight": "model-00001-of-00002.safetensors",
|
350 |
+
"visual.blocks.0.mlp.fc2.bias": "model-00001-of-00002.safetensors",
|
351 |
+
"visual.blocks.0.mlp.fc2.weight": "model-00001-of-00002.safetensors",
|
352 |
+
"visual.blocks.0.norm1.bias": "model-00001-of-00002.safetensors",
|
353 |
+
"visual.blocks.0.norm1.weight": "model-00001-of-00002.safetensors",
|
354 |
+
"visual.blocks.0.norm2.bias": "model-00001-of-00002.safetensors",
|
355 |
+
"visual.blocks.0.norm2.weight": "model-00001-of-00002.safetensors",
|
356 |
+
"visual.blocks.1.attn.proj.bias": "model-00001-of-00002.safetensors",
|
357 |
+
"visual.blocks.1.attn.proj.weight": "model-00001-of-00002.safetensors",
|
358 |
+
"visual.blocks.1.attn.qkv.bias": "model-00001-of-00002.safetensors",
|
359 |
+
"visual.blocks.1.attn.qkv.weight": "model-00001-of-00002.safetensors",
|
360 |
+
"visual.blocks.1.mlp.fc1.bias": "model-00001-of-00002.safetensors",
|
361 |
+
"visual.blocks.1.mlp.fc1.weight": "model-00001-of-00002.safetensors",
|
362 |
+
"visual.blocks.1.mlp.fc2.bias": "model-00001-of-00002.safetensors",
|
363 |
+
"visual.blocks.1.mlp.fc2.weight": "model-00001-of-00002.safetensors",
|
364 |
+
"visual.blocks.1.norm1.bias": "model-00001-of-00002.safetensors",
|
365 |
+
"visual.blocks.1.norm1.weight": "model-00001-of-00002.safetensors",
|
366 |
+
"visual.blocks.1.norm2.bias": "model-00001-of-00002.safetensors",
|
367 |
+
"visual.blocks.1.norm2.weight": "model-00001-of-00002.safetensors",
|
368 |
+
"visual.blocks.10.attn.proj.bias": "model-00001-of-00002.safetensors",
|
369 |
+
"visual.blocks.10.attn.proj.weight": "model-00001-of-00002.safetensors",
|
370 |
+
"visual.blocks.10.attn.qkv.bias": "model-00001-of-00002.safetensors",
|
371 |
+
"visual.blocks.10.attn.qkv.weight": "model-00001-of-00002.safetensors",
|
372 |
+
"visual.blocks.10.mlp.fc1.bias": "model-00001-of-00002.safetensors",
|
373 |
+
"visual.blocks.10.mlp.fc1.weight": "model-00001-of-00002.safetensors",
|
374 |
+
"visual.blocks.10.mlp.fc2.bias": "model-00001-of-00002.safetensors",
|
375 |
+
"visual.blocks.10.mlp.fc2.weight": "model-00001-of-00002.safetensors",
|
376 |
+
"visual.blocks.10.norm1.bias": "model-00001-of-00002.safetensors",
|
377 |
+
"visual.blocks.10.norm1.weight": "model-00001-of-00002.safetensors",
|
378 |
+
"visual.blocks.10.norm2.bias": "model-00001-of-00002.safetensors",
|
379 |
+
"visual.blocks.10.norm2.weight": "model-00001-of-00002.safetensors",
|
380 |
+
"visual.blocks.11.attn.proj.bias": "model-00001-of-00002.safetensors",
|
381 |
+
"visual.blocks.11.attn.proj.weight": "model-00001-of-00002.safetensors",
|
382 |
+
"visual.blocks.11.attn.qkv.bias": "model-00001-of-00002.safetensors",
|
383 |
+
"visual.blocks.11.attn.qkv.weight": "model-00001-of-00002.safetensors",
|
384 |
+
"visual.blocks.11.mlp.fc1.bias": "model-00001-of-00002.safetensors",
|
385 |
+
"visual.blocks.11.mlp.fc1.weight": "model-00001-of-00002.safetensors",
|
386 |
+
"visual.blocks.11.mlp.fc2.bias": "model-00001-of-00002.safetensors",
|
387 |
+
"visual.blocks.11.mlp.fc2.weight": "model-00001-of-00002.safetensors",
|
388 |
+
"visual.blocks.11.norm1.bias": "model-00001-of-00002.safetensors",
|
389 |
+
"visual.blocks.11.norm1.weight": "model-00001-of-00002.safetensors",
|
390 |
+
"visual.blocks.11.norm2.bias": "model-00001-of-00002.safetensors",
|
391 |
+
"visual.blocks.11.norm2.weight": "model-00001-of-00002.safetensors",
|
392 |
+
"visual.blocks.12.attn.proj.bias": "model-00001-of-00002.safetensors",
|
393 |
+
"visual.blocks.12.attn.proj.weight": "model-00001-of-00002.safetensors",
|
394 |
+
"visual.blocks.12.attn.qkv.bias": "model-00001-of-00002.safetensors",
|
395 |
+
"visual.blocks.12.attn.qkv.weight": "model-00001-of-00002.safetensors",
|
396 |
+
"visual.blocks.12.mlp.fc1.bias": "model-00001-of-00002.safetensors",
|
397 |
+
"visual.blocks.12.mlp.fc1.weight": "model-00001-of-00002.safetensors",
|
398 |
+
"visual.blocks.12.mlp.fc2.bias": "model-00001-of-00002.safetensors",
|
399 |
+
"visual.blocks.12.mlp.fc2.weight": "model-00001-of-00002.safetensors",
|
400 |
+
"visual.blocks.12.norm1.bias": "model-00001-of-00002.safetensors",
|
401 |
+
"visual.blocks.12.norm1.weight": "model-00001-of-00002.safetensors",
|
402 |
+
"visual.blocks.12.norm2.bias": "model-00001-of-00002.safetensors",
|
403 |
+
"visual.blocks.12.norm2.weight": "model-00001-of-00002.safetensors",
|
404 |
+
"visual.blocks.13.attn.proj.bias": "model-00001-of-00002.safetensors",
|
405 |
+
"visual.blocks.13.attn.proj.weight": "model-00001-of-00002.safetensors",
|
406 |
+
"visual.blocks.13.attn.qkv.bias": "model-00001-of-00002.safetensors",
|
407 |
+
"visual.blocks.13.attn.qkv.weight": "model-00001-of-00002.safetensors",
|
408 |
+
"visual.blocks.13.mlp.fc1.bias": "model-00001-of-00002.safetensors",
|
409 |
+
"visual.blocks.13.mlp.fc1.weight": "model-00001-of-00002.safetensors",
|
410 |
+
"visual.blocks.13.mlp.fc2.bias": "model-00001-of-00002.safetensors",
|
411 |
+
"visual.blocks.13.mlp.fc2.weight": "model-00001-of-00002.safetensors",
|
412 |
+
"visual.blocks.13.norm1.bias": "model-00001-of-00002.safetensors",
|
413 |
+
"visual.blocks.13.norm1.weight": "model-00001-of-00002.safetensors",
|
414 |
+
"visual.blocks.13.norm2.bias": "model-00001-of-00002.safetensors",
|
415 |
+
"visual.blocks.13.norm2.weight": "model-00001-of-00002.safetensors",
|
416 |
+
"visual.blocks.14.attn.proj.bias": "model-00001-of-00002.safetensors",
|
417 |
+
"visual.blocks.14.attn.proj.weight": "model-00001-of-00002.safetensors",
|
418 |
+
"visual.blocks.14.attn.qkv.bias": "model-00001-of-00002.safetensors",
|
419 |
+
"visual.blocks.14.attn.qkv.weight": "model-00001-of-00002.safetensors",
|
420 |
+
"visual.blocks.14.mlp.fc1.bias": "model-00001-of-00002.safetensors",
|
421 |
+
"visual.blocks.14.mlp.fc1.weight": "model-00001-of-00002.safetensors",
|
422 |
+
"visual.blocks.14.mlp.fc2.bias": "model-00001-of-00002.safetensors",
|
423 |
+
"visual.blocks.14.mlp.fc2.weight": "model-00001-of-00002.safetensors",
|
424 |
+
"visual.blocks.14.norm1.bias": "model-00001-of-00002.safetensors",
|
425 |
+
"visual.blocks.14.norm1.weight": "model-00001-of-00002.safetensors",
|
426 |
+
"visual.blocks.14.norm2.bias": "model-00001-of-00002.safetensors",
|
427 |
+
"visual.blocks.14.norm2.weight": "model-00001-of-00002.safetensors",
|
428 |
+
"visual.blocks.15.attn.proj.bias": "model-00001-of-00002.safetensors",
|
429 |
+
"visual.blocks.15.attn.proj.weight": "model-00001-of-00002.safetensors",
|
430 |
+
"visual.blocks.15.attn.qkv.bias": "model-00001-of-00002.safetensors",
|
431 |
+
"visual.blocks.15.attn.qkv.weight": "model-00001-of-00002.safetensors",
|
432 |
+
"visual.blocks.15.mlp.fc1.bias": "model-00001-of-00002.safetensors",
|
433 |
+
"visual.blocks.15.mlp.fc1.weight": "model-00001-of-00002.safetensors",
|
434 |
+
"visual.blocks.15.mlp.fc2.bias": "model-00001-of-00002.safetensors",
|
435 |
+
"visual.blocks.15.mlp.fc2.weight": "model-00001-of-00002.safetensors",
|
436 |
+
"visual.blocks.15.norm1.bias": "model-00001-of-00002.safetensors",
|
437 |
+
"visual.blocks.15.norm1.weight": "model-00001-of-00002.safetensors",
|
438 |
+
"visual.blocks.15.norm2.bias": "model-00001-of-00002.safetensors",
|
439 |
+
"visual.blocks.15.norm2.weight": "model-00001-of-00002.safetensors",
|
440 |
+
"visual.blocks.16.attn.proj.bias": "model-00001-of-00002.safetensors",
|
441 |
+
"visual.blocks.16.attn.proj.weight": "model-00001-of-00002.safetensors",
|
442 |
+
"visual.blocks.16.attn.qkv.bias": "model-00001-of-00002.safetensors",
|
443 |
+
"visual.blocks.16.attn.qkv.weight": "model-00001-of-00002.safetensors",
|
444 |
+
"visual.blocks.16.mlp.fc1.bias": "model-00001-of-00002.safetensors",
|
445 |
+
"visual.blocks.16.mlp.fc1.weight": "model-00001-of-00002.safetensors",
|
446 |
+
"visual.blocks.16.mlp.fc2.bias": "model-00001-of-00002.safetensors",
|
447 |
+
"visual.blocks.16.mlp.fc2.weight": "model-00001-of-00002.safetensors",
|
448 |
+
"visual.blocks.16.norm1.bias": "model-00001-of-00002.safetensors",
|
449 |
+
"visual.blocks.16.norm1.weight": "model-00001-of-00002.safetensors",
|
450 |
+
"visual.blocks.16.norm2.bias": "model-00001-of-00002.safetensors",
|
451 |
+
"visual.blocks.16.norm2.weight": "model-00001-of-00002.safetensors",
|
452 |
+
"visual.blocks.17.attn.proj.bias": "model-00001-of-00002.safetensors",
|
453 |
+
"visual.blocks.17.attn.proj.weight": "model-00001-of-00002.safetensors",
|
454 |
+
"visual.blocks.17.attn.qkv.bias": "model-00001-of-00002.safetensors",
|
455 |
+
"visual.blocks.17.attn.qkv.weight": "model-00001-of-00002.safetensors",
|
456 |
+
"visual.blocks.17.mlp.fc1.bias": "model-00001-of-00002.safetensors",
|
457 |
+
"visual.blocks.17.mlp.fc1.weight": "model-00001-of-00002.safetensors",
|
458 |
+
"visual.blocks.17.mlp.fc2.bias": "model-00001-of-00002.safetensors",
|
459 |
+
"visual.blocks.17.mlp.fc2.weight": "model-00001-of-00002.safetensors",
|
460 |
+
"visual.blocks.17.norm1.bias": "model-00001-of-00002.safetensors",
|
461 |
+
"visual.blocks.17.norm1.weight": "model-00001-of-00002.safetensors",
|
462 |
+
"visual.blocks.17.norm2.bias": "model-00001-of-00002.safetensors",
|
463 |
+
"visual.blocks.17.norm2.weight": "model-00001-of-00002.safetensors",
|
464 |
+
"visual.blocks.18.attn.proj.bias": "model-00001-of-00002.safetensors",
|
465 |
+
"visual.blocks.18.attn.proj.weight": "model-00001-of-00002.safetensors",
|
466 |
+
"visual.blocks.18.attn.qkv.bias": "model-00001-of-00002.safetensors",
|
467 |
+
"visual.blocks.18.attn.qkv.weight": "model-00001-of-00002.safetensors",
|
468 |
+
"visual.blocks.18.mlp.fc1.bias": "model-00001-of-00002.safetensors",
|
469 |
+
"visual.blocks.18.mlp.fc1.weight": "model-00001-of-00002.safetensors",
|
470 |
+
"visual.blocks.18.mlp.fc2.bias": "model-00001-of-00002.safetensors",
|
471 |
+
"visual.blocks.18.mlp.fc2.weight": "model-00001-of-00002.safetensors",
|
472 |
+
"visual.blocks.18.norm1.bias": "model-00001-of-00002.safetensors",
|
473 |
+
"visual.blocks.18.norm1.weight": "model-00001-of-00002.safetensors",
|
474 |
+
"visual.blocks.18.norm2.bias": "model-00001-of-00002.safetensors",
|
475 |
+
"visual.blocks.18.norm2.weight": "model-00001-of-00002.safetensors",
|
476 |
+
"visual.blocks.19.attn.proj.bias": "model-00001-of-00002.safetensors",
|
477 |
+
"visual.blocks.19.attn.proj.weight": "model-00001-of-00002.safetensors",
|
478 |
+
"visual.blocks.19.attn.qkv.bias": "model-00001-of-00002.safetensors",
|
479 |
+
"visual.blocks.19.attn.qkv.weight": "model-00001-of-00002.safetensors",
|
480 |
+
"visual.blocks.19.mlp.fc1.bias": "model-00001-of-00002.safetensors",
|
481 |
+
"visual.blocks.19.mlp.fc1.weight": "model-00001-of-00002.safetensors",
|
482 |
+
"visual.blocks.19.mlp.fc2.bias": "model-00001-of-00002.safetensors",
|
483 |
+
"visual.blocks.19.mlp.fc2.weight": "model-00001-of-00002.safetensors",
|
484 |
+
"visual.blocks.19.norm1.bias": "model-00001-of-00002.safetensors",
|
485 |
+
"visual.blocks.19.norm1.weight": "model-00001-of-00002.safetensors",
|
486 |
+
"visual.blocks.19.norm2.bias": "model-00001-of-00002.safetensors",
|
487 |
+
"visual.blocks.19.norm2.weight": "model-00001-of-00002.safetensors",
|
488 |
+
"visual.blocks.2.attn.proj.bias": "model-00001-of-00002.safetensors",
|
489 |
+
"visual.blocks.2.attn.proj.weight": "model-00001-of-00002.safetensors",
|
490 |
+
"visual.blocks.2.attn.qkv.bias": "model-00001-of-00002.safetensors",
|
491 |
+
"visual.blocks.2.attn.qkv.weight": "model-00001-of-00002.safetensors",
|
492 |
+
"visual.blocks.2.mlp.fc1.bias": "model-00001-of-00002.safetensors",
|
493 |
+
"visual.blocks.2.mlp.fc1.weight": "model-00001-of-00002.safetensors",
|
494 |
+
"visual.blocks.2.mlp.fc2.bias": "model-00001-of-00002.safetensors",
|
495 |
+
"visual.blocks.2.mlp.fc2.weight": "model-00001-of-00002.safetensors",
|
496 |
+
"visual.blocks.2.norm1.bias": "model-00001-of-00002.safetensors",
|
497 |
+
"visual.blocks.2.norm1.weight": "model-00001-of-00002.safetensors",
|
498 |
+
"visual.blocks.2.norm2.bias": "model-00001-of-00002.safetensors",
|
499 |
+
"visual.blocks.2.norm2.weight": "model-00001-of-00002.safetensors",
|
500 |
+
"visual.blocks.20.attn.proj.bias": "model-00001-of-00002.safetensors",
|
501 |
+
"visual.blocks.20.attn.proj.weight": "model-00001-of-00002.safetensors",
|
502 |
+
"visual.blocks.20.attn.qkv.bias": "model-00001-of-00002.safetensors",
|
503 |
+
"visual.blocks.20.attn.qkv.weight": "model-00001-of-00002.safetensors",
|
504 |
+
"visual.blocks.20.mlp.fc1.bias": "model-00001-of-00002.safetensors",
|
505 |
+
"visual.blocks.20.mlp.fc1.weight": "model-00001-of-00002.safetensors",
|
506 |
+
"visual.blocks.20.mlp.fc2.bias": "model-00001-of-00002.safetensors",
|
507 |
+
"visual.blocks.20.mlp.fc2.weight": "model-00001-of-00002.safetensors",
|
508 |
+
"visual.blocks.20.norm1.bias": "model-00001-of-00002.safetensors",
|
509 |
+
"visual.blocks.20.norm1.weight": "model-00001-of-00002.safetensors",
|
510 |
+
"visual.blocks.20.norm2.bias": "model-00001-of-00002.safetensors",
|
511 |
+
"visual.blocks.20.norm2.weight": "model-00001-of-00002.safetensors",
|
512 |
+
"visual.blocks.21.attn.proj.bias": "model-00001-of-00002.safetensors",
|
513 |
+
"visual.blocks.21.attn.proj.weight": "model-00001-of-00002.safetensors",
|
514 |
+
"visual.blocks.21.attn.qkv.bias": "model-00001-of-00002.safetensors",
|
515 |
+
"visual.blocks.21.attn.qkv.weight": "model-00001-of-00002.safetensors",
|
516 |
+
"visual.blocks.21.mlp.fc1.bias": "model-00001-of-00002.safetensors",
|
517 |
+
"visual.blocks.21.mlp.fc1.weight": "model-00001-of-00002.safetensors",
|
518 |
+
"visual.blocks.21.mlp.fc2.bias": "model-00001-of-00002.safetensors",
|
519 |
+
"visual.blocks.21.mlp.fc2.weight": "model-00001-of-00002.safetensors",
|
520 |
+
"visual.blocks.21.norm1.bias": "model-00001-of-00002.safetensors",
|
521 |
+
"visual.blocks.21.norm1.weight": "model-00001-of-00002.safetensors",
|
522 |
+
"visual.blocks.21.norm2.bias": "model-00001-of-00002.safetensors",
|
523 |
+
"visual.blocks.21.norm2.weight": "model-00001-of-00002.safetensors",
|
524 |
+
"visual.blocks.22.attn.proj.bias": "model-00001-of-00002.safetensors",
|
525 |
+
"visual.blocks.22.attn.proj.weight": "model-00001-of-00002.safetensors",
|
526 |
+
"visual.blocks.22.attn.qkv.bias": "model-00001-of-00002.safetensors",
|
527 |
+
"visual.blocks.22.attn.qkv.weight": "model-00001-of-00002.safetensors",
|
528 |
+
"visual.blocks.22.mlp.fc1.bias": "model-00001-of-00002.safetensors",
|
529 |
+
"visual.blocks.22.mlp.fc1.weight": "model-00001-of-00002.safetensors",
|
530 |
+
"visual.blocks.22.mlp.fc2.bias": "model-00001-of-00002.safetensors",
|
531 |
+
"visual.blocks.22.mlp.fc2.weight": "model-00001-of-00002.safetensors",
|
532 |
+
"visual.blocks.22.norm1.bias": "model-00001-of-00002.safetensors",
|
533 |
+
"visual.blocks.22.norm1.weight": "model-00001-of-00002.safetensors",
|
534 |
+
"visual.blocks.22.norm2.bias": "model-00001-of-00002.safetensors",
|
535 |
+
"visual.blocks.22.norm2.weight": "model-00001-of-00002.safetensors",
|
536 |
+
"visual.blocks.23.attn.proj.bias": "model-00001-of-00002.safetensors",
|
537 |
+
"visual.blocks.23.attn.proj.weight": "model-00001-of-00002.safetensors",
|
538 |
+
"visual.blocks.23.attn.qkv.bias": "model-00001-of-00002.safetensors",
|
539 |
+
"visual.blocks.23.attn.qkv.weight": "model-00001-of-00002.safetensors",
|
540 |
+
"visual.blocks.23.mlp.fc1.bias": "model-00001-of-00002.safetensors",
|
541 |
+
"visual.blocks.23.mlp.fc1.weight": "model-00001-of-00002.safetensors",
|
542 |
+
"visual.blocks.23.mlp.fc2.bias": "model-00001-of-00002.safetensors",
|
543 |
+
"visual.blocks.23.mlp.fc2.weight": "model-00001-of-00002.safetensors",
|
544 |
+
"visual.blocks.23.norm1.bias": "model-00001-of-00002.safetensors",
|
545 |
+
"visual.blocks.23.norm1.weight": "model-00001-of-00002.safetensors",
|
546 |
+
"visual.blocks.23.norm2.bias": "model-00001-of-00002.safetensors",
|
547 |
+
"visual.blocks.23.norm2.weight": "model-00001-of-00002.safetensors",
|
548 |
+
"visual.blocks.24.attn.proj.bias": "model-00001-of-00002.safetensors",
|
549 |
+
"visual.blocks.24.attn.proj.weight": "model-00001-of-00002.safetensors",
|
550 |
+
"visual.blocks.24.attn.qkv.bias": "model-00001-of-00002.safetensors",
|
551 |
+
"visual.blocks.24.attn.qkv.weight": "model-00001-of-00002.safetensors",
|
552 |
+
"visual.blocks.24.mlp.fc1.bias": "model-00001-of-00002.safetensors",
|
553 |
+
"visual.blocks.24.mlp.fc1.weight": "model-00001-of-00002.safetensors",
|
554 |
+
"visual.blocks.24.mlp.fc2.bias": "model-00001-of-00002.safetensors",
|
555 |
+
"visual.blocks.24.mlp.fc2.weight": "model-00001-of-00002.safetensors",
|
556 |
+
"visual.blocks.24.norm1.bias": "model-00001-of-00002.safetensors",
|
557 |
+
"visual.blocks.24.norm1.weight": "model-00001-of-00002.safetensors",
|
558 |
+
"visual.blocks.24.norm2.bias": "model-00001-of-00002.safetensors",
|
559 |
+
"visual.blocks.24.norm2.weight": "model-00001-of-00002.safetensors",
|
560 |
+
"visual.blocks.25.attn.proj.bias": "model-00001-of-00002.safetensors",
|
561 |
+
"visual.blocks.25.attn.proj.weight": "model-00001-of-00002.safetensors",
|
562 |
+
"visual.blocks.25.attn.qkv.bias": "model-00001-of-00002.safetensors",
|
563 |
+
"visual.blocks.25.attn.qkv.weight": "model-00001-of-00002.safetensors",
|
564 |
+
"visual.blocks.25.mlp.fc1.bias": "model-00001-of-00002.safetensors",
|
565 |
+
"visual.blocks.25.mlp.fc1.weight": "model-00001-of-00002.safetensors",
|
566 |
+
"visual.blocks.25.mlp.fc2.bias": "model-00001-of-00002.safetensors",
|
567 |
+
"visual.blocks.25.mlp.fc2.weight": "model-00001-of-00002.safetensors",
|
568 |
+
"visual.blocks.25.norm1.bias": "model-00001-of-00002.safetensors",
|
569 |
+
"visual.blocks.25.norm1.weight": "model-00001-of-00002.safetensors",
|
570 |
+
"visual.blocks.25.norm2.bias": "model-00001-of-00002.safetensors",
|
571 |
+
"visual.blocks.25.norm2.weight": "model-00001-of-00002.safetensors",
|
572 |
+
"visual.blocks.26.attn.proj.bias": "model-00001-of-00002.safetensors",
|
573 |
+
"visual.blocks.26.attn.proj.weight": "model-00001-of-00002.safetensors",
|
574 |
+
"visual.blocks.26.attn.qkv.bias": "model-00001-of-00002.safetensors",
|
575 |
+
"visual.blocks.26.attn.qkv.weight": "model-00001-of-00002.safetensors",
|
576 |
+
"visual.blocks.26.mlp.fc1.bias": "model-00001-of-00002.safetensors",
|
577 |
+
"visual.blocks.26.mlp.fc1.weight": "model-00001-of-00002.safetensors",
|
578 |
+
"visual.blocks.26.mlp.fc2.bias": "model-00001-of-00002.safetensors",
|
579 |
+
"visual.blocks.26.mlp.fc2.weight": "model-00001-of-00002.safetensors",
|
580 |
+
"visual.blocks.26.norm1.bias": "model-00001-of-00002.safetensors",
|
581 |
+
"visual.blocks.26.norm1.weight": "model-00001-of-00002.safetensors",
|
582 |
+
"visual.blocks.26.norm2.bias": "model-00001-of-00002.safetensors",
|
583 |
+
"visual.blocks.26.norm2.weight": "model-00001-of-00002.safetensors",
|
584 |
+
"visual.blocks.27.attn.proj.bias": "model-00001-of-00002.safetensors",
|
585 |
+
"visual.blocks.27.attn.proj.weight": "model-00001-of-00002.safetensors",
|
586 |
+
"visual.blocks.27.attn.qkv.bias": "model-00001-of-00002.safetensors",
|
587 |
+
"visual.blocks.27.attn.qkv.weight": "model-00001-of-00002.safetensors",
|
588 |
+
"visual.blocks.27.mlp.fc1.bias": "model-00001-of-00002.safetensors",
|
589 |
+
"visual.blocks.27.mlp.fc1.weight": "model-00001-of-00002.safetensors",
|
590 |
+
"visual.blocks.27.mlp.fc2.bias": "model-00001-of-00002.safetensors",
|
591 |
+
"visual.blocks.27.mlp.fc2.weight": "model-00001-of-00002.safetensors",
|
592 |
+
"visual.blocks.27.norm1.bias": "model-00001-of-00002.safetensors",
|
593 |
+
"visual.blocks.27.norm1.weight": "model-00001-of-00002.safetensors",
|
594 |
+
"visual.blocks.27.norm2.bias": "model-00001-of-00002.safetensors",
|
595 |
+
"visual.blocks.27.norm2.weight": "model-00001-of-00002.safetensors",
|
596 |
+
"visual.blocks.28.attn.proj.bias": "model-00001-of-00002.safetensors",
|
597 |
+
"visual.blocks.28.attn.proj.weight": "model-00001-of-00002.safetensors",
|
598 |
+
"visual.blocks.28.attn.qkv.bias": "model-00001-of-00002.safetensors",
|
599 |
+
"visual.blocks.28.attn.qkv.weight": "model-00001-of-00002.safetensors",
|
600 |
+
"visual.blocks.28.mlp.fc1.bias": "model-00001-of-00002.safetensors",
|
601 |
+
"visual.blocks.28.mlp.fc1.weight": "model-00001-of-00002.safetensors",
|
602 |
+
"visual.blocks.28.mlp.fc2.bias": "model-00001-of-00002.safetensors",
|
603 |
+
"visual.blocks.28.mlp.fc2.weight": "model-00001-of-00002.safetensors",
|
604 |
+
"visual.blocks.28.norm1.bias": "model-00001-of-00002.safetensors",
|
605 |
+
"visual.blocks.28.norm1.weight": "model-00001-of-00002.safetensors",
|
606 |
+
"visual.blocks.28.norm2.bias": "model-00001-of-00002.safetensors",
|
607 |
+
"visual.blocks.28.norm2.weight": "model-00001-of-00002.safetensors",
|
608 |
+
"visual.blocks.29.attn.proj.bias": "model-00001-of-00002.safetensors",
|
609 |
+
"visual.blocks.29.attn.proj.weight": "model-00001-of-00002.safetensors",
|
610 |
+
"visual.blocks.29.attn.qkv.bias": "model-00001-of-00002.safetensors",
|
611 |
+
"visual.blocks.29.attn.qkv.weight": "model-00001-of-00002.safetensors",
|
612 |
+
"visual.blocks.29.mlp.fc1.bias": "model-00001-of-00002.safetensors",
|
613 |
+
"visual.blocks.29.mlp.fc1.weight": "model-00001-of-00002.safetensors",
|
614 |
+
"visual.blocks.29.mlp.fc2.bias": "model-00001-of-00002.safetensors",
|
615 |
+
"visual.blocks.29.mlp.fc2.weight": "model-00001-of-00002.safetensors",
|
616 |
+
"visual.blocks.29.norm1.bias": "model-00001-of-00002.safetensors",
|
617 |
+
"visual.blocks.29.norm1.weight": "model-00001-of-00002.safetensors",
|
618 |
+
"visual.blocks.29.norm2.bias": "model-00001-of-00002.safetensors",
|
619 |
+
"visual.blocks.29.norm2.weight": "model-00001-of-00002.safetensors",
|
620 |
+
"visual.blocks.3.attn.proj.bias": "model-00001-of-00002.safetensors",
|
621 |
+
"visual.blocks.3.attn.proj.weight": "model-00001-of-00002.safetensors",
|
622 |
+
"visual.blocks.3.attn.qkv.bias": "model-00001-of-00002.safetensors",
|
623 |
+
"visual.blocks.3.attn.qkv.weight": "model-00001-of-00002.safetensors",
|
624 |
+
"visual.blocks.3.mlp.fc1.bias": "model-00001-of-00002.safetensors",
|
625 |
+
"visual.blocks.3.mlp.fc1.weight": "model-00001-of-00002.safetensors",
|
626 |
+
"visual.blocks.3.mlp.fc2.bias": "model-00001-of-00002.safetensors",
|
627 |
+
"visual.blocks.3.mlp.fc2.weight": "model-00001-of-00002.safetensors",
|
628 |
+
"visual.blocks.3.norm1.bias": "model-00001-of-00002.safetensors",
|
629 |
+
"visual.blocks.3.norm1.weight": "model-00001-of-00002.safetensors",
|
630 |
+
"visual.blocks.3.norm2.bias": "model-00001-of-00002.safetensors",
|
631 |
+
"visual.blocks.3.norm2.weight": "model-00001-of-00002.safetensors",
|
632 |
+
"visual.blocks.30.attn.proj.bias": "model-00001-of-00002.safetensors",
|
633 |
+
"visual.blocks.30.attn.proj.weight": "model-00001-of-00002.safetensors",
|
634 |
+
"visual.blocks.30.attn.qkv.bias": "model-00001-of-00002.safetensors",
|
635 |
+
"visual.blocks.30.attn.qkv.weight": "model-00001-of-00002.safetensors",
|
636 |
+
"visual.blocks.30.mlp.fc1.bias": "model-00001-of-00002.safetensors",
|
637 |
+
"visual.blocks.30.mlp.fc1.weight": "model-00001-of-00002.safetensors",
|
638 |
+
"visual.blocks.30.mlp.fc2.bias": "model-00001-of-00002.safetensors",
|
639 |
+
"visual.blocks.30.mlp.fc2.weight": "model-00001-of-00002.safetensors",
|
640 |
+
"visual.blocks.30.norm1.bias": "model-00001-of-00002.safetensors",
|
641 |
+
"visual.blocks.30.norm1.weight": "model-00001-of-00002.safetensors",
|
642 |
+
"visual.blocks.30.norm2.bias": "model-00001-of-00002.safetensors",
|
643 |
+
"visual.blocks.30.norm2.weight": "model-00001-of-00002.safetensors",
|
644 |
+
"visual.blocks.31.attn.proj.bias": "model-00001-of-00002.safetensors",
|
645 |
+
"visual.blocks.31.attn.proj.weight": "model-00001-of-00002.safetensors",
|
646 |
+
"visual.blocks.31.attn.qkv.bias": "model-00001-of-00002.safetensors",
|
647 |
+
"visual.blocks.31.attn.qkv.weight": "model-00001-of-00002.safetensors",
|
648 |
+
"visual.blocks.31.mlp.fc1.bias": "model-00001-of-00002.safetensors",
|
649 |
+
"visual.blocks.31.mlp.fc1.weight": "model-00001-of-00002.safetensors",
|
650 |
+
"visual.blocks.31.mlp.fc2.bias": "model-00001-of-00002.safetensors",
|
651 |
+
"visual.blocks.31.mlp.fc2.weight": "model-00001-of-00002.safetensors",
|
652 |
+
"visual.blocks.31.norm1.bias": "model-00001-of-00002.safetensors",
|
653 |
+
"visual.blocks.31.norm1.weight": "model-00001-of-00002.safetensors",
|
654 |
+
"visual.blocks.31.norm2.bias": "model-00001-of-00002.safetensors",
|
655 |
+
"visual.blocks.31.norm2.weight": "model-00001-of-00002.safetensors",
|
656 |
+
"visual.blocks.4.attn.proj.bias": "model-00001-of-00002.safetensors",
|
657 |
+
"visual.blocks.4.attn.proj.weight": "model-00001-of-00002.safetensors",
|
658 |
+
"visual.blocks.4.attn.qkv.bias": "model-00001-of-00002.safetensors",
|
659 |
+
"visual.blocks.4.attn.qkv.weight": "model-00001-of-00002.safetensors",
|
660 |
+
"visual.blocks.4.mlp.fc1.bias": "model-00001-of-00002.safetensors",
|
661 |
+
"visual.blocks.4.mlp.fc1.weight": "model-00001-of-00002.safetensors",
|
662 |
+
"visual.blocks.4.mlp.fc2.bias": "model-00001-of-00002.safetensors",
|
663 |
+
"visual.blocks.4.mlp.fc2.weight": "model-00001-of-00002.safetensors",
|
664 |
+
"visual.blocks.4.norm1.bias": "model-00001-of-00002.safetensors",
|
665 |
+
"visual.blocks.4.norm1.weight": "model-00001-of-00002.safetensors",
|
666 |
+
"visual.blocks.4.norm2.bias": "model-00001-of-00002.safetensors",
|
667 |
+
"visual.blocks.4.norm2.weight": "model-00001-of-00002.safetensors",
|
668 |
+
"visual.blocks.5.attn.proj.bias": "model-00001-of-00002.safetensors",
|
669 |
+
"visual.blocks.5.attn.proj.weight": "model-00001-of-00002.safetensors",
|
670 |
+
"visual.blocks.5.attn.qkv.bias": "model-00001-of-00002.safetensors",
|
671 |
+
"visual.blocks.5.attn.qkv.weight": "model-00001-of-00002.safetensors",
|
672 |
+
"visual.blocks.5.mlp.fc1.bias": "model-00001-of-00002.safetensors",
|
673 |
+
"visual.blocks.5.mlp.fc1.weight": "model-00001-of-00002.safetensors",
|
674 |
+
"visual.blocks.5.mlp.fc2.bias": "model-00001-of-00002.safetensors",
|
675 |
+
"visual.blocks.5.mlp.fc2.weight": "model-00001-of-00002.safetensors",
|
676 |
+
"visual.blocks.5.norm1.bias": "model-00001-of-00002.safetensors",
|
677 |
+
"visual.blocks.5.norm1.weight": "model-00001-of-00002.safetensors",
|
678 |
+
"visual.blocks.5.norm2.bias": "model-00001-of-00002.safetensors",
|
679 |
+
"visual.blocks.5.norm2.weight": "model-00001-of-00002.safetensors",
|
680 |
+
"visual.blocks.6.attn.proj.bias": "model-00001-of-00002.safetensors",
|
681 |
+
"visual.blocks.6.attn.proj.weight": "model-00001-of-00002.safetensors",
|
682 |
+
"visual.blocks.6.attn.qkv.bias": "model-00001-of-00002.safetensors",
|
683 |
+
"visual.blocks.6.attn.qkv.weight": "model-00001-of-00002.safetensors",
|
684 |
+
"visual.blocks.6.mlp.fc1.bias": "model-00001-of-00002.safetensors",
|
685 |
+
"visual.blocks.6.mlp.fc1.weight": "model-00001-of-00002.safetensors",
|
686 |
+
"visual.blocks.6.mlp.fc2.bias": "model-00001-of-00002.safetensors",
|
687 |
+
"visual.blocks.6.mlp.fc2.weight": "model-00001-of-00002.safetensors",
|
688 |
+
"visual.blocks.6.norm1.bias": "model-00001-of-00002.safetensors",
|
689 |
+
"visual.blocks.6.norm1.weight": "model-00001-of-00002.safetensors",
|
690 |
+
"visual.blocks.6.norm2.bias": "model-00001-of-00002.safetensors",
|
691 |
+
"visual.blocks.6.norm2.weight": "model-00001-of-00002.safetensors",
|
692 |
+
"visual.blocks.7.attn.proj.bias": "model-00001-of-00002.safetensors",
|
693 |
+
"visual.blocks.7.attn.proj.weight": "model-00001-of-00002.safetensors",
|
694 |
+
"visual.blocks.7.attn.qkv.bias": "model-00001-of-00002.safetensors",
|
695 |
+
"visual.blocks.7.attn.qkv.weight": "model-00001-of-00002.safetensors",
|
696 |
+
"visual.blocks.7.mlp.fc1.bias": "model-00001-of-00002.safetensors",
|
697 |
+
"visual.blocks.7.mlp.fc1.weight": "model-00001-of-00002.safetensors",
|
698 |
+
"visual.blocks.7.mlp.fc2.bias": "model-00001-of-00002.safetensors",
|
699 |
+
"visual.blocks.7.mlp.fc2.weight": "model-00001-of-00002.safetensors",
|
700 |
+
"visual.blocks.7.norm1.bias": "model-00001-of-00002.safetensors",
|
701 |
+
"visual.blocks.7.norm1.weight": "model-00001-of-00002.safetensors",
|
702 |
+
"visual.blocks.7.norm2.bias": "model-00001-of-00002.safetensors",
|
703 |
+
"visual.blocks.7.norm2.weight": "model-00001-of-00002.safetensors",
|
704 |
+
"visual.blocks.8.attn.proj.bias": "model-00001-of-00002.safetensors",
|
705 |
+
"visual.blocks.8.attn.proj.weight": "model-00001-of-00002.safetensors",
|
706 |
+
"visual.blocks.8.attn.qkv.bias": "model-00001-of-00002.safetensors",
|
707 |
+
"visual.blocks.8.attn.qkv.weight": "model-00001-of-00002.safetensors",
|
708 |
+
"visual.blocks.8.mlp.fc1.bias": "model-00001-of-00002.safetensors",
|
709 |
+
"visual.blocks.8.mlp.fc1.weight": "model-00001-of-00002.safetensors",
|
710 |
+
"visual.blocks.8.mlp.fc2.bias": "model-00001-of-00002.safetensors",
|
711 |
+
"visual.blocks.8.mlp.fc2.weight": "model-00001-of-00002.safetensors",
|
712 |
+
"visual.blocks.8.norm1.bias": "model-00001-of-00002.safetensors",
|
713 |
+
"visual.blocks.8.norm1.weight": "model-00001-of-00002.safetensors",
|
714 |
+
"visual.blocks.8.norm2.bias": "model-00001-of-00002.safetensors",
|
715 |
+
"visual.blocks.8.norm2.weight": "model-00001-of-00002.safetensors",
|
716 |
+
"visual.blocks.9.attn.proj.bias": "model-00001-of-00002.safetensors",
|
717 |
+
"visual.blocks.9.attn.proj.weight": "model-00001-of-00002.safetensors",
|
718 |
+
"visual.blocks.9.attn.qkv.bias": "model-00001-of-00002.safetensors",
|
719 |
+
"visual.blocks.9.attn.qkv.weight": "model-00001-of-00002.safetensors",
|
720 |
+
"visual.blocks.9.mlp.fc1.bias": "model-00001-of-00002.safetensors",
|
721 |
+
"visual.blocks.9.mlp.fc1.weight": "model-00001-of-00002.safetensors",
|
722 |
+
"visual.blocks.9.mlp.fc2.bias": "model-00001-of-00002.safetensors",
|
723 |
+
"visual.blocks.9.mlp.fc2.weight": "model-00001-of-00002.safetensors",
|
724 |
+
"visual.blocks.9.norm1.bias": "model-00001-of-00002.safetensors",
|
725 |
+
"visual.blocks.9.norm1.weight": "model-00001-of-00002.safetensors",
|
726 |
+
"visual.blocks.9.norm2.bias": "model-00001-of-00002.safetensors",
|
727 |
+
"visual.blocks.9.norm2.weight": "model-00001-of-00002.safetensors",
|
728 |
+
"visual.merger.ln_q.bias": "model-00001-of-00002.safetensors",
|
729 |
+
"visual.merger.ln_q.weight": "model-00001-of-00002.safetensors",
|
730 |
+
"visual.merger.mlp.0.bias": "model-00001-of-00002.safetensors",
|
731 |
+
"visual.merger.mlp.0.weight": "model-00001-of-00002.safetensors",
|
732 |
+
"visual.merger.mlp.2.bias": "model-00001-of-00002.safetensors",
|
733 |
+
"visual.merger.mlp.2.weight": "model-00001-of-00002.safetensors",
|
734 |
+
"visual.patch_embed.proj.weight": "model-00001-of-00002.safetensors"
|
735 |
+
}
|
736 |
+
}
|
checkpoint-18/optimizer.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:d49e701c1b7e3347142e20d69144772ef5f842bbe97cd427464e3676ff52e3dd
|
3 |
+
size 12350008300
|
checkpoint-18/preprocessor_config.json
ADDED
@@ -0,0 +1,29 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"do_convert_rgb": true,
|
3 |
+
"do_normalize": true,
|
4 |
+
"do_rescale": true,
|
5 |
+
"do_resize": true,
|
6 |
+
"image_mean": [
|
7 |
+
0.48145466,
|
8 |
+
0.4578275,
|
9 |
+
0.40821073
|
10 |
+
],
|
11 |
+
"image_processor_type": "Qwen2VLImageProcessor",
|
12 |
+
"image_std": [
|
13 |
+
0.26862954,
|
14 |
+
0.26130258,
|
15 |
+
0.27577711
|
16 |
+
],
|
17 |
+
"max_pixels": 12845056,
|
18 |
+
"merge_size": 2,
|
19 |
+
"min_pixels": 3136,
|
20 |
+
"patch_size": 14,
|
21 |
+
"processor_class": "Qwen2VLProcessor",
|
22 |
+
"resample": 3,
|
23 |
+
"rescale_factor": 0.00392156862745098,
|
24 |
+
"size": {
|
25 |
+
"max_pixels": 12845056,
|
26 |
+
"min_pixels": 3136
|
27 |
+
},
|
28 |
+
"temporal_patch_size": 2
|
29 |
+
}
|
checkpoint-18/rng_state.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:9196a1e708bf24d6abba41cce3f8558820acc3e50f9394c5955e29eb41ffea3d
|
3 |
+
size 14244
|
checkpoint-18/scheduler.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:88ba1e4effc421166914f0f22734677942b1ec5fd39f9ce3e71e50dcdc92a2b0
|
3 |
+
size 1064
|
checkpoint-18/special_tokens_map.json
ADDED
@@ -0,0 +1,31 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"additional_special_tokens": [
|
3 |
+
"<|im_start|>",
|
4 |
+
"<|im_end|>",
|
5 |
+
"<|object_ref_start|>",
|
6 |
+
"<|object_ref_end|>",
|
7 |
+
"<|box_start|>",
|
8 |
+
"<|box_end|>",
|
9 |
+
"<|quad_start|>",
|
10 |
+
"<|quad_end|>",
|
11 |
+
"<|vision_start|>",
|
12 |
+
"<|vision_end|>",
|
13 |
+
"<|vision_pad|>",
|
14 |
+
"<|image_pad|>",
|
15 |
+
"<|video_pad|>"
|
16 |
+
],
|
17 |
+
"eos_token": {
|
18 |
+
"content": "<|im_end|>",
|
19 |
+
"lstrip": false,
|
20 |
+
"normalized": false,
|
21 |
+
"rstrip": false,
|
22 |
+
"single_word": false
|
23 |
+
},
|
24 |
+
"pad_token": {
|
25 |
+
"content": "<|endoftext|>",
|
26 |
+
"lstrip": false,
|
27 |
+
"normalized": false,
|
28 |
+
"rstrip": false,
|
29 |
+
"single_word": false
|
30 |
+
}
|
31 |
+
}
|
checkpoint-18/tokenizer.json
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:091aa7594dc2fcfbfa06b9e3c22a5f0562ac14f30375c13af7309407a0e67b8a
|
3 |
+
size 11420371
|
checkpoint-18/tokenizer_config.json
ADDED
@@ -0,0 +1,143 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"add_prefix_space": false,
|
3 |
+
"added_tokens_decoder": {
|
4 |
+
"151643": {
|
5 |
+
"content": "<|endoftext|>",
|
6 |
+
"lstrip": false,
|
7 |
+
"normalized": false,
|
8 |
+
"rstrip": false,
|
9 |
+
"single_word": false,
|
10 |
+
"special": true
|
11 |
+
},
|
12 |
+
"151644": {
|
13 |
+
"content": "<|im_start|>",
|
14 |
+
"lstrip": false,
|
15 |
+
"normalized": false,
|
16 |
+
"rstrip": false,
|
17 |
+
"single_word": false,
|
18 |
+
"special": true
|
19 |
+
},
|
20 |
+
"151645": {
|
21 |
+
"content": "<|im_end|>",
|
22 |
+
"lstrip": false,
|
23 |
+
"normalized": false,
|
24 |
+
"rstrip": false,
|
25 |
+
"single_word": false,
|
26 |
+
"special": true
|
27 |
+
},
|
28 |
+
"151646": {
|
29 |
+
"content": "<|object_ref_start|>",
|
30 |
+
"lstrip": false,
|
31 |
+
"normalized": false,
|
32 |
+
"rstrip": false,
|
33 |
+
"single_word": false,
|
34 |
+
"special": true
|
35 |
+
},
|
36 |
+
"151647": {
|
37 |
+
"content": "<|object_ref_end|>",
|
38 |
+
"lstrip": false,
|
39 |
+
"normalized": false,
|
40 |
+
"rstrip": false,
|
41 |
+
"single_word": false,
|
42 |
+
"special": true
|
43 |
+
},
|
44 |
+
"151648": {
|
45 |
+
"content": "<|box_start|>",
|
46 |
+
"lstrip": false,
|
47 |
+
"normalized": false,
|
48 |
+
"rstrip": false,
|
49 |
+
"single_word": false,
|
50 |
+
"special": true
|
51 |
+
},
|
52 |
+
"151649": {
|
53 |
+
"content": "<|box_end|>",
|
54 |
+
"lstrip": false,
|
55 |
+
"normalized": false,
|
56 |
+
"rstrip": false,
|
57 |
+
"single_word": false,
|
58 |
+
"special": true
|
59 |
+
},
|
60 |
+
"151650": {
|
61 |
+
"content": "<|quad_start|>",
|
62 |
+
"lstrip": false,
|
63 |
+
"normalized": false,
|
64 |
+
"rstrip": false,
|
65 |
+
"single_word": false,
|
66 |
+
"special": true
|
67 |
+
},
|
68 |
+
"151651": {
|
69 |
+
"content": "<|quad_end|>",
|
70 |
+
"lstrip": false,
|
71 |
+
"normalized": false,
|
72 |
+
"rstrip": false,
|
73 |
+
"single_word": false,
|
74 |
+
"special": true
|
75 |
+
},
|
76 |
+
"151652": {
|
77 |
+
"content": "<|vision_start|>",
|
78 |
+
"lstrip": false,
|
79 |
+
"normalized": false,
|
80 |
+
"rstrip": false,
|
81 |
+
"single_word": false,
|
82 |
+
"special": true
|
83 |
+
},
|
84 |
+
"151653": {
|
85 |
+
"content": "<|vision_end|>",
|
86 |
+
"lstrip": false,
|
87 |
+
"normalized": false,
|
88 |
+
"rstrip": false,
|
89 |
+
"single_word": false,
|
90 |
+
"special": true
|
91 |
+
},
|
92 |
+
"151654": {
|
93 |
+
"content": "<|vision_pad|>",
|
94 |
+
"lstrip": false,
|
95 |
+
"normalized": false,
|
96 |
+
"rstrip": false,
|
97 |
+
"single_word": false,
|
98 |
+
"special": true
|
99 |
+
},
|
100 |
+
"151655": {
|
101 |
+
"content": "<|image_pad|>",
|
102 |
+
"lstrip": false,
|
103 |
+
"normalized": false,
|
104 |
+
"rstrip": false,
|
105 |
+
"single_word": false,
|
106 |
+
"special": true
|
107 |
+
},
|
108 |
+
"151656": {
|
109 |
+
"content": "<|video_pad|>",
|
110 |
+
"lstrip": false,
|
111 |
+
"normalized": false,
|
112 |
+
"rstrip": false,
|
113 |
+
"single_word": false,
|
114 |
+
"special": true
|
115 |
+
}
|
116 |
+
},
|
117 |
+
"additional_special_tokens": [
|
118 |
+
"<|im_start|>",
|
119 |
+
"<|im_end|>",
|
120 |
+
"<|object_ref_start|>",
|
121 |
+
"<|object_ref_end|>",
|
122 |
+
"<|box_start|>",
|
123 |
+
"<|box_end|>",
|
124 |
+
"<|quad_start|>",
|
125 |
+
"<|quad_end|>",
|
126 |
+
"<|vision_start|>",
|
127 |
+
"<|vision_end|>",
|
128 |
+
"<|vision_pad|>",
|
129 |
+
"<|image_pad|>",
|
130 |
+
"<|video_pad|>"
|
131 |
+
],
|
132 |
+
"bos_token": null,
|
133 |
+
"chat_template": "{% set image_count = namespace(value=0) %}{% set video_count = namespace(value=0) %}{% for message in messages %}{% if loop.first and message['role'] != 'system' %}<|im_start|>system\nYou are a helpful assistant.<|im_end|>\n{% endif %}<|im_start|>{{ message['role'] }}\n{% if message['content'] is string %}{{ message['content'] }}<|im_end|>\n{% else %}{% for content in message['content'] %}{% if content['type'] == 'image' or 'image' in content or 'image_url' in content %}{% set image_count.value = image_count.value + 1 %}{% if add_vision_id %}Picture {{ image_count.value }}: {% endif %}<|vision_start|><|image_pad|><|vision_end|>{% elif content['type'] == 'video' or 'video' in content %}{% set video_count.value = video_count.value + 1 %}{% if add_vision_id %}Video {{ video_count.value }}: {% endif %}<|vision_start|><|video_pad|><|vision_end|>{% elif 'text' in content %}{{ content['text'] }}{% endif %}{% endfor %}<|im_end|>\n{% endif %}{% endfor %}{% if add_generation_prompt %}<|im_start|>assistant\n{% endif %}",
|
134 |
+
"clean_up_tokenization_spaces": false,
|
135 |
+
"eos_token": "<|im_end|>",
|
136 |
+
"errors": "replace",
|
137 |
+
"model_max_length": 32768,
|
138 |
+
"pad_token": "<|endoftext|>",
|
139 |
+
"padding_side": "right",
|
140 |
+
"split_special_tokens": false,
|
141 |
+
"tokenizer_class": "Qwen2Tokenizer",
|
142 |
+
"unk_token": null
|
143 |
+
}
|
checkpoint-18/trainer_state.json
ADDED
@@ -0,0 +1,57 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"best_metric": null,
|
3 |
+
"best_model_checkpoint": null,
|
4 |
+
"epoch": 2.88,
|
5 |
+
"eval_steps": 500,
|
6 |
+
"global_step": 18,
|
7 |
+
"is_hyper_param_search": false,
|
8 |
+
"is_local_process_zero": true,
|
9 |
+
"is_world_process_zero": true,
|
10 |
+
"log_history": [
|
11 |
+
{
|
12 |
+
"epoch": 0.8,
|
13 |
+
"grad_norm": 53.173946380615234,
|
14 |
+
"learning_rate": 4.1069690242163484e-05,
|
15 |
+
"loss": 1.6018,
|
16 |
+
"num_input_tokens_seen": 20336,
|
17 |
+
"step": 5
|
18 |
+
},
|
19 |
+
{
|
20 |
+
"epoch": 1.6,
|
21 |
+
"grad_norm": 19.21953773498535,
|
22 |
+
"learning_rate": 2.0658795558326743e-05,
|
23 |
+
"loss": 1.0277,
|
24 |
+
"num_input_tokens_seen": 41392,
|
25 |
+
"step": 10
|
26 |
+
},
|
27 |
+
{
|
28 |
+
"epoch": 2.4,
|
29 |
+
"grad_norm": 15.321002006530762,
|
30 |
+
"learning_rate": 3.3493649053890326e-06,
|
31 |
+
"loss": 0.7125,
|
32 |
+
"num_input_tokens_seen": 61520,
|
33 |
+
"step": 15
|
34 |
+
}
|
35 |
+
],
|
36 |
+
"logging_steps": 5,
|
37 |
+
"max_steps": 18,
|
38 |
+
"num_input_tokens_seen": 73328,
|
39 |
+
"num_train_epochs": 3,
|
40 |
+
"save_steps": 100,
|
41 |
+
"stateful_callbacks": {
|
42 |
+
"TrainerControl": {
|
43 |
+
"args": {
|
44 |
+
"should_epoch_stop": false,
|
45 |
+
"should_evaluate": false,
|
46 |
+
"should_log": false,
|
47 |
+
"should_save": true,
|
48 |
+
"should_training_stop": true
|
49 |
+
},
|
50 |
+
"attributes": {}
|
51 |
+
}
|
52 |
+
},
|
53 |
+
"total_flos": 869206018179072.0,
|
54 |
+
"train_batch_size": 2,
|
55 |
+
"trial_name": null,
|
56 |
+
"trial_params": null
|
57 |
+
}
|
checkpoint-18/training_args.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:01c6d5cacf40541357ec6eabf344756502d3fbf276e47ab34524399f864649cd
|
3 |
+
size 5432
|
checkpoint-18/vocab.json
ADDED
The diff for this file is too large to render.
See raw diff
|
|
config.json
ADDED
@@ -0,0 +1,48 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_name_or_path": "Qwen/Qwen2-VL-2B-Instruct",
|
3 |
+
"architectures": [
|
4 |
+
"Qwen2VLForConditionalGeneration"
|
5 |
+
],
|
6 |
+
"attention_dropout": 0.0,
|
7 |
+
"bos_token_id": 151643,
|
8 |
+
"eos_token_id": 151645,
|
9 |
+
"hidden_act": "silu",
|
10 |
+
"hidden_size": 1536,
|
11 |
+
"image_token_id": 151655,
|
12 |
+
"initializer_range": 0.02,
|
13 |
+
"intermediate_size": 8960,
|
14 |
+
"max_position_embeddings": 32768,
|
15 |
+
"max_window_layers": 28,
|
16 |
+
"model_type": "qwen2_vl",
|
17 |
+
"num_attention_heads": 12,
|
18 |
+
"num_hidden_layers": 28,
|
19 |
+
"num_key_value_heads": 2,
|
20 |
+
"rms_norm_eps": 1e-06,
|
21 |
+
"rope_scaling": {
|
22 |
+
"mrope_section": [
|
23 |
+
16,
|
24 |
+
24,
|
25 |
+
24
|
26 |
+
],
|
27 |
+
"rope_type": "default",
|
28 |
+
"type": "default"
|
29 |
+
},
|
30 |
+
"rope_theta": 1000000.0,
|
31 |
+
"sliding_window": 32768,
|
32 |
+
"tie_word_embeddings": true,
|
33 |
+
"torch_dtype": "bfloat16",
|
34 |
+
"transformers_version": "4.45.0",
|
35 |
+
"use_cache": false,
|
36 |
+
"use_sliding_window": false,
|
37 |
+
"video_token_id": 151656,
|
38 |
+
"vision_config": {
|
39 |
+
"hidden_size": 1536,
|
40 |
+
"in_chans": 3,
|
41 |
+
"model_type": "qwen2_vl",
|
42 |
+
"spatial_patch_size": 14
|
43 |
+
},
|
44 |
+
"vision_end_token_id": 151653,
|
45 |
+
"vision_start_token_id": 151652,
|
46 |
+
"vision_token_id": 151654,
|
47 |
+
"vocab_size": 151936
|
48 |
+
}
|
generation_config.json
ADDED
@@ -0,0 +1,13 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"bos_token_id": 151643,
|
3 |
+
"do_sample": true,
|
4 |
+
"eos_token_id": [
|
5 |
+
151645,
|
6 |
+
151643
|
7 |
+
],
|
8 |
+
"pad_token_id": 151643,
|
9 |
+
"temperature": 0.01,
|
10 |
+
"top_k": 1,
|
11 |
+
"top_p": 0.001,
|
12 |
+
"transformers_version": "4.45.0"
|
13 |
+
}
|
llamaboard_config.yaml
ADDED
@@ -0,0 +1,66 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
top.booster: auto
|
2 |
+
top.checkpoint_path: null
|
3 |
+
top.finetuning_type: full
|
4 |
+
top.model_name: Qwen2-VL-2B-Instruct
|
5 |
+
top.quantization_bit: none
|
6 |
+
top.quantization_method: bitsandbytes
|
7 |
+
top.rope_scaling: none
|
8 |
+
top.template: qwen2_vl
|
9 |
+
train.additional_target: ''
|
10 |
+
train.badam_mode: layer
|
11 |
+
train.badam_switch_interval: 50
|
12 |
+
train.badam_switch_mode: ascending
|
13 |
+
train.badam_update_ratio: 0.05
|
14 |
+
train.batch_size: 2
|
15 |
+
train.compute_type: bf16
|
16 |
+
train.create_new_adapter: false
|
17 |
+
train.cutoff_len: 1024
|
18 |
+
train.dataset:
|
19 |
+
- my_chartQA
|
20 |
+
train.dataset_dir: data
|
21 |
+
train.ds_offload: false
|
22 |
+
train.ds_stage: none
|
23 |
+
train.freeze_extra_modules: ''
|
24 |
+
train.freeze_trainable_layers: 2
|
25 |
+
train.freeze_trainable_modules: all
|
26 |
+
train.galore_rank: 16
|
27 |
+
train.galore_scale: 0.25
|
28 |
+
train.galore_target: all
|
29 |
+
train.galore_update_interval: 200
|
30 |
+
train.gradient_accumulation_steps: 8
|
31 |
+
train.learning_rate: 5e-5
|
32 |
+
train.logging_steps: 5
|
33 |
+
train.lora_alpha: 16
|
34 |
+
train.lora_dropout: 0
|
35 |
+
train.lora_rank: 8
|
36 |
+
train.lora_target: ''
|
37 |
+
train.loraplus_lr_ratio: 0
|
38 |
+
train.lr_scheduler_type: cosine
|
39 |
+
train.mask_history: false
|
40 |
+
train.max_grad_norm: '1.0'
|
41 |
+
train.max_samples: '100000'
|
42 |
+
train.neat_packing: false
|
43 |
+
train.neftune_alpha: 0
|
44 |
+
train.num_train_epochs: '3.0'
|
45 |
+
train.optim: adamw_torch
|
46 |
+
train.packing: false
|
47 |
+
train.ppo_score_norm: false
|
48 |
+
train.ppo_whiten_rewards: false
|
49 |
+
train.pref_beta: 0.1
|
50 |
+
train.pref_ftx: 0
|
51 |
+
train.pref_loss: sigmoid
|
52 |
+
train.report_to: false
|
53 |
+
train.resize_vocab: false
|
54 |
+
train.reward_model: null
|
55 |
+
train.save_steps: 100
|
56 |
+
train.shift_attn: false
|
57 |
+
train.train_on_prompt: false
|
58 |
+
train.training_stage: Supervised Fine-Tuning
|
59 |
+
train.use_badam: false
|
60 |
+
train.use_dora: false
|
61 |
+
train.use_galore: false
|
62 |
+
train.use_llama_pro: false
|
63 |
+
train.use_pissa: false
|
64 |
+
train.use_rslora: false
|
65 |
+
train.val_size: 0
|
66 |
+
train.warmup_steps: 0
|
merges.txt
ADDED
The diff for this file is too large to render.
See raw diff
|
|
model-00001-of-00002.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:72347b502bfe7704c3098dcf3c9447ecced92e90232e837cd638d5b1a7273470
|
3 |
+
size 4961855184
|
model-00002-of-00002.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:c02914a1eb884f385b5e6782837aae02a1df351bc83c9a0cf90115e7a4e945b4
|
3 |
+
size 2543623968
|
model.safetensors.index.json
ADDED
@@ -0,0 +1,736 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"metadata": {
|
3 |
+
"total_size": 7505399808
|
4 |
+
},
|
5 |
+
"weight_map": {
|
6 |
+
"model.embed_tokens.weight": "model-00001-of-00002.safetensors",
|
7 |
+
"model.layers.0.input_layernorm.weight": "model-00001-of-00002.safetensors",
|
8 |
+
"model.layers.0.mlp.down_proj.weight": "model-00001-of-00002.safetensors",
|
9 |
+
"model.layers.0.mlp.gate_proj.weight": "model-00001-of-00002.safetensors",
|
10 |
+
"model.layers.0.mlp.up_proj.weight": "model-00001-of-00002.safetensors",
|
11 |
+
"model.layers.0.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
|
12 |
+
"model.layers.0.self_attn.k_proj.bias": "model-00001-of-00002.safetensors",
|
13 |
+
"model.layers.0.self_attn.k_proj.weight": "model-00001-of-00002.safetensors",
|
14 |
+
"model.layers.0.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
|
15 |
+
"model.layers.0.self_attn.q_proj.bias": "model-00001-of-00002.safetensors",
|
16 |
+
"model.layers.0.self_attn.q_proj.weight": "model-00001-of-00002.safetensors",
|
17 |
+
"model.layers.0.self_attn.v_proj.bias": "model-00001-of-00002.safetensors",
|
18 |
+
"model.layers.0.self_attn.v_proj.weight": "model-00001-of-00002.safetensors",
|
19 |
+
"model.layers.1.input_layernorm.weight": "model-00001-of-00002.safetensors",
|
20 |
+
"model.layers.1.mlp.down_proj.weight": "model-00001-of-00002.safetensors",
|
21 |
+
"model.layers.1.mlp.gate_proj.weight": "model-00001-of-00002.safetensors",
|
22 |
+
"model.layers.1.mlp.up_proj.weight": "model-00001-of-00002.safetensors",
|
23 |
+
"model.layers.1.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
|
24 |
+
"model.layers.1.self_attn.k_proj.bias": "model-00001-of-00002.safetensors",
|
25 |
+
"model.layers.1.self_attn.k_proj.weight": "model-00001-of-00002.safetensors",
|
26 |
+
"model.layers.1.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
|
27 |
+
"model.layers.1.self_attn.q_proj.bias": "model-00001-of-00002.safetensors",
|
28 |
+
"model.layers.1.self_attn.q_proj.weight": "model-00001-of-00002.safetensors",
|
29 |
+
"model.layers.1.self_attn.v_proj.bias": "model-00001-of-00002.safetensors",
|
30 |
+
"model.layers.1.self_attn.v_proj.weight": "model-00001-of-00002.safetensors",
|
31 |
+
"model.layers.10.input_layernorm.weight": "model-00001-of-00002.safetensors",
|
32 |
+
"model.layers.10.mlp.down_proj.weight": "model-00001-of-00002.safetensors",
|
33 |
+
"model.layers.10.mlp.gate_proj.weight": "model-00001-of-00002.safetensors",
|
34 |
+
"model.layers.10.mlp.up_proj.weight": "model-00001-of-00002.safetensors",
|
35 |
+
"model.layers.10.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
|
36 |
+
"model.layers.10.self_attn.k_proj.bias": "model-00001-of-00002.safetensors",
|
37 |
+
"model.layers.10.self_attn.k_proj.weight": "model-00001-of-00002.safetensors",
|
38 |
+
"model.layers.10.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
|
39 |
+
"model.layers.10.self_attn.q_proj.bias": "model-00001-of-00002.safetensors",
|
40 |
+
"model.layers.10.self_attn.q_proj.weight": "model-00001-of-00002.safetensors",
|
41 |
+
"model.layers.10.self_attn.v_proj.bias": "model-00001-of-00002.safetensors",
|
42 |
+
"model.layers.10.self_attn.v_proj.weight": "model-00001-of-00002.safetensors",
|
43 |
+
"model.layers.11.input_layernorm.weight": "model-00001-of-00002.safetensors",
|
44 |
+
"model.layers.11.mlp.down_proj.weight": "model-00001-of-00002.safetensors",
|
45 |
+
"model.layers.11.mlp.gate_proj.weight": "model-00001-of-00002.safetensors",
|
46 |
+
"model.layers.11.mlp.up_proj.weight": "model-00001-of-00002.safetensors",
|
47 |
+
"model.layers.11.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
|
48 |
+
"model.layers.11.self_attn.k_proj.bias": "model-00001-of-00002.safetensors",
|
49 |
+
"model.layers.11.self_attn.k_proj.weight": "model-00001-of-00002.safetensors",
|
50 |
+
"model.layers.11.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
|
51 |
+
"model.layers.11.self_attn.q_proj.bias": "model-00001-of-00002.safetensors",
|
52 |
+
"model.layers.11.self_attn.q_proj.weight": "model-00001-of-00002.safetensors",
|
53 |
+
"model.layers.11.self_attn.v_proj.bias": "model-00001-of-00002.safetensors",
|
54 |
+
"model.layers.11.self_attn.v_proj.weight": "model-00001-of-00002.safetensors",
|
55 |
+
"model.layers.12.input_layernorm.weight": "model-00001-of-00002.safetensors",
|
56 |
+
"model.layers.12.mlp.down_proj.weight": "model-00001-of-00002.safetensors",
|
57 |
+
"model.layers.12.mlp.gate_proj.weight": "model-00001-of-00002.safetensors",
|
58 |
+
"model.layers.12.mlp.up_proj.weight": "model-00001-of-00002.safetensors",
|
59 |
+
"model.layers.12.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
|
60 |
+
"model.layers.12.self_attn.k_proj.bias": "model-00001-of-00002.safetensors",
|
61 |
+
"model.layers.12.self_attn.k_proj.weight": "model-00001-of-00002.safetensors",
|
62 |
+
"model.layers.12.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
|
63 |
+
"model.layers.12.self_attn.q_proj.bias": "model-00001-of-00002.safetensors",
|
64 |
+
"model.layers.12.self_attn.q_proj.weight": "model-00001-of-00002.safetensors",
|
65 |
+
"model.layers.12.self_attn.v_proj.bias": "model-00001-of-00002.safetensors",
|
66 |
+
"model.layers.12.self_attn.v_proj.weight": "model-00001-of-00002.safetensors",
|
67 |
+
"model.layers.13.input_layernorm.weight": "model-00001-of-00002.safetensors",
|
68 |
+
"model.layers.13.mlp.down_proj.weight": "model-00001-of-00002.safetensors",
|
69 |
+
"model.layers.13.mlp.gate_proj.weight": "model-00001-of-00002.safetensors",
|
70 |
+
"model.layers.13.mlp.up_proj.weight": "model-00001-of-00002.safetensors",
|
71 |
+
"model.layers.13.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
|
72 |
+
"model.layers.13.self_attn.k_proj.bias": "model-00001-of-00002.safetensors",
|
73 |
+
"model.layers.13.self_attn.k_proj.weight": "model-00001-of-00002.safetensors",
|
74 |
+
"model.layers.13.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
|
75 |
+
"model.layers.13.self_attn.q_proj.bias": "model-00001-of-00002.safetensors",
|
76 |
+
"model.layers.13.self_attn.q_proj.weight": "model-00001-of-00002.safetensors",
|
77 |
+
"model.layers.13.self_attn.v_proj.bias": "model-00001-of-00002.safetensors",
|
78 |
+
"model.layers.13.self_attn.v_proj.weight": "model-00001-of-00002.safetensors",
|
79 |
+
"model.layers.14.input_layernorm.weight": "model-00002-of-00002.safetensors",
|
80 |
+
"model.layers.14.mlp.down_proj.weight": "model-00002-of-00002.safetensors",
|
81 |
+
"model.layers.14.mlp.gate_proj.weight": "model-00001-of-00002.safetensors",
|
82 |
+
"model.layers.14.mlp.up_proj.weight": "model-00002-of-00002.safetensors",
|
83 |
+
"model.layers.14.post_attention_layernorm.weight": "model-00002-of-00002.safetensors",
|
84 |
+
"model.layers.14.self_attn.k_proj.bias": "model-00001-of-00002.safetensors",
|
85 |
+
"model.layers.14.self_attn.k_proj.weight": "model-00001-of-00002.safetensors",
|
86 |
+
"model.layers.14.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
|
87 |
+
"model.layers.14.self_attn.q_proj.bias": "model-00001-of-00002.safetensors",
|
88 |
+
"model.layers.14.self_attn.q_proj.weight": "model-00001-of-00002.safetensors",
|
89 |
+
"model.layers.14.self_attn.v_proj.bias": "model-00001-of-00002.safetensors",
|
90 |
+
"model.layers.14.self_attn.v_proj.weight": "model-00001-of-00002.safetensors",
|
91 |
+
"model.layers.15.input_layernorm.weight": "model-00002-of-00002.safetensors",
|
92 |
+
"model.layers.15.mlp.down_proj.weight": "model-00002-of-00002.safetensors",
|
93 |
+
"model.layers.15.mlp.gate_proj.weight": "model-00002-of-00002.safetensors",
|
94 |
+
"model.layers.15.mlp.up_proj.weight": "model-00002-of-00002.safetensors",
|
95 |
+
"model.layers.15.post_attention_layernorm.weight": "model-00002-of-00002.safetensors",
|
96 |
+
"model.layers.15.self_attn.k_proj.bias": "model-00002-of-00002.safetensors",
|
97 |
+
"model.layers.15.self_attn.k_proj.weight": "model-00002-of-00002.safetensors",
|
98 |
+
"model.layers.15.self_attn.o_proj.weight": "model-00002-of-00002.safetensors",
|
99 |
+
"model.layers.15.self_attn.q_proj.bias": "model-00002-of-00002.safetensors",
|
100 |
+
"model.layers.15.self_attn.q_proj.weight": "model-00002-of-00002.safetensors",
|
101 |
+
"model.layers.15.self_attn.v_proj.bias": "model-00002-of-00002.safetensors",
|
102 |
+
"model.layers.15.self_attn.v_proj.weight": "model-00002-of-00002.safetensors",
|
103 |
+
"model.layers.16.input_layernorm.weight": "model-00002-of-00002.safetensors",
|
104 |
+
"model.layers.16.mlp.down_proj.weight": "model-00002-of-00002.safetensors",
|
105 |
+
"model.layers.16.mlp.gate_proj.weight": "model-00002-of-00002.safetensors",
|
106 |
+
"model.layers.16.mlp.up_proj.weight": "model-00002-of-00002.safetensors",
|
107 |
+
"model.layers.16.post_attention_layernorm.weight": "model-00002-of-00002.safetensors",
|
108 |
+
"model.layers.16.self_attn.k_proj.bias": "model-00002-of-00002.safetensors",
|
109 |
+
"model.layers.16.self_attn.k_proj.weight": "model-00002-of-00002.safetensors",
|
110 |
+
"model.layers.16.self_attn.o_proj.weight": "model-00002-of-00002.safetensors",
|
111 |
+
"model.layers.16.self_attn.q_proj.bias": "model-00002-of-00002.safetensors",
|
112 |
+
"model.layers.16.self_attn.q_proj.weight": "model-00002-of-00002.safetensors",
|
113 |
+
"model.layers.16.self_attn.v_proj.bias": "model-00002-of-00002.safetensors",
|
114 |
+
"model.layers.16.self_attn.v_proj.weight": "model-00002-of-00002.safetensors",
|
115 |
+
"model.layers.17.input_layernorm.weight": "model-00002-of-00002.safetensors",
|
116 |
+
"model.layers.17.mlp.down_proj.weight": "model-00002-of-00002.safetensors",
|
117 |
+
"model.layers.17.mlp.gate_proj.weight": "model-00002-of-00002.safetensors",
|
118 |
+
"model.layers.17.mlp.up_proj.weight": "model-00002-of-00002.safetensors",
|
119 |
+
"model.layers.17.post_attention_layernorm.weight": "model-00002-of-00002.safetensors",
|
120 |
+
"model.layers.17.self_attn.k_proj.bias": "model-00002-of-00002.safetensors",
|
121 |
+
"model.layers.17.self_attn.k_proj.weight": "model-00002-of-00002.safetensors",
|
122 |
+
"model.layers.17.self_attn.o_proj.weight": "model-00002-of-00002.safetensors",
|
123 |
+
"model.layers.17.self_attn.q_proj.bias": "model-00002-of-00002.safetensors",
|
124 |
+
"model.layers.17.self_attn.q_proj.weight": "model-00002-of-00002.safetensors",
|
125 |
+
"model.layers.17.self_attn.v_proj.bias": "model-00002-of-00002.safetensors",
|
126 |
+
"model.layers.17.self_attn.v_proj.weight": "model-00002-of-00002.safetensors",
|
127 |
+
"model.layers.18.input_layernorm.weight": "model-00002-of-00002.safetensors",
|
128 |
+
"model.layers.18.mlp.down_proj.weight": "model-00002-of-00002.safetensors",
|
129 |
+
"model.layers.18.mlp.gate_proj.weight": "model-00002-of-00002.safetensors",
|
130 |
+
"model.layers.18.mlp.up_proj.weight": "model-00002-of-00002.safetensors",
|
131 |
+
"model.layers.18.post_attention_layernorm.weight": "model-00002-of-00002.safetensors",
|
132 |
+
"model.layers.18.self_attn.k_proj.bias": "model-00002-of-00002.safetensors",
|
133 |
+
"model.layers.18.self_attn.k_proj.weight": "model-00002-of-00002.safetensors",
|
134 |
+
"model.layers.18.self_attn.o_proj.weight": "model-00002-of-00002.safetensors",
|
135 |
+
"model.layers.18.self_attn.q_proj.bias": "model-00002-of-00002.safetensors",
|
136 |
+
"model.layers.18.self_attn.q_proj.weight": "model-00002-of-00002.safetensors",
|
137 |
+
"model.layers.18.self_attn.v_proj.bias": "model-00002-of-00002.safetensors",
|
138 |
+
"model.layers.18.self_attn.v_proj.weight": "model-00002-of-00002.safetensors",
|
139 |
+
"model.layers.19.input_layernorm.weight": "model-00002-of-00002.safetensors",
|
140 |
+
"model.layers.19.mlp.down_proj.weight": "model-00002-of-00002.safetensors",
|
141 |
+
"model.layers.19.mlp.gate_proj.weight": "model-00002-of-00002.safetensors",
|
142 |
+
"model.layers.19.mlp.up_proj.weight": "model-00002-of-00002.safetensors",
|
143 |
+
"model.layers.19.post_attention_layernorm.weight": "model-00002-of-00002.safetensors",
|
144 |
+
"model.layers.19.self_attn.k_proj.bias": "model-00002-of-00002.safetensors",
|
145 |
+
"model.layers.19.self_attn.k_proj.weight": "model-00002-of-00002.safetensors",
|
146 |
+
"model.layers.19.self_attn.o_proj.weight": "model-00002-of-00002.safetensors",
|
147 |
+
"model.layers.19.self_attn.q_proj.bias": "model-00002-of-00002.safetensors",
|
148 |
+
"model.layers.19.self_attn.q_proj.weight": "model-00002-of-00002.safetensors",
|
149 |
+
"model.layers.19.self_attn.v_proj.bias": "model-00002-of-00002.safetensors",
|
150 |
+
"model.layers.19.self_attn.v_proj.weight": "model-00002-of-00002.safetensors",
|
151 |
+
"model.layers.2.input_layernorm.weight": "model-00001-of-00002.safetensors",
|
152 |
+
"model.layers.2.mlp.down_proj.weight": "model-00001-of-00002.safetensors",
|
153 |
+
"model.layers.2.mlp.gate_proj.weight": "model-00001-of-00002.safetensors",
|
154 |
+
"model.layers.2.mlp.up_proj.weight": "model-00001-of-00002.safetensors",
|
155 |
+
"model.layers.2.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
|
156 |
+
"model.layers.2.self_attn.k_proj.bias": "model-00001-of-00002.safetensors",
|
157 |
+
"model.layers.2.self_attn.k_proj.weight": "model-00001-of-00002.safetensors",
|
158 |
+
"model.layers.2.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
|
159 |
+
"model.layers.2.self_attn.q_proj.bias": "model-00001-of-00002.safetensors",
|
160 |
+
"model.layers.2.self_attn.q_proj.weight": "model-00001-of-00002.safetensors",
|
161 |
+
"model.layers.2.self_attn.v_proj.bias": "model-00001-of-00002.safetensors",
|
162 |
+
"model.layers.2.self_attn.v_proj.weight": "model-00001-of-00002.safetensors",
|
163 |
+
"model.layers.20.input_layernorm.weight": "model-00002-of-00002.safetensors",
|
164 |
+
"model.layers.20.mlp.down_proj.weight": "model-00002-of-00002.safetensors",
|
165 |
+
"model.layers.20.mlp.gate_proj.weight": "model-00002-of-00002.safetensors",
|
166 |
+
"model.layers.20.mlp.up_proj.weight": "model-00002-of-00002.safetensors",
|
167 |
+
"model.layers.20.post_attention_layernorm.weight": "model-00002-of-00002.safetensors",
|
168 |
+
"model.layers.20.self_attn.k_proj.bias": "model-00002-of-00002.safetensors",
|
169 |
+
"model.layers.20.self_attn.k_proj.weight": "model-00002-of-00002.safetensors",
|
170 |
+
"model.layers.20.self_attn.o_proj.weight": "model-00002-of-00002.safetensors",
|
171 |
+
"model.layers.20.self_attn.q_proj.bias": "model-00002-of-00002.safetensors",
|
172 |
+
"model.layers.20.self_attn.q_proj.weight": "model-00002-of-00002.safetensors",
|
173 |
+
"model.layers.20.self_attn.v_proj.bias": "model-00002-of-00002.safetensors",
|
174 |
+
"model.layers.20.self_attn.v_proj.weight": "model-00002-of-00002.safetensors",
|
175 |
+
"model.layers.21.input_layernorm.weight": "model-00002-of-00002.safetensors",
|
176 |
+
"model.layers.21.mlp.down_proj.weight": "model-00002-of-00002.safetensors",
|
177 |
+
"model.layers.21.mlp.gate_proj.weight": "model-00002-of-00002.safetensors",
|
178 |
+
"model.layers.21.mlp.up_proj.weight": "model-00002-of-00002.safetensors",
|
179 |
+
"model.layers.21.post_attention_layernorm.weight": "model-00002-of-00002.safetensors",
|
180 |
+
"model.layers.21.self_attn.k_proj.bias": "model-00002-of-00002.safetensors",
|
181 |
+
"model.layers.21.self_attn.k_proj.weight": "model-00002-of-00002.safetensors",
|
182 |
+
"model.layers.21.self_attn.o_proj.weight": "model-00002-of-00002.safetensors",
|
183 |
+
"model.layers.21.self_attn.q_proj.bias": "model-00002-of-00002.safetensors",
|
184 |
+
"model.layers.21.self_attn.q_proj.weight": "model-00002-of-00002.safetensors",
|
185 |
+
"model.layers.21.self_attn.v_proj.bias": "model-00002-of-00002.safetensors",
|
186 |
+
"model.layers.21.self_attn.v_proj.weight": "model-00002-of-00002.safetensors",
|
187 |
+
"model.layers.22.input_layernorm.weight": "model-00002-of-00002.safetensors",
|
188 |
+
"model.layers.22.mlp.down_proj.weight": "model-00002-of-00002.safetensors",
|
189 |
+
"model.layers.22.mlp.gate_proj.weight": "model-00002-of-00002.safetensors",
|
190 |
+
"model.layers.22.mlp.up_proj.weight": "model-00002-of-00002.safetensors",
|
191 |
+
"model.layers.22.post_attention_layernorm.weight": "model-00002-of-00002.safetensors",
|
192 |
+
"model.layers.22.self_attn.k_proj.bias": "model-00002-of-00002.safetensors",
|
193 |
+
"model.layers.22.self_attn.k_proj.weight": "model-00002-of-00002.safetensors",
|
194 |
+
"model.layers.22.self_attn.o_proj.weight": "model-00002-of-00002.safetensors",
|
195 |
+
"model.layers.22.self_attn.q_proj.bias": "model-00002-of-00002.safetensors",
|
196 |
+
"model.layers.22.self_attn.q_proj.weight": "model-00002-of-00002.safetensors",
|
197 |
+
"model.layers.22.self_attn.v_proj.bias": "model-00002-of-00002.safetensors",
|
198 |
+
"model.layers.22.self_attn.v_proj.weight": "model-00002-of-00002.safetensors",
|
199 |
+
"model.layers.23.input_layernorm.weight": "model-00002-of-00002.safetensors",
|
200 |
+
"model.layers.23.mlp.down_proj.weight": "model-00002-of-00002.safetensors",
|
201 |
+
"model.layers.23.mlp.gate_proj.weight": "model-00002-of-00002.safetensors",
|
202 |
+
"model.layers.23.mlp.up_proj.weight": "model-00002-of-00002.safetensors",
|
203 |
+
"model.layers.23.post_attention_layernorm.weight": "model-00002-of-00002.safetensors",
|
204 |
+
"model.layers.23.self_attn.k_proj.bias": "model-00002-of-00002.safetensors",
|
205 |
+
"model.layers.23.self_attn.k_proj.weight": "model-00002-of-00002.safetensors",
|
206 |
+
"model.layers.23.self_attn.o_proj.weight": "model-00002-of-00002.safetensors",
|
207 |
+
"model.layers.23.self_attn.q_proj.bias": "model-00002-of-00002.safetensors",
|
208 |
+
"model.layers.23.self_attn.q_proj.weight": "model-00002-of-00002.safetensors",
|
209 |
+
"model.layers.23.self_attn.v_proj.bias": "model-00002-of-00002.safetensors",
|
210 |
+
"model.layers.23.self_attn.v_proj.weight": "model-00002-of-00002.safetensors",
|
211 |
+
"model.layers.24.input_layernorm.weight": "model-00002-of-00002.safetensors",
|
212 |
+
"model.layers.24.mlp.down_proj.weight": "model-00002-of-00002.safetensors",
|
213 |
+
"model.layers.24.mlp.gate_proj.weight": "model-00002-of-00002.safetensors",
|
214 |
+
"model.layers.24.mlp.up_proj.weight": "model-00002-of-00002.safetensors",
|
215 |
+
"model.layers.24.post_attention_layernorm.weight": "model-00002-of-00002.safetensors",
|
216 |
+
"model.layers.24.self_attn.k_proj.bias": "model-00002-of-00002.safetensors",
|
217 |
+
"model.layers.24.self_attn.k_proj.weight": "model-00002-of-00002.safetensors",
|
218 |
+
"model.layers.24.self_attn.o_proj.weight": "model-00002-of-00002.safetensors",
|
219 |
+
"model.layers.24.self_attn.q_proj.bias": "model-00002-of-00002.safetensors",
|
220 |
+
"model.layers.24.self_attn.q_proj.weight": "model-00002-of-00002.safetensors",
|
221 |
+
"model.layers.24.self_attn.v_proj.bias": "model-00002-of-00002.safetensors",
|
222 |
+
"model.layers.24.self_attn.v_proj.weight": "model-00002-of-00002.safetensors",
|
223 |
+
"model.layers.25.input_layernorm.weight": "model-00002-of-00002.safetensors",
|
224 |
+
"model.layers.25.mlp.down_proj.weight": "model-00002-of-00002.safetensors",
|
225 |
+
"model.layers.25.mlp.gate_proj.weight": "model-00002-of-00002.safetensors",
|
226 |
+
"model.layers.25.mlp.up_proj.weight": "model-00002-of-00002.safetensors",
|
227 |
+
"model.layers.25.post_attention_layernorm.weight": "model-00002-of-00002.safetensors",
|
228 |
+
"model.layers.25.self_attn.k_proj.bias": "model-00002-of-00002.safetensors",
|
229 |
+
"model.layers.25.self_attn.k_proj.weight": "model-00002-of-00002.safetensors",
|
230 |
+
"model.layers.25.self_attn.o_proj.weight": "model-00002-of-00002.safetensors",
|
231 |
+
"model.layers.25.self_attn.q_proj.bias": "model-00002-of-00002.safetensors",
|
232 |
+
"model.layers.25.self_attn.q_proj.weight": "model-00002-of-00002.safetensors",
|
233 |
+
"model.layers.25.self_attn.v_proj.bias": "model-00002-of-00002.safetensors",
|
234 |
+
"model.layers.25.self_attn.v_proj.weight": "model-00002-of-00002.safetensors",
|
235 |
+
"model.layers.26.input_layernorm.weight": "model-00002-of-00002.safetensors",
|
236 |
+
"model.layers.26.mlp.down_proj.weight": "model-00002-of-00002.safetensors",
|
237 |
+
"model.layers.26.mlp.gate_proj.weight": "model-00002-of-00002.safetensors",
|
238 |
+
"model.layers.26.mlp.up_proj.weight": "model-00002-of-00002.safetensors",
|
239 |
+
"model.layers.26.post_attention_layernorm.weight": "model-00002-of-00002.safetensors",
|
240 |
+
"model.layers.26.self_attn.k_proj.bias": "model-00002-of-00002.safetensors",
|
241 |
+
"model.layers.26.self_attn.k_proj.weight": "model-00002-of-00002.safetensors",
|
242 |
+
"model.layers.26.self_attn.o_proj.weight": "model-00002-of-00002.safetensors",
|
243 |
+
"model.layers.26.self_attn.q_proj.bias": "model-00002-of-00002.safetensors",
|
244 |
+
"model.layers.26.self_attn.q_proj.weight": "model-00002-of-00002.safetensors",
|
245 |
+
"model.layers.26.self_attn.v_proj.bias": "model-00002-of-00002.safetensors",
|
246 |
+
"model.layers.26.self_attn.v_proj.weight": "model-00002-of-00002.safetensors",
|
247 |
+
"model.layers.27.input_layernorm.weight": "model-00002-of-00002.safetensors",
|
248 |
+
"model.layers.27.mlp.down_proj.weight": "model-00002-of-00002.safetensors",
|
249 |
+
"model.layers.27.mlp.gate_proj.weight": "model-00002-of-00002.safetensors",
|
250 |
+
"model.layers.27.mlp.up_proj.weight": "model-00002-of-00002.safetensors",
|
251 |
+
"model.layers.27.post_attention_layernorm.weight": "model-00002-of-00002.safetensors",
|
252 |
+
"model.layers.27.self_attn.k_proj.bias": "model-00002-of-00002.safetensors",
|
253 |
+
"model.layers.27.self_attn.k_proj.weight": "model-00002-of-00002.safetensors",
|
254 |
+
"model.layers.27.self_attn.o_proj.weight": "model-00002-of-00002.safetensors",
|
255 |
+
"model.layers.27.self_attn.q_proj.bias": "model-00002-of-00002.safetensors",
|
256 |
+
"model.layers.27.self_attn.q_proj.weight": "model-00002-of-00002.safetensors",
|
257 |
+
"model.layers.27.self_attn.v_proj.bias": "model-00002-of-00002.safetensors",
|
258 |
+
"model.layers.27.self_attn.v_proj.weight": "model-00002-of-00002.safetensors",
|
259 |
+
"model.layers.3.input_layernorm.weight": "model-00001-of-00002.safetensors",
|
260 |
+
"model.layers.3.mlp.down_proj.weight": "model-00001-of-00002.safetensors",
|
261 |
+
"model.layers.3.mlp.gate_proj.weight": "model-00001-of-00002.safetensors",
|
262 |
+
"model.layers.3.mlp.up_proj.weight": "model-00001-of-00002.safetensors",
|
263 |
+
"model.layers.3.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
|
264 |
+
"model.layers.3.self_attn.k_proj.bias": "model-00001-of-00002.safetensors",
|
265 |
+
"model.layers.3.self_attn.k_proj.weight": "model-00001-of-00002.safetensors",
|
266 |
+
"model.layers.3.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
|
267 |
+
"model.layers.3.self_attn.q_proj.bias": "model-00001-of-00002.safetensors",
|
268 |
+
"model.layers.3.self_attn.q_proj.weight": "model-00001-of-00002.safetensors",
|
269 |
+
"model.layers.3.self_attn.v_proj.bias": "model-00001-of-00002.safetensors",
|
270 |
+
"model.layers.3.self_attn.v_proj.weight": "model-00001-of-00002.safetensors",
|
271 |
+
"model.layers.4.input_layernorm.weight": "model-00001-of-00002.safetensors",
|
272 |
+
"model.layers.4.mlp.down_proj.weight": "model-00001-of-00002.safetensors",
|
273 |
+
"model.layers.4.mlp.gate_proj.weight": "model-00001-of-00002.safetensors",
|
274 |
+
"model.layers.4.mlp.up_proj.weight": "model-00001-of-00002.safetensors",
|
275 |
+
"model.layers.4.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
|
276 |
+
"model.layers.4.self_attn.k_proj.bias": "model-00001-of-00002.safetensors",
|
277 |
+
"model.layers.4.self_attn.k_proj.weight": "model-00001-of-00002.safetensors",
|
278 |
+
"model.layers.4.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
|
279 |
+
"model.layers.4.self_attn.q_proj.bias": "model-00001-of-00002.safetensors",
|
280 |
+
"model.layers.4.self_attn.q_proj.weight": "model-00001-of-00002.safetensors",
|
281 |
+
"model.layers.4.self_attn.v_proj.bias": "model-00001-of-00002.safetensors",
|
282 |
+
"model.layers.4.self_attn.v_proj.weight": "model-00001-of-00002.safetensors",
|
283 |
+
"model.layers.5.input_layernorm.weight": "model-00001-of-00002.safetensors",
|
284 |
+
"model.layers.5.mlp.down_proj.weight": "model-00001-of-00002.safetensors",
|
285 |
+
"model.layers.5.mlp.gate_proj.weight": "model-00001-of-00002.safetensors",
|
286 |
+
"model.layers.5.mlp.up_proj.weight": "model-00001-of-00002.safetensors",
|
287 |
+
"model.layers.5.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
|
288 |
+
"model.layers.5.self_attn.k_proj.bias": "model-00001-of-00002.safetensors",
|
289 |
+
"model.layers.5.self_attn.k_proj.weight": "model-00001-of-00002.safetensors",
|
290 |
+
"model.layers.5.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
|
291 |
+
"model.layers.5.self_attn.q_proj.bias": "model-00001-of-00002.safetensors",
|
292 |
+
"model.layers.5.self_attn.q_proj.weight": "model-00001-of-00002.safetensors",
|
293 |
+
"model.layers.5.self_attn.v_proj.bias": "model-00001-of-00002.safetensors",
|
294 |
+
"model.layers.5.self_attn.v_proj.weight": "model-00001-of-00002.safetensors",
|
295 |
+
"model.layers.6.input_layernorm.weight": "model-00001-of-00002.safetensors",
|
296 |
+
"model.layers.6.mlp.down_proj.weight": "model-00001-of-00002.safetensors",
|
297 |
+
"model.layers.6.mlp.gate_proj.weight": "model-00001-of-00002.safetensors",
|
298 |
+
"model.layers.6.mlp.up_proj.weight": "model-00001-of-00002.safetensors",
|
299 |
+
"model.layers.6.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
|
300 |
+
"model.layers.6.self_attn.k_proj.bias": "model-00001-of-00002.safetensors",
|
301 |
+
"model.layers.6.self_attn.k_proj.weight": "model-00001-of-00002.safetensors",
|
302 |
+
"model.layers.6.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
|
303 |
+
"model.layers.6.self_attn.q_proj.bias": "model-00001-of-00002.safetensors",
|
304 |
+
"model.layers.6.self_attn.q_proj.weight": "model-00001-of-00002.safetensors",
|
305 |
+
"model.layers.6.self_attn.v_proj.bias": "model-00001-of-00002.safetensors",
|
306 |
+
"model.layers.6.self_attn.v_proj.weight": "model-00001-of-00002.safetensors",
|
307 |
+
"model.layers.7.input_layernorm.weight": "model-00001-of-00002.safetensors",
|
308 |
+
"model.layers.7.mlp.down_proj.weight": "model-00001-of-00002.safetensors",
|
309 |
+
"model.layers.7.mlp.gate_proj.weight": "model-00001-of-00002.safetensors",
|
310 |
+
"model.layers.7.mlp.up_proj.weight": "model-00001-of-00002.safetensors",
|
311 |
+
"model.layers.7.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
|
312 |
+
"model.layers.7.self_attn.k_proj.bias": "model-00001-of-00002.safetensors",
|
313 |
+
"model.layers.7.self_attn.k_proj.weight": "model-00001-of-00002.safetensors",
|
314 |
+
"model.layers.7.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
|
315 |
+
"model.layers.7.self_attn.q_proj.bias": "model-00001-of-00002.safetensors",
|
316 |
+
"model.layers.7.self_attn.q_proj.weight": "model-00001-of-00002.safetensors",
|
317 |
+
"model.layers.7.self_attn.v_proj.bias": "model-00001-of-00002.safetensors",
|
318 |
+
"model.layers.7.self_attn.v_proj.weight": "model-00001-of-00002.safetensors",
|
319 |
+
"model.layers.8.input_layernorm.weight": "model-00001-of-00002.safetensors",
|
320 |
+
"model.layers.8.mlp.down_proj.weight": "model-00001-of-00002.safetensors",
|
321 |
+
"model.layers.8.mlp.gate_proj.weight": "model-00001-of-00002.safetensors",
|
322 |
+
"model.layers.8.mlp.up_proj.weight": "model-00001-of-00002.safetensors",
|
323 |
+
"model.layers.8.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
|
324 |
+
"model.layers.8.self_attn.k_proj.bias": "model-00001-of-00002.safetensors",
|
325 |
+
"model.layers.8.self_attn.k_proj.weight": "model-00001-of-00002.safetensors",
|
326 |
+
"model.layers.8.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
|
327 |
+
"model.layers.8.self_attn.q_proj.bias": "model-00001-of-00002.safetensors",
|
328 |
+
"model.layers.8.self_attn.q_proj.weight": "model-00001-of-00002.safetensors",
|
329 |
+
"model.layers.8.self_attn.v_proj.bias": "model-00001-of-00002.safetensors",
|
330 |
+
"model.layers.8.self_attn.v_proj.weight": "model-00001-of-00002.safetensors",
|
331 |
+
"model.layers.9.input_layernorm.weight": "model-00001-of-00002.safetensors",
|
332 |
+
"model.layers.9.mlp.down_proj.weight": "model-00001-of-00002.safetensors",
|
333 |
+
"model.layers.9.mlp.gate_proj.weight": "model-00001-of-00002.safetensors",
|
334 |
+
"model.layers.9.mlp.up_proj.weight": "model-00001-of-00002.safetensors",
|
335 |
+
"model.layers.9.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
|
336 |
+
"model.layers.9.self_attn.k_proj.bias": "model-00001-of-00002.safetensors",
|
337 |
+
"model.layers.9.self_attn.k_proj.weight": "model-00001-of-00002.safetensors",
|
338 |
+
"model.layers.9.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
|
339 |
+
"model.layers.9.self_attn.q_proj.bias": "model-00001-of-00002.safetensors",
|
340 |
+
"model.layers.9.self_attn.q_proj.weight": "model-00001-of-00002.safetensors",
|
341 |
+
"model.layers.9.self_attn.v_proj.bias": "model-00001-of-00002.safetensors",
|
342 |
+
"model.layers.9.self_attn.v_proj.weight": "model-00001-of-00002.safetensors",
|
343 |
+
"model.norm.weight": "model-00002-of-00002.safetensors",
|
344 |
+
"visual.blocks.0.attn.proj.bias": "model-00001-of-00002.safetensors",
|
345 |
+
"visual.blocks.0.attn.proj.weight": "model-00001-of-00002.safetensors",
|
346 |
+
"visual.blocks.0.attn.qkv.bias": "model-00001-of-00002.safetensors",
|
347 |
+
"visual.blocks.0.attn.qkv.weight": "model-00001-of-00002.safetensors",
|
348 |
+
"visual.blocks.0.mlp.fc1.bias": "model-00001-of-00002.safetensors",
|
349 |
+
"visual.blocks.0.mlp.fc1.weight": "model-00001-of-00002.safetensors",
|
350 |
+
"visual.blocks.0.mlp.fc2.bias": "model-00001-of-00002.safetensors",
|
351 |
+
"visual.blocks.0.mlp.fc2.weight": "model-00001-of-00002.safetensors",
|
352 |
+
"visual.blocks.0.norm1.bias": "model-00001-of-00002.safetensors",
|
353 |
+
"visual.blocks.0.norm1.weight": "model-00001-of-00002.safetensors",
|
354 |
+
"visual.blocks.0.norm2.bias": "model-00001-of-00002.safetensors",
|
355 |
+
"visual.blocks.0.norm2.weight": "model-00001-of-00002.safetensors",
|
356 |
+
"visual.blocks.1.attn.proj.bias": "model-00001-of-00002.safetensors",
|
357 |
+
"visual.blocks.1.attn.proj.weight": "model-00001-of-00002.safetensors",
|
358 |
+
"visual.blocks.1.attn.qkv.bias": "model-00001-of-00002.safetensors",
|
359 |
+
"visual.blocks.1.attn.qkv.weight": "model-00001-of-00002.safetensors",
|
360 |
+
"visual.blocks.1.mlp.fc1.bias": "model-00001-of-00002.safetensors",
|
361 |
+
"visual.blocks.1.mlp.fc1.weight": "model-00001-of-00002.safetensors",
|
362 |
+
"visual.blocks.1.mlp.fc2.bias": "model-00001-of-00002.safetensors",
|
363 |
+
"visual.blocks.1.mlp.fc2.weight": "model-00001-of-00002.safetensors",
|
364 |
+
"visual.blocks.1.norm1.bias": "model-00001-of-00002.safetensors",
|
365 |
+
"visual.blocks.1.norm1.weight": "model-00001-of-00002.safetensors",
|
366 |
+
"visual.blocks.1.norm2.bias": "model-00001-of-00002.safetensors",
|
367 |
+
"visual.blocks.1.norm2.weight": "model-00001-of-00002.safetensors",
|
368 |
+
"visual.blocks.10.attn.proj.bias": "model-00001-of-00002.safetensors",
|
369 |
+
"visual.blocks.10.attn.proj.weight": "model-00001-of-00002.safetensors",
|
370 |
+
"visual.blocks.10.attn.qkv.bias": "model-00001-of-00002.safetensors",
|
371 |
+
"visual.blocks.10.attn.qkv.weight": "model-00001-of-00002.safetensors",
|
372 |
+
"visual.blocks.10.mlp.fc1.bias": "model-00001-of-00002.safetensors",
|
373 |
+
"visual.blocks.10.mlp.fc1.weight": "model-00001-of-00002.safetensors",
|
374 |
+
"visual.blocks.10.mlp.fc2.bias": "model-00001-of-00002.safetensors",
|
375 |
+
"visual.blocks.10.mlp.fc2.weight": "model-00001-of-00002.safetensors",
|
376 |
+
"visual.blocks.10.norm1.bias": "model-00001-of-00002.safetensors",
|
377 |
+
"visual.blocks.10.norm1.weight": "model-00001-of-00002.safetensors",
|
378 |
+
"visual.blocks.10.norm2.bias": "model-00001-of-00002.safetensors",
|
379 |
+
"visual.blocks.10.norm2.weight": "model-00001-of-00002.safetensors",
|
380 |
+
"visual.blocks.11.attn.proj.bias": "model-00001-of-00002.safetensors",
|
381 |
+
"visual.blocks.11.attn.proj.weight": "model-00001-of-00002.safetensors",
|
382 |
+
"visual.blocks.11.attn.qkv.bias": "model-00001-of-00002.safetensors",
|
383 |
+
"visual.blocks.11.attn.qkv.weight": "model-00001-of-00002.safetensors",
|
384 |
+
"visual.blocks.11.mlp.fc1.bias": "model-00001-of-00002.safetensors",
|
385 |
+
"visual.blocks.11.mlp.fc1.weight": "model-00001-of-00002.safetensors",
|
386 |
+
"visual.blocks.11.mlp.fc2.bias": "model-00001-of-00002.safetensors",
|
387 |
+
"visual.blocks.11.mlp.fc2.weight": "model-00001-of-00002.safetensors",
|
388 |
+
"visual.blocks.11.norm1.bias": "model-00001-of-00002.safetensors",
|
389 |
+
"visual.blocks.11.norm1.weight": "model-00001-of-00002.safetensors",
|
390 |
+
"visual.blocks.11.norm2.bias": "model-00001-of-00002.safetensors",
|
391 |
+
"visual.blocks.11.norm2.weight": "model-00001-of-00002.safetensors",
|
392 |
+
"visual.blocks.12.attn.proj.bias": "model-00001-of-00002.safetensors",
|
393 |
+
"visual.blocks.12.attn.proj.weight": "model-00001-of-00002.safetensors",
|
394 |
+
"visual.blocks.12.attn.qkv.bias": "model-00001-of-00002.safetensors",
|
395 |
+
"visual.blocks.12.attn.qkv.weight": "model-00001-of-00002.safetensors",
|
396 |
+
"visual.blocks.12.mlp.fc1.bias": "model-00001-of-00002.safetensors",
|
397 |
+
"visual.blocks.12.mlp.fc1.weight": "model-00001-of-00002.safetensors",
|
398 |
+
"visual.blocks.12.mlp.fc2.bias": "model-00001-of-00002.safetensors",
|
399 |
+
"visual.blocks.12.mlp.fc2.weight": "model-00001-of-00002.safetensors",
|
400 |
+
"visual.blocks.12.norm1.bias": "model-00001-of-00002.safetensors",
|
401 |
+
"visual.blocks.12.norm1.weight": "model-00001-of-00002.safetensors",
|
402 |
+
"visual.blocks.12.norm2.bias": "model-00001-of-00002.safetensors",
|
403 |
+
"visual.blocks.12.norm2.weight": "model-00001-of-00002.safetensors",
|
404 |
+
"visual.blocks.13.attn.proj.bias": "model-00001-of-00002.safetensors",
|
405 |
+
"visual.blocks.13.attn.proj.weight": "model-00001-of-00002.safetensors",
|
406 |
+
"visual.blocks.13.attn.qkv.bias": "model-00001-of-00002.safetensors",
|
407 |
+
"visual.blocks.13.attn.qkv.weight": "model-00001-of-00002.safetensors",
|
408 |
+
"visual.blocks.13.mlp.fc1.bias": "model-00001-of-00002.safetensors",
|
409 |
+
"visual.blocks.13.mlp.fc1.weight": "model-00001-of-00002.safetensors",
|
410 |
+
"visual.blocks.13.mlp.fc2.bias": "model-00001-of-00002.safetensors",
|
411 |
+
"visual.blocks.13.mlp.fc2.weight": "model-00001-of-00002.safetensors",
|
412 |
+
"visual.blocks.13.norm1.bias": "model-00001-of-00002.safetensors",
|
413 |
+
"visual.blocks.13.norm1.weight": "model-00001-of-00002.safetensors",
|
414 |
+
"visual.blocks.13.norm2.bias": "model-00001-of-00002.safetensors",
|
415 |
+
"visual.blocks.13.norm2.weight": "model-00001-of-00002.safetensors",
|
416 |
+
"visual.blocks.14.attn.proj.bias": "model-00001-of-00002.safetensors",
|
417 |
+
"visual.blocks.14.attn.proj.weight": "model-00001-of-00002.safetensors",
|
418 |
+
"visual.blocks.14.attn.qkv.bias": "model-00001-of-00002.safetensors",
|
419 |
+
"visual.blocks.14.attn.qkv.weight": "model-00001-of-00002.safetensors",
|
420 |
+
"visual.blocks.14.mlp.fc1.bias": "model-00001-of-00002.safetensors",
|
421 |
+
"visual.blocks.14.mlp.fc1.weight": "model-00001-of-00002.safetensors",
|
422 |
+
"visual.blocks.14.mlp.fc2.bias": "model-00001-of-00002.safetensors",
|
423 |
+
"visual.blocks.14.mlp.fc2.weight": "model-00001-of-00002.safetensors",
|
424 |
+
"visual.blocks.14.norm1.bias": "model-00001-of-00002.safetensors",
|
425 |
+
"visual.blocks.14.norm1.weight": "model-00001-of-00002.safetensors",
|
426 |
+
"visual.blocks.14.norm2.bias": "model-00001-of-00002.safetensors",
|
427 |
+
"visual.blocks.14.norm2.weight": "model-00001-of-00002.safetensors",
|
428 |
+
"visual.blocks.15.attn.proj.bias": "model-00001-of-00002.safetensors",
|
429 |
+
"visual.blocks.15.attn.proj.weight": "model-00001-of-00002.safetensors",
|
430 |
+
"visual.blocks.15.attn.qkv.bias": "model-00001-of-00002.safetensors",
|
431 |
+
"visual.blocks.15.attn.qkv.weight": "model-00001-of-00002.safetensors",
|
432 |
+
"visual.blocks.15.mlp.fc1.bias": "model-00001-of-00002.safetensors",
|
433 |
+
"visual.blocks.15.mlp.fc1.weight": "model-00001-of-00002.safetensors",
|
434 |
+
"visual.blocks.15.mlp.fc2.bias": "model-00001-of-00002.safetensors",
|
435 |
+
"visual.blocks.15.mlp.fc2.weight": "model-00001-of-00002.safetensors",
|
436 |
+
"visual.blocks.15.norm1.bias": "model-00001-of-00002.safetensors",
|
437 |
+
"visual.blocks.15.norm1.weight": "model-00001-of-00002.safetensors",
|
438 |
+
"visual.blocks.15.norm2.bias": "model-00001-of-00002.safetensors",
|
439 |
+
"visual.blocks.15.norm2.weight": "model-00001-of-00002.safetensors",
|
440 |
+
"visual.blocks.16.attn.proj.bias": "model-00001-of-00002.safetensors",
|
441 |
+
"visual.blocks.16.attn.proj.weight": "model-00001-of-00002.safetensors",
|
442 |
+
"visual.blocks.16.attn.qkv.bias": "model-00001-of-00002.safetensors",
|
443 |
+
"visual.blocks.16.attn.qkv.weight": "model-00001-of-00002.safetensors",
|
444 |
+
"visual.blocks.16.mlp.fc1.bias": "model-00001-of-00002.safetensors",
|
445 |
+
"visual.blocks.16.mlp.fc1.weight": "model-00001-of-00002.safetensors",
|
446 |
+
"visual.blocks.16.mlp.fc2.bias": "model-00001-of-00002.safetensors",
|
447 |
+
"visual.blocks.16.mlp.fc2.weight": "model-00001-of-00002.safetensors",
|
448 |
+
"visual.blocks.16.norm1.bias": "model-00001-of-00002.safetensors",
|
449 |
+
"visual.blocks.16.norm1.weight": "model-00001-of-00002.safetensors",
|
450 |
+
"visual.blocks.16.norm2.bias": "model-00001-of-00002.safetensors",
|
451 |
+
"visual.blocks.16.norm2.weight": "model-00001-of-00002.safetensors",
|
452 |
+
"visual.blocks.17.attn.proj.bias": "model-00001-of-00002.safetensors",
|
453 |
+
"visual.blocks.17.attn.proj.weight": "model-00001-of-00002.safetensors",
|
454 |
+
"visual.blocks.17.attn.qkv.bias": "model-00001-of-00002.safetensors",
|
455 |
+
"visual.blocks.17.attn.qkv.weight": "model-00001-of-00002.safetensors",
|
456 |
+
"visual.blocks.17.mlp.fc1.bias": "model-00001-of-00002.safetensors",
|
457 |
+
"visual.blocks.17.mlp.fc1.weight": "model-00001-of-00002.safetensors",
|
458 |
+
"visual.blocks.17.mlp.fc2.bias": "model-00001-of-00002.safetensors",
|
459 |
+
"visual.blocks.17.mlp.fc2.weight": "model-00001-of-00002.safetensors",
|
460 |
+
"visual.blocks.17.norm1.bias": "model-00001-of-00002.safetensors",
|
461 |
+
"visual.blocks.17.norm1.weight": "model-00001-of-00002.safetensors",
|
462 |
+
"visual.blocks.17.norm2.bias": "model-00001-of-00002.safetensors",
|
463 |
+
"visual.blocks.17.norm2.weight": "model-00001-of-00002.safetensors",
|
464 |
+
"visual.blocks.18.attn.proj.bias": "model-00001-of-00002.safetensors",
|
465 |
+
"visual.blocks.18.attn.proj.weight": "model-00001-of-00002.safetensors",
|
466 |
+
"visual.blocks.18.attn.qkv.bias": "model-00001-of-00002.safetensors",
|
467 |
+
"visual.blocks.18.attn.qkv.weight": "model-00001-of-00002.safetensors",
|
468 |
+
"visual.blocks.18.mlp.fc1.bias": "model-00001-of-00002.safetensors",
|
469 |
+
"visual.blocks.18.mlp.fc1.weight": "model-00001-of-00002.safetensors",
|
470 |
+
"visual.blocks.18.mlp.fc2.bias": "model-00001-of-00002.safetensors",
|
471 |
+
"visual.blocks.18.mlp.fc2.weight": "model-00001-of-00002.safetensors",
|
472 |
+
"visual.blocks.18.norm1.bias": "model-00001-of-00002.safetensors",
|
473 |
+
"visual.blocks.18.norm1.weight": "model-00001-of-00002.safetensors",
|
474 |
+
"visual.blocks.18.norm2.bias": "model-00001-of-00002.safetensors",
|
475 |
+
"visual.blocks.18.norm2.weight": "model-00001-of-00002.safetensors",
|
476 |
+
"visual.blocks.19.attn.proj.bias": "model-00001-of-00002.safetensors",
|
477 |
+
"visual.blocks.19.attn.proj.weight": "model-00001-of-00002.safetensors",
|
478 |
+
"visual.blocks.19.attn.qkv.bias": "model-00001-of-00002.safetensors",
|
479 |
+
"visual.blocks.19.attn.qkv.weight": "model-00001-of-00002.safetensors",
|
480 |
+
"visual.blocks.19.mlp.fc1.bias": "model-00001-of-00002.safetensors",
|
481 |
+
"visual.blocks.19.mlp.fc1.weight": "model-00001-of-00002.safetensors",
|
482 |
+
"visual.blocks.19.mlp.fc2.bias": "model-00001-of-00002.safetensors",
|
483 |
+
"visual.blocks.19.mlp.fc2.weight": "model-00001-of-00002.safetensors",
|
484 |
+
"visual.blocks.19.norm1.bias": "model-00001-of-00002.safetensors",
|
485 |
+
"visual.blocks.19.norm1.weight": "model-00001-of-00002.safetensors",
|
486 |
+
"visual.blocks.19.norm2.bias": "model-00001-of-00002.safetensors",
|
487 |
+
"visual.blocks.19.norm2.weight": "model-00001-of-00002.safetensors",
|
488 |
+
"visual.blocks.2.attn.proj.bias": "model-00001-of-00002.safetensors",
|
489 |
+
"visual.blocks.2.attn.proj.weight": "model-00001-of-00002.safetensors",
|
490 |
+
"visual.blocks.2.attn.qkv.bias": "model-00001-of-00002.safetensors",
|
491 |
+
"visual.blocks.2.attn.qkv.weight": "model-00001-of-00002.safetensors",
|
492 |
+
"visual.blocks.2.mlp.fc1.bias": "model-00001-of-00002.safetensors",
|
493 |
+
"visual.blocks.2.mlp.fc1.weight": "model-00001-of-00002.safetensors",
|
494 |
+
"visual.blocks.2.mlp.fc2.bias": "model-00001-of-00002.safetensors",
|
495 |
+
"visual.blocks.2.mlp.fc2.weight": "model-00001-of-00002.safetensors",
|
496 |
+
"visual.blocks.2.norm1.bias": "model-00001-of-00002.safetensors",
|
497 |
+
"visual.blocks.2.norm1.weight": "model-00001-of-00002.safetensors",
|
498 |
+
"visual.blocks.2.norm2.bias": "model-00001-of-00002.safetensors",
|
499 |
+
"visual.blocks.2.norm2.weight": "model-00001-of-00002.safetensors",
|
500 |
+
"visual.blocks.20.attn.proj.bias": "model-00001-of-00002.safetensors",
|
501 |
+
"visual.blocks.20.attn.proj.weight": "model-00001-of-00002.safetensors",
|
502 |
+
"visual.blocks.20.attn.qkv.bias": "model-00001-of-00002.safetensors",
|
503 |
+
"visual.blocks.20.attn.qkv.weight": "model-00001-of-00002.safetensors",
|
504 |
+
"visual.blocks.20.mlp.fc1.bias": "model-00001-of-00002.safetensors",
|
505 |
+
"visual.blocks.20.mlp.fc1.weight": "model-00001-of-00002.safetensors",
|
506 |
+
"visual.blocks.20.mlp.fc2.bias": "model-00001-of-00002.safetensors",
|
507 |
+
"visual.blocks.20.mlp.fc2.weight": "model-00001-of-00002.safetensors",
|
508 |
+
"visual.blocks.20.norm1.bias": "model-00001-of-00002.safetensors",
|
509 |
+
"visual.blocks.20.norm1.weight": "model-00001-of-00002.safetensors",
|
510 |
+
"visual.blocks.20.norm2.bias": "model-00001-of-00002.safetensors",
|
511 |
+
"visual.blocks.20.norm2.weight": "model-00001-of-00002.safetensors",
|
512 |
+
"visual.blocks.21.attn.proj.bias": "model-00001-of-00002.safetensors",
|
513 |
+
"visual.blocks.21.attn.proj.weight": "model-00001-of-00002.safetensors",
|
514 |
+
"visual.blocks.21.attn.qkv.bias": "model-00001-of-00002.safetensors",
|
515 |
+
"visual.blocks.21.attn.qkv.weight": "model-00001-of-00002.safetensors",
|
516 |
+
"visual.blocks.21.mlp.fc1.bias": "model-00001-of-00002.safetensors",
|
517 |
+
"visual.blocks.21.mlp.fc1.weight": "model-00001-of-00002.safetensors",
|
518 |
+
"visual.blocks.21.mlp.fc2.bias": "model-00001-of-00002.safetensors",
|
519 |
+
"visual.blocks.21.mlp.fc2.weight": "model-00001-of-00002.safetensors",
|
520 |
+
"visual.blocks.21.norm1.bias": "model-00001-of-00002.safetensors",
|
521 |
+
"visual.blocks.21.norm1.weight": "model-00001-of-00002.safetensors",
|
522 |
+
"visual.blocks.21.norm2.bias": "model-00001-of-00002.safetensors",
|
523 |
+
"visual.blocks.21.norm2.weight": "model-00001-of-00002.safetensors",
|
524 |
+
"visual.blocks.22.attn.proj.bias": "model-00001-of-00002.safetensors",
|
525 |
+
"visual.blocks.22.attn.proj.weight": "model-00001-of-00002.safetensors",
|
526 |
+
"visual.blocks.22.attn.qkv.bias": "model-00001-of-00002.safetensors",
|
527 |
+
"visual.blocks.22.attn.qkv.weight": "model-00001-of-00002.safetensors",
|
528 |
+
"visual.blocks.22.mlp.fc1.bias": "model-00001-of-00002.safetensors",
|
529 |
+
"visual.blocks.22.mlp.fc1.weight": "model-00001-of-00002.safetensors",
|
530 |
+
"visual.blocks.22.mlp.fc2.bias": "model-00001-of-00002.safetensors",
|
531 |
+
"visual.blocks.22.mlp.fc2.weight": "model-00001-of-00002.safetensors",
|
532 |
+
"visual.blocks.22.norm1.bias": "model-00001-of-00002.safetensors",
|
533 |
+
"visual.blocks.22.norm1.weight": "model-00001-of-00002.safetensors",
|
534 |
+
"visual.blocks.22.norm2.bias": "model-00001-of-00002.safetensors",
|
535 |
+
"visual.blocks.22.norm2.weight": "model-00001-of-00002.safetensors",
|
536 |
+
"visual.blocks.23.attn.proj.bias": "model-00001-of-00002.safetensors",
|
537 |
+
"visual.blocks.23.attn.proj.weight": "model-00001-of-00002.safetensors",
|
538 |
+
"visual.blocks.23.attn.qkv.bias": "model-00001-of-00002.safetensors",
|
539 |
+
"visual.blocks.23.attn.qkv.weight": "model-00001-of-00002.safetensors",
|
540 |
+
"visual.blocks.23.mlp.fc1.bias": "model-00001-of-00002.safetensors",
|
541 |
+
"visual.blocks.23.mlp.fc1.weight": "model-00001-of-00002.safetensors",
|
542 |
+
"visual.blocks.23.mlp.fc2.bias": "model-00001-of-00002.safetensors",
|
543 |
+
"visual.blocks.23.mlp.fc2.weight": "model-00001-of-00002.safetensors",
|
544 |
+
"visual.blocks.23.norm1.bias": "model-00001-of-00002.safetensors",
|
545 |
+
"visual.blocks.23.norm1.weight": "model-00001-of-00002.safetensors",
|
546 |
+
"visual.blocks.23.norm2.bias": "model-00001-of-00002.safetensors",
|
547 |
+
"visual.blocks.23.norm2.weight": "model-00001-of-00002.safetensors",
|
548 |
+
"visual.blocks.24.attn.proj.bias": "model-00001-of-00002.safetensors",
|
549 |
+
"visual.blocks.24.attn.proj.weight": "model-00001-of-00002.safetensors",
|
550 |
+
"visual.blocks.24.attn.qkv.bias": "model-00001-of-00002.safetensors",
|
551 |
+
"visual.blocks.24.attn.qkv.weight": "model-00001-of-00002.safetensors",
|
552 |
+
"visual.blocks.24.mlp.fc1.bias": "model-00001-of-00002.safetensors",
|
553 |
+
"visual.blocks.24.mlp.fc1.weight": "model-00001-of-00002.safetensors",
|
554 |
+
"visual.blocks.24.mlp.fc2.bias": "model-00001-of-00002.safetensors",
|
555 |
+
"visual.blocks.24.mlp.fc2.weight": "model-00001-of-00002.safetensors",
|
556 |
+
"visual.blocks.24.norm1.bias": "model-00001-of-00002.safetensors",
|
557 |
+
"visual.blocks.24.norm1.weight": "model-00001-of-00002.safetensors",
|
558 |
+
"visual.blocks.24.norm2.bias": "model-00001-of-00002.safetensors",
|
559 |
+
"visual.blocks.24.norm2.weight": "model-00001-of-00002.safetensors",
|
560 |
+
"visual.blocks.25.attn.proj.bias": "model-00001-of-00002.safetensors",
|
561 |
+
"visual.blocks.25.attn.proj.weight": "model-00001-of-00002.safetensors",
|
562 |
+
"visual.blocks.25.attn.qkv.bias": "model-00001-of-00002.safetensors",
|
563 |
+
"visual.blocks.25.attn.qkv.weight": "model-00001-of-00002.safetensors",
|
564 |
+
"visual.blocks.25.mlp.fc1.bias": "model-00001-of-00002.safetensors",
|
565 |
+
"visual.blocks.25.mlp.fc1.weight": "model-00001-of-00002.safetensors",
|
566 |
+
"visual.blocks.25.mlp.fc2.bias": "model-00001-of-00002.safetensors",
|
567 |
+
"visual.blocks.25.mlp.fc2.weight": "model-00001-of-00002.safetensors",
|
568 |
+
"visual.blocks.25.norm1.bias": "model-00001-of-00002.safetensors",
|
569 |
+
"visual.blocks.25.norm1.weight": "model-00001-of-00002.safetensors",
|
570 |
+
"visual.blocks.25.norm2.bias": "model-00001-of-00002.safetensors",
|
571 |
+
"visual.blocks.25.norm2.weight": "model-00001-of-00002.safetensors",
|
572 |
+
"visual.blocks.26.attn.proj.bias": "model-00001-of-00002.safetensors",
|
573 |
+
"visual.blocks.26.attn.proj.weight": "model-00001-of-00002.safetensors",
|
574 |
+
"visual.blocks.26.attn.qkv.bias": "model-00001-of-00002.safetensors",
|
575 |
+
"visual.blocks.26.attn.qkv.weight": "model-00001-of-00002.safetensors",
|
576 |
+
"visual.blocks.26.mlp.fc1.bias": "model-00001-of-00002.safetensors",
|
577 |
+
"visual.blocks.26.mlp.fc1.weight": "model-00001-of-00002.safetensors",
|
578 |
+
"visual.blocks.26.mlp.fc2.bias": "model-00001-of-00002.safetensors",
|
579 |
+
"visual.blocks.26.mlp.fc2.weight": "model-00001-of-00002.safetensors",
|
580 |
+
"visual.blocks.26.norm1.bias": "model-00001-of-00002.safetensors",
|
581 |
+
"visual.blocks.26.norm1.weight": "model-00001-of-00002.safetensors",
|
582 |
+
"visual.blocks.26.norm2.bias": "model-00001-of-00002.safetensors",
|
583 |
+
"visual.blocks.26.norm2.weight": "model-00001-of-00002.safetensors",
|
584 |
+
"visual.blocks.27.attn.proj.bias": "model-00001-of-00002.safetensors",
|
585 |
+
"visual.blocks.27.attn.proj.weight": "model-00001-of-00002.safetensors",
|
586 |
+
"visual.blocks.27.attn.qkv.bias": "model-00001-of-00002.safetensors",
|
587 |
+
"visual.blocks.27.attn.qkv.weight": "model-00001-of-00002.safetensors",
|
588 |
+
"visual.blocks.27.mlp.fc1.bias": "model-00001-of-00002.safetensors",
|
589 |
+
"visual.blocks.27.mlp.fc1.weight": "model-00001-of-00002.safetensors",
|
590 |
+
"visual.blocks.27.mlp.fc2.bias": "model-00001-of-00002.safetensors",
|
591 |
+
"visual.blocks.27.mlp.fc2.weight": "model-00001-of-00002.safetensors",
|
592 |
+
"visual.blocks.27.norm1.bias": "model-00001-of-00002.safetensors",
|
593 |
+
"visual.blocks.27.norm1.weight": "model-00001-of-00002.safetensors",
|
594 |
+
"visual.blocks.27.norm2.bias": "model-00001-of-00002.safetensors",
|
595 |
+
"visual.blocks.27.norm2.weight": "model-00001-of-00002.safetensors",
|
596 |
+
"visual.blocks.28.attn.proj.bias": "model-00001-of-00002.safetensors",
|
597 |
+
"visual.blocks.28.attn.proj.weight": "model-00001-of-00002.safetensors",
|
598 |
+
"visual.blocks.28.attn.qkv.bias": "model-00001-of-00002.safetensors",
|
599 |
+
"visual.blocks.28.attn.qkv.weight": "model-00001-of-00002.safetensors",
|
600 |
+
"visual.blocks.28.mlp.fc1.bias": "model-00001-of-00002.safetensors",
|
601 |
+
"visual.blocks.28.mlp.fc1.weight": "model-00001-of-00002.safetensors",
|
602 |
+
"visual.blocks.28.mlp.fc2.bias": "model-00001-of-00002.safetensors",
|
603 |
+
"visual.blocks.28.mlp.fc2.weight": "model-00001-of-00002.safetensors",
|
604 |
+
"visual.blocks.28.norm1.bias": "model-00001-of-00002.safetensors",
|
605 |
+
"visual.blocks.28.norm1.weight": "model-00001-of-00002.safetensors",
|
606 |
+
"visual.blocks.28.norm2.bias": "model-00001-of-00002.safetensors",
|
607 |
+
"visual.blocks.28.norm2.weight": "model-00001-of-00002.safetensors",
|
608 |
+
"visual.blocks.29.attn.proj.bias": "model-00001-of-00002.safetensors",
|
609 |
+
"visual.blocks.29.attn.proj.weight": "model-00001-of-00002.safetensors",
|
610 |
+
"visual.blocks.29.attn.qkv.bias": "model-00001-of-00002.safetensors",
|
611 |
+
"visual.blocks.29.attn.qkv.weight": "model-00001-of-00002.safetensors",
|
612 |
+
"visual.blocks.29.mlp.fc1.bias": "model-00001-of-00002.safetensors",
|
613 |
+
"visual.blocks.29.mlp.fc1.weight": "model-00001-of-00002.safetensors",
|
614 |
+
"visual.blocks.29.mlp.fc2.bias": "model-00001-of-00002.safetensors",
|
615 |
+
"visual.blocks.29.mlp.fc2.weight": "model-00001-of-00002.safetensors",
|
616 |
+
"visual.blocks.29.norm1.bias": "model-00001-of-00002.safetensors",
|
617 |
+
"visual.blocks.29.norm1.weight": "model-00001-of-00002.safetensors",
|
618 |
+
"visual.blocks.29.norm2.bias": "model-00001-of-00002.safetensors",
|
619 |
+
"visual.blocks.29.norm2.weight": "model-00001-of-00002.safetensors",
|
620 |
+
"visual.blocks.3.attn.proj.bias": "model-00001-of-00002.safetensors",
|
621 |
+
"visual.blocks.3.attn.proj.weight": "model-00001-of-00002.safetensors",
|
622 |
+
"visual.blocks.3.attn.qkv.bias": "model-00001-of-00002.safetensors",
|
623 |
+
"visual.blocks.3.attn.qkv.weight": "model-00001-of-00002.safetensors",
|
624 |
+
"visual.blocks.3.mlp.fc1.bias": "model-00001-of-00002.safetensors",
|
625 |
+
"visual.blocks.3.mlp.fc1.weight": "model-00001-of-00002.safetensors",
|
626 |
+
"visual.blocks.3.mlp.fc2.bias": "model-00001-of-00002.safetensors",
|
627 |
+
"visual.blocks.3.mlp.fc2.weight": "model-00001-of-00002.safetensors",
|
628 |
+
"visual.blocks.3.norm1.bias": "model-00001-of-00002.safetensors",
|
629 |
+
"visual.blocks.3.norm1.weight": "model-00001-of-00002.safetensors",
|
630 |
+
"visual.blocks.3.norm2.bias": "model-00001-of-00002.safetensors",
|
631 |
+
"visual.blocks.3.norm2.weight": "model-00001-of-00002.safetensors",
|
632 |
+
"visual.blocks.30.attn.proj.bias": "model-00001-of-00002.safetensors",
|
633 |
+
"visual.blocks.30.attn.proj.weight": "model-00001-of-00002.safetensors",
|
634 |
+
"visual.blocks.30.attn.qkv.bias": "model-00001-of-00002.safetensors",
|
635 |
+
"visual.blocks.30.attn.qkv.weight": "model-00001-of-00002.safetensors",
|
636 |
+
"visual.blocks.30.mlp.fc1.bias": "model-00001-of-00002.safetensors",
|
637 |
+
"visual.blocks.30.mlp.fc1.weight": "model-00001-of-00002.safetensors",
|
638 |
+
"visual.blocks.30.mlp.fc2.bias": "model-00001-of-00002.safetensors",
|
639 |
+
"visual.blocks.30.mlp.fc2.weight": "model-00001-of-00002.safetensors",
|
640 |
+
"visual.blocks.30.norm1.bias": "model-00001-of-00002.safetensors",
|
641 |
+
"visual.blocks.30.norm1.weight": "model-00001-of-00002.safetensors",
|
642 |
+
"visual.blocks.30.norm2.bias": "model-00001-of-00002.safetensors",
|
643 |
+
"visual.blocks.30.norm2.weight": "model-00001-of-00002.safetensors",
|
644 |
+
"visual.blocks.31.attn.proj.bias": "model-00001-of-00002.safetensors",
|
645 |
+
"visual.blocks.31.attn.proj.weight": "model-00001-of-00002.safetensors",
|
646 |
+
"visual.blocks.31.attn.qkv.bias": "model-00001-of-00002.safetensors",
|
647 |
+
"visual.blocks.31.attn.qkv.weight": "model-00001-of-00002.safetensors",
|
648 |
+
"visual.blocks.31.mlp.fc1.bias": "model-00001-of-00002.safetensors",
|
649 |
+
"visual.blocks.31.mlp.fc1.weight": "model-00001-of-00002.safetensors",
|
650 |
+
"visual.blocks.31.mlp.fc2.bias": "model-00001-of-00002.safetensors",
|
651 |
+
"visual.blocks.31.mlp.fc2.weight": "model-00001-of-00002.safetensors",
|
652 |
+
"visual.blocks.31.norm1.bias": "model-00001-of-00002.safetensors",
|
653 |
+
"visual.blocks.31.norm1.weight": "model-00001-of-00002.safetensors",
|
654 |
+
"visual.blocks.31.norm2.bias": "model-00001-of-00002.safetensors",
|
655 |
+
"visual.blocks.31.norm2.weight": "model-00001-of-00002.safetensors",
|
656 |
+
"visual.blocks.4.attn.proj.bias": "model-00001-of-00002.safetensors",
|
657 |
+
"visual.blocks.4.attn.proj.weight": "model-00001-of-00002.safetensors",
|
658 |
+
"visual.blocks.4.attn.qkv.bias": "model-00001-of-00002.safetensors",
|
659 |
+
"visual.blocks.4.attn.qkv.weight": "model-00001-of-00002.safetensors",
|
660 |
+
"visual.blocks.4.mlp.fc1.bias": "model-00001-of-00002.safetensors",
|
661 |
+
"visual.blocks.4.mlp.fc1.weight": "model-00001-of-00002.safetensors",
|
662 |
+
"visual.blocks.4.mlp.fc2.bias": "model-00001-of-00002.safetensors",
|
663 |
+
"visual.blocks.4.mlp.fc2.weight": "model-00001-of-00002.safetensors",
|
664 |
+
"visual.blocks.4.norm1.bias": "model-00001-of-00002.safetensors",
|
665 |
+
"visual.blocks.4.norm1.weight": "model-00001-of-00002.safetensors",
|
666 |
+
"visual.blocks.4.norm2.bias": "model-00001-of-00002.safetensors",
|
667 |
+
"visual.blocks.4.norm2.weight": "model-00001-of-00002.safetensors",
|
668 |
+
"visual.blocks.5.attn.proj.bias": "model-00001-of-00002.safetensors",
|
669 |
+
"visual.blocks.5.attn.proj.weight": "model-00001-of-00002.safetensors",
|
670 |
+
"visual.blocks.5.attn.qkv.bias": "model-00001-of-00002.safetensors",
|
671 |
+
"visual.blocks.5.attn.qkv.weight": "model-00001-of-00002.safetensors",
|
672 |
+
"visual.blocks.5.mlp.fc1.bias": "model-00001-of-00002.safetensors",
|
673 |
+
"visual.blocks.5.mlp.fc1.weight": "model-00001-of-00002.safetensors",
|
674 |
+
"visual.blocks.5.mlp.fc2.bias": "model-00001-of-00002.safetensors",
|
675 |
+
"visual.blocks.5.mlp.fc2.weight": "model-00001-of-00002.safetensors",
|
676 |
+
"visual.blocks.5.norm1.bias": "model-00001-of-00002.safetensors",
|
677 |
+
"visual.blocks.5.norm1.weight": "model-00001-of-00002.safetensors",
|
678 |
+
"visual.blocks.5.norm2.bias": "model-00001-of-00002.safetensors",
|
679 |
+
"visual.blocks.5.norm2.weight": "model-00001-of-00002.safetensors",
|
680 |
+
"visual.blocks.6.attn.proj.bias": "model-00001-of-00002.safetensors",
|
681 |
+
"visual.blocks.6.attn.proj.weight": "model-00001-of-00002.safetensors",
|
682 |
+
"visual.blocks.6.attn.qkv.bias": "model-00001-of-00002.safetensors",
|
683 |
+
"visual.blocks.6.attn.qkv.weight": "model-00001-of-00002.safetensors",
|
684 |
+
"visual.blocks.6.mlp.fc1.bias": "model-00001-of-00002.safetensors",
|
685 |
+
"visual.blocks.6.mlp.fc1.weight": "model-00001-of-00002.safetensors",
|
686 |
+
"visual.blocks.6.mlp.fc2.bias": "model-00001-of-00002.safetensors",
|
687 |
+
"visual.blocks.6.mlp.fc2.weight": "model-00001-of-00002.safetensors",
|
688 |
+
"visual.blocks.6.norm1.bias": "model-00001-of-00002.safetensors",
|
689 |
+
"visual.blocks.6.norm1.weight": "model-00001-of-00002.safetensors",
|
690 |
+
"visual.blocks.6.norm2.bias": "model-00001-of-00002.safetensors",
|
691 |
+
"visual.blocks.6.norm2.weight": "model-00001-of-00002.safetensors",
|
692 |
+
"visual.blocks.7.attn.proj.bias": "model-00001-of-00002.safetensors",
|
693 |
+
"visual.blocks.7.attn.proj.weight": "model-00001-of-00002.safetensors",
|
694 |
+
"visual.blocks.7.attn.qkv.bias": "model-00001-of-00002.safetensors",
|
695 |
+
"visual.blocks.7.attn.qkv.weight": "model-00001-of-00002.safetensors",
|
696 |
+
"visual.blocks.7.mlp.fc1.bias": "model-00001-of-00002.safetensors",
|
697 |
+
"visual.blocks.7.mlp.fc1.weight": "model-00001-of-00002.safetensors",
|
698 |
+
"visual.blocks.7.mlp.fc2.bias": "model-00001-of-00002.safetensors",
|
699 |
+
"visual.blocks.7.mlp.fc2.weight": "model-00001-of-00002.safetensors",
|
700 |
+
"visual.blocks.7.norm1.bias": "model-00001-of-00002.safetensors",
|
701 |
+
"visual.blocks.7.norm1.weight": "model-00001-of-00002.safetensors",
|
702 |
+
"visual.blocks.7.norm2.bias": "model-00001-of-00002.safetensors",
|
703 |
+
"visual.blocks.7.norm2.weight": "model-00001-of-00002.safetensors",
|
704 |
+
"visual.blocks.8.attn.proj.bias": "model-00001-of-00002.safetensors",
|
705 |
+
"visual.blocks.8.attn.proj.weight": "model-00001-of-00002.safetensors",
|
706 |
+
"visual.blocks.8.attn.qkv.bias": "model-00001-of-00002.safetensors",
|
707 |
+
"visual.blocks.8.attn.qkv.weight": "model-00001-of-00002.safetensors",
|
708 |
+
"visual.blocks.8.mlp.fc1.bias": "model-00001-of-00002.safetensors",
|
709 |
+
"visual.blocks.8.mlp.fc1.weight": "model-00001-of-00002.safetensors",
|
710 |
+
"visual.blocks.8.mlp.fc2.bias": "model-00001-of-00002.safetensors",
|
711 |
+
"visual.blocks.8.mlp.fc2.weight": "model-00001-of-00002.safetensors",
|
712 |
+
"visual.blocks.8.norm1.bias": "model-00001-of-00002.safetensors",
|
713 |
+
"visual.blocks.8.norm1.weight": "model-00001-of-00002.safetensors",
|
714 |
+
"visual.blocks.8.norm2.bias": "model-00001-of-00002.safetensors",
|
715 |
+
"visual.blocks.8.norm2.weight": "model-00001-of-00002.safetensors",
|
716 |
+
"visual.blocks.9.attn.proj.bias": "model-00001-of-00002.safetensors",
|
717 |
+
"visual.blocks.9.attn.proj.weight": "model-00001-of-00002.safetensors",
|
718 |
+
"visual.blocks.9.attn.qkv.bias": "model-00001-of-00002.safetensors",
|
719 |
+
"visual.blocks.9.attn.qkv.weight": "model-00001-of-00002.safetensors",
|
720 |
+
"visual.blocks.9.mlp.fc1.bias": "model-00001-of-00002.safetensors",
|
721 |
+
"visual.blocks.9.mlp.fc1.weight": "model-00001-of-00002.safetensors",
|
722 |
+
"visual.blocks.9.mlp.fc2.bias": "model-00001-of-00002.safetensors",
|
723 |
+
"visual.blocks.9.mlp.fc2.weight": "model-00001-of-00002.safetensors",
|
724 |
+
"visual.blocks.9.norm1.bias": "model-00001-of-00002.safetensors",
|
725 |
+
"visual.blocks.9.norm1.weight": "model-00001-of-00002.safetensors",
|
726 |
+
"visual.blocks.9.norm2.bias": "model-00001-of-00002.safetensors",
|
727 |
+
"visual.blocks.9.norm2.weight": "model-00001-of-00002.safetensors",
|
728 |
+
"visual.merger.ln_q.bias": "model-00001-of-00002.safetensors",
|
729 |
+
"visual.merger.ln_q.weight": "model-00001-of-00002.safetensors",
|
730 |
+
"visual.merger.mlp.0.bias": "model-00001-of-00002.safetensors",
|
731 |
+
"visual.merger.mlp.0.weight": "model-00001-of-00002.safetensors",
|
732 |
+
"visual.merger.mlp.2.bias": "model-00001-of-00002.safetensors",
|
733 |
+
"visual.merger.mlp.2.weight": "model-00001-of-00002.safetensors",
|
734 |
+
"visual.patch_embed.proj.weight": "model-00001-of-00002.safetensors"
|
735 |
+
}
|
736 |
+
}
|
preprocessor_config.json
ADDED
@@ -0,0 +1,29 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"do_convert_rgb": true,
|
3 |
+
"do_normalize": true,
|
4 |
+
"do_rescale": true,
|
5 |
+
"do_resize": true,
|
6 |
+
"image_mean": [
|
7 |
+
0.48145466,
|
8 |
+
0.4578275,
|
9 |
+
0.40821073
|
10 |
+
],
|
11 |
+
"image_processor_type": "Qwen2VLImageProcessor",
|
12 |
+
"image_std": [
|
13 |
+
0.26862954,
|
14 |
+
0.26130258,
|
15 |
+
0.27577711
|
16 |
+
],
|
17 |
+
"max_pixels": 12845056,
|
18 |
+
"merge_size": 2,
|
19 |
+
"min_pixels": 3136,
|
20 |
+
"patch_size": 14,
|
21 |
+
"processor_class": "Qwen2VLProcessor",
|
22 |
+
"resample": 3,
|
23 |
+
"rescale_factor": 0.00392156862745098,
|
24 |
+
"size": {
|
25 |
+
"max_pixels": 12845056,
|
26 |
+
"min_pixels": 3136
|
27 |
+
},
|
28 |
+
"temporal_patch_size": 2
|
29 |
+
}
|
running_log.txt
ADDED
@@ -0,0 +1,313 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
[INFO|configuration_utils.py:672] 2024-10-07 10:46:19,862 >> loading configuration file config.json from cache at /root/.cache/huggingface/hub/models--Qwen--Qwen2-VL-2B-Instruct/snapshots/aca78372505e6cb469c4fa6a35c60265b00ff5a4/config.json
|
2 |
+
|
3 |
+
[WARNING|modeling_rope_utils.py:379] 2024-10-07 10:46:19,863 >> Unrecognized keys in `rope_scaling` for 'rope_type'='default': {'mrope_section'}
|
4 |
+
|
5 |
+
[INFO|configuration_utils.py:739] 2024-10-07 10:46:19,865 >> Model config Qwen2VLConfig {
|
6 |
+
"_name_or_path": "Qwen/Qwen2-VL-2B-Instruct",
|
7 |
+
"architectures": [
|
8 |
+
"Qwen2VLForConditionalGeneration"
|
9 |
+
],
|
10 |
+
"attention_dropout": 0.0,
|
11 |
+
"bos_token_id": 151643,
|
12 |
+
"eos_token_id": 151645,
|
13 |
+
"hidden_act": "silu",
|
14 |
+
"hidden_size": 1536,
|
15 |
+
"image_token_id": 151655,
|
16 |
+
"initializer_range": 0.02,
|
17 |
+
"intermediate_size": 8960,
|
18 |
+
"max_position_embeddings": 32768,
|
19 |
+
"max_window_layers": 28,
|
20 |
+
"model_type": "qwen2_vl",
|
21 |
+
"num_attention_heads": 12,
|
22 |
+
"num_hidden_layers": 28,
|
23 |
+
"num_key_value_heads": 2,
|
24 |
+
"rms_norm_eps": 1e-06,
|
25 |
+
"rope_scaling": {
|
26 |
+
"mrope_section": [
|
27 |
+
16,
|
28 |
+
24,
|
29 |
+
24
|
30 |
+
],
|
31 |
+
"rope_type": "default",
|
32 |
+
"type": "default"
|
33 |
+
},
|
34 |
+
"rope_theta": 1000000.0,
|
35 |
+
"sliding_window": 32768,
|
36 |
+
"tie_word_embeddings": true,
|
37 |
+
"torch_dtype": "bfloat16",
|
38 |
+
"transformers_version": "4.45.0",
|
39 |
+
"use_cache": true,
|
40 |
+
"use_sliding_window": false,
|
41 |
+
"video_token_id": 151656,
|
42 |
+
"vision_config": {
|
43 |
+
"hidden_size": 1536,
|
44 |
+
"in_chans": 3,
|
45 |
+
"model_type": "qwen2_vl",
|
46 |
+
"spatial_patch_size": 14
|
47 |
+
},
|
48 |
+
"vision_end_token_id": 151653,
|
49 |
+
"vision_start_token_id": 151652,
|
50 |
+
"vision_token_id": 151654,
|
51 |
+
"vocab_size": 151936
|
52 |
+
}
|
53 |
+
|
54 |
+
|
55 |
+
[INFO|tokenization_utils_base.py:2214] 2024-10-07 10:46:24,575 >> loading file vocab.json from cache at /root/.cache/huggingface/hub/models--Qwen--Qwen2-VL-2B-Instruct/snapshots/aca78372505e6cb469c4fa6a35c60265b00ff5a4/vocab.json
|
56 |
+
|
57 |
+
[INFO|tokenization_utils_base.py:2214] 2024-10-07 10:46:24,576 >> loading file merges.txt from cache at /root/.cache/huggingface/hub/models--Qwen--Qwen2-VL-2B-Instruct/snapshots/aca78372505e6cb469c4fa6a35c60265b00ff5a4/merges.txt
|
58 |
+
|
59 |
+
[INFO|tokenization_utils_base.py:2214] 2024-10-07 10:46:24,576 >> loading file tokenizer.json from cache at /root/.cache/huggingface/hub/models--Qwen--Qwen2-VL-2B-Instruct/snapshots/aca78372505e6cb469c4fa6a35c60265b00ff5a4/tokenizer.json
|
60 |
+
|
61 |
+
[INFO|tokenization_utils_base.py:2214] 2024-10-07 10:46:24,576 >> loading file added_tokens.json from cache at None
|
62 |
+
|
63 |
+
[INFO|tokenization_utils_base.py:2214] 2024-10-07 10:46:24,576 >> loading file special_tokens_map.json from cache at None
|
64 |
+
|
65 |
+
[INFO|tokenization_utils_base.py:2214] 2024-10-07 10:46:24,576 >> loading file tokenizer_config.json from cache at /root/.cache/huggingface/hub/models--Qwen--Qwen2-VL-2B-Instruct/snapshots/aca78372505e6cb469c4fa6a35c60265b00ff5a4/tokenizer_config.json
|
66 |
+
|
67 |
+
[INFO|tokenization_utils_base.py:2478] 2024-10-07 10:46:24,943 >> Special tokens have been added in the vocabulary, make sure the associated word embeddings are fine-tuned or trained.
|
68 |
+
|
69 |
+
[INFO|image_processing_base.py:375] 2024-10-07 10:46:25,869 >> loading configuration file preprocessor_config.json from cache at /root/.cache/huggingface/hub/models--Qwen--Qwen2-VL-2B-Instruct/snapshots/aca78372505e6cb469c4fa6a35c60265b00ff5a4/preprocessor_config.json
|
70 |
+
|
71 |
+
[INFO|image_processing_base.py:375] 2024-10-07 10:46:26,105 >> loading configuration file preprocessor_config.json from cache at /root/.cache/huggingface/hub/models--Qwen--Qwen2-VL-2B-Instruct/snapshots/aca78372505e6cb469c4fa6a35c60265b00ff5a4/preprocessor_config.json
|
72 |
+
|
73 |
+
[INFO|image_processing_base.py:429] 2024-10-07 10:46:26,105 >> Image processor Qwen2VLImageProcessor {
|
74 |
+
"do_convert_rgb": true,
|
75 |
+
"do_normalize": true,
|
76 |
+
"do_rescale": true,
|
77 |
+
"do_resize": true,
|
78 |
+
"image_mean": [
|
79 |
+
0.48145466,
|
80 |
+
0.4578275,
|
81 |
+
0.40821073
|
82 |
+
],
|
83 |
+
"image_processor_type": "Qwen2VLImageProcessor",
|
84 |
+
"image_std": [
|
85 |
+
0.26862954,
|
86 |
+
0.26130258,
|
87 |
+
0.27577711
|
88 |
+
],
|
89 |
+
"max_pixels": 12845056,
|
90 |
+
"merge_size": 2,
|
91 |
+
"min_pixels": 3136,
|
92 |
+
"patch_size": 14,
|
93 |
+
"processor_class": "Qwen2VLProcessor",
|
94 |
+
"resample": 3,
|
95 |
+
"rescale_factor": 0.00392156862745098,
|
96 |
+
"size": {
|
97 |
+
"max_pixels": 12845056,
|
98 |
+
"min_pixels": 3136
|
99 |
+
},
|
100 |
+
"temporal_patch_size": 2
|
101 |
+
}
|
102 |
+
|
103 |
+
|
104 |
+
[INFO|tokenization_utils_base.py:2214] 2024-10-07 10:46:26,342 >> loading file vocab.json from cache at /root/.cache/huggingface/hub/models--Qwen--Qwen2-VL-2B-Instruct/snapshots/aca78372505e6cb469c4fa6a35c60265b00ff5a4/vocab.json
|
105 |
+
|
106 |
+
[INFO|tokenization_utils_base.py:2214] 2024-10-07 10:46:26,342 >> loading file merges.txt from cache at /root/.cache/huggingface/hub/models--Qwen--Qwen2-VL-2B-Instruct/snapshots/aca78372505e6cb469c4fa6a35c60265b00ff5a4/merges.txt
|
107 |
+
|
108 |
+
[INFO|tokenization_utils_base.py:2214] 2024-10-07 10:46:26,342 >> loading file tokenizer.json from cache at /root/.cache/huggingface/hub/models--Qwen--Qwen2-VL-2B-Instruct/snapshots/aca78372505e6cb469c4fa6a35c60265b00ff5a4/tokenizer.json
|
109 |
+
|
110 |
+
[INFO|tokenization_utils_base.py:2214] 2024-10-07 10:46:26,342 >> loading file added_tokens.json from cache at None
|
111 |
+
|
112 |
+
[INFO|tokenization_utils_base.py:2214] 2024-10-07 10:46:26,342 >> loading file special_tokens_map.json from cache at None
|
113 |
+
|
114 |
+
[INFO|tokenization_utils_base.py:2214] 2024-10-07 10:46:26,342 >> loading file tokenizer_config.json from cache at /root/.cache/huggingface/hub/models--Qwen--Qwen2-VL-2B-Instruct/snapshots/aca78372505e6cb469c4fa6a35c60265b00ff5a4/tokenizer_config.json
|
115 |
+
|
116 |
+
[INFO|tokenization_utils_base.py:2478] 2024-10-07 10:46:26,691 >> Special tokens have been added in the vocabulary, make sure the associated word embeddings are fine-tuned or trained.
|
117 |
+
|
118 |
+
[INFO|processing_utils.py:744] 2024-10-07 10:46:27,998 >> Processor Qwen2VLProcessor:
|
119 |
+
- image_processor: Qwen2VLImageProcessor {
|
120 |
+
"do_convert_rgb": true,
|
121 |
+
"do_normalize": true,
|
122 |
+
"do_rescale": true,
|
123 |
+
"do_resize": true,
|
124 |
+
"image_mean": [
|
125 |
+
0.48145466,
|
126 |
+
0.4578275,
|
127 |
+
0.40821073
|
128 |
+
],
|
129 |
+
"image_processor_type": "Qwen2VLImageProcessor",
|
130 |
+
"image_std": [
|
131 |
+
0.26862954,
|
132 |
+
0.26130258,
|
133 |
+
0.27577711
|
134 |
+
],
|
135 |
+
"max_pixels": 12845056,
|
136 |
+
"merge_size": 2,
|
137 |
+
"min_pixels": 3136,
|
138 |
+
"patch_size": 14,
|
139 |
+
"processor_class": "Qwen2VLProcessor",
|
140 |
+
"resample": 3,
|
141 |
+
"rescale_factor": 0.00392156862745098,
|
142 |
+
"size": {
|
143 |
+
"max_pixels": 12845056,
|
144 |
+
"min_pixels": 3136
|
145 |
+
},
|
146 |
+
"temporal_patch_size": 2
|
147 |
+
}
|
148 |
+
|
149 |
+
- tokenizer: Qwen2TokenizerFast(name_or_path='Qwen/Qwen2-VL-2B-Instruct', vocab_size=151643, model_max_length=32768, is_fast=True, padding_side='left', truncation_side='right', special_tokens={'eos_token': '<|im_end|>', 'pad_token': '<|endoftext|>', 'additional_special_tokens': ['<|im_start|>', '<|im_end|>', '<|object_ref_start|>', '<|object_ref_end|>', '<|box_start|>', '<|box_end|>', '<|quad_start|>', '<|quad_end|>', '<|vision_start|>', '<|vision_end|>', '<|vision_pad|>', '<|image_pad|>', '<|video_pad|>']}, clean_up_tokenization_spaces=False), added_tokens_decoder={
|
150 |
+
151643: AddedToken("<|endoftext|>", rstrip=False, lstrip=False, single_word=False, normalized=False, special=True),
|
151 |
+
151644: AddedToken("<|im_start|>", rstrip=False, lstrip=False, single_word=False, normalized=False, special=True),
|
152 |
+
151645: AddedToken("<|im_end|>", rstrip=False, lstrip=False, single_word=False, normalized=False, special=True),
|
153 |
+
151646: AddedToken("<|object_ref_start|>", rstrip=False, lstrip=False, single_word=False, normalized=False, special=True),
|
154 |
+
151647: AddedToken("<|object_ref_end|>", rstrip=False, lstrip=False, single_word=False, normalized=False, special=True),
|
155 |
+
151648: AddedToken("<|box_start|>", rstrip=False, lstrip=False, single_word=False, normalized=False, special=True),
|
156 |
+
151649: AddedToken("<|box_end|>", rstrip=False, lstrip=False, single_word=False, normalized=False, special=True),
|
157 |
+
151650: AddedToken("<|quad_start|>", rstrip=False, lstrip=False, single_word=False, normalized=False, special=True),
|
158 |
+
151651: AddedToken("<|quad_end|>", rstrip=False, lstrip=False, single_word=False, normalized=False, special=True),
|
159 |
+
151652: AddedToken("<|vision_start|>", rstrip=False, lstrip=False, single_word=False, normalized=False, special=True),
|
160 |
+
151653: AddedToken("<|vision_end|>", rstrip=False, lstrip=False, single_word=False, normalized=False, special=True),
|
161 |
+
151654: AddedToken("<|vision_pad|>", rstrip=False, lstrip=False, single_word=False, normalized=False, special=True),
|
162 |
+
151655: AddedToken("<|image_pad|>", rstrip=False, lstrip=False, single_word=False, normalized=False, special=True),
|
163 |
+
151656: AddedToken("<|video_pad|>", rstrip=False, lstrip=False, single_word=False, normalized=False, special=True),
|
164 |
+
}
|
165 |
+
|
166 |
+
{
|
167 |
+
"processor_class": "Qwen2VLProcessor"
|
168 |
+
}
|
169 |
+
|
170 |
+
|
171 |
+
[INFO|configuration_utils.py:672] 2024-10-07 10:46:33,485 >> loading configuration file config.json from cache at /root/.cache/huggingface/hub/models--Qwen--Qwen2-VL-2B-Instruct/snapshots/aca78372505e6cb469c4fa6a35c60265b00ff5a4/config.json
|
172 |
+
|
173 |
+
[WARNING|modeling_rope_utils.py:379] 2024-10-07 10:46:33,486 >> Unrecognized keys in `rope_scaling` for 'rope_type'='default': {'mrope_section'}
|
174 |
+
|
175 |
+
[INFO|configuration_utils.py:739] 2024-10-07 10:46:33,488 >> Model config Qwen2VLConfig {
|
176 |
+
"_name_or_path": "Qwen/Qwen2-VL-2B-Instruct",
|
177 |
+
"architectures": [
|
178 |
+
"Qwen2VLForConditionalGeneration"
|
179 |
+
],
|
180 |
+
"attention_dropout": 0.0,
|
181 |
+
"bos_token_id": 151643,
|
182 |
+
"eos_token_id": 151645,
|
183 |
+
"hidden_act": "silu",
|
184 |
+
"hidden_size": 1536,
|
185 |
+
"image_token_id": 151655,
|
186 |
+
"initializer_range": 0.02,
|
187 |
+
"intermediate_size": 8960,
|
188 |
+
"max_position_embeddings": 32768,
|
189 |
+
"max_window_layers": 28,
|
190 |
+
"model_type": "qwen2_vl",
|
191 |
+
"num_attention_heads": 12,
|
192 |
+
"num_hidden_layers": 28,
|
193 |
+
"num_key_value_heads": 2,
|
194 |
+
"rms_norm_eps": 1e-06,
|
195 |
+
"rope_scaling": {
|
196 |
+
"mrope_section": [
|
197 |
+
16,
|
198 |
+
24,
|
199 |
+
24
|
200 |
+
],
|
201 |
+
"rope_type": "default",
|
202 |
+
"type": "default"
|
203 |
+
},
|
204 |
+
"rope_theta": 1000000.0,
|
205 |
+
"sliding_window": 32768,
|
206 |
+
"tie_word_embeddings": true,
|
207 |
+
"torch_dtype": "bfloat16",
|
208 |
+
"transformers_version": "4.45.0",
|
209 |
+
"use_cache": true,
|
210 |
+
"use_sliding_window": false,
|
211 |
+
"video_token_id": 151656,
|
212 |
+
"vision_config": {
|
213 |
+
"hidden_size": 1536,
|
214 |
+
"in_chans": 3,
|
215 |
+
"model_type": "qwen2_vl",
|
216 |
+
"spatial_patch_size": 14
|
217 |
+
},
|
218 |
+
"vision_end_token_id": 151653,
|
219 |
+
"vision_start_token_id": 151652,
|
220 |
+
"vision_token_id": 151654,
|
221 |
+
"vocab_size": 151936
|
222 |
+
}
|
223 |
+
|
224 |
+
|
225 |
+
[INFO|modeling_utils.py:3726] 2024-10-07 10:46:34,699 >> loading weights file model.safetensors from cache at /root/.cache/huggingface/hub/models--Qwen--Qwen2-VL-2B-Instruct/snapshots/aca78372505e6cb469c4fa6a35c60265b00ff5a4/model.safetensors.index.json
|
226 |
+
|
227 |
+
[INFO|modeling_utils.py:1622] 2024-10-07 10:46:49,097 >> Instantiating Qwen2VLForConditionalGeneration model under default dtype torch.bfloat16.
|
228 |
+
|
229 |
+
[INFO|configuration_utils.py:1099] 2024-10-07 10:46:49,099 >> Generate config GenerationConfig {
|
230 |
+
"bos_token_id": 151643,
|
231 |
+
"eos_token_id": 151645
|
232 |
+
}
|
233 |
+
|
234 |
+
|
235 |
+
[WARNING|logging.py:328] 2024-10-07 10:46:49,381 >> `Qwen2VLRotaryEmbedding` can now be fully parameterized by passing the model config through the `config` argument. All other arguments will be removed in v4.46
|
236 |
+
|
237 |
+
[INFO|modeling_utils.py:4568] 2024-10-07 10:46:51,825 >> All model checkpoint weights were used when initializing Qwen2VLForConditionalGeneration.
|
238 |
+
|
239 |
+
|
240 |
+
[INFO|modeling_utils.py:4576] 2024-10-07 10:46:51,825 >> All the weights of Qwen2VLForConditionalGeneration were initialized from the model checkpoint at Qwen/Qwen2-VL-2B-Instruct.
|
241 |
+
If your task is similar to the task the model of the checkpoint was trained on, you can already use Qwen2VLForConditionalGeneration for predictions without further training.
|
242 |
+
|
243 |
+
[INFO|configuration_utils.py:1054] 2024-10-07 10:46:52,385 >> loading configuration file generation_config.json from cache at /root/.cache/huggingface/hub/models--Qwen--Qwen2-VL-2B-Instruct/snapshots/aca78372505e6cb469c4fa6a35c60265b00ff5a4/generation_config.json
|
244 |
+
|
245 |
+
[INFO|configuration_utils.py:1099] 2024-10-07 10:46:52,385 >> Generate config GenerationConfig {
|
246 |
+
"bos_token_id": 151643,
|
247 |
+
"do_sample": true,
|
248 |
+
"eos_token_id": [
|
249 |
+
151645,
|
250 |
+
151643
|
251 |
+
],
|
252 |
+
"pad_token_id": 151643,
|
253 |
+
"temperature": 0.01,
|
254 |
+
"top_k": 1,
|
255 |
+
"top_p": 0.001
|
256 |
+
}
|
257 |
+
|
258 |
+
|
259 |
+
[INFO|trainer.py:667] 2024-10-07 10:46:52,481 >> Using auto half precision backend
|
260 |
+
|
261 |
+
[INFO|trainer.py:2243] 2024-10-07 10:46:53,044 >> ***** Running training *****
|
262 |
+
|
263 |
+
[INFO|trainer.py:2244] 2024-10-07 10:46:53,044 >> Num examples = 100
|
264 |
+
|
265 |
+
[INFO|trainer.py:2245] 2024-10-07 10:46:53,044 >> Num Epochs = 3
|
266 |
+
|
267 |
+
[INFO|trainer.py:2246] 2024-10-07 10:46:53,044 >> Instantaneous batch size per device = 2
|
268 |
+
|
269 |
+
[INFO|trainer.py:2249] 2024-10-07 10:46:53,045 >> Total train batch size (w. parallel, distributed & accumulation) = 16
|
270 |
+
|
271 |
+
[INFO|trainer.py:2250] 2024-10-07 10:46:53,045 >> Gradient Accumulation steps = 8
|
272 |
+
|
273 |
+
[INFO|trainer.py:2251] 2024-10-07 10:46:53,045 >> Total optimization steps = 18
|
274 |
+
|
275 |
+
[INFO|trainer.py:2252] 2024-10-07 10:46:53,047 >> Number of trainable parameters = 1,543,714,304
|
276 |
+
|
277 |
+
[INFO|trainer.py:3705] 2024-10-07 10:47:41,126 >> Saving model checkpoint to saves/Qwen2-VL-2B-Instruct/full/train_2024-10-07-10-45-38/checkpoint-18
|
278 |
+
|
279 |
+
[INFO|configuration_utils.py:407] 2024-10-07 10:47:41,128 >> Configuration saved in saves/Qwen2-VL-2B-Instruct/full/train_2024-10-07-10-45-38/checkpoint-18/config.json
|
280 |
+
|
281 |
+
[INFO|configuration_utils.py:868] 2024-10-07 10:47:41,129 >> Configuration saved in saves/Qwen2-VL-2B-Instruct/full/train_2024-10-07-10-45-38/checkpoint-18/generation_config.json
|
282 |
+
|
283 |
+
[INFO|modeling_utils.py:2838] 2024-10-07 10:48:08,436 >> The model is bigger than the maximum size per checkpoint (5GB) and is going to be split in 2 checkpoint shards. You can find where each parameters has been saved in the index located at saves/Qwen2-VL-2B-Instruct/full/train_2024-10-07-10-45-38/checkpoint-18/model.safetensors.index.json.
|
284 |
+
|
285 |
+
[INFO|tokenization_utils_base.py:2649] 2024-10-07 10:48:08,438 >> tokenizer config file saved in saves/Qwen2-VL-2B-Instruct/full/train_2024-10-07-10-45-38/checkpoint-18/tokenizer_config.json
|
286 |
+
|
287 |
+
[INFO|tokenization_utils_base.py:2658] 2024-10-07 10:48:08,439 >> Special tokens file saved in saves/Qwen2-VL-2B-Instruct/full/train_2024-10-07-10-45-38/checkpoint-18/special_tokens_map.json
|
288 |
+
|
289 |
+
[INFO|image_processing_base.py:258] 2024-10-07 10:48:52,717 >> Image processor saved in saves/Qwen2-VL-2B-Instruct/full/train_2024-10-07-10-45-38/checkpoint-18/preprocessor_config.json
|
290 |
+
|
291 |
+
[INFO|trainer.py:2505] 2024-10-07 10:48:52,717 >>
|
292 |
+
|
293 |
+
Training completed. Do not forget to share your model on huggingface.co/models =)
|
294 |
+
|
295 |
+
|
296 |
+
|
297 |
+
[INFO|image_processing_base.py:258] 2024-10-07 10:48:52,720 >> Image processor saved in saves/Qwen2-VL-2B-Instruct/full/train_2024-10-07-10-45-38/preprocessor_config.json
|
298 |
+
|
299 |
+
[INFO|trainer.py:3705] 2024-10-07 10:48:52,720 >> Saving model checkpoint to saves/Qwen2-VL-2B-Instruct/full/train_2024-10-07-10-45-38
|
300 |
+
|
301 |
+
[INFO|configuration_utils.py:407] 2024-10-07 10:48:52,723 >> Configuration saved in saves/Qwen2-VL-2B-Instruct/full/train_2024-10-07-10-45-38/config.json
|
302 |
+
|
303 |
+
[INFO|configuration_utils.py:868] 2024-10-07 10:48:52,723 >> Configuration saved in saves/Qwen2-VL-2B-Instruct/full/train_2024-10-07-10-45-38/generation_config.json
|
304 |
+
|
305 |
+
[INFO|modeling_utils.py:2838] 2024-10-07 10:49:26,625 >> The model is bigger than the maximum size per checkpoint (5GB) and is going to be split in 2 checkpoint shards. You can find where each parameters has been saved in the index located at saves/Qwen2-VL-2B-Instruct/full/train_2024-10-07-10-45-38/model.safetensors.index.json.
|
306 |
+
|
307 |
+
[INFO|tokenization_utils_base.py:2649] 2024-10-07 10:49:26,627 >> tokenizer config file saved in saves/Qwen2-VL-2B-Instruct/full/train_2024-10-07-10-45-38/tokenizer_config.json
|
308 |
+
|
309 |
+
[INFO|tokenization_utils_base.py:2658] 2024-10-07 10:49:26,628 >> Special tokens file saved in saves/Qwen2-VL-2B-Instruct/full/train_2024-10-07-10-45-38/special_tokens_map.json
|
310 |
+
|
311 |
+
[INFO|modelcard.py:449] 2024-10-07 10:49:26,987 >> Dropping the following result as it does not have all the necessary fields:
|
312 |
+
{'task': {'name': 'Causal Language Modeling', 'type': 'text-generation'}}
|
313 |
+
|
special_tokens_map.json
ADDED
@@ -0,0 +1,31 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"additional_special_tokens": [
|
3 |
+
"<|im_start|>",
|
4 |
+
"<|im_end|>",
|
5 |
+
"<|object_ref_start|>",
|
6 |
+
"<|object_ref_end|>",
|
7 |
+
"<|box_start|>",
|
8 |
+
"<|box_end|>",
|
9 |
+
"<|quad_start|>",
|
10 |
+
"<|quad_end|>",
|
11 |
+
"<|vision_start|>",
|
12 |
+
"<|vision_end|>",
|
13 |
+
"<|vision_pad|>",
|
14 |
+
"<|image_pad|>",
|
15 |
+
"<|video_pad|>"
|
16 |
+
],
|
17 |
+
"eos_token": {
|
18 |
+
"content": "<|im_end|>",
|
19 |
+
"lstrip": false,
|
20 |
+
"normalized": false,
|
21 |
+
"rstrip": false,
|
22 |
+
"single_word": false
|
23 |
+
},
|
24 |
+
"pad_token": {
|
25 |
+
"content": "<|endoftext|>",
|
26 |
+
"lstrip": false,
|
27 |
+
"normalized": false,
|
28 |
+
"rstrip": false,
|
29 |
+
"single_word": false
|
30 |
+
}
|
31 |
+
}
|
tokenizer.json
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:091aa7594dc2fcfbfa06b9e3c22a5f0562ac14f30375c13af7309407a0e67b8a
|
3 |
+
size 11420371
|
tokenizer_config.json
ADDED
@@ -0,0 +1,143 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"add_prefix_space": false,
|
3 |
+
"added_tokens_decoder": {
|
4 |
+
"151643": {
|
5 |
+
"content": "<|endoftext|>",
|
6 |
+
"lstrip": false,
|
7 |
+
"normalized": false,
|
8 |
+
"rstrip": false,
|
9 |
+
"single_word": false,
|
10 |
+
"special": true
|
11 |
+
},
|
12 |
+
"151644": {
|
13 |
+
"content": "<|im_start|>",
|
14 |
+
"lstrip": false,
|
15 |
+
"normalized": false,
|
16 |
+
"rstrip": false,
|
17 |
+
"single_word": false,
|
18 |
+
"special": true
|
19 |
+
},
|
20 |
+
"151645": {
|
21 |
+
"content": "<|im_end|>",
|
22 |
+
"lstrip": false,
|
23 |
+
"normalized": false,
|
24 |
+
"rstrip": false,
|
25 |
+
"single_word": false,
|
26 |
+
"special": true
|
27 |
+
},
|
28 |
+
"151646": {
|
29 |
+
"content": "<|object_ref_start|>",
|
30 |
+
"lstrip": false,
|
31 |
+
"normalized": false,
|
32 |
+
"rstrip": false,
|
33 |
+
"single_word": false,
|
34 |
+
"special": true
|
35 |
+
},
|
36 |
+
"151647": {
|
37 |
+
"content": "<|object_ref_end|>",
|
38 |
+
"lstrip": false,
|
39 |
+
"normalized": false,
|
40 |
+
"rstrip": false,
|
41 |
+
"single_word": false,
|
42 |
+
"special": true
|
43 |
+
},
|
44 |
+
"151648": {
|
45 |
+
"content": "<|box_start|>",
|
46 |
+
"lstrip": false,
|
47 |
+
"normalized": false,
|
48 |
+
"rstrip": false,
|
49 |
+
"single_word": false,
|
50 |
+
"special": true
|
51 |
+
},
|
52 |
+
"151649": {
|
53 |
+
"content": "<|box_end|>",
|
54 |
+
"lstrip": false,
|
55 |
+
"normalized": false,
|
56 |
+
"rstrip": false,
|
57 |
+
"single_word": false,
|
58 |
+
"special": true
|
59 |
+
},
|
60 |
+
"151650": {
|
61 |
+
"content": "<|quad_start|>",
|
62 |
+
"lstrip": false,
|
63 |
+
"normalized": false,
|
64 |
+
"rstrip": false,
|
65 |
+
"single_word": false,
|
66 |
+
"special": true
|
67 |
+
},
|
68 |
+
"151651": {
|
69 |
+
"content": "<|quad_end|>",
|
70 |
+
"lstrip": false,
|
71 |
+
"normalized": false,
|
72 |
+
"rstrip": false,
|
73 |
+
"single_word": false,
|
74 |
+
"special": true
|
75 |
+
},
|
76 |
+
"151652": {
|
77 |
+
"content": "<|vision_start|>",
|
78 |
+
"lstrip": false,
|
79 |
+
"normalized": false,
|
80 |
+
"rstrip": false,
|
81 |
+
"single_word": false,
|
82 |
+
"special": true
|
83 |
+
},
|
84 |
+
"151653": {
|
85 |
+
"content": "<|vision_end|>",
|
86 |
+
"lstrip": false,
|
87 |
+
"normalized": false,
|
88 |
+
"rstrip": false,
|
89 |
+
"single_word": false,
|
90 |
+
"special": true
|
91 |
+
},
|
92 |
+
"151654": {
|
93 |
+
"content": "<|vision_pad|>",
|
94 |
+
"lstrip": false,
|
95 |
+
"normalized": false,
|
96 |
+
"rstrip": false,
|
97 |
+
"single_word": false,
|
98 |
+
"special": true
|
99 |
+
},
|
100 |
+
"151655": {
|
101 |
+
"content": "<|image_pad|>",
|
102 |
+
"lstrip": false,
|
103 |
+
"normalized": false,
|
104 |
+
"rstrip": false,
|
105 |
+
"single_word": false,
|
106 |
+
"special": true
|
107 |
+
},
|
108 |
+
"151656": {
|
109 |
+
"content": "<|video_pad|>",
|
110 |
+
"lstrip": false,
|
111 |
+
"normalized": false,
|
112 |
+
"rstrip": false,
|
113 |
+
"single_word": false,
|
114 |
+
"special": true
|
115 |
+
}
|
116 |
+
},
|
117 |
+
"additional_special_tokens": [
|
118 |
+
"<|im_start|>",
|
119 |
+
"<|im_end|>",
|
120 |
+
"<|object_ref_start|>",
|
121 |
+
"<|object_ref_end|>",
|
122 |
+
"<|box_start|>",
|
123 |
+
"<|box_end|>",
|
124 |
+
"<|quad_start|>",
|
125 |
+
"<|quad_end|>",
|
126 |
+
"<|vision_start|>",
|
127 |
+
"<|vision_end|>",
|
128 |
+
"<|vision_pad|>",
|
129 |
+
"<|image_pad|>",
|
130 |
+
"<|video_pad|>"
|
131 |
+
],
|
132 |
+
"bos_token": null,
|
133 |
+
"chat_template": "{% set image_count = namespace(value=0) %}{% set video_count = namespace(value=0) %}{% for message in messages %}{% if loop.first and message['role'] != 'system' %}<|im_start|>system\nYou are a helpful assistant.<|im_end|>\n{% endif %}<|im_start|>{{ message['role'] }}\n{% if message['content'] is string %}{{ message['content'] }}<|im_end|>\n{% else %}{% for content in message['content'] %}{% if content['type'] == 'image' or 'image' in content or 'image_url' in content %}{% set image_count.value = image_count.value + 1 %}{% if add_vision_id %}Picture {{ image_count.value }}: {% endif %}<|vision_start|><|image_pad|><|vision_end|>{% elif content['type'] == 'video' or 'video' in content %}{% set video_count.value = video_count.value + 1 %}{% if add_vision_id %}Video {{ video_count.value }}: {% endif %}<|vision_start|><|video_pad|><|vision_end|>{% elif 'text' in content %}{{ content['text'] }}{% endif %}{% endfor %}<|im_end|>\n{% endif %}{% endfor %}{% if add_generation_prompt %}<|im_start|>assistant\n{% endif %}",
|
134 |
+
"clean_up_tokenization_spaces": false,
|
135 |
+
"eos_token": "<|im_end|>",
|
136 |
+
"errors": "replace",
|
137 |
+
"model_max_length": 32768,
|
138 |
+
"pad_token": "<|endoftext|>",
|
139 |
+
"padding_side": "right",
|
140 |
+
"split_special_tokens": false,
|
141 |
+
"tokenizer_class": "Qwen2Tokenizer",
|
142 |
+
"unk_token": null
|
143 |
+
}
|
train_results.json
ADDED
@@ -0,0 +1,9 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"epoch": 2.88,
|
3 |
+
"num_input_tokens_seen": 73328,
|
4 |
+
"total_flos": 869206018179072.0,
|
5 |
+
"train_loss": 1.007091177834405,
|
6 |
+
"train_runtime": 119.6706,
|
7 |
+
"train_samples_per_second": 2.507,
|
8 |
+
"train_steps_per_second": 0.15
|
9 |
+
}
|
trainer_log.jsonl
ADDED
@@ -0,0 +1,4 @@
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{"current_steps": 5, "total_steps": 18, "loss": 1.6018, "learning_rate": 4.1069690242163484e-05, "epoch": 0.8, "percentage": 27.78, "elapsed_time": "0:00:15", "remaining_time": "0:00:40", "throughput": 1317.16, "total_tokens": 20336}
|
2 |
+
{"current_steps": 10, "total_steps": 18, "loss": 1.0277, "learning_rate": 2.0658795558326743e-05, "epoch": 1.6, "percentage": 55.56, "elapsed_time": "0:00:28", "remaining_time": "0:00:22", "throughput": 1473.59, "total_tokens": 41392}
|
3 |
+
{"current_steps": 15, "total_steps": 18, "loss": 0.7125, "learning_rate": 3.3493649053890326e-06, "epoch": 2.4, "percentage": 83.33, "elapsed_time": "0:00:40", "remaining_time": "0:00:08", "throughput": 1514.11, "total_tokens": 61520}
|
4 |
+
{"current_steps": 18, "total_steps": 18, "epoch": 2.88, "percentage": 100.0, "elapsed_time": "0:01:59", "remaining_time": "0:00:00", "throughput": 612.76, "total_tokens": 73328}
|
trainer_state.json
ADDED
@@ -0,0 +1,67 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"best_metric": null,
|
3 |
+
"best_model_checkpoint": null,
|
4 |
+
"epoch": 2.88,
|
5 |
+
"eval_steps": 500,
|
6 |
+
"global_step": 18,
|
7 |
+
"is_hyper_param_search": false,
|
8 |
+
"is_local_process_zero": true,
|
9 |
+
"is_world_process_zero": true,
|
10 |
+
"log_history": [
|
11 |
+
{
|
12 |
+
"epoch": 0.8,
|
13 |
+
"grad_norm": 53.173946380615234,
|
14 |
+
"learning_rate": 4.1069690242163484e-05,
|
15 |
+
"loss": 1.6018,
|
16 |
+
"num_input_tokens_seen": 20336,
|
17 |
+
"step": 5
|
18 |
+
},
|
19 |
+
{
|
20 |
+
"epoch": 1.6,
|
21 |
+
"grad_norm": 19.21953773498535,
|
22 |
+
"learning_rate": 2.0658795558326743e-05,
|
23 |
+
"loss": 1.0277,
|
24 |
+
"num_input_tokens_seen": 41392,
|
25 |
+
"step": 10
|
26 |
+
},
|
27 |
+
{
|
28 |
+
"epoch": 2.4,
|
29 |
+
"grad_norm": 15.321002006530762,
|
30 |
+
"learning_rate": 3.3493649053890326e-06,
|
31 |
+
"loss": 0.7125,
|
32 |
+
"num_input_tokens_seen": 61520,
|
33 |
+
"step": 15
|
34 |
+
},
|
35 |
+
{
|
36 |
+
"epoch": 2.88,
|
37 |
+
"num_input_tokens_seen": 73328,
|
38 |
+
"step": 18,
|
39 |
+
"total_flos": 869206018179072.0,
|
40 |
+
"train_loss": 1.007091177834405,
|
41 |
+
"train_runtime": 119.6706,
|
42 |
+
"train_samples_per_second": 2.507,
|
43 |
+
"train_steps_per_second": 0.15
|
44 |
+
}
|
45 |
+
],
|
46 |
+
"logging_steps": 5,
|
47 |
+
"max_steps": 18,
|
48 |
+
"num_input_tokens_seen": 73328,
|
49 |
+
"num_train_epochs": 3,
|
50 |
+
"save_steps": 100,
|
51 |
+
"stateful_callbacks": {
|
52 |
+
"TrainerControl": {
|
53 |
+
"args": {
|
54 |
+
"should_epoch_stop": false,
|
55 |
+
"should_evaluate": false,
|
56 |
+
"should_log": false,
|
57 |
+
"should_save": true,
|
58 |
+
"should_training_stop": true
|
59 |
+
},
|
60 |
+
"attributes": {}
|
61 |
+
}
|
62 |
+
},
|
63 |
+
"total_flos": 869206018179072.0,
|
64 |
+
"train_batch_size": 2,
|
65 |
+
"trial_name": null,
|
66 |
+
"trial_params": null
|
67 |
+
}
|
training_args.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:01c6d5cacf40541357ec6eabf344756502d3fbf276e47ab34524399f864649cd
|
3 |
+
size 5432
|
training_args.yaml
ADDED
@@ -0,0 +1,28 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
bf16: true
|
2 |
+
cutoff_len: 1024
|
3 |
+
dataset: my_chartQA
|
4 |
+
dataset_dir: data
|
5 |
+
ddp_timeout: 180000000
|
6 |
+
do_train: true
|
7 |
+
finetuning_type: full
|
8 |
+
flash_attn: auto
|
9 |
+
gradient_accumulation_steps: 8
|
10 |
+
include_num_input_tokens_seen: true
|
11 |
+
learning_rate: 5.0e-05
|
12 |
+
logging_steps: 5
|
13 |
+
lr_scheduler_type: cosine
|
14 |
+
max_grad_norm: 1.0
|
15 |
+
max_samples: 100000
|
16 |
+
model_name_or_path: Qwen/Qwen2-VL-2B-Instruct
|
17 |
+
num_train_epochs: 3.0
|
18 |
+
optim: adamw_torch
|
19 |
+
output_dir: saves/Qwen2-VL-2B-Instruct/full/train_2024-10-07-10-45-38
|
20 |
+
packing: false
|
21 |
+
per_device_train_batch_size: 2
|
22 |
+
plot_loss: true
|
23 |
+
preprocessing_num_workers: 16
|
24 |
+
report_to: none
|
25 |
+
save_steps: 100
|
26 |
+
stage: sft
|
27 |
+
template: qwen2_vl
|
28 |
+
warmup_steps: 0
|
training_loss.png
ADDED
![]() |
vocab.json
ADDED
The diff for this file is too large to render.
See raw diff
|
|