Add model card and metadata
#1
by
nielsr
HF Staff
- opened
- .gitattributes +1 -0
- README.md +30 -0
- added_tokens.json +16 -0
- chat_template.json +3 -0
- config.json +78 -0
- merges.txt +0 -0
- model-00001-of-00006.safetensors +3 -0
- model-00002-of-00006.safetensors +3 -0
- model-00003-of-00006.safetensors +3 -0
- model-00004-of-00006.safetensors +3 -0
- model-00005-of-00006.safetensors +3 -0
- model-00006-of-00006.safetensors +3 -0
- model.safetensors.index.json +345 -0
- preprocessor_config.json +29 -0
- special_tokens_map.json +31 -0
- tokenizer.json +3 -0
- tokenizer_config.json +145 -0
- vocab.json +0 -0
.gitattributes
CHANGED
|
@@ -33,3 +33,4 @@ 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 |
+
tokenizer.json filter=lfs diff=lfs merge=lfs -text
|
README.md
ADDED
|
@@ -0,0 +1,30 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
pipeline_tag: robotics
|
| 3 |
+
library_name: transformers
|
| 4 |
+
license: apache-2.0
|
| 5 |
+
tags: [robotics, agent, computer-vision, llm]
|
| 6 |
+
---
|
| 7 |
+
|
| 8 |
+
# <span style="font-size:30px;">STEVE-R1: Towards Long Reasoning Computer-use Agents</span>
|
| 9 |
+
|
| 10 |
+
[](https://huggingface.co/papers/2503.12532)
|
| 11 |
+
[](https://huggingface.co/Fanbin/STEVE-R1-7B-SFT)
|
| 12 |
+
[](https://huggingface.co/datasets/Fanbin/waa_steve_trajectories)
|
| 13 |
+
|
| 14 |
+
|
| 15 |
+
We evaluate the performance of the **STEVE-R1 agent** on both in-domain WindowsAgentArena (Windows 11 OS) and out-of-domain OSWorld (Ubuntu OS) benchmarks. The evaluation involves 16 attempts per task, with task completion rates recorded as the primary metric. In the in-domain Windows 11 setting, the STEVE-R1 agent demonstrated a **14%** higher task completion rate compared to the previous open-source state-of-the-art model, UI-TARS-7B-DPO. Furthermore, in the out-of-domain Ubuntu OS environment, where STEVE-R1 was not explicitly trained, it still achieved a **7%** higher task completion rate than UI-TARS-7B-DPO.
|
| 16 |
+
|
| 17 |
+
<div align=center>
|
| 18 |
+
<img width="98%" src="assets/performance.png"/>
|
| 19 |
+
</div>
|
| 20 |
+
|
| 21 |
+
## Release
|
| 22 |
+
- Currently only the SFT STEVE-R1 model with step-verified training data is released. RL tunning is in progress.
|
| 23 |
+
- 🔥 An improved version **STEVE-R1** is released with long reasoning ability and long image context. We extend the model context length to <b>128K</b> with at most <b>32 screenshot</b> inputs for a single task. The model response length is greatly improved with deepseek-R1 distillation, see the [examples](https://github.com/FanbinLu/STEVE-R1/tree/main/examples). We release the [training data](), [models](https://huggingface.co/Fanbin/STEVE-R1-7B-SFT), and [evaluation trajectories](https://huggingface.co/datasets/Fanbin/waa_steve_trajectories).
|
| 24 |
+
- We release the paper of STEVE: Step Verification Pipeline for Computer-use Agent Training. We propose a single-frame computer-use 7B agent trained with SFT & step-verified KTO.
|
| 25 |
+
|
| 26 |
+
|
| 27 |
+
## Trajectory Data
|
| 28 |
+
... (rest of the original README content)
|
| 29 |
+
## Citation
|
| 30 |
+
To be added.
|
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 |
+
}
|
chat_template.json
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"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 %}"
|
| 3 |
+
}
|
config.json
ADDED
|
@@ -0,0 +1,78 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"_name_or_path": "Steve_uitars_7B_128k_sft0218_fullcorrect_with_single_frame_hf/",
|
| 3 |
+
"architectures": [
|
| 4 |
+
"Qwen2VLModel"
|
| 5 |
+
],
|
| 6 |
+
"asr_align": false,
|
| 7 |
+
"attention_dropout": 0.0,
|
| 8 |
+
"bos_token_id": 151643,
|
| 9 |
+
"check_data_modality": false,
|
| 10 |
+
"compress": false,
|
| 11 |
+
"compress_gap": 33,
|
| 12 |
+
"down_factor_1": 1,
|
| 13 |
+
"down_factor_2": 1,
|
| 14 |
+
"eos_token_id": 151645,
|
| 15 |
+
"freeze_mm_mlp_adapter": true,
|
| 16 |
+
"hidden_act": "silu",
|
| 17 |
+
"hidden_size": 3584,
|
| 18 |
+
"image_aspect_ratio": "qwen2vl",
|
| 19 |
+
"image_global": false,
|
| 20 |
+
"image_grid": 1,
|
| 21 |
+
"image_grid_pinpoints": null,
|
| 22 |
+
"image_token_id": 151655,
|
| 23 |
+
"initializer_range": 0.02,
|
| 24 |
+
"intermediate_size": 18944,
|
| 25 |
+
"keep_global": false,
|
| 26 |
+
"keep_rate": 1.0,
|
| 27 |
+
"max_position_embeddings": 128000,
|
| 28 |
+
"max_window_layers": 28,
|
| 29 |
+
"mm_hidden_size": 3584,
|
| 30 |
+
"mm_projector_lr": null,
|
| 31 |
+
"mm_projector_type": "identity",
|
| 32 |
+
"mm_use_im_patch_token": false,
|
| 33 |
+
"mm_use_im_start_end": false,
|
| 34 |
+
"mm_use_mrope": false,
|
| 35 |
+
"mm_vision_select_feature": "patch",
|
| 36 |
+
"mm_vision_select_layer": -1,
|
| 37 |
+
"mm_vision_tower": "model_zoo/vision/UI-TARS-7B-DPO-ViT-Qwen2VL",
|
| 38 |
+
"model_type": "qwen2_vl",
|
| 39 |
+
"num_attention_heads": 28,
|
| 40 |
+
"num_hidden_layers": 28,
|
| 41 |
+
"num_key_value_heads": 4,
|
| 42 |
+
"overlap_ratio": 0.0,
|
| 43 |
+
"rms_norm_eps": 1e-06,
|
| 44 |
+
"rope_scaling": {
|
| 45 |
+
"mrope_section": [
|
| 46 |
+
16,
|
| 47 |
+
24,
|
| 48 |
+
24
|
| 49 |
+
],
|
| 50 |
+
"rope_type": "default",
|
| 51 |
+
"type": "default"
|
| 52 |
+
},
|
| 53 |
+
"rope_theta": 1000000.0,
|
| 54 |
+
"sliding_window": 32768,
|
| 55 |
+
"speech_overlap": false,
|
| 56 |
+
"speech_overlap_time": 30,
|
| 57 |
+
"tie_word_embeddings": false,
|
| 58 |
+
"tokenizer_model_max_length": 128000,
|
| 59 |
+
"tokenizer_padding_side": "right",
|
| 60 |
+
"torch_dtype": "float32",
|
| 61 |
+
"train_modality": "text_image",
|
| 62 |
+
"transformers_version": "4.49.0",
|
| 63 |
+
"tune_mm_mlp_adapter": false,
|
| 64 |
+
"use_cache": true,
|
| 65 |
+
"use_mm_proj": true,
|
| 66 |
+
"use_sliding_window": false,
|
| 67 |
+
"video_token_id": 151656,
|
| 68 |
+
"vision_config": {
|
| 69 |
+
"in_chans": 3,
|
| 70 |
+
"model_type": "qwen2_vl",
|
| 71 |
+
"spatial_patch_size": 14,
|
| 72 |
+
"torch_dtype": "float32"
|
| 73 |
+
},
|
| 74 |
+
"vision_end_token_id": 151653,
|
| 75 |
+
"vision_start_token_id": 151652,
|
| 76 |
+
"vision_token_id": 151654,
|
| 77 |
+
"vocab_size": 152064
|
| 78 |
+
}
|
merges.txt
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
model-00001-of-00006.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:9965729a270ca03179081917b0387b1422d3191dc15589d82aa0e5d8d490e344
|
| 3 |
+
size 4976686992
|
model-00002-of-00006.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:734bb4db9c16b378aac441dd29d998e87642f854b7b3562d3d4d033f9c69b2a4
|
| 3 |
+
size 4778621952
|
model-00003-of-00006.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:726f9fd34849de8352261deed0db286ce07d0c2e688ed6fc61fee48d2da7b9e5
|
| 3 |
+
size 4932743600
|
model-00004-of-00006.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:fbcaf2ef31145ed34c934e69a9dc8a5d4c25aa6dd1be3a6389d675705f38494e
|
| 3 |
+
size 4932743624
|
model-00005-of-00006.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:fac33bea4278b321b091df1a5fccac8254713a8a272f8e99948c9022a4e55817
|
| 3 |
+
size 4998851880
|
model-00006-of-00006.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:3c040f796676d16ff89cc663a1dd6c754b14910070543850f451649715a192b3
|
| 3 |
+
size 3662864928
|
model.safetensors.index.json
ADDED
|
@@ -0,0 +1,345 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"metadata": {
|
| 3 |
+
"total_size": 28282476544
|
| 4 |
+
},
|
| 5 |
+
"weight_map": {
|
| 6 |
+
"embed_tokens.weight": "model-00001-of-00006.safetensors",
|
| 7 |
+
"layers.0.input_layernorm.weight": "model-00001-of-00006.safetensors",
|
| 8 |
+
"layers.0.mlp.down_proj.weight": "model-00001-of-00006.safetensors",
|
| 9 |
+
"layers.0.mlp.gate_proj.weight": "model-00001-of-00006.safetensors",
|
| 10 |
+
"layers.0.mlp.up_proj.weight": "model-00001-of-00006.safetensors",
|
| 11 |
+
"layers.0.post_attention_layernorm.weight": "model-00001-of-00006.safetensors",
|
| 12 |
+
"layers.0.self_attn.k_proj.bias": "model-00001-of-00006.safetensors",
|
| 13 |
+
"layers.0.self_attn.k_proj.weight": "model-00001-of-00006.safetensors",
|
| 14 |
+
"layers.0.self_attn.o_proj.weight": "model-00001-of-00006.safetensors",
|
| 15 |
+
"layers.0.self_attn.q_proj.bias": "model-00001-of-00006.safetensors",
|
| 16 |
+
"layers.0.self_attn.q_proj.weight": "model-00001-of-00006.safetensors",
|
| 17 |
+
"layers.0.self_attn.v_proj.bias": "model-00001-of-00006.safetensors",
|
| 18 |
+
"layers.0.self_attn.v_proj.weight": "model-00001-of-00006.safetensors",
|
| 19 |
+
"layers.1.input_layernorm.weight": "model-00001-of-00006.safetensors",
|
| 20 |
+
"layers.1.mlp.down_proj.weight": "model-00001-of-00006.safetensors",
|
| 21 |
+
"layers.1.mlp.gate_proj.weight": "model-00001-of-00006.safetensors",
|
| 22 |
+
"layers.1.mlp.up_proj.weight": "model-00001-of-00006.safetensors",
|
| 23 |
+
"layers.1.post_attention_layernorm.weight": "model-00001-of-00006.safetensors",
|
| 24 |
+
"layers.1.self_attn.k_proj.bias": "model-00001-of-00006.safetensors",
|
| 25 |
+
"layers.1.self_attn.k_proj.weight": "model-00001-of-00006.safetensors",
|
| 26 |
+
"layers.1.self_attn.o_proj.weight": "model-00001-of-00006.safetensors",
|
| 27 |
+
"layers.1.self_attn.q_proj.bias": "model-00001-of-00006.safetensors",
|
| 28 |
+
"layers.1.self_attn.q_proj.weight": "model-00001-of-00006.safetensors",
|
| 29 |
+
"layers.1.self_attn.v_proj.bias": "model-00001-of-00006.safetensors",
|
| 30 |
+
"layers.1.self_attn.v_proj.weight": "model-00001-of-00006.safetensors",
|
| 31 |
+
"layers.10.input_layernorm.weight": "model-00003-of-00006.safetensors",
|
| 32 |
+
"layers.10.mlp.down_proj.weight": "model-00003-of-00006.safetensors",
|
| 33 |
+
"layers.10.mlp.gate_proj.weight": "model-00003-of-00006.safetensors",
|
| 34 |
+
"layers.10.mlp.up_proj.weight": "model-00003-of-00006.safetensors",
|
| 35 |
+
"layers.10.post_attention_layernorm.weight": "model-00003-of-00006.safetensors",
|
| 36 |
+
"layers.10.self_attn.k_proj.bias": "model-00003-of-00006.safetensors",
|
| 37 |
+
"layers.10.self_attn.k_proj.weight": "model-00003-of-00006.safetensors",
|
| 38 |
+
"layers.10.self_attn.o_proj.weight": "model-00003-of-00006.safetensors",
|
| 39 |
+
"layers.10.self_attn.q_proj.bias": "model-00003-of-00006.safetensors",
|
| 40 |
+
"layers.10.self_attn.q_proj.weight": "model-00003-of-00006.safetensors",
|
| 41 |
+
"layers.10.self_attn.v_proj.bias": "model-00003-of-00006.safetensors",
|
| 42 |
+
"layers.10.self_attn.v_proj.weight": "model-00003-of-00006.safetensors",
|
| 43 |
+
"layers.11.input_layernorm.weight": "model-00003-of-00006.safetensors",
|
| 44 |
+
"layers.11.mlp.down_proj.weight": "model-00003-of-00006.safetensors",
|
| 45 |
+
"layers.11.mlp.gate_proj.weight": "model-00003-of-00006.safetensors",
|
| 46 |
+
"layers.11.mlp.up_proj.weight": "model-00003-of-00006.safetensors",
|
| 47 |
+
"layers.11.post_attention_layernorm.weight": "model-00003-of-00006.safetensors",
|
| 48 |
+
"layers.11.self_attn.k_proj.bias": "model-00003-of-00006.safetensors",
|
| 49 |
+
"layers.11.self_attn.k_proj.weight": "model-00003-of-00006.safetensors",
|
| 50 |
+
"layers.11.self_attn.o_proj.weight": "model-00003-of-00006.safetensors",
|
| 51 |
+
"layers.11.self_attn.q_proj.bias": "model-00003-of-00006.safetensors",
|
| 52 |
+
"layers.11.self_attn.q_proj.weight": "model-00003-of-00006.safetensors",
|
| 53 |
+
"layers.11.self_attn.v_proj.bias": "model-00003-of-00006.safetensors",
|
| 54 |
+
"layers.11.self_attn.v_proj.weight": "model-00003-of-00006.safetensors",
|
| 55 |
+
"layers.12.input_layernorm.weight": "model-00003-of-00006.safetensors",
|
| 56 |
+
"layers.12.mlp.down_proj.weight": "model-00003-of-00006.safetensors",
|
| 57 |
+
"layers.12.mlp.gate_proj.weight": "model-00003-of-00006.safetensors",
|
| 58 |
+
"layers.12.mlp.up_proj.weight": "model-00003-of-00006.safetensors",
|
| 59 |
+
"layers.12.post_attention_layernorm.weight": "model-00003-of-00006.safetensors",
|
| 60 |
+
"layers.12.self_attn.k_proj.bias": "model-00003-of-00006.safetensors",
|
| 61 |
+
"layers.12.self_attn.k_proj.weight": "model-00003-of-00006.safetensors",
|
| 62 |
+
"layers.12.self_attn.o_proj.weight": "model-00003-of-00006.safetensors",
|
| 63 |
+
"layers.12.self_attn.q_proj.bias": "model-00003-of-00006.safetensors",
|
| 64 |
+
"layers.12.self_attn.q_proj.weight": "model-00003-of-00006.safetensors",
|
| 65 |
+
"layers.12.self_attn.v_proj.bias": "model-00003-of-00006.safetensors",
|
| 66 |
+
"layers.12.self_attn.v_proj.weight": "model-00003-of-00006.safetensors",
|
| 67 |
+
"layers.13.input_layernorm.weight": "model-00004-of-00006.safetensors",
|
| 68 |
+
"layers.13.mlp.down_proj.weight": "model-00004-of-00006.safetensors",
|
| 69 |
+
"layers.13.mlp.gate_proj.weight": "model-00003-of-00006.safetensors",
|
| 70 |
+
"layers.13.mlp.up_proj.weight": "model-00004-of-00006.safetensors",
|
| 71 |
+
"layers.13.post_attention_layernorm.weight": "model-00004-of-00006.safetensors",
|
| 72 |
+
"layers.13.self_attn.k_proj.bias": "model-00003-of-00006.safetensors",
|
| 73 |
+
"layers.13.self_attn.k_proj.weight": "model-00003-of-00006.safetensors",
|
| 74 |
+
"layers.13.self_attn.o_proj.weight": "model-00003-of-00006.safetensors",
|
| 75 |
+
"layers.13.self_attn.q_proj.bias": "model-00003-of-00006.safetensors",
|
| 76 |
+
"layers.13.self_attn.q_proj.weight": "model-00003-of-00006.safetensors",
|
| 77 |
+
"layers.13.self_attn.v_proj.bias": "model-00003-of-00006.safetensors",
|
| 78 |
+
"layers.13.self_attn.v_proj.weight": "model-00003-of-00006.safetensors",
|
| 79 |
+
"layers.14.input_layernorm.weight": "model-00004-of-00006.safetensors",
|
| 80 |
+
"layers.14.mlp.down_proj.weight": "model-00004-of-00006.safetensors",
|
| 81 |
+
"layers.14.mlp.gate_proj.weight": "model-00004-of-00006.safetensors",
|
| 82 |
+
"layers.14.mlp.up_proj.weight": "model-00004-of-00006.safetensors",
|
| 83 |
+
"layers.14.post_attention_layernorm.weight": "model-00004-of-00006.safetensors",
|
| 84 |
+
"layers.14.self_attn.k_proj.bias": "model-00004-of-00006.safetensors",
|
| 85 |
+
"layers.14.self_attn.k_proj.weight": "model-00004-of-00006.safetensors",
|
| 86 |
+
"layers.14.self_attn.o_proj.weight": "model-00004-of-00006.safetensors",
|
| 87 |
+
"layers.14.self_attn.q_proj.bias": "model-00004-of-00006.safetensors",
|
| 88 |
+
"layers.14.self_attn.q_proj.weight": "model-00004-of-00006.safetensors",
|
| 89 |
+
"layers.14.self_attn.v_proj.bias": "model-00004-of-00006.safetensors",
|
| 90 |
+
"layers.14.self_attn.v_proj.weight": "model-00004-of-00006.safetensors",
|
| 91 |
+
"layers.15.input_layernorm.weight": "model-00004-of-00006.safetensors",
|
| 92 |
+
"layers.15.mlp.down_proj.weight": "model-00004-of-00006.safetensors",
|
| 93 |
+
"layers.15.mlp.gate_proj.weight": "model-00004-of-00006.safetensors",
|
| 94 |
+
"layers.15.mlp.up_proj.weight": "model-00004-of-00006.safetensors",
|
| 95 |
+
"layers.15.post_attention_layernorm.weight": "model-00004-of-00006.safetensors",
|
| 96 |
+
"layers.15.self_attn.k_proj.bias": "model-00004-of-00006.safetensors",
|
| 97 |
+
"layers.15.self_attn.k_proj.weight": "model-00004-of-00006.safetensors",
|
| 98 |
+
"layers.15.self_attn.o_proj.weight": "model-00004-of-00006.safetensors",
|
| 99 |
+
"layers.15.self_attn.q_proj.bias": "model-00004-of-00006.safetensors",
|
| 100 |
+
"layers.15.self_attn.q_proj.weight": "model-00004-of-00006.safetensors",
|
| 101 |
+
"layers.15.self_attn.v_proj.bias": "model-00004-of-00006.safetensors",
|
| 102 |
+
"layers.15.self_attn.v_proj.weight": "model-00004-of-00006.safetensors",
|
| 103 |
+
"layers.16.input_layernorm.weight": "model-00004-of-00006.safetensors",
|
| 104 |
+
"layers.16.mlp.down_proj.weight": "model-00004-of-00006.safetensors",
|
| 105 |
+
"layers.16.mlp.gate_proj.weight": "model-00004-of-00006.safetensors",
|
| 106 |
+
"layers.16.mlp.up_proj.weight": "model-00004-of-00006.safetensors",
|
| 107 |
+
"layers.16.post_attention_layernorm.weight": "model-00004-of-00006.safetensors",
|
| 108 |
+
"layers.16.self_attn.k_proj.bias": "model-00004-of-00006.safetensors",
|
| 109 |
+
"layers.16.self_attn.k_proj.weight": "model-00004-of-00006.safetensors",
|
| 110 |
+
"layers.16.self_attn.o_proj.weight": "model-00004-of-00006.safetensors",
|
| 111 |
+
"layers.16.self_attn.q_proj.bias": "model-00004-of-00006.safetensors",
|
| 112 |
+
"layers.16.self_attn.q_proj.weight": "model-00004-of-00006.safetensors",
|
| 113 |
+
"layers.16.self_attn.v_proj.bias": "model-00004-of-00006.safetensors",
|
| 114 |
+
"layers.16.self_attn.v_proj.weight": "model-00004-of-00006.safetensors",
|
| 115 |
+
"layers.17.input_layernorm.weight": "model-00004-of-00006.safetensors",
|
| 116 |
+
"layers.17.mlp.down_proj.weight": "model-00004-of-00006.safetensors",
|
| 117 |
+
"layers.17.mlp.gate_proj.weight": "model-00004-of-00006.safetensors",
|
| 118 |
+
"layers.17.mlp.up_proj.weight": "model-00004-of-00006.safetensors",
|
| 119 |
+
"layers.17.post_attention_layernorm.weight": "model-00004-of-00006.safetensors",
|
| 120 |
+
"layers.17.self_attn.k_proj.bias": "model-00004-of-00006.safetensors",
|
| 121 |
+
"layers.17.self_attn.k_proj.weight": "model-00004-of-00006.safetensors",
|
| 122 |
+
"layers.17.self_attn.o_proj.weight": "model-00004-of-00006.safetensors",
|
| 123 |
+
"layers.17.self_attn.q_proj.bias": "model-00004-of-00006.safetensors",
|
| 124 |
+
"layers.17.self_attn.q_proj.weight": "model-00004-of-00006.safetensors",
|
| 125 |
+
"layers.17.self_attn.v_proj.bias": "model-00004-of-00006.safetensors",
|
| 126 |
+
"layers.17.self_attn.v_proj.weight": "model-00004-of-00006.safetensors",
|
| 127 |
+
"layers.18.input_layernorm.weight": "model-00005-of-00006.safetensors",
|
| 128 |
+
"layers.18.mlp.down_proj.weight": "model-00005-of-00006.safetensors",
|
| 129 |
+
"layers.18.mlp.gate_proj.weight": "model-00004-of-00006.safetensors",
|
| 130 |
+
"layers.18.mlp.up_proj.weight": "model-00004-of-00006.safetensors",
|
| 131 |
+
"layers.18.post_attention_layernorm.weight": "model-00005-of-00006.safetensors",
|
| 132 |
+
"layers.18.self_attn.k_proj.bias": "model-00004-of-00006.safetensors",
|
| 133 |
+
"layers.18.self_attn.k_proj.weight": "model-00004-of-00006.safetensors",
|
| 134 |
+
"layers.18.self_attn.o_proj.weight": "model-00004-of-00006.safetensors",
|
| 135 |
+
"layers.18.self_attn.q_proj.bias": "model-00004-of-00006.safetensors",
|
| 136 |
+
"layers.18.self_attn.q_proj.weight": "model-00004-of-00006.safetensors",
|
| 137 |
+
"layers.18.self_attn.v_proj.bias": "model-00004-of-00006.safetensors",
|
| 138 |
+
"layers.18.self_attn.v_proj.weight": "model-00004-of-00006.safetensors",
|
| 139 |
+
"layers.19.input_layernorm.weight": "model-00005-of-00006.safetensors",
|
| 140 |
+
"layers.19.mlp.down_proj.weight": "model-00005-of-00006.safetensors",
|
| 141 |
+
"layers.19.mlp.gate_proj.weight": "model-00005-of-00006.safetensors",
|
| 142 |
+
"layers.19.mlp.up_proj.weight": "model-00005-of-00006.safetensors",
|
| 143 |
+
"layers.19.post_attention_layernorm.weight": "model-00005-of-00006.safetensors",
|
| 144 |
+
"layers.19.self_attn.k_proj.bias": "model-00005-of-00006.safetensors",
|
| 145 |
+
"layers.19.self_attn.k_proj.weight": "model-00005-of-00006.safetensors",
|
| 146 |
+
"layers.19.self_attn.o_proj.weight": "model-00005-of-00006.safetensors",
|
| 147 |
+
"layers.19.self_attn.q_proj.bias": "model-00005-of-00006.safetensors",
|
| 148 |
+
"layers.19.self_attn.q_proj.weight": "model-00005-of-00006.safetensors",
|
| 149 |
+
"layers.19.self_attn.v_proj.bias": "model-00005-of-00006.safetensors",
|
| 150 |
+
"layers.19.self_attn.v_proj.weight": "model-00005-of-00006.safetensors",
|
| 151 |
+
"layers.2.input_layernorm.weight": "model-00001-of-00006.safetensors",
|
| 152 |
+
"layers.2.mlp.down_proj.weight": "model-00001-of-00006.safetensors",
|
| 153 |
+
"layers.2.mlp.gate_proj.weight": "model-00001-of-00006.safetensors",
|
| 154 |
+
"layers.2.mlp.up_proj.weight": "model-00001-of-00006.safetensors",
|
| 155 |
+
"layers.2.post_attention_layernorm.weight": "model-00001-of-00006.safetensors",
|
| 156 |
+
"layers.2.self_attn.k_proj.bias": "model-00001-of-00006.safetensors",
|
| 157 |
+
"layers.2.self_attn.k_proj.weight": "model-00001-of-00006.safetensors",
|
| 158 |
+
"layers.2.self_attn.o_proj.weight": "model-00001-of-00006.safetensors",
|
| 159 |
+
"layers.2.self_attn.q_proj.bias": "model-00001-of-00006.safetensors",
|
| 160 |
+
"layers.2.self_attn.q_proj.weight": "model-00001-of-00006.safetensors",
|
| 161 |
+
"layers.2.self_attn.v_proj.bias": "model-00001-of-00006.safetensors",
|
| 162 |
+
"layers.2.self_attn.v_proj.weight": "model-00001-of-00006.safetensors",
|
| 163 |
+
"layers.20.input_layernorm.weight": "model-00005-of-00006.safetensors",
|
| 164 |
+
"layers.20.mlp.down_proj.weight": "model-00005-of-00006.safetensors",
|
| 165 |
+
"layers.20.mlp.gate_proj.weight": "model-00005-of-00006.safetensors",
|
| 166 |
+
"layers.20.mlp.up_proj.weight": "model-00005-of-00006.safetensors",
|
| 167 |
+
"layers.20.post_attention_layernorm.weight": "model-00005-of-00006.safetensors",
|
| 168 |
+
"layers.20.self_attn.k_proj.bias": "model-00005-of-00006.safetensors",
|
| 169 |
+
"layers.20.self_attn.k_proj.weight": "model-00005-of-00006.safetensors",
|
| 170 |
+
"layers.20.self_attn.o_proj.weight": "model-00005-of-00006.safetensors",
|
| 171 |
+
"layers.20.self_attn.q_proj.bias": "model-00005-of-00006.safetensors",
|
| 172 |
+
"layers.20.self_attn.q_proj.weight": "model-00005-of-00006.safetensors",
|
| 173 |
+
"layers.20.self_attn.v_proj.bias": "model-00005-of-00006.safetensors",
|
| 174 |
+
"layers.20.self_attn.v_proj.weight": "model-00005-of-00006.safetensors",
|
| 175 |
+
"layers.21.input_layernorm.weight": "model-00005-of-00006.safetensors",
|
| 176 |
+
"layers.21.mlp.down_proj.weight": "model-00005-of-00006.safetensors",
|
| 177 |
+
"layers.21.mlp.gate_proj.weight": "model-00005-of-00006.safetensors",
|
| 178 |
+
"layers.21.mlp.up_proj.weight": "model-00005-of-00006.safetensors",
|
| 179 |
+
"layers.21.post_attention_layernorm.weight": "model-00005-of-00006.safetensors",
|
| 180 |
+
"layers.21.self_attn.k_proj.bias": "model-00005-of-00006.safetensors",
|
| 181 |
+
"layers.21.self_attn.k_proj.weight": "model-00005-of-00006.safetensors",
|
| 182 |
+
"layers.21.self_attn.o_proj.weight": "model-00005-of-00006.safetensors",
|
| 183 |
+
"layers.21.self_attn.q_proj.bias": "model-00005-of-00006.safetensors",
|
| 184 |
+
"layers.21.self_attn.q_proj.weight": "model-00005-of-00006.safetensors",
|
| 185 |
+
"layers.21.self_attn.v_proj.bias": "model-00005-of-00006.safetensors",
|
| 186 |
+
"layers.21.self_attn.v_proj.weight": "model-00005-of-00006.safetensors",
|
| 187 |
+
"layers.22.input_layernorm.weight": "model-00005-of-00006.safetensors",
|
| 188 |
+
"layers.22.mlp.down_proj.weight": "model-00005-of-00006.safetensors",
|
| 189 |
+
"layers.22.mlp.gate_proj.weight": "model-00005-of-00006.safetensors",
|
| 190 |
+
"layers.22.mlp.up_proj.weight": "model-00005-of-00006.safetensors",
|
| 191 |
+
"layers.22.post_attention_layernorm.weight": "model-00005-of-00006.safetensors",
|
| 192 |
+
"layers.22.self_attn.k_proj.bias": "model-00005-of-00006.safetensors",
|
| 193 |
+
"layers.22.self_attn.k_proj.weight": "model-00005-of-00006.safetensors",
|
| 194 |
+
"layers.22.self_attn.o_proj.weight": "model-00005-of-00006.safetensors",
|
| 195 |
+
"layers.22.self_attn.q_proj.bias": "model-00005-of-00006.safetensors",
|
| 196 |
+
"layers.22.self_attn.q_proj.weight": "model-00005-of-00006.safetensors",
|
| 197 |
+
"layers.22.self_attn.v_proj.bias": "model-00005-of-00006.safetensors",
|
| 198 |
+
"layers.22.self_attn.v_proj.weight": "model-00005-of-00006.safetensors",
|
| 199 |
+
"layers.23.input_layernorm.weight": "model-00005-of-00006.safetensors",
|
| 200 |
+
"layers.23.mlp.down_proj.weight": "model-00005-of-00006.safetensors",
|
| 201 |
+
"layers.23.mlp.gate_proj.weight": "model-00005-of-00006.safetensors",
|
| 202 |
+
"layers.23.mlp.up_proj.weight": "model-00005-of-00006.safetensors",
|
| 203 |
+
"layers.23.post_attention_layernorm.weight": "model-00005-of-00006.safetensors",
|
| 204 |
+
"layers.23.self_attn.k_proj.bias": "model-00005-of-00006.safetensors",
|
| 205 |
+
"layers.23.self_attn.k_proj.weight": "model-00005-of-00006.safetensors",
|
| 206 |
+
"layers.23.self_attn.o_proj.weight": "model-00005-of-00006.safetensors",
|
| 207 |
+
"layers.23.self_attn.q_proj.bias": "model-00005-of-00006.safetensors",
|
| 208 |
+
"layers.23.self_attn.q_proj.weight": "model-00005-of-00006.safetensors",
|
| 209 |
+
"layers.23.self_attn.v_proj.bias": "model-00005-of-00006.safetensors",
|
| 210 |
+
"layers.23.self_attn.v_proj.weight": "model-00005-of-00006.safetensors",
|
| 211 |
+
"layers.24.input_layernorm.weight": "model-00006-of-00006.safetensors",
|
| 212 |
+
"layers.24.mlp.down_proj.weight": "model-00006-of-00006.safetensors",
|
| 213 |
+
"layers.24.mlp.gate_proj.weight": "model-00006-of-00006.safetensors",
|
| 214 |
+
"layers.24.mlp.up_proj.weight": "model-00006-of-00006.safetensors",
|
| 215 |
+
"layers.24.post_attention_layernorm.weight": "model-00006-of-00006.safetensors",
|
| 216 |
+
"layers.24.self_attn.k_proj.bias": "model-00005-of-00006.safetensors",
|
| 217 |
+
"layers.24.self_attn.k_proj.weight": "model-00005-of-00006.safetensors",
|
| 218 |
+
"layers.24.self_attn.o_proj.weight": "model-00006-of-00006.safetensors",
|
| 219 |
+
"layers.24.self_attn.q_proj.bias": "model-00005-of-00006.safetensors",
|
| 220 |
+
"layers.24.self_attn.q_proj.weight": "model-00005-of-00006.safetensors",
|
| 221 |
+
"layers.24.self_attn.v_proj.bias": "model-00005-of-00006.safetensors",
|
| 222 |
+
"layers.24.self_attn.v_proj.weight": "model-00005-of-00006.safetensors",
|
| 223 |
+
"layers.25.input_layernorm.weight": "model-00006-of-00006.safetensors",
|
| 224 |
+
"layers.25.mlp.down_proj.weight": "model-00006-of-00006.safetensors",
|
| 225 |
+
"layers.25.mlp.gate_proj.weight": "model-00006-of-00006.safetensors",
|
| 226 |
+
"layers.25.mlp.up_proj.weight": "model-00006-of-00006.safetensors",
|
| 227 |
+
"layers.25.post_attention_layernorm.weight": "model-00006-of-00006.safetensors",
|
| 228 |
+
"layers.25.self_attn.k_proj.bias": "model-00006-of-00006.safetensors",
|
| 229 |
+
"layers.25.self_attn.k_proj.weight": "model-00006-of-00006.safetensors",
|
| 230 |
+
"layers.25.self_attn.o_proj.weight": "model-00006-of-00006.safetensors",
|
| 231 |
+
"layers.25.self_attn.q_proj.bias": "model-00006-of-00006.safetensors",
|
| 232 |
+
"layers.25.self_attn.q_proj.weight": "model-00006-of-00006.safetensors",
|
| 233 |
+
"layers.25.self_attn.v_proj.bias": "model-00006-of-00006.safetensors",
|
| 234 |
+
"layers.25.self_attn.v_proj.weight": "model-00006-of-00006.safetensors",
|
| 235 |
+
"layers.26.input_layernorm.weight": "model-00006-of-00006.safetensors",
|
| 236 |
+
"layers.26.mlp.down_proj.weight": "model-00006-of-00006.safetensors",
|
| 237 |
+
"layers.26.mlp.gate_proj.weight": "model-00006-of-00006.safetensors",
|
| 238 |
+
"layers.26.mlp.up_proj.weight": "model-00006-of-00006.safetensors",
|
| 239 |
+
"layers.26.post_attention_layernorm.weight": "model-00006-of-00006.safetensors",
|
| 240 |
+
"layers.26.self_attn.k_proj.bias": "model-00006-of-00006.safetensors",
|
| 241 |
+
"layers.26.self_attn.k_proj.weight": "model-00006-of-00006.safetensors",
|
| 242 |
+
"layers.26.self_attn.o_proj.weight": "model-00006-of-00006.safetensors",
|
| 243 |
+
"layers.26.self_attn.q_proj.bias": "model-00006-of-00006.safetensors",
|
| 244 |
+
"layers.26.self_attn.q_proj.weight": "model-00006-of-00006.safetensors",
|
| 245 |
+
"layers.26.self_attn.v_proj.bias": "model-00006-of-00006.safetensors",
|
| 246 |
+
"layers.26.self_attn.v_proj.weight": "model-00006-of-00006.safetensors",
|
| 247 |
+
"layers.27.input_layernorm.weight": "model-00006-of-00006.safetensors",
|
| 248 |
+
"layers.27.mlp.down_proj.weight": "model-00006-of-00006.safetensors",
|
| 249 |
+
"layers.27.mlp.gate_proj.weight": "model-00006-of-00006.safetensors",
|
| 250 |
+
"layers.27.mlp.up_proj.weight": "model-00006-of-00006.safetensors",
|
| 251 |
+
"layers.27.post_attention_layernorm.weight": "model-00006-of-00006.safetensors",
|
| 252 |
+
"layers.27.self_attn.k_proj.bias": "model-00006-of-00006.safetensors",
|
| 253 |
+
"layers.27.self_attn.k_proj.weight": "model-00006-of-00006.safetensors",
|
| 254 |
+
"layers.27.self_attn.o_proj.weight": "model-00006-of-00006.safetensors",
|
| 255 |
+
"layers.27.self_attn.q_proj.bias": "model-00006-of-00006.safetensors",
|
| 256 |
+
"layers.27.self_attn.q_proj.weight": "model-00006-of-00006.safetensors",
|
| 257 |
+
"layers.27.self_attn.v_proj.bias": "model-00006-of-00006.safetensors",
|
| 258 |
+
"layers.27.self_attn.v_proj.weight": "model-00006-of-00006.safetensors",
|
| 259 |
+
"layers.3.input_layernorm.weight": "model-00002-of-00006.safetensors",
|
| 260 |
+
"layers.3.mlp.down_proj.weight": "model-00002-of-00006.safetensors",
|
| 261 |
+
"layers.3.mlp.gate_proj.weight": "model-00002-of-00006.safetensors",
|
| 262 |
+
"layers.3.mlp.up_proj.weight": "model-00002-of-00006.safetensors",
|
| 263 |
+
"layers.3.post_attention_layernorm.weight": "model-00002-of-00006.safetensors",
|
| 264 |
+
"layers.3.self_attn.k_proj.bias": "model-00002-of-00006.safetensors",
|
| 265 |
+
"layers.3.self_attn.k_proj.weight": "model-00002-of-00006.safetensors",
|
| 266 |
+
"layers.3.self_attn.o_proj.weight": "model-00002-of-00006.safetensors",
|
| 267 |
+
"layers.3.self_attn.q_proj.bias": "model-00002-of-00006.safetensors",
|
| 268 |
+
"layers.3.self_attn.q_proj.weight": "model-00002-of-00006.safetensors",
|
| 269 |
+
"layers.3.self_attn.v_proj.bias": "model-00002-of-00006.safetensors",
|
| 270 |
+
"layers.3.self_attn.v_proj.weight": "model-00002-of-00006.safetensors",
|
| 271 |
+
"layers.4.input_layernorm.weight": "model-00002-of-00006.safetensors",
|
| 272 |
+
"layers.4.mlp.down_proj.weight": "model-00002-of-00006.safetensors",
|
| 273 |
+
"layers.4.mlp.gate_proj.weight": "model-00002-of-00006.safetensors",
|
| 274 |
+
"layers.4.mlp.up_proj.weight": "model-00002-of-00006.safetensors",
|
| 275 |
+
"layers.4.post_attention_layernorm.weight": "model-00002-of-00006.safetensors",
|
| 276 |
+
"layers.4.self_attn.k_proj.bias": "model-00002-of-00006.safetensors",
|
| 277 |
+
"layers.4.self_attn.k_proj.weight": "model-00002-of-00006.safetensors",
|
| 278 |
+
"layers.4.self_attn.o_proj.weight": "model-00002-of-00006.safetensors",
|
| 279 |
+
"layers.4.self_attn.q_proj.bias": "model-00002-of-00006.safetensors",
|
| 280 |
+
"layers.4.self_attn.q_proj.weight": "model-00002-of-00006.safetensors",
|
| 281 |
+
"layers.4.self_attn.v_proj.bias": "model-00002-of-00006.safetensors",
|
| 282 |
+
"layers.4.self_attn.v_proj.weight": "model-00002-of-00006.safetensors",
|
| 283 |
+
"layers.5.input_layernorm.weight": "model-00002-of-00006.safetensors",
|
| 284 |
+
"layers.5.mlp.down_proj.weight": "model-00002-of-00006.safetensors",
|
| 285 |
+
"layers.5.mlp.gate_proj.weight": "model-00002-of-00006.safetensors",
|
| 286 |
+
"layers.5.mlp.up_proj.weight": "model-00002-of-00006.safetensors",
|
| 287 |
+
"layers.5.post_attention_layernorm.weight": "model-00002-of-00006.safetensors",
|
| 288 |
+
"layers.5.self_attn.k_proj.bias": "model-00002-of-00006.safetensors",
|
| 289 |
+
"layers.5.self_attn.k_proj.weight": "model-00002-of-00006.safetensors",
|
| 290 |
+
"layers.5.self_attn.o_proj.weight": "model-00002-of-00006.safetensors",
|
| 291 |
+
"layers.5.self_attn.q_proj.bias": "model-00002-of-00006.safetensors",
|
| 292 |
+
"layers.5.self_attn.q_proj.weight": "model-00002-of-00006.safetensors",
|
| 293 |
+
"layers.5.self_attn.v_proj.bias": "model-00002-of-00006.safetensors",
|
| 294 |
+
"layers.5.self_attn.v_proj.weight": "model-00002-of-00006.safetensors",
|
| 295 |
+
"layers.6.input_layernorm.weight": "model-00002-of-00006.safetensors",
|
| 296 |
+
"layers.6.mlp.down_proj.weight": "model-00002-of-00006.safetensors",
|
| 297 |
+
"layers.6.mlp.gate_proj.weight": "model-00002-of-00006.safetensors",
|
| 298 |
+
"layers.6.mlp.up_proj.weight": "model-00002-of-00006.safetensors",
|
| 299 |
+
"layers.6.post_attention_layernorm.weight": "model-00002-of-00006.safetensors",
|
| 300 |
+
"layers.6.self_attn.k_proj.bias": "model-00002-of-00006.safetensors",
|
| 301 |
+
"layers.6.self_attn.k_proj.weight": "model-00002-of-00006.safetensors",
|
| 302 |
+
"layers.6.self_attn.o_proj.weight": "model-00002-of-00006.safetensors",
|
| 303 |
+
"layers.6.self_attn.q_proj.bias": "model-00002-of-00006.safetensors",
|
| 304 |
+
"layers.6.self_attn.q_proj.weight": "model-00002-of-00006.safetensors",
|
| 305 |
+
"layers.6.self_attn.v_proj.bias": "model-00002-of-00006.safetensors",
|
| 306 |
+
"layers.6.self_attn.v_proj.weight": "model-00002-of-00006.safetensors",
|
| 307 |
+
"layers.7.input_layernorm.weight": "model-00002-of-00006.safetensors",
|
| 308 |
+
"layers.7.mlp.down_proj.weight": "model-00002-of-00006.safetensors",
|
| 309 |
+
"layers.7.mlp.gate_proj.weight": "model-00002-of-00006.safetensors",
|
| 310 |
+
"layers.7.mlp.up_proj.weight": "model-00002-of-00006.safetensors",
|
| 311 |
+
"layers.7.post_attention_layernorm.weight": "model-00002-of-00006.safetensors",
|
| 312 |
+
"layers.7.self_attn.k_proj.bias": "model-00002-of-00006.safetensors",
|
| 313 |
+
"layers.7.self_attn.k_proj.weight": "model-00002-of-00006.safetensors",
|
| 314 |
+
"layers.7.self_attn.o_proj.weight": "model-00002-of-00006.safetensors",
|
| 315 |
+
"layers.7.self_attn.q_proj.bias": "model-00002-of-00006.safetensors",
|
| 316 |
+
"layers.7.self_attn.q_proj.weight": "model-00002-of-00006.safetensors",
|
| 317 |
+
"layers.7.self_attn.v_proj.bias": "model-00002-of-00006.safetensors",
|
| 318 |
+
"layers.7.self_attn.v_proj.weight": "model-00002-of-00006.safetensors",
|
| 319 |
+
"layers.8.input_layernorm.weight": "model-00003-of-00006.safetensors",
|
| 320 |
+
"layers.8.mlp.down_proj.weight": "model-00003-of-00006.safetensors",
|
| 321 |
+
"layers.8.mlp.gate_proj.weight": "model-00003-of-00006.safetensors",
|
| 322 |
+
"layers.8.mlp.up_proj.weight": "model-00003-of-00006.safetensors",
|
| 323 |
+
"layers.8.post_attention_layernorm.weight": "model-00003-of-00006.safetensors",
|
| 324 |
+
"layers.8.self_attn.k_proj.bias": "model-00002-of-00006.safetensors",
|
| 325 |
+
"layers.8.self_attn.k_proj.weight": "model-00002-of-00006.safetensors",
|
| 326 |
+
"layers.8.self_attn.o_proj.weight": "model-00002-of-00006.safetensors",
|
| 327 |
+
"layers.8.self_attn.q_proj.bias": "model-00002-of-00006.safetensors",
|
| 328 |
+
"layers.8.self_attn.q_proj.weight": "model-00002-of-00006.safetensors",
|
| 329 |
+
"layers.8.self_attn.v_proj.bias": "model-00002-of-00006.safetensors",
|
| 330 |
+
"layers.8.self_attn.v_proj.weight": "model-00002-of-00006.safetensors",
|
| 331 |
+
"layers.9.input_layernorm.weight": "model-00003-of-00006.safetensors",
|
| 332 |
+
"layers.9.mlp.down_proj.weight": "model-00003-of-00006.safetensors",
|
| 333 |
+
"layers.9.mlp.gate_proj.weight": "model-00003-of-00006.safetensors",
|
| 334 |
+
"layers.9.mlp.up_proj.weight": "model-00003-of-00006.safetensors",
|
| 335 |
+
"layers.9.post_attention_layernorm.weight": "model-00003-of-00006.safetensors",
|
| 336 |
+
"layers.9.self_attn.k_proj.bias": "model-00003-of-00006.safetensors",
|
| 337 |
+
"layers.9.self_attn.k_proj.weight": "model-00003-of-00006.safetensors",
|
| 338 |
+
"layers.9.self_attn.o_proj.weight": "model-00003-of-00006.safetensors",
|
| 339 |
+
"layers.9.self_attn.q_proj.bias": "model-00003-of-00006.safetensors",
|
| 340 |
+
"layers.9.self_attn.q_proj.weight": "model-00003-of-00006.safetensors",
|
| 341 |
+
"layers.9.self_attn.v_proj.bias": "model-00003-of-00006.safetensors",
|
| 342 |
+
"layers.9.self_attn.v_proj.weight": "model-00003-of-00006.safetensors",
|
| 343 |
+
"norm.weight": "model-00006-of-00006.safetensors"
|
| 344 |
+
}
|
| 345 |
+
}
|
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": 2116800,
|
| 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 |
+
"longest_edge": 2116800,
|
| 26 |
+
"shortest_edge": 3136
|
| 27 |
+
},
|
| 28 |
+
"temporal_patch_size": 2
|
| 29 |
+
}
|
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,145 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 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": "{% if not add_generation_prompt is defined %}{% set add_generation_prompt = false %}{% endif %}{% for message in messages %}{{ message['role'].title() + ': ' + message['content'] | trim + eos_token + '\n' }}{% endfor %}{% if add_generation_prompt %}{{ 'Assistant: ' }}{% endif %}",
|
| 134 |
+
"clean_up_tokenization_spaces": false,
|
| 135 |
+
"eos_token": "<|im_end|>",
|
| 136 |
+
"errors": "replace",
|
| 137 |
+
"extra_special_tokens": {},
|
| 138 |
+
"model_max_length": 32768,
|
| 139 |
+
"pad_token": "<|endoftext|>",
|
| 140 |
+
"padding_side": "right",
|
| 141 |
+
"processor_class": "Qwen2VLProcessor",
|
| 142 |
+
"split_special_tokens": false,
|
| 143 |
+
"tokenizer_class": "Qwen2Tokenizer",
|
| 144 |
+
"unk_token": null
|
| 145 |
+
}
|
vocab.json
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|