Upload folder using huggingface_hub
Browse filesThis view is limited to 50 files because it contains too many changes.
See raw diff
- .gitattributes +3 -0
- qwen2.5-1.5b-v0-merged/1_Pooling/config.json +10 -0
- qwen2.5-1.5b-v0-merged/README.md +141 -0
- qwen2.5-1.5b-v0-merged/added_tokens.json +24 -0
- qwen2.5-1.5b-v0-merged/config.json +29 -0
- qwen2.5-1.5b-v0-merged/config_sentence_transformers.json +13 -0
- qwen2.5-1.5b-v0-merged/merges.txt +0 -0
- qwen2.5-1.5b-v0-merged/metrics_by_dim.json +37 -0
- qwen2.5-1.5b-v0-merged/model-00001-of-00002.safetensors +3 -0
- qwen2.5-1.5b-v0-merged/model-00002-of-00002.safetensors +3 -0
- qwen2.5-1.5b-v0-merged/model.safetensors +3 -0
- qwen2.5-1.5b-v0-merged/model.safetensors.index.json +345 -0
- qwen2.5-1.5b-v0-merged/modules.json +20 -0
- qwen2.5-1.5b-v0-merged/sentence_bert_config.json +4 -0
- qwen2.5-1.5b-v0-merged/special_tokens_map.json +31 -0
- qwen2.5-1.5b-v0-merged/tokenizer.json +3 -0
- qwen2.5-1.5b-v0-merged/tokenizer_config.json +207 -0
- qwen2.5-1.5b-v0-merged/vocab.json +0 -0
- qwen2.5-1.5b-v1-merged/1_Pooling/config.json +10 -0
- qwen2.5-1.5b-v1-merged/README.md +141 -0
- qwen2.5-1.5b-v1-merged/added_tokens.json +24 -0
- qwen2.5-1.5b-v1-merged/config.json +29 -0
- qwen2.5-1.5b-v1-merged/config_sentence_transformers.json +13 -0
- qwen2.5-1.5b-v1-merged/merges.txt +0 -0
- qwen2.5-1.5b-v1-merged/metrics_by_dim.json +37 -0
- qwen2.5-1.5b-v1-merged/model-00001-of-00002.safetensors +3 -0
- qwen2.5-1.5b-v1-merged/model-00002-of-00002.safetensors +3 -0
- qwen2.5-1.5b-v1-merged/model.safetensors +3 -0
- qwen2.5-1.5b-v1-merged/model.safetensors.index.json +345 -0
- qwen2.5-1.5b-v1-merged/modules.json +20 -0
- qwen2.5-1.5b-v1-merged/sentence_bert_config.json +4 -0
- qwen2.5-1.5b-v1-merged/special_tokens_map.json +31 -0
- qwen2.5-1.5b-v1-merged/tokenizer.json +3 -0
- qwen2.5-1.5b-v1-merged/tokenizer_config.json +207 -0
- qwen2.5-1.5b-v1-merged/vocab.json +0 -0
- qwen2.5-1.5b-v2-merged/1_Pooling/config.json +10 -0
- qwen2.5-1.5b-v2-merged/README.md +141 -0
- qwen2.5-1.5b-v2-merged/added_tokens.json +24 -0
- qwen2.5-1.5b-v2-merged/config.json +29 -0
- qwen2.5-1.5b-v2-merged/config_sentence_transformers.json +13 -0
- qwen2.5-1.5b-v2-merged/merges.txt +0 -0
- qwen2.5-1.5b-v2-merged/metrics_by_dim.json +37 -0
- qwen2.5-1.5b-v2-merged/model-00001-of-00002.safetensors +3 -0
- qwen2.5-1.5b-v2-merged/model-00002-of-00002.safetensors +3 -0
- qwen2.5-1.5b-v2-merged/model.safetensors +3 -0
- qwen2.5-1.5b-v2-merged/model.safetensors.index.json +345 -0
- qwen2.5-1.5b-v2-merged/modules.json +20 -0
- qwen2.5-1.5b-v2-merged/sentence_bert_config.json +4 -0
- qwen2.5-1.5b-v2-merged/special_tokens_map.json +31 -0
- qwen2.5-1.5b-v2-merged/tokenizer.json +3 -0
.gitattributes
CHANGED
@@ -33,3 +33,6 @@ 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 |
+
qwen2.5-1.5b-v0-merged/tokenizer.json filter=lfs diff=lfs merge=lfs -text
|
37 |
+
qwen2.5-1.5b-v1-merged/tokenizer.json filter=lfs diff=lfs merge=lfs -text
|
38 |
+
qwen2.5-1.5b-v2-merged/tokenizer.json filter=lfs diff=lfs merge=lfs -text
|
qwen2.5-1.5b-v0-merged/1_Pooling/config.json
ADDED
@@ -0,0 +1,10 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"word_embedding_dimension": 1536,
|
3 |
+
"pooling_mode_cls_token": false,
|
4 |
+
"pooling_mode_mean_tokens": false,
|
5 |
+
"pooling_mode_max_tokens": false,
|
6 |
+
"pooling_mode_mean_sqrt_len_tokens": false,
|
7 |
+
"pooling_mode_weightedmean_tokens": false,
|
8 |
+
"pooling_mode_lasttoken": true,
|
9 |
+
"include_prompt": true
|
10 |
+
}
|
qwen2.5-1.5b-v0-merged/README.md
ADDED
@@ -0,0 +1,141 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
tags:
|
3 |
+
- sentence-transformers
|
4 |
+
- sentence-similarity
|
5 |
+
- feature-extraction
|
6 |
+
pipeline_tag: sentence-similarity
|
7 |
+
library_name: sentence-transformers
|
8 |
+
---
|
9 |
+
|
10 |
+
# SentenceTransformer
|
11 |
+
|
12 |
+
This is a [sentence-transformers](https://www.SBERT.net) model trained. It maps sentences & paragraphs to a 1536-dimensional dense vector space and can be used for semantic textual similarity, semantic search, paraphrase mining, text classification, clustering, and more.
|
13 |
+
|
14 |
+
## Model Details
|
15 |
+
|
16 |
+
### Model Description
|
17 |
+
- **Model Type:** Sentence Transformer
|
18 |
+
<!-- - **Base model:** [Unknown](https://huggingface.co/unknown) -->
|
19 |
+
- **Maximum Sequence Length:** 32768 tokens
|
20 |
+
- **Output Dimensionality:** 1536 dimensions
|
21 |
+
- **Similarity Function:** Cosine Similarity
|
22 |
+
<!-- - **Training Dataset:** Unknown -->
|
23 |
+
<!-- - **Language:** Unknown -->
|
24 |
+
<!-- - **License:** Unknown -->
|
25 |
+
|
26 |
+
### Model Sources
|
27 |
+
|
28 |
+
- **Documentation:** [Sentence Transformers Documentation](https://sbert.net)
|
29 |
+
- **Repository:** [Sentence Transformers on GitHub](https://github.com/UKPLab/sentence-transformers)
|
30 |
+
- **Hugging Face:** [Sentence Transformers on Hugging Face](https://huggingface.co/models?library=sentence-transformers)
|
31 |
+
|
32 |
+
### Full Model Architecture
|
33 |
+
|
34 |
+
```
|
35 |
+
SentenceTransformer(
|
36 |
+
(0): Transformer({'max_seq_length': 32768, 'do_lower_case': False}) with Transformer model: Qwen2Model
|
37 |
+
(1): Pooling({'word_embedding_dimension': 1536, 'pooling_mode_cls_token': False, 'pooling_mode_mean_tokens': False, 'pooling_mode_max_tokens': False, 'pooling_mode_mean_sqrt_len_tokens': False, 'pooling_mode_weightedmean_tokens': False, 'pooling_mode_lasttoken': True, 'include_prompt': True})
|
38 |
+
(2): Normalize()
|
39 |
+
)
|
40 |
+
```
|
41 |
+
|
42 |
+
## Usage
|
43 |
+
|
44 |
+
### Direct Usage (Sentence Transformers)
|
45 |
+
|
46 |
+
First install the Sentence Transformers library:
|
47 |
+
|
48 |
+
```bash
|
49 |
+
pip install -U sentence-transformers
|
50 |
+
```
|
51 |
+
|
52 |
+
Then you can load this model and run inference.
|
53 |
+
```python
|
54 |
+
from sentence_transformers import SentenceTransformer
|
55 |
+
|
56 |
+
# Download from the 🤗 Hub
|
57 |
+
model = SentenceTransformer("sentence_transformers_model_id")
|
58 |
+
# Run inference
|
59 |
+
sentences = [
|
60 |
+
'The weather is lovely today.',
|
61 |
+
"It's so sunny outside!",
|
62 |
+
'He drove to the stadium.',
|
63 |
+
]
|
64 |
+
embeddings = model.encode(sentences)
|
65 |
+
print(embeddings.shape)
|
66 |
+
# [3, 1536]
|
67 |
+
|
68 |
+
# Get the similarity scores for the embeddings
|
69 |
+
similarities = model.similarity(embeddings, embeddings)
|
70 |
+
print(similarities.shape)
|
71 |
+
# [3, 3]
|
72 |
+
```
|
73 |
+
|
74 |
+
<!--
|
75 |
+
### Direct Usage (Transformers)
|
76 |
+
|
77 |
+
<details><summary>Click to see the direct usage in Transformers</summary>
|
78 |
+
|
79 |
+
</details>
|
80 |
+
-->
|
81 |
+
|
82 |
+
<!--
|
83 |
+
### Downstream Usage (Sentence Transformers)
|
84 |
+
|
85 |
+
You can finetune this model on your own dataset.
|
86 |
+
|
87 |
+
<details><summary>Click to expand</summary>
|
88 |
+
|
89 |
+
</details>
|
90 |
+
-->
|
91 |
+
|
92 |
+
<!--
|
93 |
+
### Out-of-Scope Use
|
94 |
+
|
95 |
+
*List how the model may foreseeably be misused and address what users ought not to do with the model.*
|
96 |
+
-->
|
97 |
+
|
98 |
+
<!--
|
99 |
+
## Bias, Risks and Limitations
|
100 |
+
|
101 |
+
*What are the known or foreseeable issues stemming from this model? You could also flag here known failure cases or weaknesses of the model.*
|
102 |
+
-->
|
103 |
+
|
104 |
+
<!--
|
105 |
+
### Recommendations
|
106 |
+
|
107 |
+
*What are recommendations with respect to the foreseeable issues? For example, filtering explicit content.*
|
108 |
+
-->
|
109 |
+
|
110 |
+
## Training Details
|
111 |
+
|
112 |
+
### Framework Versions
|
113 |
+
- Python: 3.10.14
|
114 |
+
- Sentence Transformers: 3.4.1
|
115 |
+
- Transformers: 4.46.3
|
116 |
+
- PyTorch: 2.5.1+cu124
|
117 |
+
- Accelerate: 1.2.1
|
118 |
+
- Datasets: 2.21.0
|
119 |
+
- Tokenizers: 0.20.3
|
120 |
+
|
121 |
+
## Citation
|
122 |
+
|
123 |
+
### BibTeX
|
124 |
+
|
125 |
+
<!--
|
126 |
+
## Glossary
|
127 |
+
|
128 |
+
*Clearly define terms in order to be accessible across audiences.*
|
129 |
+
-->
|
130 |
+
|
131 |
+
<!--
|
132 |
+
## Model Card Authors
|
133 |
+
|
134 |
+
*Lists the people who create the model card, providing recognition and accountability for the detailed work that goes into its construction.*
|
135 |
+
-->
|
136 |
+
|
137 |
+
<!--
|
138 |
+
## Model Card Contact
|
139 |
+
|
140 |
+
*Provides a way for people who have updates to the Model Card, suggestions, or questions, to contact the Model Card authors.*
|
141 |
+
-->
|
qwen2.5-1.5b-v0-merged/added_tokens.json
ADDED
@@ -0,0 +1,24 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"</tool_call>": 151658,
|
3 |
+
"<tool_call>": 151657,
|
4 |
+
"<|box_end|>": 151649,
|
5 |
+
"<|box_start|>": 151648,
|
6 |
+
"<|endoftext|>": 151643,
|
7 |
+
"<|file_sep|>": 151664,
|
8 |
+
"<|fim_middle|>": 151660,
|
9 |
+
"<|fim_pad|>": 151662,
|
10 |
+
"<|fim_prefix|>": 151659,
|
11 |
+
"<|fim_suffix|>": 151661,
|
12 |
+
"<|im_end|>": 151645,
|
13 |
+
"<|im_start|>": 151644,
|
14 |
+
"<|image_pad|>": 151655,
|
15 |
+
"<|object_ref_end|>": 151647,
|
16 |
+
"<|object_ref_start|>": 151646,
|
17 |
+
"<|quad_end|>": 151651,
|
18 |
+
"<|quad_start|>": 151650,
|
19 |
+
"<|repo_name|>": 151663,
|
20 |
+
"<|video_pad|>": 151656,
|
21 |
+
"<|vision_end|>": 151653,
|
22 |
+
"<|vision_pad|>": 151654,
|
23 |
+
"<|vision_start|>": 151652
|
24 |
+
}
|
qwen2.5-1.5b-v0-merged/config.json
ADDED
@@ -0,0 +1,29 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_name_or_path": "qwen2.5-1.5b-merged",
|
3 |
+
"architectures": [
|
4 |
+
"Qwen2Model"
|
5 |
+
],
|
6 |
+
"attention_dropout": 0.0,
|
7 |
+
"eos_token_id": 151645,
|
8 |
+
"hidden_act": "silu",
|
9 |
+
"hidden_size": 1536,
|
10 |
+
"initializer_range": 0.02,
|
11 |
+
"intermediate_size": 8960,
|
12 |
+
"max_position_embeddings": 32768,
|
13 |
+
"max_window_layers": 21,
|
14 |
+
"model_type": "qwen2",
|
15 |
+
"num_attention_heads": 12,
|
16 |
+
"num_hidden_layers": 28,
|
17 |
+
"num_key_value_heads": 2,
|
18 |
+
"pad_token_id": 151643,
|
19 |
+
"rms_norm_eps": 1e-06,
|
20 |
+
"rope_scaling": null,
|
21 |
+
"rope_theta": 1000000.0,
|
22 |
+
"sliding_window": null,
|
23 |
+
"tie_word_embeddings": true,
|
24 |
+
"torch_dtype": "float32",
|
25 |
+
"transformers_version": "4.46.3",
|
26 |
+
"use_cache": false,
|
27 |
+
"use_sliding_window": false,
|
28 |
+
"vocab_size": 151936
|
29 |
+
}
|
qwen2.5-1.5b-v0-merged/config_sentence_transformers.json
ADDED
@@ -0,0 +1,13 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"__version__": {
|
3 |
+
"sentence_transformers": "3.4.1",
|
4 |
+
"transformers": "4.46.3",
|
5 |
+
"pytorch": "2.5.1+cu124"
|
6 |
+
},
|
7 |
+
"prompts": {
|
8 |
+
"query": "Instruct: Given a web search query, retrieve relevant passages that answer the query\nQuery: ",
|
9 |
+
"passage": ""
|
10 |
+
},
|
11 |
+
"default_prompt_name": null,
|
12 |
+
"similarity_fn_name": "cosine"
|
13 |
+
}
|
qwen2.5-1.5b-v0-merged/merges.txt
ADDED
The diff for this file is too large to render.
See raw diff
|
|
qwen2.5-1.5b-v0-merged/metrics_by_dim.json
ADDED
@@ -0,0 +1,37 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"full": {
|
3 |
+
"ndcg@10": 0.6815725984302808,
|
4 |
+
"mrr@10": 0.7038918580357693,
|
5 |
+
"map@10": 0.5705858974175061,
|
6 |
+
"recall@10": 0.8404212208690636,
|
7 |
+
"precision@10": 0.2253140360458766
|
8 |
+
},
|
9 |
+
"1280": {
|
10 |
+
"ndcg@10": 0.678084294570987,
|
11 |
+
"mrr@10": 0.6990452133884694,
|
12 |
+
"map@10": 0.5670688019377098,
|
13 |
+
"recall@10": 0.837561067490068,
|
14 |
+
"precision@10": 0.22474057891862373
|
15 |
+
},
|
16 |
+
"1024": {
|
17 |
+
"ndcg@10": 0.6797021709549977,
|
18 |
+
"mrr@10": 0.7032724549859996,
|
19 |
+
"map@10": 0.5681885922390884,
|
20 |
+
"recall@10": 0.8390536597936926,
|
21 |
+
"precision@10": 0.2246586564718733
|
22 |
+
},
|
23 |
+
"768": {
|
24 |
+
"ndcg@10": 0.6726343888957866,
|
25 |
+
"mrr@10": 0.6988342305791805,
|
26 |
+
"map@10": 0.5622700091121263,
|
27 |
+
"recall@10": 0.8274348482090155,
|
28 |
+
"precision@10": 0.22192790824685965
|
29 |
+
},
|
30 |
+
"512": {
|
31 |
+
"ndcg@10": 0.6615462617396486,
|
32 |
+
"mrr@10": 0.68565750348929,
|
33 |
+
"map@10": 0.5493916454206336,
|
34 |
+
"recall@10": 0.8212853352121512,
|
35 |
+
"precision@10": 0.21966138722009834
|
36 |
+
}
|
37 |
+
}
|
qwen2.5-1.5b-v0-merged/model-00001-of-00002.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:5867f73fdd5bc38cac7dc3d5dba60bd2b5916fda89a77675692efa8abf1e3cd8
|
3 |
+
size 4996668896
|
qwen2.5-1.5b-v0-merged/model-00002-of-00002.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:2d7fade2a3f3164f1442be1dbfd9300f4a2d93f6ed3161ae77477ac03c72c5f6
|
3 |
+
size 1178224504
|
qwen2.5-1.5b-v0-merged/model.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:da1b4230f38c98c995694952d8c0098fcc3a47a1f722949f92ceeea9fdec66ca
|
3 |
+
size 3087465120
|
qwen2.5-1.5b-v0-merged/model.safetensors.index.json
ADDED
@@ -0,0 +1,345 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"metadata": {
|
3 |
+
"total_size": 6174857216
|
4 |
+
},
|
5 |
+
"weight_map": {
|
6 |
+
"embed_tokens.weight": "model-00001-of-00002.safetensors",
|
7 |
+
"layers.0.input_layernorm.weight": "model-00001-of-00002.safetensors",
|
8 |
+
"layers.0.mlp.down_proj.weight": "model-00001-of-00002.safetensors",
|
9 |
+
"layers.0.mlp.gate_proj.weight": "model-00001-of-00002.safetensors",
|
10 |
+
"layers.0.mlp.up_proj.weight": "model-00001-of-00002.safetensors",
|
11 |
+
"layers.0.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
|
12 |
+
"layers.0.self_attn.k_proj.bias": "model-00001-of-00002.safetensors",
|
13 |
+
"layers.0.self_attn.k_proj.weight": "model-00001-of-00002.safetensors",
|
14 |
+
"layers.0.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
|
15 |
+
"layers.0.self_attn.q_proj.bias": "model-00001-of-00002.safetensors",
|
16 |
+
"layers.0.self_attn.q_proj.weight": "model-00001-of-00002.safetensors",
|
17 |
+
"layers.0.self_attn.v_proj.bias": "model-00001-of-00002.safetensors",
|
18 |
+
"layers.0.self_attn.v_proj.weight": "model-00001-of-00002.safetensors",
|
19 |
+
"layers.1.input_layernorm.weight": "model-00001-of-00002.safetensors",
|
20 |
+
"layers.1.mlp.down_proj.weight": "model-00001-of-00002.safetensors",
|
21 |
+
"layers.1.mlp.gate_proj.weight": "model-00001-of-00002.safetensors",
|
22 |
+
"layers.1.mlp.up_proj.weight": "model-00001-of-00002.safetensors",
|
23 |
+
"layers.1.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
|
24 |
+
"layers.1.self_attn.k_proj.bias": "model-00001-of-00002.safetensors",
|
25 |
+
"layers.1.self_attn.k_proj.weight": "model-00001-of-00002.safetensors",
|
26 |
+
"layers.1.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
|
27 |
+
"layers.1.self_attn.q_proj.bias": "model-00001-of-00002.safetensors",
|
28 |
+
"layers.1.self_attn.q_proj.weight": "model-00001-of-00002.safetensors",
|
29 |
+
"layers.1.self_attn.v_proj.bias": "model-00001-of-00002.safetensors",
|
30 |
+
"layers.1.self_attn.v_proj.weight": "model-00001-of-00002.safetensors",
|
31 |
+
"layers.10.input_layernorm.weight": "model-00001-of-00002.safetensors",
|
32 |
+
"layers.10.mlp.down_proj.weight": "model-00001-of-00002.safetensors",
|
33 |
+
"layers.10.mlp.gate_proj.weight": "model-00001-of-00002.safetensors",
|
34 |
+
"layers.10.mlp.up_proj.weight": "model-00001-of-00002.safetensors",
|
35 |
+
"layers.10.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
|
36 |
+
"layers.10.self_attn.k_proj.bias": "model-00001-of-00002.safetensors",
|
37 |
+
"layers.10.self_attn.k_proj.weight": "model-00001-of-00002.safetensors",
|
38 |
+
"layers.10.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
|
39 |
+
"layers.10.self_attn.q_proj.bias": "model-00001-of-00002.safetensors",
|
40 |
+
"layers.10.self_attn.q_proj.weight": "model-00001-of-00002.safetensors",
|
41 |
+
"layers.10.self_attn.v_proj.bias": "model-00001-of-00002.safetensors",
|
42 |
+
"layers.10.self_attn.v_proj.weight": "model-00001-of-00002.safetensors",
|
43 |
+
"layers.11.input_layernorm.weight": "model-00001-of-00002.safetensors",
|
44 |
+
"layers.11.mlp.down_proj.weight": "model-00001-of-00002.safetensors",
|
45 |
+
"layers.11.mlp.gate_proj.weight": "model-00001-of-00002.safetensors",
|
46 |
+
"layers.11.mlp.up_proj.weight": "model-00001-of-00002.safetensors",
|
47 |
+
"layers.11.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
|
48 |
+
"layers.11.self_attn.k_proj.bias": "model-00001-of-00002.safetensors",
|
49 |
+
"layers.11.self_attn.k_proj.weight": "model-00001-of-00002.safetensors",
|
50 |
+
"layers.11.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
|
51 |
+
"layers.11.self_attn.q_proj.bias": "model-00001-of-00002.safetensors",
|
52 |
+
"layers.11.self_attn.q_proj.weight": "model-00001-of-00002.safetensors",
|
53 |
+
"layers.11.self_attn.v_proj.bias": "model-00001-of-00002.safetensors",
|
54 |
+
"layers.11.self_attn.v_proj.weight": "model-00001-of-00002.safetensors",
|
55 |
+
"layers.12.input_layernorm.weight": "model-00001-of-00002.safetensors",
|
56 |
+
"layers.12.mlp.down_proj.weight": "model-00001-of-00002.safetensors",
|
57 |
+
"layers.12.mlp.gate_proj.weight": "model-00001-of-00002.safetensors",
|
58 |
+
"layers.12.mlp.up_proj.weight": "model-00001-of-00002.safetensors",
|
59 |
+
"layers.12.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
|
60 |
+
"layers.12.self_attn.k_proj.bias": "model-00001-of-00002.safetensors",
|
61 |
+
"layers.12.self_attn.k_proj.weight": "model-00001-of-00002.safetensors",
|
62 |
+
"layers.12.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
|
63 |
+
"layers.12.self_attn.q_proj.bias": "model-00001-of-00002.safetensors",
|
64 |
+
"layers.12.self_attn.q_proj.weight": "model-00001-of-00002.safetensors",
|
65 |
+
"layers.12.self_attn.v_proj.bias": "model-00001-of-00002.safetensors",
|
66 |
+
"layers.12.self_attn.v_proj.weight": "model-00001-of-00002.safetensors",
|
67 |
+
"layers.13.input_layernorm.weight": "model-00001-of-00002.safetensors",
|
68 |
+
"layers.13.mlp.down_proj.weight": "model-00001-of-00002.safetensors",
|
69 |
+
"layers.13.mlp.gate_proj.weight": "model-00001-of-00002.safetensors",
|
70 |
+
"layers.13.mlp.up_proj.weight": "model-00001-of-00002.safetensors",
|
71 |
+
"layers.13.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
|
72 |
+
"layers.13.self_attn.k_proj.bias": "model-00001-of-00002.safetensors",
|
73 |
+
"layers.13.self_attn.k_proj.weight": "model-00001-of-00002.safetensors",
|
74 |
+
"layers.13.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
|
75 |
+
"layers.13.self_attn.q_proj.bias": "model-00001-of-00002.safetensors",
|
76 |
+
"layers.13.self_attn.q_proj.weight": "model-00001-of-00002.safetensors",
|
77 |
+
"layers.13.self_attn.v_proj.bias": "model-00001-of-00002.safetensors",
|
78 |
+
"layers.13.self_attn.v_proj.weight": "model-00001-of-00002.safetensors",
|
79 |
+
"layers.14.input_layernorm.weight": "model-00001-of-00002.safetensors",
|
80 |
+
"layers.14.mlp.down_proj.weight": "model-00001-of-00002.safetensors",
|
81 |
+
"layers.14.mlp.gate_proj.weight": "model-00001-of-00002.safetensors",
|
82 |
+
"layers.14.mlp.up_proj.weight": "model-00001-of-00002.safetensors",
|
83 |
+
"layers.14.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
|
84 |
+
"layers.14.self_attn.k_proj.bias": "model-00001-of-00002.safetensors",
|
85 |
+
"layers.14.self_attn.k_proj.weight": "model-00001-of-00002.safetensors",
|
86 |
+
"layers.14.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
|
87 |
+
"layers.14.self_attn.q_proj.bias": "model-00001-of-00002.safetensors",
|
88 |
+
"layers.14.self_attn.q_proj.weight": "model-00001-of-00002.safetensors",
|
89 |
+
"layers.14.self_attn.v_proj.bias": "model-00001-of-00002.safetensors",
|
90 |
+
"layers.14.self_attn.v_proj.weight": "model-00001-of-00002.safetensors",
|
91 |
+
"layers.15.input_layernorm.weight": "model-00001-of-00002.safetensors",
|
92 |
+
"layers.15.mlp.down_proj.weight": "model-00001-of-00002.safetensors",
|
93 |
+
"layers.15.mlp.gate_proj.weight": "model-00001-of-00002.safetensors",
|
94 |
+
"layers.15.mlp.up_proj.weight": "model-00001-of-00002.safetensors",
|
95 |
+
"layers.15.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
|
96 |
+
"layers.15.self_attn.k_proj.bias": "model-00001-of-00002.safetensors",
|
97 |
+
"layers.15.self_attn.k_proj.weight": "model-00001-of-00002.safetensors",
|
98 |
+
"layers.15.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
|
99 |
+
"layers.15.self_attn.q_proj.bias": "model-00001-of-00002.safetensors",
|
100 |
+
"layers.15.self_attn.q_proj.weight": "model-00001-of-00002.safetensors",
|
101 |
+
"layers.15.self_attn.v_proj.bias": "model-00001-of-00002.safetensors",
|
102 |
+
"layers.15.self_attn.v_proj.weight": "model-00001-of-00002.safetensors",
|
103 |
+
"layers.16.input_layernorm.weight": "model-00001-of-00002.safetensors",
|
104 |
+
"layers.16.mlp.down_proj.weight": "model-00001-of-00002.safetensors",
|
105 |
+
"layers.16.mlp.gate_proj.weight": "model-00001-of-00002.safetensors",
|
106 |
+
"layers.16.mlp.up_proj.weight": "model-00001-of-00002.safetensors",
|
107 |
+
"layers.16.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
|
108 |
+
"layers.16.self_attn.k_proj.bias": "model-00001-of-00002.safetensors",
|
109 |
+
"layers.16.self_attn.k_proj.weight": "model-00001-of-00002.safetensors",
|
110 |
+
"layers.16.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
|
111 |
+
"layers.16.self_attn.q_proj.bias": "model-00001-of-00002.safetensors",
|
112 |
+
"layers.16.self_attn.q_proj.weight": "model-00001-of-00002.safetensors",
|
113 |
+
"layers.16.self_attn.v_proj.bias": "model-00001-of-00002.safetensors",
|
114 |
+
"layers.16.self_attn.v_proj.weight": "model-00001-of-00002.safetensors",
|
115 |
+
"layers.17.input_layernorm.weight": "model-00001-of-00002.safetensors",
|
116 |
+
"layers.17.mlp.down_proj.weight": "model-00001-of-00002.safetensors",
|
117 |
+
"layers.17.mlp.gate_proj.weight": "model-00001-of-00002.safetensors",
|
118 |
+
"layers.17.mlp.up_proj.weight": "model-00001-of-00002.safetensors",
|
119 |
+
"layers.17.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
|
120 |
+
"layers.17.self_attn.k_proj.bias": "model-00001-of-00002.safetensors",
|
121 |
+
"layers.17.self_attn.k_proj.weight": "model-00001-of-00002.safetensors",
|
122 |
+
"layers.17.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
|
123 |
+
"layers.17.self_attn.q_proj.bias": "model-00001-of-00002.safetensors",
|
124 |
+
"layers.17.self_attn.q_proj.weight": "model-00001-of-00002.safetensors",
|
125 |
+
"layers.17.self_attn.v_proj.bias": "model-00001-of-00002.safetensors",
|
126 |
+
"layers.17.self_attn.v_proj.weight": "model-00001-of-00002.safetensors",
|
127 |
+
"layers.18.input_layernorm.weight": "model-00001-of-00002.safetensors",
|
128 |
+
"layers.18.mlp.down_proj.weight": "model-00001-of-00002.safetensors",
|
129 |
+
"layers.18.mlp.gate_proj.weight": "model-00001-of-00002.safetensors",
|
130 |
+
"layers.18.mlp.up_proj.weight": "model-00001-of-00002.safetensors",
|
131 |
+
"layers.18.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
|
132 |
+
"layers.18.self_attn.k_proj.bias": "model-00001-of-00002.safetensors",
|
133 |
+
"layers.18.self_attn.k_proj.weight": "model-00001-of-00002.safetensors",
|
134 |
+
"layers.18.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
|
135 |
+
"layers.18.self_attn.q_proj.bias": "model-00001-of-00002.safetensors",
|
136 |
+
"layers.18.self_attn.q_proj.weight": "model-00001-of-00002.safetensors",
|
137 |
+
"layers.18.self_attn.v_proj.bias": "model-00001-of-00002.safetensors",
|
138 |
+
"layers.18.self_attn.v_proj.weight": "model-00001-of-00002.safetensors",
|
139 |
+
"layers.19.input_layernorm.weight": "model-00001-of-00002.safetensors",
|
140 |
+
"layers.19.mlp.down_proj.weight": "model-00001-of-00002.safetensors",
|
141 |
+
"layers.19.mlp.gate_proj.weight": "model-00001-of-00002.safetensors",
|
142 |
+
"layers.19.mlp.up_proj.weight": "model-00001-of-00002.safetensors",
|
143 |
+
"layers.19.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
|
144 |
+
"layers.19.self_attn.k_proj.bias": "model-00001-of-00002.safetensors",
|
145 |
+
"layers.19.self_attn.k_proj.weight": "model-00001-of-00002.safetensors",
|
146 |
+
"layers.19.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
|
147 |
+
"layers.19.self_attn.q_proj.bias": "model-00001-of-00002.safetensors",
|
148 |
+
"layers.19.self_attn.q_proj.weight": "model-00001-of-00002.safetensors",
|
149 |
+
"layers.19.self_attn.v_proj.bias": "model-00001-of-00002.safetensors",
|
150 |
+
"layers.19.self_attn.v_proj.weight": "model-00001-of-00002.safetensors",
|
151 |
+
"layers.2.input_layernorm.weight": "model-00001-of-00002.safetensors",
|
152 |
+
"layers.2.mlp.down_proj.weight": "model-00001-of-00002.safetensors",
|
153 |
+
"layers.2.mlp.gate_proj.weight": "model-00001-of-00002.safetensors",
|
154 |
+
"layers.2.mlp.up_proj.weight": "model-00001-of-00002.safetensors",
|
155 |
+
"layers.2.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
|
156 |
+
"layers.2.self_attn.k_proj.bias": "model-00001-of-00002.safetensors",
|
157 |
+
"layers.2.self_attn.k_proj.weight": "model-00001-of-00002.safetensors",
|
158 |
+
"layers.2.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
|
159 |
+
"layers.2.self_attn.q_proj.bias": "model-00001-of-00002.safetensors",
|
160 |
+
"layers.2.self_attn.q_proj.weight": "model-00001-of-00002.safetensors",
|
161 |
+
"layers.2.self_attn.v_proj.bias": "model-00001-of-00002.safetensors",
|
162 |
+
"layers.2.self_attn.v_proj.weight": "model-00001-of-00002.safetensors",
|
163 |
+
"layers.20.input_layernorm.weight": "model-00001-of-00002.safetensors",
|
164 |
+
"layers.20.mlp.down_proj.weight": "model-00001-of-00002.safetensors",
|
165 |
+
"layers.20.mlp.gate_proj.weight": "model-00001-of-00002.safetensors",
|
166 |
+
"layers.20.mlp.up_proj.weight": "model-00001-of-00002.safetensors",
|
167 |
+
"layers.20.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
|
168 |
+
"layers.20.self_attn.k_proj.bias": "model-00001-of-00002.safetensors",
|
169 |
+
"layers.20.self_attn.k_proj.weight": "model-00001-of-00002.safetensors",
|
170 |
+
"layers.20.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
|
171 |
+
"layers.20.self_attn.q_proj.bias": "model-00001-of-00002.safetensors",
|
172 |
+
"layers.20.self_attn.q_proj.weight": "model-00001-of-00002.safetensors",
|
173 |
+
"layers.20.self_attn.v_proj.bias": "model-00001-of-00002.safetensors",
|
174 |
+
"layers.20.self_attn.v_proj.weight": "model-00001-of-00002.safetensors",
|
175 |
+
"layers.21.input_layernorm.weight": "model-00002-of-00002.safetensors",
|
176 |
+
"layers.21.mlp.down_proj.weight": "model-00002-of-00002.safetensors",
|
177 |
+
"layers.21.mlp.gate_proj.weight": "model-00001-of-00002.safetensors",
|
178 |
+
"layers.21.mlp.up_proj.weight": "model-00001-of-00002.safetensors",
|
179 |
+
"layers.21.post_attention_layernorm.weight": "model-00002-of-00002.safetensors",
|
180 |
+
"layers.21.self_attn.k_proj.bias": "model-00001-of-00002.safetensors",
|
181 |
+
"layers.21.self_attn.k_proj.weight": "model-00001-of-00002.safetensors",
|
182 |
+
"layers.21.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
|
183 |
+
"layers.21.self_attn.q_proj.bias": "model-00001-of-00002.safetensors",
|
184 |
+
"layers.21.self_attn.q_proj.weight": "model-00001-of-00002.safetensors",
|
185 |
+
"layers.21.self_attn.v_proj.bias": "model-00001-of-00002.safetensors",
|
186 |
+
"layers.21.self_attn.v_proj.weight": "model-00001-of-00002.safetensors",
|
187 |
+
"layers.22.input_layernorm.weight": "model-00002-of-00002.safetensors",
|
188 |
+
"layers.22.mlp.down_proj.weight": "model-00002-of-00002.safetensors",
|
189 |
+
"layers.22.mlp.gate_proj.weight": "model-00002-of-00002.safetensors",
|
190 |
+
"layers.22.mlp.up_proj.weight": "model-00002-of-00002.safetensors",
|
191 |
+
"layers.22.post_attention_layernorm.weight": "model-00002-of-00002.safetensors",
|
192 |
+
"layers.22.self_attn.k_proj.bias": "model-00002-of-00002.safetensors",
|
193 |
+
"layers.22.self_attn.k_proj.weight": "model-00002-of-00002.safetensors",
|
194 |
+
"layers.22.self_attn.o_proj.weight": "model-00002-of-00002.safetensors",
|
195 |
+
"layers.22.self_attn.q_proj.bias": "model-00002-of-00002.safetensors",
|
196 |
+
"layers.22.self_attn.q_proj.weight": "model-00002-of-00002.safetensors",
|
197 |
+
"layers.22.self_attn.v_proj.bias": "model-00002-of-00002.safetensors",
|
198 |
+
"layers.22.self_attn.v_proj.weight": "model-00002-of-00002.safetensors",
|
199 |
+
"layers.23.input_layernorm.weight": "model-00002-of-00002.safetensors",
|
200 |
+
"layers.23.mlp.down_proj.weight": "model-00002-of-00002.safetensors",
|
201 |
+
"layers.23.mlp.gate_proj.weight": "model-00002-of-00002.safetensors",
|
202 |
+
"layers.23.mlp.up_proj.weight": "model-00002-of-00002.safetensors",
|
203 |
+
"layers.23.post_attention_layernorm.weight": "model-00002-of-00002.safetensors",
|
204 |
+
"layers.23.self_attn.k_proj.bias": "model-00002-of-00002.safetensors",
|
205 |
+
"layers.23.self_attn.k_proj.weight": "model-00002-of-00002.safetensors",
|
206 |
+
"layers.23.self_attn.o_proj.weight": "model-00002-of-00002.safetensors",
|
207 |
+
"layers.23.self_attn.q_proj.bias": "model-00002-of-00002.safetensors",
|
208 |
+
"layers.23.self_attn.q_proj.weight": "model-00002-of-00002.safetensors",
|
209 |
+
"layers.23.self_attn.v_proj.bias": "model-00002-of-00002.safetensors",
|
210 |
+
"layers.23.self_attn.v_proj.weight": "model-00002-of-00002.safetensors",
|
211 |
+
"layers.24.input_layernorm.weight": "model-00002-of-00002.safetensors",
|
212 |
+
"layers.24.mlp.down_proj.weight": "model-00002-of-00002.safetensors",
|
213 |
+
"layers.24.mlp.gate_proj.weight": "model-00002-of-00002.safetensors",
|
214 |
+
"layers.24.mlp.up_proj.weight": "model-00002-of-00002.safetensors",
|
215 |
+
"layers.24.post_attention_layernorm.weight": "model-00002-of-00002.safetensors",
|
216 |
+
"layers.24.self_attn.k_proj.bias": "model-00002-of-00002.safetensors",
|
217 |
+
"layers.24.self_attn.k_proj.weight": "model-00002-of-00002.safetensors",
|
218 |
+
"layers.24.self_attn.o_proj.weight": "model-00002-of-00002.safetensors",
|
219 |
+
"layers.24.self_attn.q_proj.bias": "model-00002-of-00002.safetensors",
|
220 |
+
"layers.24.self_attn.q_proj.weight": "model-00002-of-00002.safetensors",
|
221 |
+
"layers.24.self_attn.v_proj.bias": "model-00002-of-00002.safetensors",
|
222 |
+
"layers.24.self_attn.v_proj.weight": "model-00002-of-00002.safetensors",
|
223 |
+
"layers.25.input_layernorm.weight": "model-00002-of-00002.safetensors",
|
224 |
+
"layers.25.mlp.down_proj.weight": "model-00002-of-00002.safetensors",
|
225 |
+
"layers.25.mlp.gate_proj.weight": "model-00002-of-00002.safetensors",
|
226 |
+
"layers.25.mlp.up_proj.weight": "model-00002-of-00002.safetensors",
|
227 |
+
"layers.25.post_attention_layernorm.weight": "model-00002-of-00002.safetensors",
|
228 |
+
"layers.25.self_attn.k_proj.bias": "model-00002-of-00002.safetensors",
|
229 |
+
"layers.25.self_attn.k_proj.weight": "model-00002-of-00002.safetensors",
|
230 |
+
"layers.25.self_attn.o_proj.weight": "model-00002-of-00002.safetensors",
|
231 |
+
"layers.25.self_attn.q_proj.bias": "model-00002-of-00002.safetensors",
|
232 |
+
"layers.25.self_attn.q_proj.weight": "model-00002-of-00002.safetensors",
|
233 |
+
"layers.25.self_attn.v_proj.bias": "model-00002-of-00002.safetensors",
|
234 |
+
"layers.25.self_attn.v_proj.weight": "model-00002-of-00002.safetensors",
|
235 |
+
"layers.26.input_layernorm.weight": "model-00002-of-00002.safetensors",
|
236 |
+
"layers.26.mlp.down_proj.weight": "model-00002-of-00002.safetensors",
|
237 |
+
"layers.26.mlp.gate_proj.weight": "model-00002-of-00002.safetensors",
|
238 |
+
"layers.26.mlp.up_proj.weight": "model-00002-of-00002.safetensors",
|
239 |
+
"layers.26.post_attention_layernorm.weight": "model-00002-of-00002.safetensors",
|
240 |
+
"layers.26.self_attn.k_proj.bias": "model-00002-of-00002.safetensors",
|
241 |
+
"layers.26.self_attn.k_proj.weight": "model-00002-of-00002.safetensors",
|
242 |
+
"layers.26.self_attn.o_proj.weight": "model-00002-of-00002.safetensors",
|
243 |
+
"layers.26.self_attn.q_proj.bias": "model-00002-of-00002.safetensors",
|
244 |
+
"layers.26.self_attn.q_proj.weight": "model-00002-of-00002.safetensors",
|
245 |
+
"layers.26.self_attn.v_proj.bias": "model-00002-of-00002.safetensors",
|
246 |
+
"layers.26.self_attn.v_proj.weight": "model-00002-of-00002.safetensors",
|
247 |
+
"layers.27.input_layernorm.weight": "model-00002-of-00002.safetensors",
|
248 |
+
"layers.27.mlp.down_proj.weight": "model-00002-of-00002.safetensors",
|
249 |
+
"layers.27.mlp.gate_proj.weight": "model-00002-of-00002.safetensors",
|
250 |
+
"layers.27.mlp.up_proj.weight": "model-00002-of-00002.safetensors",
|
251 |
+
"layers.27.post_attention_layernorm.weight": "model-00002-of-00002.safetensors",
|
252 |
+
"layers.27.self_attn.k_proj.bias": "model-00002-of-00002.safetensors",
|
253 |
+
"layers.27.self_attn.k_proj.weight": "model-00002-of-00002.safetensors",
|
254 |
+
"layers.27.self_attn.o_proj.weight": "model-00002-of-00002.safetensors",
|
255 |
+
"layers.27.self_attn.q_proj.bias": "model-00002-of-00002.safetensors",
|
256 |
+
"layers.27.self_attn.q_proj.weight": "model-00002-of-00002.safetensors",
|
257 |
+
"layers.27.self_attn.v_proj.bias": "model-00002-of-00002.safetensors",
|
258 |
+
"layers.27.self_attn.v_proj.weight": "model-00002-of-00002.safetensors",
|
259 |
+
"layers.3.input_layernorm.weight": "model-00001-of-00002.safetensors",
|
260 |
+
"layers.3.mlp.down_proj.weight": "model-00001-of-00002.safetensors",
|
261 |
+
"layers.3.mlp.gate_proj.weight": "model-00001-of-00002.safetensors",
|
262 |
+
"layers.3.mlp.up_proj.weight": "model-00001-of-00002.safetensors",
|
263 |
+
"layers.3.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
|
264 |
+
"layers.3.self_attn.k_proj.bias": "model-00001-of-00002.safetensors",
|
265 |
+
"layers.3.self_attn.k_proj.weight": "model-00001-of-00002.safetensors",
|
266 |
+
"layers.3.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
|
267 |
+
"layers.3.self_attn.q_proj.bias": "model-00001-of-00002.safetensors",
|
268 |
+
"layers.3.self_attn.q_proj.weight": "model-00001-of-00002.safetensors",
|
269 |
+
"layers.3.self_attn.v_proj.bias": "model-00001-of-00002.safetensors",
|
270 |
+
"layers.3.self_attn.v_proj.weight": "model-00001-of-00002.safetensors",
|
271 |
+
"layers.4.input_layernorm.weight": "model-00001-of-00002.safetensors",
|
272 |
+
"layers.4.mlp.down_proj.weight": "model-00001-of-00002.safetensors",
|
273 |
+
"layers.4.mlp.gate_proj.weight": "model-00001-of-00002.safetensors",
|
274 |
+
"layers.4.mlp.up_proj.weight": "model-00001-of-00002.safetensors",
|
275 |
+
"layers.4.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
|
276 |
+
"layers.4.self_attn.k_proj.bias": "model-00001-of-00002.safetensors",
|
277 |
+
"layers.4.self_attn.k_proj.weight": "model-00001-of-00002.safetensors",
|
278 |
+
"layers.4.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
|
279 |
+
"layers.4.self_attn.q_proj.bias": "model-00001-of-00002.safetensors",
|
280 |
+
"layers.4.self_attn.q_proj.weight": "model-00001-of-00002.safetensors",
|
281 |
+
"layers.4.self_attn.v_proj.bias": "model-00001-of-00002.safetensors",
|
282 |
+
"layers.4.self_attn.v_proj.weight": "model-00001-of-00002.safetensors",
|
283 |
+
"layers.5.input_layernorm.weight": "model-00001-of-00002.safetensors",
|
284 |
+
"layers.5.mlp.down_proj.weight": "model-00001-of-00002.safetensors",
|
285 |
+
"layers.5.mlp.gate_proj.weight": "model-00001-of-00002.safetensors",
|
286 |
+
"layers.5.mlp.up_proj.weight": "model-00001-of-00002.safetensors",
|
287 |
+
"layers.5.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
|
288 |
+
"layers.5.self_attn.k_proj.bias": "model-00001-of-00002.safetensors",
|
289 |
+
"layers.5.self_attn.k_proj.weight": "model-00001-of-00002.safetensors",
|
290 |
+
"layers.5.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
|
291 |
+
"layers.5.self_attn.q_proj.bias": "model-00001-of-00002.safetensors",
|
292 |
+
"layers.5.self_attn.q_proj.weight": "model-00001-of-00002.safetensors",
|
293 |
+
"layers.5.self_attn.v_proj.bias": "model-00001-of-00002.safetensors",
|
294 |
+
"layers.5.self_attn.v_proj.weight": "model-00001-of-00002.safetensors",
|
295 |
+
"layers.6.input_layernorm.weight": "model-00001-of-00002.safetensors",
|
296 |
+
"layers.6.mlp.down_proj.weight": "model-00001-of-00002.safetensors",
|
297 |
+
"layers.6.mlp.gate_proj.weight": "model-00001-of-00002.safetensors",
|
298 |
+
"layers.6.mlp.up_proj.weight": "model-00001-of-00002.safetensors",
|
299 |
+
"layers.6.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
|
300 |
+
"layers.6.self_attn.k_proj.bias": "model-00001-of-00002.safetensors",
|
301 |
+
"layers.6.self_attn.k_proj.weight": "model-00001-of-00002.safetensors",
|
302 |
+
"layers.6.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
|
303 |
+
"layers.6.self_attn.q_proj.bias": "model-00001-of-00002.safetensors",
|
304 |
+
"layers.6.self_attn.q_proj.weight": "model-00001-of-00002.safetensors",
|
305 |
+
"layers.6.self_attn.v_proj.bias": "model-00001-of-00002.safetensors",
|
306 |
+
"layers.6.self_attn.v_proj.weight": "model-00001-of-00002.safetensors",
|
307 |
+
"layers.7.input_layernorm.weight": "model-00001-of-00002.safetensors",
|
308 |
+
"layers.7.mlp.down_proj.weight": "model-00001-of-00002.safetensors",
|
309 |
+
"layers.7.mlp.gate_proj.weight": "model-00001-of-00002.safetensors",
|
310 |
+
"layers.7.mlp.up_proj.weight": "model-00001-of-00002.safetensors",
|
311 |
+
"layers.7.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
|
312 |
+
"layers.7.self_attn.k_proj.bias": "model-00001-of-00002.safetensors",
|
313 |
+
"layers.7.self_attn.k_proj.weight": "model-00001-of-00002.safetensors",
|
314 |
+
"layers.7.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
|
315 |
+
"layers.7.self_attn.q_proj.bias": "model-00001-of-00002.safetensors",
|
316 |
+
"layers.7.self_attn.q_proj.weight": "model-00001-of-00002.safetensors",
|
317 |
+
"layers.7.self_attn.v_proj.bias": "model-00001-of-00002.safetensors",
|
318 |
+
"layers.7.self_attn.v_proj.weight": "model-00001-of-00002.safetensors",
|
319 |
+
"layers.8.input_layernorm.weight": "model-00001-of-00002.safetensors",
|
320 |
+
"layers.8.mlp.down_proj.weight": "model-00001-of-00002.safetensors",
|
321 |
+
"layers.8.mlp.gate_proj.weight": "model-00001-of-00002.safetensors",
|
322 |
+
"layers.8.mlp.up_proj.weight": "model-00001-of-00002.safetensors",
|
323 |
+
"layers.8.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
|
324 |
+
"layers.8.self_attn.k_proj.bias": "model-00001-of-00002.safetensors",
|
325 |
+
"layers.8.self_attn.k_proj.weight": "model-00001-of-00002.safetensors",
|
326 |
+
"layers.8.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
|
327 |
+
"layers.8.self_attn.q_proj.bias": "model-00001-of-00002.safetensors",
|
328 |
+
"layers.8.self_attn.q_proj.weight": "model-00001-of-00002.safetensors",
|
329 |
+
"layers.8.self_attn.v_proj.bias": "model-00001-of-00002.safetensors",
|
330 |
+
"layers.8.self_attn.v_proj.weight": "model-00001-of-00002.safetensors",
|
331 |
+
"layers.9.input_layernorm.weight": "model-00001-of-00002.safetensors",
|
332 |
+
"layers.9.mlp.down_proj.weight": "model-00001-of-00002.safetensors",
|
333 |
+
"layers.9.mlp.gate_proj.weight": "model-00001-of-00002.safetensors",
|
334 |
+
"layers.9.mlp.up_proj.weight": "model-00001-of-00002.safetensors",
|
335 |
+
"layers.9.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
|
336 |
+
"layers.9.self_attn.k_proj.bias": "model-00001-of-00002.safetensors",
|
337 |
+
"layers.9.self_attn.k_proj.weight": "model-00001-of-00002.safetensors",
|
338 |
+
"layers.9.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
|
339 |
+
"layers.9.self_attn.q_proj.bias": "model-00001-of-00002.safetensors",
|
340 |
+
"layers.9.self_attn.q_proj.weight": "model-00001-of-00002.safetensors",
|
341 |
+
"layers.9.self_attn.v_proj.bias": "model-00001-of-00002.safetensors",
|
342 |
+
"layers.9.self_attn.v_proj.weight": "model-00001-of-00002.safetensors",
|
343 |
+
"norm.weight": "model-00002-of-00002.safetensors"
|
344 |
+
}
|
345 |
+
}
|
qwen2.5-1.5b-v0-merged/modules.json
ADDED
@@ -0,0 +1,20 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
[
|
2 |
+
{
|
3 |
+
"idx": 0,
|
4 |
+
"name": "0",
|
5 |
+
"path": "",
|
6 |
+
"type": "sentence_transformers.models.Transformer"
|
7 |
+
},
|
8 |
+
{
|
9 |
+
"idx": 1,
|
10 |
+
"name": "1",
|
11 |
+
"path": "1_Pooling",
|
12 |
+
"type": "sentence_transformers.models.Pooling"
|
13 |
+
},
|
14 |
+
{
|
15 |
+
"idx": 2,
|
16 |
+
"name": "2",
|
17 |
+
"path": "2_Normalize",
|
18 |
+
"type": "sentence_transformers.models.Normalize"
|
19 |
+
}
|
20 |
+
]
|
qwen2.5-1.5b-v0-merged/sentence_bert_config.json
ADDED
@@ -0,0 +1,4 @@
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"max_seq_length": 32768,
|
3 |
+
"do_lower_case": false
|
4 |
+
}
|
qwen2.5-1.5b-v0-merged/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 |
+
}
|
qwen2.5-1.5b-v0-merged/tokenizer.json
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:9c5ae00e602b8860cbd784ba82a8aa14e8feecec692e7076590d014d7b7fdafa
|
3 |
+
size 11421896
|
qwen2.5-1.5b-v0-merged/tokenizer_config.json
ADDED
@@ -0,0 +1,207 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"add_bos_token": false,
|
3 |
+
"add_prefix_space": false,
|
4 |
+
"added_tokens_decoder": {
|
5 |
+
"151643": {
|
6 |
+
"content": "<|endoftext|>",
|
7 |
+
"lstrip": false,
|
8 |
+
"normalized": false,
|
9 |
+
"rstrip": false,
|
10 |
+
"single_word": false,
|
11 |
+
"special": true
|
12 |
+
},
|
13 |
+
"151644": {
|
14 |
+
"content": "<|im_start|>",
|
15 |
+
"lstrip": false,
|
16 |
+
"normalized": false,
|
17 |
+
"rstrip": false,
|
18 |
+
"single_word": false,
|
19 |
+
"special": true
|
20 |
+
},
|
21 |
+
"151645": {
|
22 |
+
"content": "<|im_end|>",
|
23 |
+
"lstrip": false,
|
24 |
+
"normalized": false,
|
25 |
+
"rstrip": false,
|
26 |
+
"single_word": false,
|
27 |
+
"special": true
|
28 |
+
},
|
29 |
+
"151646": {
|
30 |
+
"content": "<|object_ref_start|>",
|
31 |
+
"lstrip": false,
|
32 |
+
"normalized": false,
|
33 |
+
"rstrip": false,
|
34 |
+
"single_word": false,
|
35 |
+
"special": true
|
36 |
+
},
|
37 |
+
"151647": {
|
38 |
+
"content": "<|object_ref_end|>",
|
39 |
+
"lstrip": false,
|
40 |
+
"normalized": false,
|
41 |
+
"rstrip": false,
|
42 |
+
"single_word": false,
|
43 |
+
"special": true
|
44 |
+
},
|
45 |
+
"151648": {
|
46 |
+
"content": "<|box_start|>",
|
47 |
+
"lstrip": false,
|
48 |
+
"normalized": false,
|
49 |
+
"rstrip": false,
|
50 |
+
"single_word": false,
|
51 |
+
"special": true
|
52 |
+
},
|
53 |
+
"151649": {
|
54 |
+
"content": "<|box_end|>",
|
55 |
+
"lstrip": false,
|
56 |
+
"normalized": false,
|
57 |
+
"rstrip": false,
|
58 |
+
"single_word": false,
|
59 |
+
"special": true
|
60 |
+
},
|
61 |
+
"151650": {
|
62 |
+
"content": "<|quad_start|>",
|
63 |
+
"lstrip": false,
|
64 |
+
"normalized": false,
|
65 |
+
"rstrip": false,
|
66 |
+
"single_word": false,
|
67 |
+
"special": true
|
68 |
+
},
|
69 |
+
"151651": {
|
70 |
+
"content": "<|quad_end|>",
|
71 |
+
"lstrip": false,
|
72 |
+
"normalized": false,
|
73 |
+
"rstrip": false,
|
74 |
+
"single_word": false,
|
75 |
+
"special": true
|
76 |
+
},
|
77 |
+
"151652": {
|
78 |
+
"content": "<|vision_start|>",
|
79 |
+
"lstrip": false,
|
80 |
+
"normalized": false,
|
81 |
+
"rstrip": false,
|
82 |
+
"single_word": false,
|
83 |
+
"special": true
|
84 |
+
},
|
85 |
+
"151653": {
|
86 |
+
"content": "<|vision_end|>",
|
87 |
+
"lstrip": false,
|
88 |
+
"normalized": false,
|
89 |
+
"rstrip": false,
|
90 |
+
"single_word": false,
|
91 |
+
"special": true
|
92 |
+
},
|
93 |
+
"151654": {
|
94 |
+
"content": "<|vision_pad|>",
|
95 |
+
"lstrip": false,
|
96 |
+
"normalized": false,
|
97 |
+
"rstrip": false,
|
98 |
+
"single_word": false,
|
99 |
+
"special": true
|
100 |
+
},
|
101 |
+
"151655": {
|
102 |
+
"content": "<|image_pad|>",
|
103 |
+
"lstrip": false,
|
104 |
+
"normalized": false,
|
105 |
+
"rstrip": false,
|
106 |
+
"single_word": false,
|
107 |
+
"special": true
|
108 |
+
},
|
109 |
+
"151656": {
|
110 |
+
"content": "<|video_pad|>",
|
111 |
+
"lstrip": false,
|
112 |
+
"normalized": false,
|
113 |
+
"rstrip": false,
|
114 |
+
"single_word": false,
|
115 |
+
"special": true
|
116 |
+
},
|
117 |
+
"151657": {
|
118 |
+
"content": "<tool_call>",
|
119 |
+
"lstrip": false,
|
120 |
+
"normalized": false,
|
121 |
+
"rstrip": false,
|
122 |
+
"single_word": false,
|
123 |
+
"special": false
|
124 |
+
},
|
125 |
+
"151658": {
|
126 |
+
"content": "</tool_call>",
|
127 |
+
"lstrip": false,
|
128 |
+
"normalized": false,
|
129 |
+
"rstrip": false,
|
130 |
+
"single_word": false,
|
131 |
+
"special": false
|
132 |
+
},
|
133 |
+
"151659": {
|
134 |
+
"content": "<|fim_prefix|>",
|
135 |
+
"lstrip": false,
|
136 |
+
"normalized": false,
|
137 |
+
"rstrip": false,
|
138 |
+
"single_word": false,
|
139 |
+
"special": false
|
140 |
+
},
|
141 |
+
"151660": {
|
142 |
+
"content": "<|fim_middle|>",
|
143 |
+
"lstrip": false,
|
144 |
+
"normalized": false,
|
145 |
+
"rstrip": false,
|
146 |
+
"single_word": false,
|
147 |
+
"special": false
|
148 |
+
},
|
149 |
+
"151661": {
|
150 |
+
"content": "<|fim_suffix|>",
|
151 |
+
"lstrip": false,
|
152 |
+
"normalized": false,
|
153 |
+
"rstrip": false,
|
154 |
+
"single_word": false,
|
155 |
+
"special": false
|
156 |
+
},
|
157 |
+
"151662": {
|
158 |
+
"content": "<|fim_pad|>",
|
159 |
+
"lstrip": false,
|
160 |
+
"normalized": false,
|
161 |
+
"rstrip": false,
|
162 |
+
"single_word": false,
|
163 |
+
"special": false
|
164 |
+
},
|
165 |
+
"151663": {
|
166 |
+
"content": "<|repo_name|>",
|
167 |
+
"lstrip": false,
|
168 |
+
"normalized": false,
|
169 |
+
"rstrip": false,
|
170 |
+
"single_word": false,
|
171 |
+
"special": false
|
172 |
+
},
|
173 |
+
"151664": {
|
174 |
+
"content": "<|file_sep|>",
|
175 |
+
"lstrip": false,
|
176 |
+
"normalized": false,
|
177 |
+
"rstrip": false,
|
178 |
+
"single_word": false,
|
179 |
+
"special": false
|
180 |
+
}
|
181 |
+
},
|
182 |
+
"additional_special_tokens": [
|
183 |
+
"<|im_start|>",
|
184 |
+
"<|im_end|>",
|
185 |
+
"<|object_ref_start|>",
|
186 |
+
"<|object_ref_end|>",
|
187 |
+
"<|box_start|>",
|
188 |
+
"<|box_end|>",
|
189 |
+
"<|quad_start|>",
|
190 |
+
"<|quad_end|>",
|
191 |
+
"<|vision_start|>",
|
192 |
+
"<|vision_end|>",
|
193 |
+
"<|vision_pad|>",
|
194 |
+
"<|image_pad|>",
|
195 |
+
"<|video_pad|>"
|
196 |
+
],
|
197 |
+
"bos_token": null,
|
198 |
+
"chat_template": "{%- if tools %}\n {{- '<|im_start|>system\\n' }}\n {%- if messages[0]['role'] == 'system' %}\n {{- messages[0]['content'] }}\n {%- else %}\n {{- 'You are Qwen, created by Alibaba Cloud. You are a helpful assistant.' }}\n {%- endif %}\n {{- \"\\n\\n# Tools\\n\\nYou may call one or more functions to assist with the user query.\\n\\nYou are provided with function signatures within <tools></tools> XML tags:\\n<tools>\" }}\n {%- for tool in tools %}\n {{- \"\\n\" }}\n {{- tool | tojson }}\n {%- endfor %}\n {{- \"\\n</tools>\\n\\nFor each function call, return a json object with function name and arguments within <tool_call></tool_call> XML tags:\\n<tool_call>\\n{\\\"name\\\": <function-name>, \\\"arguments\\\": <args-json-object>}\\n</tool_call><|im_end|>\\n\" }}\n{%- else %}\n {%- if messages[0]['role'] == 'system' %}\n {{- '<|im_start|>system\\n' + messages[0]['content'] + '<|im_end|>\\n' }}\n {%- else %}\n {{- '<|im_start|>system\\nYou are Qwen, created by Alibaba Cloud. You are a helpful assistant.<|im_end|>\\n' }}\n {%- endif %}\n{%- endif %}\n{%- for message in messages %}\n {%- if (message.role == \"user\") or (message.role == \"system\" and not loop.first) or (message.role == \"assistant\" and not message.tool_calls) %}\n {{- '<|im_start|>' + message.role + '\\n' + message.content + '<|im_end|>' + '\\n' }}\n {%- elif message.role == \"assistant\" %}\n {{- '<|im_start|>' + message.role }}\n {%- if message.content %}\n {{- '\\n' + message.content }}\n {%- endif %}\n {%- for tool_call in message.tool_calls %}\n {%- if tool_call.function is defined %}\n {%- set tool_call = tool_call.function %}\n {%- endif %}\n {{- '\\n<tool_call>\\n{\"name\": \"' }}\n {{- tool_call.name }}\n {{- '\", \"arguments\": ' }}\n {{- tool_call.arguments | tojson }}\n {{- '}\\n</tool_call>' }}\n {%- endfor %}\n {{- '<|im_end|>\\n' }}\n {%- elif message.role == \"tool\" %}\n {%- if (loop.index0 == 0) or (messages[loop.index0 - 1].role != \"tool\") %}\n {{- '<|im_start|>user' }}\n {%- endif %}\n {{- '\\n<tool_response>\\n' }}\n {{- message.content }}\n {{- '\\n</tool_response>' }}\n {%- if loop.last or (messages[loop.index0 + 1].role != \"tool\") %}\n {{- '<|im_end|>\\n' }}\n {%- endif %}\n {%- endif %}\n{%- endfor %}\n{%- if add_generation_prompt %}\n {{- '<|im_start|>assistant\\n' }}\n{%- endif %}\n",
|
199 |
+
"clean_up_tokenization_spaces": false,
|
200 |
+
"eos_token": "<|im_end|>",
|
201 |
+
"errors": "replace",
|
202 |
+
"model_max_length": 131072,
|
203 |
+
"pad_token": "<|endoftext|>",
|
204 |
+
"split_special_tokens": false,
|
205 |
+
"tokenizer_class": "Qwen2Tokenizer",
|
206 |
+
"unk_token": null
|
207 |
+
}
|
qwen2.5-1.5b-v0-merged/vocab.json
ADDED
The diff for this file is too large to render.
See raw diff
|
|
qwen2.5-1.5b-v1-merged/1_Pooling/config.json
ADDED
@@ -0,0 +1,10 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"word_embedding_dimension": 1536,
|
3 |
+
"pooling_mode_cls_token": false,
|
4 |
+
"pooling_mode_mean_tokens": false,
|
5 |
+
"pooling_mode_max_tokens": false,
|
6 |
+
"pooling_mode_mean_sqrt_len_tokens": false,
|
7 |
+
"pooling_mode_weightedmean_tokens": false,
|
8 |
+
"pooling_mode_lasttoken": true,
|
9 |
+
"include_prompt": true
|
10 |
+
}
|
qwen2.5-1.5b-v1-merged/README.md
ADDED
@@ -0,0 +1,141 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
tags:
|
3 |
+
- sentence-transformers
|
4 |
+
- sentence-similarity
|
5 |
+
- feature-extraction
|
6 |
+
pipeline_tag: sentence-similarity
|
7 |
+
library_name: sentence-transformers
|
8 |
+
---
|
9 |
+
|
10 |
+
# SentenceTransformer
|
11 |
+
|
12 |
+
This is a [sentence-transformers](https://www.SBERT.net) model trained. It maps sentences & paragraphs to a 1536-dimensional dense vector space and can be used for semantic textual similarity, semantic search, paraphrase mining, text classification, clustering, and more.
|
13 |
+
|
14 |
+
## Model Details
|
15 |
+
|
16 |
+
### Model Description
|
17 |
+
- **Model Type:** Sentence Transformer
|
18 |
+
<!-- - **Base model:** [Unknown](https://huggingface.co/unknown) -->
|
19 |
+
- **Maximum Sequence Length:** 32768 tokens
|
20 |
+
- **Output Dimensionality:** 1536 dimensions
|
21 |
+
- **Similarity Function:** Cosine Similarity
|
22 |
+
<!-- - **Training Dataset:** Unknown -->
|
23 |
+
<!-- - **Language:** Unknown -->
|
24 |
+
<!-- - **License:** Unknown -->
|
25 |
+
|
26 |
+
### Model Sources
|
27 |
+
|
28 |
+
- **Documentation:** [Sentence Transformers Documentation](https://sbert.net)
|
29 |
+
- **Repository:** [Sentence Transformers on GitHub](https://github.com/UKPLab/sentence-transformers)
|
30 |
+
- **Hugging Face:** [Sentence Transformers on Hugging Face](https://huggingface.co/models?library=sentence-transformers)
|
31 |
+
|
32 |
+
### Full Model Architecture
|
33 |
+
|
34 |
+
```
|
35 |
+
SentenceTransformer(
|
36 |
+
(0): Transformer({'max_seq_length': 32768, 'do_lower_case': False}) with Transformer model: Qwen2Model
|
37 |
+
(1): Pooling({'word_embedding_dimension': 1536, 'pooling_mode_cls_token': False, 'pooling_mode_mean_tokens': False, 'pooling_mode_max_tokens': False, 'pooling_mode_mean_sqrt_len_tokens': False, 'pooling_mode_weightedmean_tokens': False, 'pooling_mode_lasttoken': True, 'include_prompt': True})
|
38 |
+
(2): Normalize()
|
39 |
+
)
|
40 |
+
```
|
41 |
+
|
42 |
+
## Usage
|
43 |
+
|
44 |
+
### Direct Usage (Sentence Transformers)
|
45 |
+
|
46 |
+
First install the Sentence Transformers library:
|
47 |
+
|
48 |
+
```bash
|
49 |
+
pip install -U sentence-transformers
|
50 |
+
```
|
51 |
+
|
52 |
+
Then you can load this model and run inference.
|
53 |
+
```python
|
54 |
+
from sentence_transformers import SentenceTransformer
|
55 |
+
|
56 |
+
# Download from the 🤗 Hub
|
57 |
+
model = SentenceTransformer("sentence_transformers_model_id")
|
58 |
+
# Run inference
|
59 |
+
sentences = [
|
60 |
+
'The weather is lovely today.',
|
61 |
+
"It's so sunny outside!",
|
62 |
+
'He drove to the stadium.',
|
63 |
+
]
|
64 |
+
embeddings = model.encode(sentences)
|
65 |
+
print(embeddings.shape)
|
66 |
+
# [3, 1536]
|
67 |
+
|
68 |
+
# Get the similarity scores for the embeddings
|
69 |
+
similarities = model.similarity(embeddings, embeddings)
|
70 |
+
print(similarities.shape)
|
71 |
+
# [3, 3]
|
72 |
+
```
|
73 |
+
|
74 |
+
<!--
|
75 |
+
### Direct Usage (Transformers)
|
76 |
+
|
77 |
+
<details><summary>Click to see the direct usage in Transformers</summary>
|
78 |
+
|
79 |
+
</details>
|
80 |
+
-->
|
81 |
+
|
82 |
+
<!--
|
83 |
+
### Downstream Usage (Sentence Transformers)
|
84 |
+
|
85 |
+
You can finetune this model on your own dataset.
|
86 |
+
|
87 |
+
<details><summary>Click to expand</summary>
|
88 |
+
|
89 |
+
</details>
|
90 |
+
-->
|
91 |
+
|
92 |
+
<!--
|
93 |
+
### Out-of-Scope Use
|
94 |
+
|
95 |
+
*List how the model may foreseeably be misused and address what users ought not to do with the model.*
|
96 |
+
-->
|
97 |
+
|
98 |
+
<!--
|
99 |
+
## Bias, Risks and Limitations
|
100 |
+
|
101 |
+
*What are the known or foreseeable issues stemming from this model? You could also flag here known failure cases or weaknesses of the model.*
|
102 |
+
-->
|
103 |
+
|
104 |
+
<!--
|
105 |
+
### Recommendations
|
106 |
+
|
107 |
+
*What are recommendations with respect to the foreseeable issues? For example, filtering explicit content.*
|
108 |
+
-->
|
109 |
+
|
110 |
+
## Training Details
|
111 |
+
|
112 |
+
### Framework Versions
|
113 |
+
- Python: 3.10.14
|
114 |
+
- Sentence Transformers: 3.4.1
|
115 |
+
- Transformers: 4.46.3
|
116 |
+
- PyTorch: 2.5.1+cu124
|
117 |
+
- Accelerate: 1.2.1
|
118 |
+
- Datasets: 2.21.0
|
119 |
+
- Tokenizers: 0.20.3
|
120 |
+
|
121 |
+
## Citation
|
122 |
+
|
123 |
+
### BibTeX
|
124 |
+
|
125 |
+
<!--
|
126 |
+
## Glossary
|
127 |
+
|
128 |
+
*Clearly define terms in order to be accessible across audiences.*
|
129 |
+
-->
|
130 |
+
|
131 |
+
<!--
|
132 |
+
## Model Card Authors
|
133 |
+
|
134 |
+
*Lists the people who create the model card, providing recognition and accountability for the detailed work that goes into its construction.*
|
135 |
+
-->
|
136 |
+
|
137 |
+
<!--
|
138 |
+
## Model Card Contact
|
139 |
+
|
140 |
+
*Provides a way for people who have updates to the Model Card, suggestions, or questions, to contact the Model Card authors.*
|
141 |
+
-->
|
qwen2.5-1.5b-v1-merged/added_tokens.json
ADDED
@@ -0,0 +1,24 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"</tool_call>": 151658,
|
3 |
+
"<tool_call>": 151657,
|
4 |
+
"<|box_end|>": 151649,
|
5 |
+
"<|box_start|>": 151648,
|
6 |
+
"<|endoftext|>": 151643,
|
7 |
+
"<|file_sep|>": 151664,
|
8 |
+
"<|fim_middle|>": 151660,
|
9 |
+
"<|fim_pad|>": 151662,
|
10 |
+
"<|fim_prefix|>": 151659,
|
11 |
+
"<|fim_suffix|>": 151661,
|
12 |
+
"<|im_end|>": 151645,
|
13 |
+
"<|im_start|>": 151644,
|
14 |
+
"<|image_pad|>": 151655,
|
15 |
+
"<|object_ref_end|>": 151647,
|
16 |
+
"<|object_ref_start|>": 151646,
|
17 |
+
"<|quad_end|>": 151651,
|
18 |
+
"<|quad_start|>": 151650,
|
19 |
+
"<|repo_name|>": 151663,
|
20 |
+
"<|video_pad|>": 151656,
|
21 |
+
"<|vision_end|>": 151653,
|
22 |
+
"<|vision_pad|>": 151654,
|
23 |
+
"<|vision_start|>": 151652
|
24 |
+
}
|
qwen2.5-1.5b-v1-merged/config.json
ADDED
@@ -0,0 +1,29 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_name_or_path": "qwen2.5-1.5b-v1-merged",
|
3 |
+
"architectures": [
|
4 |
+
"Qwen2Model"
|
5 |
+
],
|
6 |
+
"attention_dropout": 0.0,
|
7 |
+
"eos_token_id": 151645,
|
8 |
+
"hidden_act": "silu",
|
9 |
+
"hidden_size": 1536,
|
10 |
+
"initializer_range": 0.02,
|
11 |
+
"intermediate_size": 8960,
|
12 |
+
"max_position_embeddings": 32768,
|
13 |
+
"max_window_layers": 21,
|
14 |
+
"model_type": "qwen2",
|
15 |
+
"num_attention_heads": 12,
|
16 |
+
"num_hidden_layers": 28,
|
17 |
+
"num_key_value_heads": 2,
|
18 |
+
"pad_token_id": 151643,
|
19 |
+
"rms_norm_eps": 1e-06,
|
20 |
+
"rope_scaling": null,
|
21 |
+
"rope_theta": 1000000.0,
|
22 |
+
"sliding_window": null,
|
23 |
+
"tie_word_embeddings": true,
|
24 |
+
"torch_dtype": "float32",
|
25 |
+
"transformers_version": "4.46.3",
|
26 |
+
"use_cache": false,
|
27 |
+
"use_sliding_window": false,
|
28 |
+
"vocab_size": 151936
|
29 |
+
}
|
qwen2.5-1.5b-v1-merged/config_sentence_transformers.json
ADDED
@@ -0,0 +1,13 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"__version__": {
|
3 |
+
"sentence_transformers": "3.4.1",
|
4 |
+
"transformers": "4.46.3",
|
5 |
+
"pytorch": "2.5.1+cu124"
|
6 |
+
},
|
7 |
+
"prompts": {
|
8 |
+
"query": "Instruct: Given a web search query, retrieve relevant passages that answer the query\nQuery: ",
|
9 |
+
"passage": ""
|
10 |
+
},
|
11 |
+
"default_prompt_name": null,
|
12 |
+
"similarity_fn_name": "cosine"
|
13 |
+
}
|
qwen2.5-1.5b-v1-merged/merges.txt
ADDED
The diff for this file is too large to render.
See raw diff
|
|
qwen2.5-1.5b-v1-merged/metrics_by_dim.json
ADDED
@@ -0,0 +1,37 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"full": {
|
3 |
+
"ndcg@10": 0.6835813145396796,
|
4 |
+
"mrr@10": 0.698449216752058,
|
5 |
+
"map@10": 0.5704453491552982,
|
6 |
+
"recall@10": 0.852643791823202,
|
7 |
+
"precision@10": 0.22984707809939925
|
8 |
+
},
|
9 |
+
"1280": {
|
10 |
+
"ndcg@10": 0.6808128333579176,
|
11 |
+
"mrr@10": 0.6971608887501848,
|
12 |
+
"map@10": 0.5683360133401419,
|
13 |
+
"recall@10": 0.8481068191472342,
|
14 |
+
"precision@10": 0.22831785909339164
|
15 |
+
},
|
16 |
+
"1024": {
|
17 |
+
"ndcg@10": 0.6871991224747676,
|
18 |
+
"mrr@10": 0.7049246660251587,
|
19 |
+
"map@10": 0.5749787980431771,
|
20 |
+
"recall@10": 0.8526799456687496,
|
21 |
+
"precision@10": 0.2293009284543965
|
22 |
+
},
|
23 |
+
"768": {
|
24 |
+
"ndcg@10": 0.6810737516981169,
|
25 |
+
"mrr@10": 0.7006124678161825,
|
26 |
+
"map@10": 0.5686606874099641,
|
27 |
+
"recall@10": 0.8454281935371504,
|
28 |
+
"precision@10": 0.22728017476788642
|
29 |
+
},
|
30 |
+
"512": {
|
31 |
+
"ndcg@10": 0.6744725975424619,
|
32 |
+
"mrr@10": 0.6924164304352738,
|
33 |
+
"map@10": 0.5615336282200847,
|
34 |
+
"recall@10": 0.8404477501077718,
|
35 |
+
"precision@10": 0.22624249044238123
|
36 |
+
}
|
37 |
+
}
|
qwen2.5-1.5b-v1-merged/model-00001-of-00002.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:7996cc40d9f685433e703384dad0130711f7cda3307a44e62dd0dd13e6eccba7
|
3 |
+
size 4996668896
|
qwen2.5-1.5b-v1-merged/model-00002-of-00002.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:b9257efe21e11d680b2e18d3a38934c00c451758dd67dda1a7ffad84907d40cf
|
3 |
+
size 1178224504
|
qwen2.5-1.5b-v1-merged/model.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:f5a6d56d0087d4e5494ef05da960810dfa9d915ce7967dec05fbe9bb0eb64377
|
3 |
+
size 3087465120
|
qwen2.5-1.5b-v1-merged/model.safetensors.index.json
ADDED
@@ -0,0 +1,345 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"metadata": {
|
3 |
+
"total_size": 6174857216
|
4 |
+
},
|
5 |
+
"weight_map": {
|
6 |
+
"embed_tokens.weight": "model-00001-of-00002.safetensors",
|
7 |
+
"layers.0.input_layernorm.weight": "model-00001-of-00002.safetensors",
|
8 |
+
"layers.0.mlp.down_proj.weight": "model-00001-of-00002.safetensors",
|
9 |
+
"layers.0.mlp.gate_proj.weight": "model-00001-of-00002.safetensors",
|
10 |
+
"layers.0.mlp.up_proj.weight": "model-00001-of-00002.safetensors",
|
11 |
+
"layers.0.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
|
12 |
+
"layers.0.self_attn.k_proj.bias": "model-00001-of-00002.safetensors",
|
13 |
+
"layers.0.self_attn.k_proj.weight": "model-00001-of-00002.safetensors",
|
14 |
+
"layers.0.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
|
15 |
+
"layers.0.self_attn.q_proj.bias": "model-00001-of-00002.safetensors",
|
16 |
+
"layers.0.self_attn.q_proj.weight": "model-00001-of-00002.safetensors",
|
17 |
+
"layers.0.self_attn.v_proj.bias": "model-00001-of-00002.safetensors",
|
18 |
+
"layers.0.self_attn.v_proj.weight": "model-00001-of-00002.safetensors",
|
19 |
+
"layers.1.input_layernorm.weight": "model-00001-of-00002.safetensors",
|
20 |
+
"layers.1.mlp.down_proj.weight": "model-00001-of-00002.safetensors",
|
21 |
+
"layers.1.mlp.gate_proj.weight": "model-00001-of-00002.safetensors",
|
22 |
+
"layers.1.mlp.up_proj.weight": "model-00001-of-00002.safetensors",
|
23 |
+
"layers.1.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
|
24 |
+
"layers.1.self_attn.k_proj.bias": "model-00001-of-00002.safetensors",
|
25 |
+
"layers.1.self_attn.k_proj.weight": "model-00001-of-00002.safetensors",
|
26 |
+
"layers.1.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
|
27 |
+
"layers.1.self_attn.q_proj.bias": "model-00001-of-00002.safetensors",
|
28 |
+
"layers.1.self_attn.q_proj.weight": "model-00001-of-00002.safetensors",
|
29 |
+
"layers.1.self_attn.v_proj.bias": "model-00001-of-00002.safetensors",
|
30 |
+
"layers.1.self_attn.v_proj.weight": "model-00001-of-00002.safetensors",
|
31 |
+
"layers.10.input_layernorm.weight": "model-00001-of-00002.safetensors",
|
32 |
+
"layers.10.mlp.down_proj.weight": "model-00001-of-00002.safetensors",
|
33 |
+
"layers.10.mlp.gate_proj.weight": "model-00001-of-00002.safetensors",
|
34 |
+
"layers.10.mlp.up_proj.weight": "model-00001-of-00002.safetensors",
|
35 |
+
"layers.10.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
|
36 |
+
"layers.10.self_attn.k_proj.bias": "model-00001-of-00002.safetensors",
|
37 |
+
"layers.10.self_attn.k_proj.weight": "model-00001-of-00002.safetensors",
|
38 |
+
"layers.10.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
|
39 |
+
"layers.10.self_attn.q_proj.bias": "model-00001-of-00002.safetensors",
|
40 |
+
"layers.10.self_attn.q_proj.weight": "model-00001-of-00002.safetensors",
|
41 |
+
"layers.10.self_attn.v_proj.bias": "model-00001-of-00002.safetensors",
|
42 |
+
"layers.10.self_attn.v_proj.weight": "model-00001-of-00002.safetensors",
|
43 |
+
"layers.11.input_layernorm.weight": "model-00001-of-00002.safetensors",
|
44 |
+
"layers.11.mlp.down_proj.weight": "model-00001-of-00002.safetensors",
|
45 |
+
"layers.11.mlp.gate_proj.weight": "model-00001-of-00002.safetensors",
|
46 |
+
"layers.11.mlp.up_proj.weight": "model-00001-of-00002.safetensors",
|
47 |
+
"layers.11.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
|
48 |
+
"layers.11.self_attn.k_proj.bias": "model-00001-of-00002.safetensors",
|
49 |
+
"layers.11.self_attn.k_proj.weight": "model-00001-of-00002.safetensors",
|
50 |
+
"layers.11.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
|
51 |
+
"layers.11.self_attn.q_proj.bias": "model-00001-of-00002.safetensors",
|
52 |
+
"layers.11.self_attn.q_proj.weight": "model-00001-of-00002.safetensors",
|
53 |
+
"layers.11.self_attn.v_proj.bias": "model-00001-of-00002.safetensors",
|
54 |
+
"layers.11.self_attn.v_proj.weight": "model-00001-of-00002.safetensors",
|
55 |
+
"layers.12.input_layernorm.weight": "model-00001-of-00002.safetensors",
|
56 |
+
"layers.12.mlp.down_proj.weight": "model-00001-of-00002.safetensors",
|
57 |
+
"layers.12.mlp.gate_proj.weight": "model-00001-of-00002.safetensors",
|
58 |
+
"layers.12.mlp.up_proj.weight": "model-00001-of-00002.safetensors",
|
59 |
+
"layers.12.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
|
60 |
+
"layers.12.self_attn.k_proj.bias": "model-00001-of-00002.safetensors",
|
61 |
+
"layers.12.self_attn.k_proj.weight": "model-00001-of-00002.safetensors",
|
62 |
+
"layers.12.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
|
63 |
+
"layers.12.self_attn.q_proj.bias": "model-00001-of-00002.safetensors",
|
64 |
+
"layers.12.self_attn.q_proj.weight": "model-00001-of-00002.safetensors",
|
65 |
+
"layers.12.self_attn.v_proj.bias": "model-00001-of-00002.safetensors",
|
66 |
+
"layers.12.self_attn.v_proj.weight": "model-00001-of-00002.safetensors",
|
67 |
+
"layers.13.input_layernorm.weight": "model-00001-of-00002.safetensors",
|
68 |
+
"layers.13.mlp.down_proj.weight": "model-00001-of-00002.safetensors",
|
69 |
+
"layers.13.mlp.gate_proj.weight": "model-00001-of-00002.safetensors",
|
70 |
+
"layers.13.mlp.up_proj.weight": "model-00001-of-00002.safetensors",
|
71 |
+
"layers.13.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
|
72 |
+
"layers.13.self_attn.k_proj.bias": "model-00001-of-00002.safetensors",
|
73 |
+
"layers.13.self_attn.k_proj.weight": "model-00001-of-00002.safetensors",
|
74 |
+
"layers.13.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
|
75 |
+
"layers.13.self_attn.q_proj.bias": "model-00001-of-00002.safetensors",
|
76 |
+
"layers.13.self_attn.q_proj.weight": "model-00001-of-00002.safetensors",
|
77 |
+
"layers.13.self_attn.v_proj.bias": "model-00001-of-00002.safetensors",
|
78 |
+
"layers.13.self_attn.v_proj.weight": "model-00001-of-00002.safetensors",
|
79 |
+
"layers.14.input_layernorm.weight": "model-00001-of-00002.safetensors",
|
80 |
+
"layers.14.mlp.down_proj.weight": "model-00001-of-00002.safetensors",
|
81 |
+
"layers.14.mlp.gate_proj.weight": "model-00001-of-00002.safetensors",
|
82 |
+
"layers.14.mlp.up_proj.weight": "model-00001-of-00002.safetensors",
|
83 |
+
"layers.14.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
|
84 |
+
"layers.14.self_attn.k_proj.bias": "model-00001-of-00002.safetensors",
|
85 |
+
"layers.14.self_attn.k_proj.weight": "model-00001-of-00002.safetensors",
|
86 |
+
"layers.14.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
|
87 |
+
"layers.14.self_attn.q_proj.bias": "model-00001-of-00002.safetensors",
|
88 |
+
"layers.14.self_attn.q_proj.weight": "model-00001-of-00002.safetensors",
|
89 |
+
"layers.14.self_attn.v_proj.bias": "model-00001-of-00002.safetensors",
|
90 |
+
"layers.14.self_attn.v_proj.weight": "model-00001-of-00002.safetensors",
|
91 |
+
"layers.15.input_layernorm.weight": "model-00001-of-00002.safetensors",
|
92 |
+
"layers.15.mlp.down_proj.weight": "model-00001-of-00002.safetensors",
|
93 |
+
"layers.15.mlp.gate_proj.weight": "model-00001-of-00002.safetensors",
|
94 |
+
"layers.15.mlp.up_proj.weight": "model-00001-of-00002.safetensors",
|
95 |
+
"layers.15.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
|
96 |
+
"layers.15.self_attn.k_proj.bias": "model-00001-of-00002.safetensors",
|
97 |
+
"layers.15.self_attn.k_proj.weight": "model-00001-of-00002.safetensors",
|
98 |
+
"layers.15.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
|
99 |
+
"layers.15.self_attn.q_proj.bias": "model-00001-of-00002.safetensors",
|
100 |
+
"layers.15.self_attn.q_proj.weight": "model-00001-of-00002.safetensors",
|
101 |
+
"layers.15.self_attn.v_proj.bias": "model-00001-of-00002.safetensors",
|
102 |
+
"layers.15.self_attn.v_proj.weight": "model-00001-of-00002.safetensors",
|
103 |
+
"layers.16.input_layernorm.weight": "model-00001-of-00002.safetensors",
|
104 |
+
"layers.16.mlp.down_proj.weight": "model-00001-of-00002.safetensors",
|
105 |
+
"layers.16.mlp.gate_proj.weight": "model-00001-of-00002.safetensors",
|
106 |
+
"layers.16.mlp.up_proj.weight": "model-00001-of-00002.safetensors",
|
107 |
+
"layers.16.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
|
108 |
+
"layers.16.self_attn.k_proj.bias": "model-00001-of-00002.safetensors",
|
109 |
+
"layers.16.self_attn.k_proj.weight": "model-00001-of-00002.safetensors",
|
110 |
+
"layers.16.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
|
111 |
+
"layers.16.self_attn.q_proj.bias": "model-00001-of-00002.safetensors",
|
112 |
+
"layers.16.self_attn.q_proj.weight": "model-00001-of-00002.safetensors",
|
113 |
+
"layers.16.self_attn.v_proj.bias": "model-00001-of-00002.safetensors",
|
114 |
+
"layers.16.self_attn.v_proj.weight": "model-00001-of-00002.safetensors",
|
115 |
+
"layers.17.input_layernorm.weight": "model-00001-of-00002.safetensors",
|
116 |
+
"layers.17.mlp.down_proj.weight": "model-00001-of-00002.safetensors",
|
117 |
+
"layers.17.mlp.gate_proj.weight": "model-00001-of-00002.safetensors",
|
118 |
+
"layers.17.mlp.up_proj.weight": "model-00001-of-00002.safetensors",
|
119 |
+
"layers.17.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
|
120 |
+
"layers.17.self_attn.k_proj.bias": "model-00001-of-00002.safetensors",
|
121 |
+
"layers.17.self_attn.k_proj.weight": "model-00001-of-00002.safetensors",
|
122 |
+
"layers.17.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
|
123 |
+
"layers.17.self_attn.q_proj.bias": "model-00001-of-00002.safetensors",
|
124 |
+
"layers.17.self_attn.q_proj.weight": "model-00001-of-00002.safetensors",
|
125 |
+
"layers.17.self_attn.v_proj.bias": "model-00001-of-00002.safetensors",
|
126 |
+
"layers.17.self_attn.v_proj.weight": "model-00001-of-00002.safetensors",
|
127 |
+
"layers.18.input_layernorm.weight": "model-00001-of-00002.safetensors",
|
128 |
+
"layers.18.mlp.down_proj.weight": "model-00001-of-00002.safetensors",
|
129 |
+
"layers.18.mlp.gate_proj.weight": "model-00001-of-00002.safetensors",
|
130 |
+
"layers.18.mlp.up_proj.weight": "model-00001-of-00002.safetensors",
|
131 |
+
"layers.18.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
|
132 |
+
"layers.18.self_attn.k_proj.bias": "model-00001-of-00002.safetensors",
|
133 |
+
"layers.18.self_attn.k_proj.weight": "model-00001-of-00002.safetensors",
|
134 |
+
"layers.18.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
|
135 |
+
"layers.18.self_attn.q_proj.bias": "model-00001-of-00002.safetensors",
|
136 |
+
"layers.18.self_attn.q_proj.weight": "model-00001-of-00002.safetensors",
|
137 |
+
"layers.18.self_attn.v_proj.bias": "model-00001-of-00002.safetensors",
|
138 |
+
"layers.18.self_attn.v_proj.weight": "model-00001-of-00002.safetensors",
|
139 |
+
"layers.19.input_layernorm.weight": "model-00001-of-00002.safetensors",
|
140 |
+
"layers.19.mlp.down_proj.weight": "model-00001-of-00002.safetensors",
|
141 |
+
"layers.19.mlp.gate_proj.weight": "model-00001-of-00002.safetensors",
|
142 |
+
"layers.19.mlp.up_proj.weight": "model-00001-of-00002.safetensors",
|
143 |
+
"layers.19.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
|
144 |
+
"layers.19.self_attn.k_proj.bias": "model-00001-of-00002.safetensors",
|
145 |
+
"layers.19.self_attn.k_proj.weight": "model-00001-of-00002.safetensors",
|
146 |
+
"layers.19.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
|
147 |
+
"layers.19.self_attn.q_proj.bias": "model-00001-of-00002.safetensors",
|
148 |
+
"layers.19.self_attn.q_proj.weight": "model-00001-of-00002.safetensors",
|
149 |
+
"layers.19.self_attn.v_proj.bias": "model-00001-of-00002.safetensors",
|
150 |
+
"layers.19.self_attn.v_proj.weight": "model-00001-of-00002.safetensors",
|
151 |
+
"layers.2.input_layernorm.weight": "model-00001-of-00002.safetensors",
|
152 |
+
"layers.2.mlp.down_proj.weight": "model-00001-of-00002.safetensors",
|
153 |
+
"layers.2.mlp.gate_proj.weight": "model-00001-of-00002.safetensors",
|
154 |
+
"layers.2.mlp.up_proj.weight": "model-00001-of-00002.safetensors",
|
155 |
+
"layers.2.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
|
156 |
+
"layers.2.self_attn.k_proj.bias": "model-00001-of-00002.safetensors",
|
157 |
+
"layers.2.self_attn.k_proj.weight": "model-00001-of-00002.safetensors",
|
158 |
+
"layers.2.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
|
159 |
+
"layers.2.self_attn.q_proj.bias": "model-00001-of-00002.safetensors",
|
160 |
+
"layers.2.self_attn.q_proj.weight": "model-00001-of-00002.safetensors",
|
161 |
+
"layers.2.self_attn.v_proj.bias": "model-00001-of-00002.safetensors",
|
162 |
+
"layers.2.self_attn.v_proj.weight": "model-00001-of-00002.safetensors",
|
163 |
+
"layers.20.input_layernorm.weight": "model-00001-of-00002.safetensors",
|
164 |
+
"layers.20.mlp.down_proj.weight": "model-00001-of-00002.safetensors",
|
165 |
+
"layers.20.mlp.gate_proj.weight": "model-00001-of-00002.safetensors",
|
166 |
+
"layers.20.mlp.up_proj.weight": "model-00001-of-00002.safetensors",
|
167 |
+
"layers.20.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
|
168 |
+
"layers.20.self_attn.k_proj.bias": "model-00001-of-00002.safetensors",
|
169 |
+
"layers.20.self_attn.k_proj.weight": "model-00001-of-00002.safetensors",
|
170 |
+
"layers.20.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
|
171 |
+
"layers.20.self_attn.q_proj.bias": "model-00001-of-00002.safetensors",
|
172 |
+
"layers.20.self_attn.q_proj.weight": "model-00001-of-00002.safetensors",
|
173 |
+
"layers.20.self_attn.v_proj.bias": "model-00001-of-00002.safetensors",
|
174 |
+
"layers.20.self_attn.v_proj.weight": "model-00001-of-00002.safetensors",
|
175 |
+
"layers.21.input_layernorm.weight": "model-00002-of-00002.safetensors",
|
176 |
+
"layers.21.mlp.down_proj.weight": "model-00002-of-00002.safetensors",
|
177 |
+
"layers.21.mlp.gate_proj.weight": "model-00001-of-00002.safetensors",
|
178 |
+
"layers.21.mlp.up_proj.weight": "model-00001-of-00002.safetensors",
|
179 |
+
"layers.21.post_attention_layernorm.weight": "model-00002-of-00002.safetensors",
|
180 |
+
"layers.21.self_attn.k_proj.bias": "model-00001-of-00002.safetensors",
|
181 |
+
"layers.21.self_attn.k_proj.weight": "model-00001-of-00002.safetensors",
|
182 |
+
"layers.21.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
|
183 |
+
"layers.21.self_attn.q_proj.bias": "model-00001-of-00002.safetensors",
|
184 |
+
"layers.21.self_attn.q_proj.weight": "model-00001-of-00002.safetensors",
|
185 |
+
"layers.21.self_attn.v_proj.bias": "model-00001-of-00002.safetensors",
|
186 |
+
"layers.21.self_attn.v_proj.weight": "model-00001-of-00002.safetensors",
|
187 |
+
"layers.22.input_layernorm.weight": "model-00002-of-00002.safetensors",
|
188 |
+
"layers.22.mlp.down_proj.weight": "model-00002-of-00002.safetensors",
|
189 |
+
"layers.22.mlp.gate_proj.weight": "model-00002-of-00002.safetensors",
|
190 |
+
"layers.22.mlp.up_proj.weight": "model-00002-of-00002.safetensors",
|
191 |
+
"layers.22.post_attention_layernorm.weight": "model-00002-of-00002.safetensors",
|
192 |
+
"layers.22.self_attn.k_proj.bias": "model-00002-of-00002.safetensors",
|
193 |
+
"layers.22.self_attn.k_proj.weight": "model-00002-of-00002.safetensors",
|
194 |
+
"layers.22.self_attn.o_proj.weight": "model-00002-of-00002.safetensors",
|
195 |
+
"layers.22.self_attn.q_proj.bias": "model-00002-of-00002.safetensors",
|
196 |
+
"layers.22.self_attn.q_proj.weight": "model-00002-of-00002.safetensors",
|
197 |
+
"layers.22.self_attn.v_proj.bias": "model-00002-of-00002.safetensors",
|
198 |
+
"layers.22.self_attn.v_proj.weight": "model-00002-of-00002.safetensors",
|
199 |
+
"layers.23.input_layernorm.weight": "model-00002-of-00002.safetensors",
|
200 |
+
"layers.23.mlp.down_proj.weight": "model-00002-of-00002.safetensors",
|
201 |
+
"layers.23.mlp.gate_proj.weight": "model-00002-of-00002.safetensors",
|
202 |
+
"layers.23.mlp.up_proj.weight": "model-00002-of-00002.safetensors",
|
203 |
+
"layers.23.post_attention_layernorm.weight": "model-00002-of-00002.safetensors",
|
204 |
+
"layers.23.self_attn.k_proj.bias": "model-00002-of-00002.safetensors",
|
205 |
+
"layers.23.self_attn.k_proj.weight": "model-00002-of-00002.safetensors",
|
206 |
+
"layers.23.self_attn.o_proj.weight": "model-00002-of-00002.safetensors",
|
207 |
+
"layers.23.self_attn.q_proj.bias": "model-00002-of-00002.safetensors",
|
208 |
+
"layers.23.self_attn.q_proj.weight": "model-00002-of-00002.safetensors",
|
209 |
+
"layers.23.self_attn.v_proj.bias": "model-00002-of-00002.safetensors",
|
210 |
+
"layers.23.self_attn.v_proj.weight": "model-00002-of-00002.safetensors",
|
211 |
+
"layers.24.input_layernorm.weight": "model-00002-of-00002.safetensors",
|
212 |
+
"layers.24.mlp.down_proj.weight": "model-00002-of-00002.safetensors",
|
213 |
+
"layers.24.mlp.gate_proj.weight": "model-00002-of-00002.safetensors",
|
214 |
+
"layers.24.mlp.up_proj.weight": "model-00002-of-00002.safetensors",
|
215 |
+
"layers.24.post_attention_layernorm.weight": "model-00002-of-00002.safetensors",
|
216 |
+
"layers.24.self_attn.k_proj.bias": "model-00002-of-00002.safetensors",
|
217 |
+
"layers.24.self_attn.k_proj.weight": "model-00002-of-00002.safetensors",
|
218 |
+
"layers.24.self_attn.o_proj.weight": "model-00002-of-00002.safetensors",
|
219 |
+
"layers.24.self_attn.q_proj.bias": "model-00002-of-00002.safetensors",
|
220 |
+
"layers.24.self_attn.q_proj.weight": "model-00002-of-00002.safetensors",
|
221 |
+
"layers.24.self_attn.v_proj.bias": "model-00002-of-00002.safetensors",
|
222 |
+
"layers.24.self_attn.v_proj.weight": "model-00002-of-00002.safetensors",
|
223 |
+
"layers.25.input_layernorm.weight": "model-00002-of-00002.safetensors",
|
224 |
+
"layers.25.mlp.down_proj.weight": "model-00002-of-00002.safetensors",
|
225 |
+
"layers.25.mlp.gate_proj.weight": "model-00002-of-00002.safetensors",
|
226 |
+
"layers.25.mlp.up_proj.weight": "model-00002-of-00002.safetensors",
|
227 |
+
"layers.25.post_attention_layernorm.weight": "model-00002-of-00002.safetensors",
|
228 |
+
"layers.25.self_attn.k_proj.bias": "model-00002-of-00002.safetensors",
|
229 |
+
"layers.25.self_attn.k_proj.weight": "model-00002-of-00002.safetensors",
|
230 |
+
"layers.25.self_attn.o_proj.weight": "model-00002-of-00002.safetensors",
|
231 |
+
"layers.25.self_attn.q_proj.bias": "model-00002-of-00002.safetensors",
|
232 |
+
"layers.25.self_attn.q_proj.weight": "model-00002-of-00002.safetensors",
|
233 |
+
"layers.25.self_attn.v_proj.bias": "model-00002-of-00002.safetensors",
|
234 |
+
"layers.25.self_attn.v_proj.weight": "model-00002-of-00002.safetensors",
|
235 |
+
"layers.26.input_layernorm.weight": "model-00002-of-00002.safetensors",
|
236 |
+
"layers.26.mlp.down_proj.weight": "model-00002-of-00002.safetensors",
|
237 |
+
"layers.26.mlp.gate_proj.weight": "model-00002-of-00002.safetensors",
|
238 |
+
"layers.26.mlp.up_proj.weight": "model-00002-of-00002.safetensors",
|
239 |
+
"layers.26.post_attention_layernorm.weight": "model-00002-of-00002.safetensors",
|
240 |
+
"layers.26.self_attn.k_proj.bias": "model-00002-of-00002.safetensors",
|
241 |
+
"layers.26.self_attn.k_proj.weight": "model-00002-of-00002.safetensors",
|
242 |
+
"layers.26.self_attn.o_proj.weight": "model-00002-of-00002.safetensors",
|
243 |
+
"layers.26.self_attn.q_proj.bias": "model-00002-of-00002.safetensors",
|
244 |
+
"layers.26.self_attn.q_proj.weight": "model-00002-of-00002.safetensors",
|
245 |
+
"layers.26.self_attn.v_proj.bias": "model-00002-of-00002.safetensors",
|
246 |
+
"layers.26.self_attn.v_proj.weight": "model-00002-of-00002.safetensors",
|
247 |
+
"layers.27.input_layernorm.weight": "model-00002-of-00002.safetensors",
|
248 |
+
"layers.27.mlp.down_proj.weight": "model-00002-of-00002.safetensors",
|
249 |
+
"layers.27.mlp.gate_proj.weight": "model-00002-of-00002.safetensors",
|
250 |
+
"layers.27.mlp.up_proj.weight": "model-00002-of-00002.safetensors",
|
251 |
+
"layers.27.post_attention_layernorm.weight": "model-00002-of-00002.safetensors",
|
252 |
+
"layers.27.self_attn.k_proj.bias": "model-00002-of-00002.safetensors",
|
253 |
+
"layers.27.self_attn.k_proj.weight": "model-00002-of-00002.safetensors",
|
254 |
+
"layers.27.self_attn.o_proj.weight": "model-00002-of-00002.safetensors",
|
255 |
+
"layers.27.self_attn.q_proj.bias": "model-00002-of-00002.safetensors",
|
256 |
+
"layers.27.self_attn.q_proj.weight": "model-00002-of-00002.safetensors",
|
257 |
+
"layers.27.self_attn.v_proj.bias": "model-00002-of-00002.safetensors",
|
258 |
+
"layers.27.self_attn.v_proj.weight": "model-00002-of-00002.safetensors",
|
259 |
+
"layers.3.input_layernorm.weight": "model-00001-of-00002.safetensors",
|
260 |
+
"layers.3.mlp.down_proj.weight": "model-00001-of-00002.safetensors",
|
261 |
+
"layers.3.mlp.gate_proj.weight": "model-00001-of-00002.safetensors",
|
262 |
+
"layers.3.mlp.up_proj.weight": "model-00001-of-00002.safetensors",
|
263 |
+
"layers.3.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
|
264 |
+
"layers.3.self_attn.k_proj.bias": "model-00001-of-00002.safetensors",
|
265 |
+
"layers.3.self_attn.k_proj.weight": "model-00001-of-00002.safetensors",
|
266 |
+
"layers.3.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
|
267 |
+
"layers.3.self_attn.q_proj.bias": "model-00001-of-00002.safetensors",
|
268 |
+
"layers.3.self_attn.q_proj.weight": "model-00001-of-00002.safetensors",
|
269 |
+
"layers.3.self_attn.v_proj.bias": "model-00001-of-00002.safetensors",
|
270 |
+
"layers.3.self_attn.v_proj.weight": "model-00001-of-00002.safetensors",
|
271 |
+
"layers.4.input_layernorm.weight": "model-00001-of-00002.safetensors",
|
272 |
+
"layers.4.mlp.down_proj.weight": "model-00001-of-00002.safetensors",
|
273 |
+
"layers.4.mlp.gate_proj.weight": "model-00001-of-00002.safetensors",
|
274 |
+
"layers.4.mlp.up_proj.weight": "model-00001-of-00002.safetensors",
|
275 |
+
"layers.4.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
|
276 |
+
"layers.4.self_attn.k_proj.bias": "model-00001-of-00002.safetensors",
|
277 |
+
"layers.4.self_attn.k_proj.weight": "model-00001-of-00002.safetensors",
|
278 |
+
"layers.4.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
|
279 |
+
"layers.4.self_attn.q_proj.bias": "model-00001-of-00002.safetensors",
|
280 |
+
"layers.4.self_attn.q_proj.weight": "model-00001-of-00002.safetensors",
|
281 |
+
"layers.4.self_attn.v_proj.bias": "model-00001-of-00002.safetensors",
|
282 |
+
"layers.4.self_attn.v_proj.weight": "model-00001-of-00002.safetensors",
|
283 |
+
"layers.5.input_layernorm.weight": "model-00001-of-00002.safetensors",
|
284 |
+
"layers.5.mlp.down_proj.weight": "model-00001-of-00002.safetensors",
|
285 |
+
"layers.5.mlp.gate_proj.weight": "model-00001-of-00002.safetensors",
|
286 |
+
"layers.5.mlp.up_proj.weight": "model-00001-of-00002.safetensors",
|
287 |
+
"layers.5.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
|
288 |
+
"layers.5.self_attn.k_proj.bias": "model-00001-of-00002.safetensors",
|
289 |
+
"layers.5.self_attn.k_proj.weight": "model-00001-of-00002.safetensors",
|
290 |
+
"layers.5.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
|
291 |
+
"layers.5.self_attn.q_proj.bias": "model-00001-of-00002.safetensors",
|
292 |
+
"layers.5.self_attn.q_proj.weight": "model-00001-of-00002.safetensors",
|
293 |
+
"layers.5.self_attn.v_proj.bias": "model-00001-of-00002.safetensors",
|
294 |
+
"layers.5.self_attn.v_proj.weight": "model-00001-of-00002.safetensors",
|
295 |
+
"layers.6.input_layernorm.weight": "model-00001-of-00002.safetensors",
|
296 |
+
"layers.6.mlp.down_proj.weight": "model-00001-of-00002.safetensors",
|
297 |
+
"layers.6.mlp.gate_proj.weight": "model-00001-of-00002.safetensors",
|
298 |
+
"layers.6.mlp.up_proj.weight": "model-00001-of-00002.safetensors",
|
299 |
+
"layers.6.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
|
300 |
+
"layers.6.self_attn.k_proj.bias": "model-00001-of-00002.safetensors",
|
301 |
+
"layers.6.self_attn.k_proj.weight": "model-00001-of-00002.safetensors",
|
302 |
+
"layers.6.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
|
303 |
+
"layers.6.self_attn.q_proj.bias": "model-00001-of-00002.safetensors",
|
304 |
+
"layers.6.self_attn.q_proj.weight": "model-00001-of-00002.safetensors",
|
305 |
+
"layers.6.self_attn.v_proj.bias": "model-00001-of-00002.safetensors",
|
306 |
+
"layers.6.self_attn.v_proj.weight": "model-00001-of-00002.safetensors",
|
307 |
+
"layers.7.input_layernorm.weight": "model-00001-of-00002.safetensors",
|
308 |
+
"layers.7.mlp.down_proj.weight": "model-00001-of-00002.safetensors",
|
309 |
+
"layers.7.mlp.gate_proj.weight": "model-00001-of-00002.safetensors",
|
310 |
+
"layers.7.mlp.up_proj.weight": "model-00001-of-00002.safetensors",
|
311 |
+
"layers.7.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
|
312 |
+
"layers.7.self_attn.k_proj.bias": "model-00001-of-00002.safetensors",
|
313 |
+
"layers.7.self_attn.k_proj.weight": "model-00001-of-00002.safetensors",
|
314 |
+
"layers.7.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
|
315 |
+
"layers.7.self_attn.q_proj.bias": "model-00001-of-00002.safetensors",
|
316 |
+
"layers.7.self_attn.q_proj.weight": "model-00001-of-00002.safetensors",
|
317 |
+
"layers.7.self_attn.v_proj.bias": "model-00001-of-00002.safetensors",
|
318 |
+
"layers.7.self_attn.v_proj.weight": "model-00001-of-00002.safetensors",
|
319 |
+
"layers.8.input_layernorm.weight": "model-00001-of-00002.safetensors",
|
320 |
+
"layers.8.mlp.down_proj.weight": "model-00001-of-00002.safetensors",
|
321 |
+
"layers.8.mlp.gate_proj.weight": "model-00001-of-00002.safetensors",
|
322 |
+
"layers.8.mlp.up_proj.weight": "model-00001-of-00002.safetensors",
|
323 |
+
"layers.8.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
|
324 |
+
"layers.8.self_attn.k_proj.bias": "model-00001-of-00002.safetensors",
|
325 |
+
"layers.8.self_attn.k_proj.weight": "model-00001-of-00002.safetensors",
|
326 |
+
"layers.8.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
|
327 |
+
"layers.8.self_attn.q_proj.bias": "model-00001-of-00002.safetensors",
|
328 |
+
"layers.8.self_attn.q_proj.weight": "model-00001-of-00002.safetensors",
|
329 |
+
"layers.8.self_attn.v_proj.bias": "model-00001-of-00002.safetensors",
|
330 |
+
"layers.8.self_attn.v_proj.weight": "model-00001-of-00002.safetensors",
|
331 |
+
"layers.9.input_layernorm.weight": "model-00001-of-00002.safetensors",
|
332 |
+
"layers.9.mlp.down_proj.weight": "model-00001-of-00002.safetensors",
|
333 |
+
"layers.9.mlp.gate_proj.weight": "model-00001-of-00002.safetensors",
|
334 |
+
"layers.9.mlp.up_proj.weight": "model-00001-of-00002.safetensors",
|
335 |
+
"layers.9.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
|
336 |
+
"layers.9.self_attn.k_proj.bias": "model-00001-of-00002.safetensors",
|
337 |
+
"layers.9.self_attn.k_proj.weight": "model-00001-of-00002.safetensors",
|
338 |
+
"layers.9.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
|
339 |
+
"layers.9.self_attn.q_proj.bias": "model-00001-of-00002.safetensors",
|
340 |
+
"layers.9.self_attn.q_proj.weight": "model-00001-of-00002.safetensors",
|
341 |
+
"layers.9.self_attn.v_proj.bias": "model-00001-of-00002.safetensors",
|
342 |
+
"layers.9.self_attn.v_proj.weight": "model-00001-of-00002.safetensors",
|
343 |
+
"norm.weight": "model-00002-of-00002.safetensors"
|
344 |
+
}
|
345 |
+
}
|
qwen2.5-1.5b-v1-merged/modules.json
ADDED
@@ -0,0 +1,20 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
[
|
2 |
+
{
|
3 |
+
"idx": 0,
|
4 |
+
"name": "0",
|
5 |
+
"path": "",
|
6 |
+
"type": "sentence_transformers.models.Transformer"
|
7 |
+
},
|
8 |
+
{
|
9 |
+
"idx": 1,
|
10 |
+
"name": "1",
|
11 |
+
"path": "1_Pooling",
|
12 |
+
"type": "sentence_transformers.models.Pooling"
|
13 |
+
},
|
14 |
+
{
|
15 |
+
"idx": 2,
|
16 |
+
"name": "2",
|
17 |
+
"path": "2_Normalize",
|
18 |
+
"type": "sentence_transformers.models.Normalize"
|
19 |
+
}
|
20 |
+
]
|
qwen2.5-1.5b-v1-merged/sentence_bert_config.json
ADDED
@@ -0,0 +1,4 @@
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"max_seq_length": 32768,
|
3 |
+
"do_lower_case": false
|
4 |
+
}
|
qwen2.5-1.5b-v1-merged/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 |
+
}
|
qwen2.5-1.5b-v1-merged/tokenizer.json
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:9c5ae00e602b8860cbd784ba82a8aa14e8feecec692e7076590d014d7b7fdafa
|
3 |
+
size 11421896
|
qwen2.5-1.5b-v1-merged/tokenizer_config.json
ADDED
@@ -0,0 +1,207 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"add_bos_token": false,
|
3 |
+
"add_prefix_space": false,
|
4 |
+
"added_tokens_decoder": {
|
5 |
+
"151643": {
|
6 |
+
"content": "<|endoftext|>",
|
7 |
+
"lstrip": false,
|
8 |
+
"normalized": false,
|
9 |
+
"rstrip": false,
|
10 |
+
"single_word": false,
|
11 |
+
"special": true
|
12 |
+
},
|
13 |
+
"151644": {
|
14 |
+
"content": "<|im_start|>",
|
15 |
+
"lstrip": false,
|
16 |
+
"normalized": false,
|
17 |
+
"rstrip": false,
|
18 |
+
"single_word": false,
|
19 |
+
"special": true
|
20 |
+
},
|
21 |
+
"151645": {
|
22 |
+
"content": "<|im_end|>",
|
23 |
+
"lstrip": false,
|
24 |
+
"normalized": false,
|
25 |
+
"rstrip": false,
|
26 |
+
"single_word": false,
|
27 |
+
"special": true
|
28 |
+
},
|
29 |
+
"151646": {
|
30 |
+
"content": "<|object_ref_start|>",
|
31 |
+
"lstrip": false,
|
32 |
+
"normalized": false,
|
33 |
+
"rstrip": false,
|
34 |
+
"single_word": false,
|
35 |
+
"special": true
|
36 |
+
},
|
37 |
+
"151647": {
|
38 |
+
"content": "<|object_ref_end|>",
|
39 |
+
"lstrip": false,
|
40 |
+
"normalized": false,
|
41 |
+
"rstrip": false,
|
42 |
+
"single_word": false,
|
43 |
+
"special": true
|
44 |
+
},
|
45 |
+
"151648": {
|
46 |
+
"content": "<|box_start|>",
|
47 |
+
"lstrip": false,
|
48 |
+
"normalized": false,
|
49 |
+
"rstrip": false,
|
50 |
+
"single_word": false,
|
51 |
+
"special": true
|
52 |
+
},
|
53 |
+
"151649": {
|
54 |
+
"content": "<|box_end|>",
|
55 |
+
"lstrip": false,
|
56 |
+
"normalized": false,
|
57 |
+
"rstrip": false,
|
58 |
+
"single_word": false,
|
59 |
+
"special": true
|
60 |
+
},
|
61 |
+
"151650": {
|
62 |
+
"content": "<|quad_start|>",
|
63 |
+
"lstrip": false,
|
64 |
+
"normalized": false,
|
65 |
+
"rstrip": false,
|
66 |
+
"single_word": false,
|
67 |
+
"special": true
|
68 |
+
},
|
69 |
+
"151651": {
|
70 |
+
"content": "<|quad_end|>",
|
71 |
+
"lstrip": false,
|
72 |
+
"normalized": false,
|
73 |
+
"rstrip": false,
|
74 |
+
"single_word": false,
|
75 |
+
"special": true
|
76 |
+
},
|
77 |
+
"151652": {
|
78 |
+
"content": "<|vision_start|>",
|
79 |
+
"lstrip": false,
|
80 |
+
"normalized": false,
|
81 |
+
"rstrip": false,
|
82 |
+
"single_word": false,
|
83 |
+
"special": true
|
84 |
+
},
|
85 |
+
"151653": {
|
86 |
+
"content": "<|vision_end|>",
|
87 |
+
"lstrip": false,
|
88 |
+
"normalized": false,
|
89 |
+
"rstrip": false,
|
90 |
+
"single_word": false,
|
91 |
+
"special": true
|
92 |
+
},
|
93 |
+
"151654": {
|
94 |
+
"content": "<|vision_pad|>",
|
95 |
+
"lstrip": false,
|
96 |
+
"normalized": false,
|
97 |
+
"rstrip": false,
|
98 |
+
"single_word": false,
|
99 |
+
"special": true
|
100 |
+
},
|
101 |
+
"151655": {
|
102 |
+
"content": "<|image_pad|>",
|
103 |
+
"lstrip": false,
|
104 |
+
"normalized": false,
|
105 |
+
"rstrip": false,
|
106 |
+
"single_word": false,
|
107 |
+
"special": true
|
108 |
+
},
|
109 |
+
"151656": {
|
110 |
+
"content": "<|video_pad|>",
|
111 |
+
"lstrip": false,
|
112 |
+
"normalized": false,
|
113 |
+
"rstrip": false,
|
114 |
+
"single_word": false,
|
115 |
+
"special": true
|
116 |
+
},
|
117 |
+
"151657": {
|
118 |
+
"content": "<tool_call>",
|
119 |
+
"lstrip": false,
|
120 |
+
"normalized": false,
|
121 |
+
"rstrip": false,
|
122 |
+
"single_word": false,
|
123 |
+
"special": false
|
124 |
+
},
|
125 |
+
"151658": {
|
126 |
+
"content": "</tool_call>",
|
127 |
+
"lstrip": false,
|
128 |
+
"normalized": false,
|
129 |
+
"rstrip": false,
|
130 |
+
"single_word": false,
|
131 |
+
"special": false
|
132 |
+
},
|
133 |
+
"151659": {
|
134 |
+
"content": "<|fim_prefix|>",
|
135 |
+
"lstrip": false,
|
136 |
+
"normalized": false,
|
137 |
+
"rstrip": false,
|
138 |
+
"single_word": false,
|
139 |
+
"special": false
|
140 |
+
},
|
141 |
+
"151660": {
|
142 |
+
"content": "<|fim_middle|>",
|
143 |
+
"lstrip": false,
|
144 |
+
"normalized": false,
|
145 |
+
"rstrip": false,
|
146 |
+
"single_word": false,
|
147 |
+
"special": false
|
148 |
+
},
|
149 |
+
"151661": {
|
150 |
+
"content": "<|fim_suffix|>",
|
151 |
+
"lstrip": false,
|
152 |
+
"normalized": false,
|
153 |
+
"rstrip": false,
|
154 |
+
"single_word": false,
|
155 |
+
"special": false
|
156 |
+
},
|
157 |
+
"151662": {
|
158 |
+
"content": "<|fim_pad|>",
|
159 |
+
"lstrip": false,
|
160 |
+
"normalized": false,
|
161 |
+
"rstrip": false,
|
162 |
+
"single_word": false,
|
163 |
+
"special": false
|
164 |
+
},
|
165 |
+
"151663": {
|
166 |
+
"content": "<|repo_name|>",
|
167 |
+
"lstrip": false,
|
168 |
+
"normalized": false,
|
169 |
+
"rstrip": false,
|
170 |
+
"single_word": false,
|
171 |
+
"special": false
|
172 |
+
},
|
173 |
+
"151664": {
|
174 |
+
"content": "<|file_sep|>",
|
175 |
+
"lstrip": false,
|
176 |
+
"normalized": false,
|
177 |
+
"rstrip": false,
|
178 |
+
"single_word": false,
|
179 |
+
"special": false
|
180 |
+
}
|
181 |
+
},
|
182 |
+
"additional_special_tokens": [
|
183 |
+
"<|im_start|>",
|
184 |
+
"<|im_end|>",
|
185 |
+
"<|object_ref_start|>",
|
186 |
+
"<|object_ref_end|>",
|
187 |
+
"<|box_start|>",
|
188 |
+
"<|box_end|>",
|
189 |
+
"<|quad_start|>",
|
190 |
+
"<|quad_end|>",
|
191 |
+
"<|vision_start|>",
|
192 |
+
"<|vision_end|>",
|
193 |
+
"<|vision_pad|>",
|
194 |
+
"<|image_pad|>",
|
195 |
+
"<|video_pad|>"
|
196 |
+
],
|
197 |
+
"bos_token": null,
|
198 |
+
"chat_template": "{%- if tools %}\n {{- '<|im_start|>system\\n' }}\n {%- if messages[0]['role'] == 'system' %}\n {{- messages[0]['content'] }}\n {%- else %}\n {{- 'You are Qwen, created by Alibaba Cloud. You are a helpful assistant.' }}\n {%- endif %}\n {{- \"\\n\\n# Tools\\n\\nYou may call one or more functions to assist with the user query.\\n\\nYou are provided with function signatures within <tools></tools> XML tags:\\n<tools>\" }}\n {%- for tool in tools %}\n {{- \"\\n\" }}\n {{- tool | tojson }}\n {%- endfor %}\n {{- \"\\n</tools>\\n\\nFor each function call, return a json object with function name and arguments within <tool_call></tool_call> XML tags:\\n<tool_call>\\n{\\\"name\\\": <function-name>, \\\"arguments\\\": <args-json-object>}\\n</tool_call><|im_end|>\\n\" }}\n{%- else %}\n {%- if messages[0]['role'] == 'system' %}\n {{- '<|im_start|>system\\n' + messages[0]['content'] + '<|im_end|>\\n' }}\n {%- else %}\n {{- '<|im_start|>system\\nYou are Qwen, created by Alibaba Cloud. You are a helpful assistant.<|im_end|>\\n' }}\n {%- endif %}\n{%- endif %}\n{%- for message in messages %}\n {%- if (message.role == \"user\") or (message.role == \"system\" and not loop.first) or (message.role == \"assistant\" and not message.tool_calls) %}\n {{- '<|im_start|>' + message.role + '\\n' + message.content + '<|im_end|>' + '\\n' }}\n {%- elif message.role == \"assistant\" %}\n {{- '<|im_start|>' + message.role }}\n {%- if message.content %}\n {{- '\\n' + message.content }}\n {%- endif %}\n {%- for tool_call in message.tool_calls %}\n {%- if tool_call.function is defined %}\n {%- set tool_call = tool_call.function %}\n {%- endif %}\n {{- '\\n<tool_call>\\n{\"name\": \"' }}\n {{- tool_call.name }}\n {{- '\", \"arguments\": ' }}\n {{- tool_call.arguments | tojson }}\n {{- '}\\n</tool_call>' }}\n {%- endfor %}\n {{- '<|im_end|>\\n' }}\n {%- elif message.role == \"tool\" %}\n {%- if (loop.index0 == 0) or (messages[loop.index0 - 1].role != \"tool\") %}\n {{- '<|im_start|>user' }}\n {%- endif %}\n {{- '\\n<tool_response>\\n' }}\n {{- message.content }}\n {{- '\\n</tool_response>' }}\n {%- if loop.last or (messages[loop.index0 + 1].role != \"tool\") %}\n {{- '<|im_end|>\\n' }}\n {%- endif %}\n {%- endif %}\n{%- endfor %}\n{%- if add_generation_prompt %}\n {{- '<|im_start|>assistant\\n' }}\n{%- endif %}\n",
|
199 |
+
"clean_up_tokenization_spaces": false,
|
200 |
+
"eos_token": "<|im_end|>",
|
201 |
+
"errors": "replace",
|
202 |
+
"model_max_length": 131072,
|
203 |
+
"pad_token": "<|endoftext|>",
|
204 |
+
"split_special_tokens": false,
|
205 |
+
"tokenizer_class": "Qwen2Tokenizer",
|
206 |
+
"unk_token": null
|
207 |
+
}
|
qwen2.5-1.5b-v1-merged/vocab.json
ADDED
The diff for this file is too large to render.
See raw diff
|
|
qwen2.5-1.5b-v2-merged/1_Pooling/config.json
ADDED
@@ -0,0 +1,10 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"word_embedding_dimension": 1536,
|
3 |
+
"pooling_mode_cls_token": false,
|
4 |
+
"pooling_mode_mean_tokens": false,
|
5 |
+
"pooling_mode_max_tokens": false,
|
6 |
+
"pooling_mode_mean_sqrt_len_tokens": false,
|
7 |
+
"pooling_mode_weightedmean_tokens": false,
|
8 |
+
"pooling_mode_lasttoken": true,
|
9 |
+
"include_prompt": true
|
10 |
+
}
|
qwen2.5-1.5b-v2-merged/README.md
ADDED
@@ -0,0 +1,141 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
tags:
|
3 |
+
- sentence-transformers
|
4 |
+
- sentence-similarity
|
5 |
+
- feature-extraction
|
6 |
+
pipeline_tag: sentence-similarity
|
7 |
+
library_name: sentence-transformers
|
8 |
+
---
|
9 |
+
|
10 |
+
# SentenceTransformer
|
11 |
+
|
12 |
+
This is a [sentence-transformers](https://www.SBERT.net) model trained. It maps sentences & paragraphs to a 1536-dimensional dense vector space and can be used for semantic textual similarity, semantic search, paraphrase mining, text classification, clustering, and more.
|
13 |
+
|
14 |
+
## Model Details
|
15 |
+
|
16 |
+
### Model Description
|
17 |
+
- **Model Type:** Sentence Transformer
|
18 |
+
<!-- - **Base model:** [Unknown](https://huggingface.co/unknown) -->
|
19 |
+
- **Maximum Sequence Length:** 32768 tokens
|
20 |
+
- **Output Dimensionality:** 1536 dimensions
|
21 |
+
- **Similarity Function:** Cosine Similarity
|
22 |
+
<!-- - **Training Dataset:** Unknown -->
|
23 |
+
<!-- - **Language:** Unknown -->
|
24 |
+
<!-- - **License:** Unknown -->
|
25 |
+
|
26 |
+
### Model Sources
|
27 |
+
|
28 |
+
- **Documentation:** [Sentence Transformers Documentation](https://sbert.net)
|
29 |
+
- **Repository:** [Sentence Transformers on GitHub](https://github.com/UKPLab/sentence-transformers)
|
30 |
+
- **Hugging Face:** [Sentence Transformers on Hugging Face](https://huggingface.co/models?library=sentence-transformers)
|
31 |
+
|
32 |
+
### Full Model Architecture
|
33 |
+
|
34 |
+
```
|
35 |
+
SentenceTransformer(
|
36 |
+
(0): Transformer({'max_seq_length': 32768, 'do_lower_case': False}) with Transformer model: Qwen2Model
|
37 |
+
(1): Pooling({'word_embedding_dimension': 1536, 'pooling_mode_cls_token': False, 'pooling_mode_mean_tokens': False, 'pooling_mode_max_tokens': False, 'pooling_mode_mean_sqrt_len_tokens': False, 'pooling_mode_weightedmean_tokens': False, 'pooling_mode_lasttoken': True, 'include_prompt': True})
|
38 |
+
(2): Normalize()
|
39 |
+
)
|
40 |
+
```
|
41 |
+
|
42 |
+
## Usage
|
43 |
+
|
44 |
+
### Direct Usage (Sentence Transformers)
|
45 |
+
|
46 |
+
First install the Sentence Transformers library:
|
47 |
+
|
48 |
+
```bash
|
49 |
+
pip install -U sentence-transformers
|
50 |
+
```
|
51 |
+
|
52 |
+
Then you can load this model and run inference.
|
53 |
+
```python
|
54 |
+
from sentence_transformers import SentenceTransformer
|
55 |
+
|
56 |
+
# Download from the 🤗 Hub
|
57 |
+
model = SentenceTransformer("sentence_transformers_model_id")
|
58 |
+
# Run inference
|
59 |
+
sentences = [
|
60 |
+
'The weather is lovely today.',
|
61 |
+
"It's so sunny outside!",
|
62 |
+
'He drove to the stadium.',
|
63 |
+
]
|
64 |
+
embeddings = model.encode(sentences)
|
65 |
+
print(embeddings.shape)
|
66 |
+
# [3, 1536]
|
67 |
+
|
68 |
+
# Get the similarity scores for the embeddings
|
69 |
+
similarities = model.similarity(embeddings, embeddings)
|
70 |
+
print(similarities.shape)
|
71 |
+
# [3, 3]
|
72 |
+
```
|
73 |
+
|
74 |
+
<!--
|
75 |
+
### Direct Usage (Transformers)
|
76 |
+
|
77 |
+
<details><summary>Click to see the direct usage in Transformers</summary>
|
78 |
+
|
79 |
+
</details>
|
80 |
+
-->
|
81 |
+
|
82 |
+
<!--
|
83 |
+
### Downstream Usage (Sentence Transformers)
|
84 |
+
|
85 |
+
You can finetune this model on your own dataset.
|
86 |
+
|
87 |
+
<details><summary>Click to expand</summary>
|
88 |
+
|
89 |
+
</details>
|
90 |
+
-->
|
91 |
+
|
92 |
+
<!--
|
93 |
+
### Out-of-Scope Use
|
94 |
+
|
95 |
+
*List how the model may foreseeably be misused and address what users ought not to do with the model.*
|
96 |
+
-->
|
97 |
+
|
98 |
+
<!--
|
99 |
+
## Bias, Risks and Limitations
|
100 |
+
|
101 |
+
*What are the known or foreseeable issues stemming from this model? You could also flag here known failure cases or weaknesses of the model.*
|
102 |
+
-->
|
103 |
+
|
104 |
+
<!--
|
105 |
+
### Recommendations
|
106 |
+
|
107 |
+
*What are recommendations with respect to the foreseeable issues? For example, filtering explicit content.*
|
108 |
+
-->
|
109 |
+
|
110 |
+
## Training Details
|
111 |
+
|
112 |
+
### Framework Versions
|
113 |
+
- Python: 3.10.14
|
114 |
+
- Sentence Transformers: 3.4.1
|
115 |
+
- Transformers: 4.46.3
|
116 |
+
- PyTorch: 2.5.1+cu124
|
117 |
+
- Accelerate: 1.2.1
|
118 |
+
- Datasets: 2.21.0
|
119 |
+
- Tokenizers: 0.20.3
|
120 |
+
|
121 |
+
## Citation
|
122 |
+
|
123 |
+
### BibTeX
|
124 |
+
|
125 |
+
<!--
|
126 |
+
## Glossary
|
127 |
+
|
128 |
+
*Clearly define terms in order to be accessible across audiences.*
|
129 |
+
-->
|
130 |
+
|
131 |
+
<!--
|
132 |
+
## Model Card Authors
|
133 |
+
|
134 |
+
*Lists the people who create the model card, providing recognition and accountability for the detailed work that goes into its construction.*
|
135 |
+
-->
|
136 |
+
|
137 |
+
<!--
|
138 |
+
## Model Card Contact
|
139 |
+
|
140 |
+
*Provides a way for people who have updates to the Model Card, suggestions, or questions, to contact the Model Card authors.*
|
141 |
+
-->
|
qwen2.5-1.5b-v2-merged/added_tokens.json
ADDED
@@ -0,0 +1,24 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"</tool_call>": 151658,
|
3 |
+
"<tool_call>": 151657,
|
4 |
+
"<|box_end|>": 151649,
|
5 |
+
"<|box_start|>": 151648,
|
6 |
+
"<|endoftext|>": 151643,
|
7 |
+
"<|file_sep|>": 151664,
|
8 |
+
"<|fim_middle|>": 151660,
|
9 |
+
"<|fim_pad|>": 151662,
|
10 |
+
"<|fim_prefix|>": 151659,
|
11 |
+
"<|fim_suffix|>": 151661,
|
12 |
+
"<|im_end|>": 151645,
|
13 |
+
"<|im_start|>": 151644,
|
14 |
+
"<|image_pad|>": 151655,
|
15 |
+
"<|object_ref_end|>": 151647,
|
16 |
+
"<|object_ref_start|>": 151646,
|
17 |
+
"<|quad_end|>": 151651,
|
18 |
+
"<|quad_start|>": 151650,
|
19 |
+
"<|repo_name|>": 151663,
|
20 |
+
"<|video_pad|>": 151656,
|
21 |
+
"<|vision_end|>": 151653,
|
22 |
+
"<|vision_pad|>": 151654,
|
23 |
+
"<|vision_start|>": 151652
|
24 |
+
}
|
qwen2.5-1.5b-v2-merged/config.json
ADDED
@@ -0,0 +1,29 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_name_or_path": "qwen2.5-1.5b-v2-merged",
|
3 |
+
"architectures": [
|
4 |
+
"Qwen2Model"
|
5 |
+
],
|
6 |
+
"attention_dropout": 0.0,
|
7 |
+
"eos_token_id": 151645,
|
8 |
+
"hidden_act": "silu",
|
9 |
+
"hidden_size": 1536,
|
10 |
+
"initializer_range": 0.02,
|
11 |
+
"intermediate_size": 8960,
|
12 |
+
"max_position_embeddings": 32768,
|
13 |
+
"max_window_layers": 21,
|
14 |
+
"model_type": "qwen2",
|
15 |
+
"num_attention_heads": 12,
|
16 |
+
"num_hidden_layers": 28,
|
17 |
+
"num_key_value_heads": 2,
|
18 |
+
"pad_token_id": 151643,
|
19 |
+
"rms_norm_eps": 1e-06,
|
20 |
+
"rope_scaling": null,
|
21 |
+
"rope_theta": 1000000.0,
|
22 |
+
"sliding_window": null,
|
23 |
+
"tie_word_embeddings": true,
|
24 |
+
"torch_dtype": "float32",
|
25 |
+
"transformers_version": "4.46.3",
|
26 |
+
"use_cache": false,
|
27 |
+
"use_sliding_window": false,
|
28 |
+
"vocab_size": 151936
|
29 |
+
}
|
qwen2.5-1.5b-v2-merged/config_sentence_transformers.json
ADDED
@@ -0,0 +1,13 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"__version__": {
|
3 |
+
"sentence_transformers": "3.4.1",
|
4 |
+
"transformers": "4.46.3",
|
5 |
+
"pytorch": "2.5.1+cu124"
|
6 |
+
},
|
7 |
+
"prompts": {
|
8 |
+
"query": "Instruct: Given a web search query, retrieve relevant passages that answer the query\nQuery: ",
|
9 |
+
"passage": ""
|
10 |
+
},
|
11 |
+
"default_prompt_name": null,
|
12 |
+
"similarity_fn_name": "cosine"
|
13 |
+
}
|
qwen2.5-1.5b-v2-merged/merges.txt
ADDED
The diff for this file is too large to render.
See raw diff
|
|
qwen2.5-1.5b-v2-merged/metrics_by_dim.json
ADDED
@@ -0,0 +1,37 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"full": {
|
3 |
+
"ndcg@10": 0.691665839291191,
|
4 |
+
"mrr@10": 0.708381229790296,
|
5 |
+
"map@10": 0.5804929985273637,
|
6 |
+
"recall@10": 0.8554299923633621,
|
7 |
+
"precision@10": 0.23020207536865103
|
8 |
+
},
|
9 |
+
"1280": {
|
10 |
+
"ndcg@10": 0.6892728873672603,
|
11 |
+
"mrr@10": 0.7076557393392465,
|
12 |
+
"map@10": 0.5781447094281611,
|
13 |
+
"recall@10": 0.8521746587352813,
|
14 |
+
"precision@10": 0.2294101583833971
|
15 |
+
},
|
16 |
+
"1024": {
|
17 |
+
"ndcg@10": 0.6903740700594344,
|
18 |
+
"mrr@10": 0.7108157135055015,
|
19 |
+
"map@10": 0.5788342504457331,
|
20 |
+
"recall@10": 0.8521944891688202,
|
21 |
+
"precision@10": 0.22902785363189515
|
22 |
+
},
|
23 |
+
"768": {
|
24 |
+
"ndcg@10": 0.6846868973564496,
|
25 |
+
"mrr@10": 0.7070634270456777,
|
26 |
+
"map@10": 0.5728570473084758,
|
27 |
+
"recall@10": 0.8455041461663526,
|
28 |
+
"precision@10": 0.22730748225013656
|
29 |
+
},
|
30 |
+
"512": {
|
31 |
+
"ndcg@10": 0.6794891010962457,
|
32 |
+
"mrr@10": 0.7010718186783185,
|
33 |
+
"map@10": 0.5677991316578415,
|
34 |
+
"recall@10": 0.8401888511391515,
|
35 |
+
"precision@10": 0.22605133806663028
|
36 |
+
}
|
37 |
+
}
|
qwen2.5-1.5b-v2-merged/model-00001-of-00002.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:bd447d69a62da704a6e93cea2e6e4a6c69d123305d2265436eeb1a483a173d12
|
3 |
+
size 4996668896
|
qwen2.5-1.5b-v2-merged/model-00002-of-00002.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:1e716b1e327e5e498241377cac026b2009defb8a0ed0521f2373eea55112bdfb
|
3 |
+
size 1178224504
|
qwen2.5-1.5b-v2-merged/model.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:66aab3ad1ba16d71ad4912a10ac631afb7d55e6636400ee35cef3108a11713f6
|
3 |
+
size 3087465120
|
qwen2.5-1.5b-v2-merged/model.safetensors.index.json
ADDED
@@ -0,0 +1,345 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"metadata": {
|
3 |
+
"total_size": 6174857216
|
4 |
+
},
|
5 |
+
"weight_map": {
|
6 |
+
"embed_tokens.weight": "model-00001-of-00002.safetensors",
|
7 |
+
"layers.0.input_layernorm.weight": "model-00001-of-00002.safetensors",
|
8 |
+
"layers.0.mlp.down_proj.weight": "model-00001-of-00002.safetensors",
|
9 |
+
"layers.0.mlp.gate_proj.weight": "model-00001-of-00002.safetensors",
|
10 |
+
"layers.0.mlp.up_proj.weight": "model-00001-of-00002.safetensors",
|
11 |
+
"layers.0.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
|
12 |
+
"layers.0.self_attn.k_proj.bias": "model-00001-of-00002.safetensors",
|
13 |
+
"layers.0.self_attn.k_proj.weight": "model-00001-of-00002.safetensors",
|
14 |
+
"layers.0.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
|
15 |
+
"layers.0.self_attn.q_proj.bias": "model-00001-of-00002.safetensors",
|
16 |
+
"layers.0.self_attn.q_proj.weight": "model-00001-of-00002.safetensors",
|
17 |
+
"layers.0.self_attn.v_proj.bias": "model-00001-of-00002.safetensors",
|
18 |
+
"layers.0.self_attn.v_proj.weight": "model-00001-of-00002.safetensors",
|
19 |
+
"layers.1.input_layernorm.weight": "model-00001-of-00002.safetensors",
|
20 |
+
"layers.1.mlp.down_proj.weight": "model-00001-of-00002.safetensors",
|
21 |
+
"layers.1.mlp.gate_proj.weight": "model-00001-of-00002.safetensors",
|
22 |
+
"layers.1.mlp.up_proj.weight": "model-00001-of-00002.safetensors",
|
23 |
+
"layers.1.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
|
24 |
+
"layers.1.self_attn.k_proj.bias": "model-00001-of-00002.safetensors",
|
25 |
+
"layers.1.self_attn.k_proj.weight": "model-00001-of-00002.safetensors",
|
26 |
+
"layers.1.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
|
27 |
+
"layers.1.self_attn.q_proj.bias": "model-00001-of-00002.safetensors",
|
28 |
+
"layers.1.self_attn.q_proj.weight": "model-00001-of-00002.safetensors",
|
29 |
+
"layers.1.self_attn.v_proj.bias": "model-00001-of-00002.safetensors",
|
30 |
+
"layers.1.self_attn.v_proj.weight": "model-00001-of-00002.safetensors",
|
31 |
+
"layers.10.input_layernorm.weight": "model-00001-of-00002.safetensors",
|
32 |
+
"layers.10.mlp.down_proj.weight": "model-00001-of-00002.safetensors",
|
33 |
+
"layers.10.mlp.gate_proj.weight": "model-00001-of-00002.safetensors",
|
34 |
+
"layers.10.mlp.up_proj.weight": "model-00001-of-00002.safetensors",
|
35 |
+
"layers.10.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
|
36 |
+
"layers.10.self_attn.k_proj.bias": "model-00001-of-00002.safetensors",
|
37 |
+
"layers.10.self_attn.k_proj.weight": "model-00001-of-00002.safetensors",
|
38 |
+
"layers.10.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
|
39 |
+
"layers.10.self_attn.q_proj.bias": "model-00001-of-00002.safetensors",
|
40 |
+
"layers.10.self_attn.q_proj.weight": "model-00001-of-00002.safetensors",
|
41 |
+
"layers.10.self_attn.v_proj.bias": "model-00001-of-00002.safetensors",
|
42 |
+
"layers.10.self_attn.v_proj.weight": "model-00001-of-00002.safetensors",
|
43 |
+
"layers.11.input_layernorm.weight": "model-00001-of-00002.safetensors",
|
44 |
+
"layers.11.mlp.down_proj.weight": "model-00001-of-00002.safetensors",
|
45 |
+
"layers.11.mlp.gate_proj.weight": "model-00001-of-00002.safetensors",
|
46 |
+
"layers.11.mlp.up_proj.weight": "model-00001-of-00002.safetensors",
|
47 |
+
"layers.11.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
|
48 |
+
"layers.11.self_attn.k_proj.bias": "model-00001-of-00002.safetensors",
|
49 |
+
"layers.11.self_attn.k_proj.weight": "model-00001-of-00002.safetensors",
|
50 |
+
"layers.11.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
|
51 |
+
"layers.11.self_attn.q_proj.bias": "model-00001-of-00002.safetensors",
|
52 |
+
"layers.11.self_attn.q_proj.weight": "model-00001-of-00002.safetensors",
|
53 |
+
"layers.11.self_attn.v_proj.bias": "model-00001-of-00002.safetensors",
|
54 |
+
"layers.11.self_attn.v_proj.weight": "model-00001-of-00002.safetensors",
|
55 |
+
"layers.12.input_layernorm.weight": "model-00001-of-00002.safetensors",
|
56 |
+
"layers.12.mlp.down_proj.weight": "model-00001-of-00002.safetensors",
|
57 |
+
"layers.12.mlp.gate_proj.weight": "model-00001-of-00002.safetensors",
|
58 |
+
"layers.12.mlp.up_proj.weight": "model-00001-of-00002.safetensors",
|
59 |
+
"layers.12.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
|
60 |
+
"layers.12.self_attn.k_proj.bias": "model-00001-of-00002.safetensors",
|
61 |
+
"layers.12.self_attn.k_proj.weight": "model-00001-of-00002.safetensors",
|
62 |
+
"layers.12.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
|
63 |
+
"layers.12.self_attn.q_proj.bias": "model-00001-of-00002.safetensors",
|
64 |
+
"layers.12.self_attn.q_proj.weight": "model-00001-of-00002.safetensors",
|
65 |
+
"layers.12.self_attn.v_proj.bias": "model-00001-of-00002.safetensors",
|
66 |
+
"layers.12.self_attn.v_proj.weight": "model-00001-of-00002.safetensors",
|
67 |
+
"layers.13.input_layernorm.weight": "model-00001-of-00002.safetensors",
|
68 |
+
"layers.13.mlp.down_proj.weight": "model-00001-of-00002.safetensors",
|
69 |
+
"layers.13.mlp.gate_proj.weight": "model-00001-of-00002.safetensors",
|
70 |
+
"layers.13.mlp.up_proj.weight": "model-00001-of-00002.safetensors",
|
71 |
+
"layers.13.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
|
72 |
+
"layers.13.self_attn.k_proj.bias": "model-00001-of-00002.safetensors",
|
73 |
+
"layers.13.self_attn.k_proj.weight": "model-00001-of-00002.safetensors",
|
74 |
+
"layers.13.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
|
75 |
+
"layers.13.self_attn.q_proj.bias": "model-00001-of-00002.safetensors",
|
76 |
+
"layers.13.self_attn.q_proj.weight": "model-00001-of-00002.safetensors",
|
77 |
+
"layers.13.self_attn.v_proj.bias": "model-00001-of-00002.safetensors",
|
78 |
+
"layers.13.self_attn.v_proj.weight": "model-00001-of-00002.safetensors",
|
79 |
+
"layers.14.input_layernorm.weight": "model-00001-of-00002.safetensors",
|
80 |
+
"layers.14.mlp.down_proj.weight": "model-00001-of-00002.safetensors",
|
81 |
+
"layers.14.mlp.gate_proj.weight": "model-00001-of-00002.safetensors",
|
82 |
+
"layers.14.mlp.up_proj.weight": "model-00001-of-00002.safetensors",
|
83 |
+
"layers.14.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
|
84 |
+
"layers.14.self_attn.k_proj.bias": "model-00001-of-00002.safetensors",
|
85 |
+
"layers.14.self_attn.k_proj.weight": "model-00001-of-00002.safetensors",
|
86 |
+
"layers.14.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
|
87 |
+
"layers.14.self_attn.q_proj.bias": "model-00001-of-00002.safetensors",
|
88 |
+
"layers.14.self_attn.q_proj.weight": "model-00001-of-00002.safetensors",
|
89 |
+
"layers.14.self_attn.v_proj.bias": "model-00001-of-00002.safetensors",
|
90 |
+
"layers.14.self_attn.v_proj.weight": "model-00001-of-00002.safetensors",
|
91 |
+
"layers.15.input_layernorm.weight": "model-00001-of-00002.safetensors",
|
92 |
+
"layers.15.mlp.down_proj.weight": "model-00001-of-00002.safetensors",
|
93 |
+
"layers.15.mlp.gate_proj.weight": "model-00001-of-00002.safetensors",
|
94 |
+
"layers.15.mlp.up_proj.weight": "model-00001-of-00002.safetensors",
|
95 |
+
"layers.15.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
|
96 |
+
"layers.15.self_attn.k_proj.bias": "model-00001-of-00002.safetensors",
|
97 |
+
"layers.15.self_attn.k_proj.weight": "model-00001-of-00002.safetensors",
|
98 |
+
"layers.15.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
|
99 |
+
"layers.15.self_attn.q_proj.bias": "model-00001-of-00002.safetensors",
|
100 |
+
"layers.15.self_attn.q_proj.weight": "model-00001-of-00002.safetensors",
|
101 |
+
"layers.15.self_attn.v_proj.bias": "model-00001-of-00002.safetensors",
|
102 |
+
"layers.15.self_attn.v_proj.weight": "model-00001-of-00002.safetensors",
|
103 |
+
"layers.16.input_layernorm.weight": "model-00001-of-00002.safetensors",
|
104 |
+
"layers.16.mlp.down_proj.weight": "model-00001-of-00002.safetensors",
|
105 |
+
"layers.16.mlp.gate_proj.weight": "model-00001-of-00002.safetensors",
|
106 |
+
"layers.16.mlp.up_proj.weight": "model-00001-of-00002.safetensors",
|
107 |
+
"layers.16.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
|
108 |
+
"layers.16.self_attn.k_proj.bias": "model-00001-of-00002.safetensors",
|
109 |
+
"layers.16.self_attn.k_proj.weight": "model-00001-of-00002.safetensors",
|
110 |
+
"layers.16.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
|
111 |
+
"layers.16.self_attn.q_proj.bias": "model-00001-of-00002.safetensors",
|
112 |
+
"layers.16.self_attn.q_proj.weight": "model-00001-of-00002.safetensors",
|
113 |
+
"layers.16.self_attn.v_proj.bias": "model-00001-of-00002.safetensors",
|
114 |
+
"layers.16.self_attn.v_proj.weight": "model-00001-of-00002.safetensors",
|
115 |
+
"layers.17.input_layernorm.weight": "model-00001-of-00002.safetensors",
|
116 |
+
"layers.17.mlp.down_proj.weight": "model-00001-of-00002.safetensors",
|
117 |
+
"layers.17.mlp.gate_proj.weight": "model-00001-of-00002.safetensors",
|
118 |
+
"layers.17.mlp.up_proj.weight": "model-00001-of-00002.safetensors",
|
119 |
+
"layers.17.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
|
120 |
+
"layers.17.self_attn.k_proj.bias": "model-00001-of-00002.safetensors",
|
121 |
+
"layers.17.self_attn.k_proj.weight": "model-00001-of-00002.safetensors",
|
122 |
+
"layers.17.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
|
123 |
+
"layers.17.self_attn.q_proj.bias": "model-00001-of-00002.safetensors",
|
124 |
+
"layers.17.self_attn.q_proj.weight": "model-00001-of-00002.safetensors",
|
125 |
+
"layers.17.self_attn.v_proj.bias": "model-00001-of-00002.safetensors",
|
126 |
+
"layers.17.self_attn.v_proj.weight": "model-00001-of-00002.safetensors",
|
127 |
+
"layers.18.input_layernorm.weight": "model-00001-of-00002.safetensors",
|
128 |
+
"layers.18.mlp.down_proj.weight": "model-00001-of-00002.safetensors",
|
129 |
+
"layers.18.mlp.gate_proj.weight": "model-00001-of-00002.safetensors",
|
130 |
+
"layers.18.mlp.up_proj.weight": "model-00001-of-00002.safetensors",
|
131 |
+
"layers.18.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
|
132 |
+
"layers.18.self_attn.k_proj.bias": "model-00001-of-00002.safetensors",
|
133 |
+
"layers.18.self_attn.k_proj.weight": "model-00001-of-00002.safetensors",
|
134 |
+
"layers.18.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
|
135 |
+
"layers.18.self_attn.q_proj.bias": "model-00001-of-00002.safetensors",
|
136 |
+
"layers.18.self_attn.q_proj.weight": "model-00001-of-00002.safetensors",
|
137 |
+
"layers.18.self_attn.v_proj.bias": "model-00001-of-00002.safetensors",
|
138 |
+
"layers.18.self_attn.v_proj.weight": "model-00001-of-00002.safetensors",
|
139 |
+
"layers.19.input_layernorm.weight": "model-00001-of-00002.safetensors",
|
140 |
+
"layers.19.mlp.down_proj.weight": "model-00001-of-00002.safetensors",
|
141 |
+
"layers.19.mlp.gate_proj.weight": "model-00001-of-00002.safetensors",
|
142 |
+
"layers.19.mlp.up_proj.weight": "model-00001-of-00002.safetensors",
|
143 |
+
"layers.19.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
|
144 |
+
"layers.19.self_attn.k_proj.bias": "model-00001-of-00002.safetensors",
|
145 |
+
"layers.19.self_attn.k_proj.weight": "model-00001-of-00002.safetensors",
|
146 |
+
"layers.19.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
|
147 |
+
"layers.19.self_attn.q_proj.bias": "model-00001-of-00002.safetensors",
|
148 |
+
"layers.19.self_attn.q_proj.weight": "model-00001-of-00002.safetensors",
|
149 |
+
"layers.19.self_attn.v_proj.bias": "model-00001-of-00002.safetensors",
|
150 |
+
"layers.19.self_attn.v_proj.weight": "model-00001-of-00002.safetensors",
|
151 |
+
"layers.2.input_layernorm.weight": "model-00001-of-00002.safetensors",
|
152 |
+
"layers.2.mlp.down_proj.weight": "model-00001-of-00002.safetensors",
|
153 |
+
"layers.2.mlp.gate_proj.weight": "model-00001-of-00002.safetensors",
|
154 |
+
"layers.2.mlp.up_proj.weight": "model-00001-of-00002.safetensors",
|
155 |
+
"layers.2.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
|
156 |
+
"layers.2.self_attn.k_proj.bias": "model-00001-of-00002.safetensors",
|
157 |
+
"layers.2.self_attn.k_proj.weight": "model-00001-of-00002.safetensors",
|
158 |
+
"layers.2.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
|
159 |
+
"layers.2.self_attn.q_proj.bias": "model-00001-of-00002.safetensors",
|
160 |
+
"layers.2.self_attn.q_proj.weight": "model-00001-of-00002.safetensors",
|
161 |
+
"layers.2.self_attn.v_proj.bias": "model-00001-of-00002.safetensors",
|
162 |
+
"layers.2.self_attn.v_proj.weight": "model-00001-of-00002.safetensors",
|
163 |
+
"layers.20.input_layernorm.weight": "model-00001-of-00002.safetensors",
|
164 |
+
"layers.20.mlp.down_proj.weight": "model-00001-of-00002.safetensors",
|
165 |
+
"layers.20.mlp.gate_proj.weight": "model-00001-of-00002.safetensors",
|
166 |
+
"layers.20.mlp.up_proj.weight": "model-00001-of-00002.safetensors",
|
167 |
+
"layers.20.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
|
168 |
+
"layers.20.self_attn.k_proj.bias": "model-00001-of-00002.safetensors",
|
169 |
+
"layers.20.self_attn.k_proj.weight": "model-00001-of-00002.safetensors",
|
170 |
+
"layers.20.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
|
171 |
+
"layers.20.self_attn.q_proj.bias": "model-00001-of-00002.safetensors",
|
172 |
+
"layers.20.self_attn.q_proj.weight": "model-00001-of-00002.safetensors",
|
173 |
+
"layers.20.self_attn.v_proj.bias": "model-00001-of-00002.safetensors",
|
174 |
+
"layers.20.self_attn.v_proj.weight": "model-00001-of-00002.safetensors",
|
175 |
+
"layers.21.input_layernorm.weight": "model-00002-of-00002.safetensors",
|
176 |
+
"layers.21.mlp.down_proj.weight": "model-00002-of-00002.safetensors",
|
177 |
+
"layers.21.mlp.gate_proj.weight": "model-00001-of-00002.safetensors",
|
178 |
+
"layers.21.mlp.up_proj.weight": "model-00001-of-00002.safetensors",
|
179 |
+
"layers.21.post_attention_layernorm.weight": "model-00002-of-00002.safetensors",
|
180 |
+
"layers.21.self_attn.k_proj.bias": "model-00001-of-00002.safetensors",
|
181 |
+
"layers.21.self_attn.k_proj.weight": "model-00001-of-00002.safetensors",
|
182 |
+
"layers.21.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
|
183 |
+
"layers.21.self_attn.q_proj.bias": "model-00001-of-00002.safetensors",
|
184 |
+
"layers.21.self_attn.q_proj.weight": "model-00001-of-00002.safetensors",
|
185 |
+
"layers.21.self_attn.v_proj.bias": "model-00001-of-00002.safetensors",
|
186 |
+
"layers.21.self_attn.v_proj.weight": "model-00001-of-00002.safetensors",
|
187 |
+
"layers.22.input_layernorm.weight": "model-00002-of-00002.safetensors",
|
188 |
+
"layers.22.mlp.down_proj.weight": "model-00002-of-00002.safetensors",
|
189 |
+
"layers.22.mlp.gate_proj.weight": "model-00002-of-00002.safetensors",
|
190 |
+
"layers.22.mlp.up_proj.weight": "model-00002-of-00002.safetensors",
|
191 |
+
"layers.22.post_attention_layernorm.weight": "model-00002-of-00002.safetensors",
|
192 |
+
"layers.22.self_attn.k_proj.bias": "model-00002-of-00002.safetensors",
|
193 |
+
"layers.22.self_attn.k_proj.weight": "model-00002-of-00002.safetensors",
|
194 |
+
"layers.22.self_attn.o_proj.weight": "model-00002-of-00002.safetensors",
|
195 |
+
"layers.22.self_attn.q_proj.bias": "model-00002-of-00002.safetensors",
|
196 |
+
"layers.22.self_attn.q_proj.weight": "model-00002-of-00002.safetensors",
|
197 |
+
"layers.22.self_attn.v_proj.bias": "model-00002-of-00002.safetensors",
|
198 |
+
"layers.22.self_attn.v_proj.weight": "model-00002-of-00002.safetensors",
|
199 |
+
"layers.23.input_layernorm.weight": "model-00002-of-00002.safetensors",
|
200 |
+
"layers.23.mlp.down_proj.weight": "model-00002-of-00002.safetensors",
|
201 |
+
"layers.23.mlp.gate_proj.weight": "model-00002-of-00002.safetensors",
|
202 |
+
"layers.23.mlp.up_proj.weight": "model-00002-of-00002.safetensors",
|
203 |
+
"layers.23.post_attention_layernorm.weight": "model-00002-of-00002.safetensors",
|
204 |
+
"layers.23.self_attn.k_proj.bias": "model-00002-of-00002.safetensors",
|
205 |
+
"layers.23.self_attn.k_proj.weight": "model-00002-of-00002.safetensors",
|
206 |
+
"layers.23.self_attn.o_proj.weight": "model-00002-of-00002.safetensors",
|
207 |
+
"layers.23.self_attn.q_proj.bias": "model-00002-of-00002.safetensors",
|
208 |
+
"layers.23.self_attn.q_proj.weight": "model-00002-of-00002.safetensors",
|
209 |
+
"layers.23.self_attn.v_proj.bias": "model-00002-of-00002.safetensors",
|
210 |
+
"layers.23.self_attn.v_proj.weight": "model-00002-of-00002.safetensors",
|
211 |
+
"layers.24.input_layernorm.weight": "model-00002-of-00002.safetensors",
|
212 |
+
"layers.24.mlp.down_proj.weight": "model-00002-of-00002.safetensors",
|
213 |
+
"layers.24.mlp.gate_proj.weight": "model-00002-of-00002.safetensors",
|
214 |
+
"layers.24.mlp.up_proj.weight": "model-00002-of-00002.safetensors",
|
215 |
+
"layers.24.post_attention_layernorm.weight": "model-00002-of-00002.safetensors",
|
216 |
+
"layers.24.self_attn.k_proj.bias": "model-00002-of-00002.safetensors",
|
217 |
+
"layers.24.self_attn.k_proj.weight": "model-00002-of-00002.safetensors",
|
218 |
+
"layers.24.self_attn.o_proj.weight": "model-00002-of-00002.safetensors",
|
219 |
+
"layers.24.self_attn.q_proj.bias": "model-00002-of-00002.safetensors",
|
220 |
+
"layers.24.self_attn.q_proj.weight": "model-00002-of-00002.safetensors",
|
221 |
+
"layers.24.self_attn.v_proj.bias": "model-00002-of-00002.safetensors",
|
222 |
+
"layers.24.self_attn.v_proj.weight": "model-00002-of-00002.safetensors",
|
223 |
+
"layers.25.input_layernorm.weight": "model-00002-of-00002.safetensors",
|
224 |
+
"layers.25.mlp.down_proj.weight": "model-00002-of-00002.safetensors",
|
225 |
+
"layers.25.mlp.gate_proj.weight": "model-00002-of-00002.safetensors",
|
226 |
+
"layers.25.mlp.up_proj.weight": "model-00002-of-00002.safetensors",
|
227 |
+
"layers.25.post_attention_layernorm.weight": "model-00002-of-00002.safetensors",
|
228 |
+
"layers.25.self_attn.k_proj.bias": "model-00002-of-00002.safetensors",
|
229 |
+
"layers.25.self_attn.k_proj.weight": "model-00002-of-00002.safetensors",
|
230 |
+
"layers.25.self_attn.o_proj.weight": "model-00002-of-00002.safetensors",
|
231 |
+
"layers.25.self_attn.q_proj.bias": "model-00002-of-00002.safetensors",
|
232 |
+
"layers.25.self_attn.q_proj.weight": "model-00002-of-00002.safetensors",
|
233 |
+
"layers.25.self_attn.v_proj.bias": "model-00002-of-00002.safetensors",
|
234 |
+
"layers.25.self_attn.v_proj.weight": "model-00002-of-00002.safetensors",
|
235 |
+
"layers.26.input_layernorm.weight": "model-00002-of-00002.safetensors",
|
236 |
+
"layers.26.mlp.down_proj.weight": "model-00002-of-00002.safetensors",
|
237 |
+
"layers.26.mlp.gate_proj.weight": "model-00002-of-00002.safetensors",
|
238 |
+
"layers.26.mlp.up_proj.weight": "model-00002-of-00002.safetensors",
|
239 |
+
"layers.26.post_attention_layernorm.weight": "model-00002-of-00002.safetensors",
|
240 |
+
"layers.26.self_attn.k_proj.bias": "model-00002-of-00002.safetensors",
|
241 |
+
"layers.26.self_attn.k_proj.weight": "model-00002-of-00002.safetensors",
|
242 |
+
"layers.26.self_attn.o_proj.weight": "model-00002-of-00002.safetensors",
|
243 |
+
"layers.26.self_attn.q_proj.bias": "model-00002-of-00002.safetensors",
|
244 |
+
"layers.26.self_attn.q_proj.weight": "model-00002-of-00002.safetensors",
|
245 |
+
"layers.26.self_attn.v_proj.bias": "model-00002-of-00002.safetensors",
|
246 |
+
"layers.26.self_attn.v_proj.weight": "model-00002-of-00002.safetensors",
|
247 |
+
"layers.27.input_layernorm.weight": "model-00002-of-00002.safetensors",
|
248 |
+
"layers.27.mlp.down_proj.weight": "model-00002-of-00002.safetensors",
|
249 |
+
"layers.27.mlp.gate_proj.weight": "model-00002-of-00002.safetensors",
|
250 |
+
"layers.27.mlp.up_proj.weight": "model-00002-of-00002.safetensors",
|
251 |
+
"layers.27.post_attention_layernorm.weight": "model-00002-of-00002.safetensors",
|
252 |
+
"layers.27.self_attn.k_proj.bias": "model-00002-of-00002.safetensors",
|
253 |
+
"layers.27.self_attn.k_proj.weight": "model-00002-of-00002.safetensors",
|
254 |
+
"layers.27.self_attn.o_proj.weight": "model-00002-of-00002.safetensors",
|
255 |
+
"layers.27.self_attn.q_proj.bias": "model-00002-of-00002.safetensors",
|
256 |
+
"layers.27.self_attn.q_proj.weight": "model-00002-of-00002.safetensors",
|
257 |
+
"layers.27.self_attn.v_proj.bias": "model-00002-of-00002.safetensors",
|
258 |
+
"layers.27.self_attn.v_proj.weight": "model-00002-of-00002.safetensors",
|
259 |
+
"layers.3.input_layernorm.weight": "model-00001-of-00002.safetensors",
|
260 |
+
"layers.3.mlp.down_proj.weight": "model-00001-of-00002.safetensors",
|
261 |
+
"layers.3.mlp.gate_proj.weight": "model-00001-of-00002.safetensors",
|
262 |
+
"layers.3.mlp.up_proj.weight": "model-00001-of-00002.safetensors",
|
263 |
+
"layers.3.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
|
264 |
+
"layers.3.self_attn.k_proj.bias": "model-00001-of-00002.safetensors",
|
265 |
+
"layers.3.self_attn.k_proj.weight": "model-00001-of-00002.safetensors",
|
266 |
+
"layers.3.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
|
267 |
+
"layers.3.self_attn.q_proj.bias": "model-00001-of-00002.safetensors",
|
268 |
+
"layers.3.self_attn.q_proj.weight": "model-00001-of-00002.safetensors",
|
269 |
+
"layers.3.self_attn.v_proj.bias": "model-00001-of-00002.safetensors",
|
270 |
+
"layers.3.self_attn.v_proj.weight": "model-00001-of-00002.safetensors",
|
271 |
+
"layers.4.input_layernorm.weight": "model-00001-of-00002.safetensors",
|
272 |
+
"layers.4.mlp.down_proj.weight": "model-00001-of-00002.safetensors",
|
273 |
+
"layers.4.mlp.gate_proj.weight": "model-00001-of-00002.safetensors",
|
274 |
+
"layers.4.mlp.up_proj.weight": "model-00001-of-00002.safetensors",
|
275 |
+
"layers.4.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
|
276 |
+
"layers.4.self_attn.k_proj.bias": "model-00001-of-00002.safetensors",
|
277 |
+
"layers.4.self_attn.k_proj.weight": "model-00001-of-00002.safetensors",
|
278 |
+
"layers.4.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
|
279 |
+
"layers.4.self_attn.q_proj.bias": "model-00001-of-00002.safetensors",
|
280 |
+
"layers.4.self_attn.q_proj.weight": "model-00001-of-00002.safetensors",
|
281 |
+
"layers.4.self_attn.v_proj.bias": "model-00001-of-00002.safetensors",
|
282 |
+
"layers.4.self_attn.v_proj.weight": "model-00001-of-00002.safetensors",
|
283 |
+
"layers.5.input_layernorm.weight": "model-00001-of-00002.safetensors",
|
284 |
+
"layers.5.mlp.down_proj.weight": "model-00001-of-00002.safetensors",
|
285 |
+
"layers.5.mlp.gate_proj.weight": "model-00001-of-00002.safetensors",
|
286 |
+
"layers.5.mlp.up_proj.weight": "model-00001-of-00002.safetensors",
|
287 |
+
"layers.5.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
|
288 |
+
"layers.5.self_attn.k_proj.bias": "model-00001-of-00002.safetensors",
|
289 |
+
"layers.5.self_attn.k_proj.weight": "model-00001-of-00002.safetensors",
|
290 |
+
"layers.5.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
|
291 |
+
"layers.5.self_attn.q_proj.bias": "model-00001-of-00002.safetensors",
|
292 |
+
"layers.5.self_attn.q_proj.weight": "model-00001-of-00002.safetensors",
|
293 |
+
"layers.5.self_attn.v_proj.bias": "model-00001-of-00002.safetensors",
|
294 |
+
"layers.5.self_attn.v_proj.weight": "model-00001-of-00002.safetensors",
|
295 |
+
"layers.6.input_layernorm.weight": "model-00001-of-00002.safetensors",
|
296 |
+
"layers.6.mlp.down_proj.weight": "model-00001-of-00002.safetensors",
|
297 |
+
"layers.6.mlp.gate_proj.weight": "model-00001-of-00002.safetensors",
|
298 |
+
"layers.6.mlp.up_proj.weight": "model-00001-of-00002.safetensors",
|
299 |
+
"layers.6.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
|
300 |
+
"layers.6.self_attn.k_proj.bias": "model-00001-of-00002.safetensors",
|
301 |
+
"layers.6.self_attn.k_proj.weight": "model-00001-of-00002.safetensors",
|
302 |
+
"layers.6.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
|
303 |
+
"layers.6.self_attn.q_proj.bias": "model-00001-of-00002.safetensors",
|
304 |
+
"layers.6.self_attn.q_proj.weight": "model-00001-of-00002.safetensors",
|
305 |
+
"layers.6.self_attn.v_proj.bias": "model-00001-of-00002.safetensors",
|
306 |
+
"layers.6.self_attn.v_proj.weight": "model-00001-of-00002.safetensors",
|
307 |
+
"layers.7.input_layernorm.weight": "model-00001-of-00002.safetensors",
|
308 |
+
"layers.7.mlp.down_proj.weight": "model-00001-of-00002.safetensors",
|
309 |
+
"layers.7.mlp.gate_proj.weight": "model-00001-of-00002.safetensors",
|
310 |
+
"layers.7.mlp.up_proj.weight": "model-00001-of-00002.safetensors",
|
311 |
+
"layers.7.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
|
312 |
+
"layers.7.self_attn.k_proj.bias": "model-00001-of-00002.safetensors",
|
313 |
+
"layers.7.self_attn.k_proj.weight": "model-00001-of-00002.safetensors",
|
314 |
+
"layers.7.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
|
315 |
+
"layers.7.self_attn.q_proj.bias": "model-00001-of-00002.safetensors",
|
316 |
+
"layers.7.self_attn.q_proj.weight": "model-00001-of-00002.safetensors",
|
317 |
+
"layers.7.self_attn.v_proj.bias": "model-00001-of-00002.safetensors",
|
318 |
+
"layers.7.self_attn.v_proj.weight": "model-00001-of-00002.safetensors",
|
319 |
+
"layers.8.input_layernorm.weight": "model-00001-of-00002.safetensors",
|
320 |
+
"layers.8.mlp.down_proj.weight": "model-00001-of-00002.safetensors",
|
321 |
+
"layers.8.mlp.gate_proj.weight": "model-00001-of-00002.safetensors",
|
322 |
+
"layers.8.mlp.up_proj.weight": "model-00001-of-00002.safetensors",
|
323 |
+
"layers.8.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
|
324 |
+
"layers.8.self_attn.k_proj.bias": "model-00001-of-00002.safetensors",
|
325 |
+
"layers.8.self_attn.k_proj.weight": "model-00001-of-00002.safetensors",
|
326 |
+
"layers.8.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
|
327 |
+
"layers.8.self_attn.q_proj.bias": "model-00001-of-00002.safetensors",
|
328 |
+
"layers.8.self_attn.q_proj.weight": "model-00001-of-00002.safetensors",
|
329 |
+
"layers.8.self_attn.v_proj.bias": "model-00001-of-00002.safetensors",
|
330 |
+
"layers.8.self_attn.v_proj.weight": "model-00001-of-00002.safetensors",
|
331 |
+
"layers.9.input_layernorm.weight": "model-00001-of-00002.safetensors",
|
332 |
+
"layers.9.mlp.down_proj.weight": "model-00001-of-00002.safetensors",
|
333 |
+
"layers.9.mlp.gate_proj.weight": "model-00001-of-00002.safetensors",
|
334 |
+
"layers.9.mlp.up_proj.weight": "model-00001-of-00002.safetensors",
|
335 |
+
"layers.9.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
|
336 |
+
"layers.9.self_attn.k_proj.bias": "model-00001-of-00002.safetensors",
|
337 |
+
"layers.9.self_attn.k_proj.weight": "model-00001-of-00002.safetensors",
|
338 |
+
"layers.9.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
|
339 |
+
"layers.9.self_attn.q_proj.bias": "model-00001-of-00002.safetensors",
|
340 |
+
"layers.9.self_attn.q_proj.weight": "model-00001-of-00002.safetensors",
|
341 |
+
"layers.9.self_attn.v_proj.bias": "model-00001-of-00002.safetensors",
|
342 |
+
"layers.9.self_attn.v_proj.weight": "model-00001-of-00002.safetensors",
|
343 |
+
"norm.weight": "model-00002-of-00002.safetensors"
|
344 |
+
}
|
345 |
+
}
|
qwen2.5-1.5b-v2-merged/modules.json
ADDED
@@ -0,0 +1,20 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
[
|
2 |
+
{
|
3 |
+
"idx": 0,
|
4 |
+
"name": "0",
|
5 |
+
"path": "",
|
6 |
+
"type": "sentence_transformers.models.Transformer"
|
7 |
+
},
|
8 |
+
{
|
9 |
+
"idx": 1,
|
10 |
+
"name": "1",
|
11 |
+
"path": "1_Pooling",
|
12 |
+
"type": "sentence_transformers.models.Pooling"
|
13 |
+
},
|
14 |
+
{
|
15 |
+
"idx": 2,
|
16 |
+
"name": "2",
|
17 |
+
"path": "2_Normalize",
|
18 |
+
"type": "sentence_transformers.models.Normalize"
|
19 |
+
}
|
20 |
+
]
|
qwen2.5-1.5b-v2-merged/sentence_bert_config.json
ADDED
@@ -0,0 +1,4 @@
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"max_seq_length": 32768,
|
3 |
+
"do_lower_case": false
|
4 |
+
}
|
qwen2.5-1.5b-v2-merged/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 |
+
}
|
qwen2.5-1.5b-v2-merged/tokenizer.json
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:9c5ae00e602b8860cbd784ba82a8aa14e8feecec692e7076590d014d7b7fdafa
|
3 |
+
size 11421896
|