初始化项目,由ModelHub XC社区提供模型
Model: dphn/Dolphin-Xgen-RL Source: Original Platform
This commit is contained in:
59
.gitattributes
vendored
Normal file
59
.gitattributes
vendored
Normal file
@@ -0,0 +1,59 @@
|
||||
*.7z filter=lfs diff=lfs merge=lfs -text
|
||||
*.arrow filter=lfs diff=lfs merge=lfs -text
|
||||
*.bin filter=lfs diff=lfs merge=lfs -text
|
||||
*.bin.* filter=lfs diff=lfs merge=lfs -text
|
||||
*.bz2 filter=lfs diff=lfs merge=lfs -text
|
||||
*.ftz filter=lfs diff=lfs merge=lfs -text
|
||||
*.gz filter=lfs diff=lfs merge=lfs -text
|
||||
*.h5 filter=lfs diff=lfs merge=lfs -text
|
||||
*.joblib filter=lfs diff=lfs merge=lfs -text
|
||||
*.lfs.* filter=lfs diff=lfs merge=lfs -text
|
||||
*.model filter=lfs diff=lfs merge=lfs -text
|
||||
*.msgpack filter=lfs diff=lfs merge=lfs -text
|
||||
*.onnx filter=lfs diff=lfs merge=lfs -text
|
||||
*.ot filter=lfs diff=lfs merge=lfs -text
|
||||
*.parquet filter=lfs diff=lfs merge=lfs -text
|
||||
*.pb filter=lfs diff=lfs merge=lfs -text
|
||||
*.pt filter=lfs diff=lfs merge=lfs -text
|
||||
*.pth filter=lfs diff=lfs merge=lfs -text
|
||||
*.rar filter=lfs diff=lfs merge=lfs -text
|
||||
saved_model/**/* filter=lfs diff=lfs merge=lfs -text
|
||||
*.tar.* filter=lfs diff=lfs merge=lfs -text
|
||||
*.tflite filter=lfs diff=lfs merge=lfs -text
|
||||
*.tgz filter=lfs diff=lfs merge=lfs -text
|
||||
*.xz filter=lfs diff=lfs merge=lfs -text
|
||||
*.zip filter=lfs diff=lfs merge=lfs -text
|
||||
*.zstandard filter=lfs diff=lfs merge=lfs -text
|
||||
*.tfevents* filter=lfs diff=lfs merge=lfs -text
|
||||
*.db* filter=lfs diff=lfs merge=lfs -text
|
||||
*.ark* filter=lfs diff=lfs merge=lfs -text
|
||||
**/*ckpt*data* filter=lfs diff=lfs merge=lfs -text
|
||||
**/*ckpt*.meta filter=lfs diff=lfs merge=lfs -text
|
||||
**/*ckpt*.index filter=lfs diff=lfs merge=lfs -text
|
||||
|
||||
*.ckpt filter=lfs diff=lfs merge=lfs -text
|
||||
*.gguf* filter=lfs diff=lfs merge=lfs -text
|
||||
*.ggml filter=lfs diff=lfs merge=lfs -text
|
||||
*.llamafile* filter=lfs diff=lfs merge=lfs -text
|
||||
*.pt2 filter=lfs diff=lfs merge=lfs -text
|
||||
*.mlmodel filter=lfs diff=lfs merge=lfs -text
|
||||
*.npy filter=lfs diff=lfs merge=lfs -text
|
||||
*.npz filter=lfs diff=lfs merge=lfs -text
|
||||
*.pickle filter=lfs diff=lfs merge=lfs -text
|
||||
*.pkl filter=lfs diff=lfs merge=lfs -text
|
||||
*.tar filter=lfs diff=lfs merge=lfs -text
|
||||
*.wasm filter=lfs diff=lfs merge=lfs -text
|
||||
*.zst filter=lfs diff=lfs merge=lfs -text
|
||||
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
||||
|
||||
model-00005-of-00009.safetensors filter=lfs diff=lfs merge=lfs -text
|
||||
model-00006-of-00009.safetensors filter=lfs diff=lfs merge=lfs -text
|
||||
model-00009-of-00009.safetensors filter=lfs diff=lfs merge=lfs -text
|
||||
model-00003-of-00009.safetensors filter=lfs diff=lfs merge=lfs -text
|
||||
tokenizer.json filter=lfs diff=lfs merge=lfs -text
|
||||
model-00007-of-00009.safetensors filter=lfs diff=lfs merge=lfs -text
|
||||
model-00008-of-00009.safetensors filter=lfs diff=lfs merge=lfs -text
|
||||
model-00004-of-00009.safetensors filter=lfs diff=lfs merge=lfs -text
|
||||
model-00001-of-00009.safetensors filter=lfs diff=lfs merge=lfs -text
|
||||
model-00002-of-00009.safetensors filter=lfs diff=lfs merge=lfs -text
|
||||
vocab.json filter=lfs diff=lfs merge=lfs -text
|
||||
81
README.md
Normal file
81
README.md
Normal file
@@ -0,0 +1,81 @@
|
||||
---
|
||||
license: cc-by-nc-4.0
|
||||
base_model:
|
||||
- Salesforce/xgen-small-9B-instruct-r
|
||||
pipeline_tag: text-generation
|
||||
library_name: transformers
|
||||
---
|
||||
|
||||
# 🐬 Dolphin Xgen RL
|
||||
|
||||
Website: https://dphn.ai
|
||||
Twitter: https://x.com/dphnAI
|
||||
Web Chat: https://chat.dphn.ai
|
||||
|
||||
|
||||
## Overview
|
||||
|
||||
|
||||
In our blog post on training Dphn 405B, we stated that a stronger focus on RL for de-alignment would be crucial. We took a step in this direction by creating a simple LLM-as-judge reinforcement learning environment. During experiments with [Xgen 9B instruct](Salesforce/xgen-small-9B-instruct-r), we observed that the model's tone and alignment diverged from what we would normally expect, The model had reward-hacked into improvement. We're releasing this model as a **research artifact**, as it is not a decensored model.
|
||||
|
||||
The model performs best when allowed to reason through problems. Prefilling with `<think>` brings out its strongest qualities, though it *can* function without this prompt. Through testing, we found that 16K output tokens with 0.5 temperature and 0.05 min-p yielded the best responses.
|
||||
|
||||
Details of the training can be found on our blog: https://blog.dphn.ai/xgen-rl/
|
||||
|
||||
## Sponsors
|
||||
|
||||
Our appreciation for the generous sponsors of Dolphin:
|
||||
|
||||
- [Lium](https://lium.io) - provided on-demand 8x B200s for testing and evaluation.
|
||||
|
||||
- [Andreessen Horowitz](https://a16z.com/) - provided a [grant](https://a16z.com/supporting-the-open-source-ai-community/) that make Dolphin 1.0 possible and enabled us to bootstrap our lab.
|
||||
|
||||
|
||||
## What is Dolphin?
|
||||
|
||||
Dolphin aims to be a general purpose model, similar to the models behind ChatGPT, Claude, Gemini. But these models present problems for businesses seeking to include AI in their products.
|
||||
|
||||
1) They maintain control of the system prompt, deprecating and changing things as they wish, often causing software to break.
|
||||
2) They maintain control of the model versions, sometimes changing things silently, or deprecating older models that your business relies on.
|
||||
3) They maintain control of the alignment, and in particular the alignment is one-size-fits all, not tailored to the application.
|
||||
4) They can see all your queries and they can potentially use that data in ways you wouldn't want.
|
||||
Dolphin, in contrast, is steerable and gives control to the system owner. You set the system prompt. You decide the alignment. You have control of your data. Dolphin does not impose its ethics or guidelines on you. You are the one who decides the guidelines.
|
||||
|
||||
Dolphin belongs to YOU, it is your tool, an extension of your will.
|
||||
Just as you are personally responsible for what you do with a knife, gun, fire, car, or the internet, you are the creator and originator of any content you generate with Dolphin.
|
||||
|
||||
https://erichartford.com/uncensored-models
|
||||
|
||||
## Chat Template
|
||||
|
||||
We maintained ChatML default chat template for this model. A typical input would look like this:
|
||||
|
||||
```
|
||||
<|im_start|>user
|
||||
Hi there!<|im_end|>
|
||||
<|im_start|>assistant
|
||||
Nice to meet you!<|im_end|>
|
||||
<|im_start|>user
|
||||
Can I ask a question?<|im_end|>
|
||||
<|im_start|>assistant
|
||||
```
|
||||
|
||||
|
||||
## Benchmarks
|
||||
|
||||
| Benchmark | % |
|
||||
| --------- | --------: |
|
||||
| aime2024 | 31.67% |
|
||||
| aime2025 | 66.67% |
|
||||
| ifeval | 25.99% |
|
||||
| math500 | 95.40% |
|
||||
| mmlu-pro | 62.50% |
|
||||
|
||||
*We used Prime Intellect's environments for evaluation, running 5 passes for MMLU-Pro and 2 passes for all other benchmarks, then averaged the scores. All evaluations were run at 0.5 temperature with 0.05 min-p with 16K output tokens and `<think>` tag prefilled.*
|
||||
|
||||
## Usage
|
||||
|
||||
The model can be used with the following frameworks;
|
||||
- [`vllm`](https://github.com/vllm-project/vllm)
|
||||
- [`transformers`](https://github.com/huggingface/transformers)
|
||||
- [`llama-cpp`](https://github.com/ggml-org/llama.cpp)
|
||||
5
added_tokens.json
Normal file
5
added_tokens.json
Normal file
@@ -0,0 +1,5 @@
|
||||
{
|
||||
"<|endofprompt|>": 100276,
|
||||
"<|im_end|>": 100265,
|
||||
"<|im_start|>": 100264
|
||||
}
|
||||
32
config.json
Normal file
32
config.json
Normal file
@@ -0,0 +1,32 @@
|
||||
{
|
||||
"architectures": [
|
||||
"LlamaForCausalLM"
|
||||
],
|
||||
"attention_bias": false,
|
||||
"attention_dropout": 0.0,
|
||||
"bos_token_id": 100257,
|
||||
"embd_pdrop": 0.0,
|
||||
"eos_token_id": 100265,
|
||||
"head_dim": 128,
|
||||
"hidden_act": "silu",
|
||||
"hidden_size": 4096,
|
||||
"initializer_range": 0.02,
|
||||
"intermediate_size": 14336,
|
||||
"max_position_embeddings": 262144,
|
||||
"mlp_bias": false,
|
||||
"model_type": "llama",
|
||||
"num_attention_heads": 32,
|
||||
"num_hidden_layers": 45,
|
||||
"num_key_value_heads": 8,
|
||||
"pad_token_id": 100257,
|
||||
"pretraining_tp": 1,
|
||||
"resid_pdrop": 0.0,
|
||||
"rms_norm_eps": 1e-06,
|
||||
"rope_scaling": null,
|
||||
"rope_theta": 128000000,
|
||||
"tie_word_embeddings": false,
|
||||
"torch_dtype": "float32",
|
||||
"transformers_version": "4.51.3",
|
||||
"use_cache": false,
|
||||
"vocab_size": 102400
|
||||
}
|
||||
1
configuration.json
Normal file
1
configuration.json
Normal file
@@ -0,0 +1 @@
|
||||
{"framework": "pytorch", "task": "text-generation", "allow_remote": true}
|
||||
8
generation_config.json
Normal file
8
generation_config.json
Normal file
@@ -0,0 +1,8 @@
|
||||
{
|
||||
"_from_model_config": true,
|
||||
"bos_token_id": 100257,
|
||||
"eos_token_id": 100265,
|
||||
"pad_token_id": 100257,
|
||||
"transformers_version": "4.51.3",
|
||||
"use_cache": false
|
||||
}
|
||||
100001
merges.txt
Normal file
100001
merges.txt
Normal file
File diff suppressed because it is too large
Load Diff
3
model-00001-of-00009.safetensors
Normal file
3
model-00001-of-00009.safetensors
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:88bba020dfe87afe34fd07a727b0dbf204b8753e9e317c2a77a915cfee5e2010
|
||||
size 4932603736
|
||||
3
model-00002-of-00009.safetensors
Normal file
3
model-00002-of-00009.safetensors
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:a8b414dfef6f21adf2338a2ecc99cf748e5d28253864e813201bd590331a8633
|
||||
size 4999813072
|
||||
3
model-00003-of-00009.safetensors
Normal file
3
model-00003-of-00009.safetensors
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:f70f541754fb730e360269f1347bbbe59ebd733406b02da25812a43656d377c4
|
||||
size 4999813112
|
||||
3
model-00004-of-00009.safetensors
Normal file
3
model-00004-of-00009.safetensors
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:7a5f9f6032c011a50e7a5bbbcd30fa27948616e4e048766cf6ffaae65a730a6e
|
||||
size 4832007496
|
||||
3
model-00005-of-00009.safetensors
Normal file
3
model-00005-of-00009.safetensors
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:cea0960def6a6a59e6cc22d5ebaf2397ba3f448a0ce25f6feadcd96843a9a67d
|
||||
size 4999813120
|
||||
3
model-00006-of-00009.safetensors
Normal file
3
model-00006-of-00009.safetensors
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:4a0f1030bec2f26eb1bc6c009da9230affd3e3af3472221fb15c49eaebf27be3
|
||||
size 4999813128
|
||||
3
model-00007-of-00009.safetensors
Normal file
3
model-00007-of-00009.safetensors
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:65d041b5aebf3691da922406b105a3999b05d26b9b6e6c0e87e66eb4b2da83f2
|
||||
size 4832007496
|
||||
3
model-00008-of-00009.safetensors
Normal file
3
model-00008-of-00009.safetensors
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:37be1d94f4e130b594de560d87b84e94eea92cfbc8f5e479785409cc527e97c3
|
||||
size 4999813120
|
||||
3
model-00009-of-00009.safetensors
Normal file
3
model-00009-of-00009.safetensors
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:a3872f1e9a01dd716eb3f1966ff0348c699f498e259d972298a96c1d3ffb1c73
|
||||
size 3019982520
|
||||
415
model.safetensors.index.json
Normal file
415
model.safetensors.index.json
Normal file
@@ -0,0 +1,415 @@
|
||||
{
|
||||
"metadata": {
|
||||
"total_size": 42615619584
|
||||
},
|
||||
"weight_map": {
|
||||
"lm_head.weight": "model-00009-of-00009.safetensors",
|
||||
"model.embed_tokens.weight": "model-00001-of-00009.safetensors",
|
||||
"model.layers.0.input_layernorm.weight": "model-00001-of-00009.safetensors",
|
||||
"model.layers.0.mlp.down_proj.weight": "model-00001-of-00009.safetensors",
|
||||
"model.layers.0.mlp.gate_proj.weight": "model-00001-of-00009.safetensors",
|
||||
"model.layers.0.mlp.up_proj.weight": "model-00001-of-00009.safetensors",
|
||||
"model.layers.0.post_attention_layernorm.weight": "model-00001-of-00009.safetensors",
|
||||
"model.layers.0.self_attn.k_proj.weight": "model-00001-of-00009.safetensors",
|
||||
"model.layers.0.self_attn.o_proj.weight": "model-00001-of-00009.safetensors",
|
||||
"model.layers.0.self_attn.q_proj.weight": "model-00001-of-00009.safetensors",
|
||||
"model.layers.0.self_attn.v_proj.weight": "model-00001-of-00009.safetensors",
|
||||
"model.layers.1.input_layernorm.weight": "model-00001-of-00009.safetensors",
|
||||
"model.layers.1.mlp.down_proj.weight": "model-00001-of-00009.safetensors",
|
||||
"model.layers.1.mlp.gate_proj.weight": "model-00001-of-00009.safetensors",
|
||||
"model.layers.1.mlp.up_proj.weight": "model-00001-of-00009.safetensors",
|
||||
"model.layers.1.post_attention_layernorm.weight": "model-00001-of-00009.safetensors",
|
||||
"model.layers.1.self_attn.k_proj.weight": "model-00001-of-00009.safetensors",
|
||||
"model.layers.1.self_attn.o_proj.weight": "model-00001-of-00009.safetensors",
|
||||
"model.layers.1.self_attn.q_proj.weight": "model-00001-of-00009.safetensors",
|
||||
"model.layers.1.self_attn.v_proj.weight": "model-00001-of-00009.safetensors",
|
||||
"model.layers.10.input_layernorm.weight": "model-00003-of-00009.safetensors",
|
||||
"model.layers.10.mlp.down_proj.weight": "model-00003-of-00009.safetensors",
|
||||
"model.layers.10.mlp.gate_proj.weight": "model-00003-of-00009.safetensors",
|
||||
"model.layers.10.mlp.up_proj.weight": "model-00003-of-00009.safetensors",
|
||||
"model.layers.10.post_attention_layernorm.weight": "model-00003-of-00009.safetensors",
|
||||
"model.layers.10.self_attn.k_proj.weight": "model-00003-of-00009.safetensors",
|
||||
"model.layers.10.self_attn.o_proj.weight": "model-00003-of-00009.safetensors",
|
||||
"model.layers.10.self_attn.q_proj.weight": "model-00003-of-00009.safetensors",
|
||||
"model.layers.10.self_attn.v_proj.weight": "model-00003-of-00009.safetensors",
|
||||
"model.layers.11.input_layernorm.weight": "model-00003-of-00009.safetensors",
|
||||
"model.layers.11.mlp.down_proj.weight": "model-00003-of-00009.safetensors",
|
||||
"model.layers.11.mlp.gate_proj.weight": "model-00003-of-00009.safetensors",
|
||||
"model.layers.11.mlp.up_proj.weight": "model-00003-of-00009.safetensors",
|
||||
"model.layers.11.post_attention_layernorm.weight": "model-00003-of-00009.safetensors",
|
||||
"model.layers.11.self_attn.k_proj.weight": "model-00003-of-00009.safetensors",
|
||||
"model.layers.11.self_attn.o_proj.weight": "model-00003-of-00009.safetensors",
|
||||
"model.layers.11.self_attn.q_proj.weight": "model-00003-of-00009.safetensors",
|
||||
"model.layers.11.self_attn.v_proj.weight": "model-00003-of-00009.safetensors",
|
||||
"model.layers.12.input_layernorm.weight": "model-00003-of-00009.safetensors",
|
||||
"model.layers.12.mlp.down_proj.weight": "model-00003-of-00009.safetensors",
|
||||
"model.layers.12.mlp.gate_proj.weight": "model-00003-of-00009.safetensors",
|
||||
"model.layers.12.mlp.up_proj.weight": "model-00003-of-00009.safetensors",
|
||||
"model.layers.12.post_attention_layernorm.weight": "model-00003-of-00009.safetensors",
|
||||
"model.layers.12.self_attn.k_proj.weight": "model-00003-of-00009.safetensors",
|
||||
"model.layers.12.self_attn.o_proj.weight": "model-00003-of-00009.safetensors",
|
||||
"model.layers.12.self_attn.q_proj.weight": "model-00003-of-00009.safetensors",
|
||||
"model.layers.12.self_attn.v_proj.weight": "model-00003-of-00009.safetensors",
|
||||
"model.layers.13.input_layernorm.weight": "model-00003-of-00009.safetensors",
|
||||
"model.layers.13.mlp.down_proj.weight": "model-00003-of-00009.safetensors",
|
||||
"model.layers.13.mlp.gate_proj.weight": "model-00003-of-00009.safetensors",
|
||||
"model.layers.13.mlp.up_proj.weight": "model-00003-of-00009.safetensors",
|
||||
"model.layers.13.post_attention_layernorm.weight": "model-00003-of-00009.safetensors",
|
||||
"model.layers.13.self_attn.k_proj.weight": "model-00003-of-00009.safetensors",
|
||||
"model.layers.13.self_attn.o_proj.weight": "model-00003-of-00009.safetensors",
|
||||
"model.layers.13.self_attn.q_proj.weight": "model-00003-of-00009.safetensors",
|
||||
"model.layers.13.self_attn.v_proj.weight": "model-00003-of-00009.safetensors",
|
||||
"model.layers.14.input_layernorm.weight": "model-00003-of-00009.safetensors",
|
||||
"model.layers.14.mlp.down_proj.weight": "model-00003-of-00009.safetensors",
|
||||
"model.layers.14.mlp.gate_proj.weight": "model-00003-of-00009.safetensors",
|
||||
"model.layers.14.mlp.up_proj.weight": "model-00003-of-00009.safetensors",
|
||||
"model.layers.14.post_attention_layernorm.weight": "model-00003-of-00009.safetensors",
|
||||
"model.layers.14.self_attn.k_proj.weight": "model-00003-of-00009.safetensors",
|
||||
"model.layers.14.self_attn.o_proj.weight": "model-00003-of-00009.safetensors",
|
||||
"model.layers.14.self_attn.q_proj.weight": "model-00003-of-00009.safetensors",
|
||||
"model.layers.14.self_attn.v_proj.weight": "model-00003-of-00009.safetensors",
|
||||
"model.layers.15.input_layernorm.weight": "model-00004-of-00009.safetensors",
|
||||
"model.layers.15.mlp.down_proj.weight": "model-00004-of-00009.safetensors",
|
||||
"model.layers.15.mlp.gate_proj.weight": "model-00004-of-00009.safetensors",
|
||||
"model.layers.15.mlp.up_proj.weight": "model-00004-of-00009.safetensors",
|
||||
"model.layers.15.post_attention_layernorm.weight": "model-00004-of-00009.safetensors",
|
||||
"model.layers.15.self_attn.k_proj.weight": "model-00003-of-00009.safetensors",
|
||||
"model.layers.15.self_attn.o_proj.weight": "model-00003-of-00009.safetensors",
|
||||
"model.layers.15.self_attn.q_proj.weight": "model-00003-of-00009.safetensors",
|
||||
"model.layers.15.self_attn.v_proj.weight": "model-00003-of-00009.safetensors",
|
||||
"model.layers.16.input_layernorm.weight": "model-00004-of-00009.safetensors",
|
||||
"model.layers.16.mlp.down_proj.weight": "model-00004-of-00009.safetensors",
|
||||
"model.layers.16.mlp.gate_proj.weight": "model-00004-of-00009.safetensors",
|
||||
"model.layers.16.mlp.up_proj.weight": "model-00004-of-00009.safetensors",
|
||||
"model.layers.16.post_attention_layernorm.weight": "model-00004-of-00009.safetensors",
|
||||
"model.layers.16.self_attn.k_proj.weight": "model-00004-of-00009.safetensors",
|
||||
"model.layers.16.self_attn.o_proj.weight": "model-00004-of-00009.safetensors",
|
||||
"model.layers.16.self_attn.q_proj.weight": "model-00004-of-00009.safetensors",
|
||||
"model.layers.16.self_attn.v_proj.weight": "model-00004-of-00009.safetensors",
|
||||
"model.layers.17.input_layernorm.weight": "model-00004-of-00009.safetensors",
|
||||
"model.layers.17.mlp.down_proj.weight": "model-00004-of-00009.safetensors",
|
||||
"model.layers.17.mlp.gate_proj.weight": "model-00004-of-00009.safetensors",
|
||||
"model.layers.17.mlp.up_proj.weight": "model-00004-of-00009.safetensors",
|
||||
"model.layers.17.post_attention_layernorm.weight": "model-00004-of-00009.safetensors",
|
||||
"model.layers.17.self_attn.k_proj.weight": "model-00004-of-00009.safetensors",
|
||||
"model.layers.17.self_attn.o_proj.weight": "model-00004-of-00009.safetensors",
|
||||
"model.layers.17.self_attn.q_proj.weight": "model-00004-of-00009.safetensors",
|
||||
"model.layers.17.self_attn.v_proj.weight": "model-00004-of-00009.safetensors",
|
||||
"model.layers.18.input_layernorm.weight": "model-00004-of-00009.safetensors",
|
||||
"model.layers.18.mlp.down_proj.weight": "model-00004-of-00009.safetensors",
|
||||
"model.layers.18.mlp.gate_proj.weight": "model-00004-of-00009.safetensors",
|
||||
"model.layers.18.mlp.up_proj.weight": "model-00004-of-00009.safetensors",
|
||||
"model.layers.18.post_attention_layernorm.weight": "model-00004-of-00009.safetensors",
|
||||
"model.layers.18.self_attn.k_proj.weight": "model-00004-of-00009.safetensors",
|
||||
"model.layers.18.self_attn.o_proj.weight": "model-00004-of-00009.safetensors",
|
||||
"model.layers.18.self_attn.q_proj.weight": "model-00004-of-00009.safetensors",
|
||||
"model.layers.18.self_attn.v_proj.weight": "model-00004-of-00009.safetensors",
|
||||
"model.layers.19.input_layernorm.weight": "model-00004-of-00009.safetensors",
|
||||
"model.layers.19.mlp.down_proj.weight": "model-00004-of-00009.safetensors",
|
||||
"model.layers.19.mlp.gate_proj.weight": "model-00004-of-00009.safetensors",
|
||||
"model.layers.19.mlp.up_proj.weight": "model-00004-of-00009.safetensors",
|
||||
"model.layers.19.post_attention_layernorm.weight": "model-00004-of-00009.safetensors",
|
||||
"model.layers.19.self_attn.k_proj.weight": "model-00004-of-00009.safetensors",
|
||||
"model.layers.19.self_attn.o_proj.weight": "model-00004-of-00009.safetensors",
|
||||
"model.layers.19.self_attn.q_proj.weight": "model-00004-of-00009.safetensors",
|
||||
"model.layers.19.self_attn.v_proj.weight": "model-00004-of-00009.safetensors",
|
||||
"model.layers.2.input_layernorm.weight": "model-00001-of-00009.safetensors",
|
||||
"model.layers.2.mlp.down_proj.weight": "model-00001-of-00009.safetensors",
|
||||
"model.layers.2.mlp.gate_proj.weight": "model-00001-of-00009.safetensors",
|
||||
"model.layers.2.mlp.up_proj.weight": "model-00001-of-00009.safetensors",
|
||||
"model.layers.2.post_attention_layernorm.weight": "model-00001-of-00009.safetensors",
|
||||
"model.layers.2.self_attn.k_proj.weight": "model-00001-of-00009.safetensors",
|
||||
"model.layers.2.self_attn.o_proj.weight": "model-00001-of-00009.safetensors",
|
||||
"model.layers.2.self_attn.q_proj.weight": "model-00001-of-00009.safetensors",
|
||||
"model.layers.2.self_attn.v_proj.weight": "model-00001-of-00009.safetensors",
|
||||
"model.layers.20.input_layernorm.weight": "model-00005-of-00009.safetensors",
|
||||
"model.layers.20.mlp.down_proj.weight": "model-00005-of-00009.safetensors",
|
||||
"model.layers.20.mlp.gate_proj.weight": "model-00004-of-00009.safetensors",
|
||||
"model.layers.20.mlp.up_proj.weight": "model-00004-of-00009.safetensors",
|
||||
"model.layers.20.post_attention_layernorm.weight": "model-00005-of-00009.safetensors",
|
||||
"model.layers.20.self_attn.k_proj.weight": "model-00004-of-00009.safetensors",
|
||||
"model.layers.20.self_attn.o_proj.weight": "model-00004-of-00009.safetensors",
|
||||
"model.layers.20.self_attn.q_proj.weight": "model-00004-of-00009.safetensors",
|
||||
"model.layers.20.self_attn.v_proj.weight": "model-00004-of-00009.safetensors",
|
||||
"model.layers.21.input_layernorm.weight": "model-00005-of-00009.safetensors",
|
||||
"model.layers.21.mlp.down_proj.weight": "model-00005-of-00009.safetensors",
|
||||
"model.layers.21.mlp.gate_proj.weight": "model-00005-of-00009.safetensors",
|
||||
"model.layers.21.mlp.up_proj.weight": "model-00005-of-00009.safetensors",
|
||||
"model.layers.21.post_attention_layernorm.weight": "model-00005-of-00009.safetensors",
|
||||
"model.layers.21.self_attn.k_proj.weight": "model-00005-of-00009.safetensors",
|
||||
"model.layers.21.self_attn.o_proj.weight": "model-00005-of-00009.safetensors",
|
||||
"model.layers.21.self_attn.q_proj.weight": "model-00005-of-00009.safetensors",
|
||||
"model.layers.21.self_attn.v_proj.weight": "model-00005-of-00009.safetensors",
|
||||
"model.layers.22.input_layernorm.weight": "model-00005-of-00009.safetensors",
|
||||
"model.layers.22.mlp.down_proj.weight": "model-00005-of-00009.safetensors",
|
||||
"model.layers.22.mlp.gate_proj.weight": "model-00005-of-00009.safetensors",
|
||||
"model.layers.22.mlp.up_proj.weight": "model-00005-of-00009.safetensors",
|
||||
"model.layers.22.post_attention_layernorm.weight": "model-00005-of-00009.safetensors",
|
||||
"model.layers.22.self_attn.k_proj.weight": "model-00005-of-00009.safetensors",
|
||||
"model.layers.22.self_attn.o_proj.weight": "model-00005-of-00009.safetensors",
|
||||
"model.layers.22.self_attn.q_proj.weight": "model-00005-of-00009.safetensors",
|
||||
"model.layers.22.self_attn.v_proj.weight": "model-00005-of-00009.safetensors",
|
||||
"model.layers.23.input_layernorm.weight": "model-00005-of-00009.safetensors",
|
||||
"model.layers.23.mlp.down_proj.weight": "model-00005-of-00009.safetensors",
|
||||
"model.layers.23.mlp.gate_proj.weight": "model-00005-of-00009.safetensors",
|
||||
"model.layers.23.mlp.up_proj.weight": "model-00005-of-00009.safetensors",
|
||||
"model.layers.23.post_attention_layernorm.weight": "model-00005-of-00009.safetensors",
|
||||
"model.layers.23.self_attn.k_proj.weight": "model-00005-of-00009.safetensors",
|
||||
"model.layers.23.self_attn.o_proj.weight": "model-00005-of-00009.safetensors",
|
||||
"model.layers.23.self_attn.q_proj.weight": "model-00005-of-00009.safetensors",
|
||||
"model.layers.23.self_attn.v_proj.weight": "model-00005-of-00009.safetensors",
|
||||
"model.layers.24.input_layernorm.weight": "model-00005-of-00009.safetensors",
|
||||
"model.layers.24.mlp.down_proj.weight": "model-00005-of-00009.safetensors",
|
||||
"model.layers.24.mlp.gate_proj.weight": "model-00005-of-00009.safetensors",
|
||||
"model.layers.24.mlp.up_proj.weight": "model-00005-of-00009.safetensors",
|
||||
"model.layers.24.post_attention_layernorm.weight": "model-00005-of-00009.safetensors",
|
||||
"model.layers.24.self_attn.k_proj.weight": "model-00005-of-00009.safetensors",
|
||||
"model.layers.24.self_attn.o_proj.weight": "model-00005-of-00009.safetensors",
|
||||
"model.layers.24.self_attn.q_proj.weight": "model-00005-of-00009.safetensors",
|
||||
"model.layers.24.self_attn.v_proj.weight": "model-00005-of-00009.safetensors",
|
||||
"model.layers.25.input_layernorm.weight": "model-00005-of-00009.safetensors",
|
||||
"model.layers.25.mlp.down_proj.weight": "model-00005-of-00009.safetensors",
|
||||
"model.layers.25.mlp.gate_proj.weight": "model-00005-of-00009.safetensors",
|
||||
"model.layers.25.mlp.up_proj.weight": "model-00005-of-00009.safetensors",
|
||||
"model.layers.25.post_attention_layernorm.weight": "model-00005-of-00009.safetensors",
|
||||
"model.layers.25.self_attn.k_proj.weight": "model-00005-of-00009.safetensors",
|
||||
"model.layers.25.self_attn.o_proj.weight": "model-00005-of-00009.safetensors",
|
||||
"model.layers.25.self_attn.q_proj.weight": "model-00005-of-00009.safetensors",
|
||||
"model.layers.25.self_attn.v_proj.weight": "model-00005-of-00009.safetensors",
|
||||
"model.layers.26.input_layernorm.weight": "model-00006-of-00009.safetensors",
|
||||
"model.layers.26.mlp.down_proj.weight": "model-00006-of-00009.safetensors",
|
||||
"model.layers.26.mlp.gate_proj.weight": "model-00005-of-00009.safetensors",
|
||||
"model.layers.26.mlp.up_proj.weight": "model-00006-of-00009.safetensors",
|
||||
"model.layers.26.post_attention_layernorm.weight": "model-00006-of-00009.safetensors",
|
||||
"model.layers.26.self_attn.k_proj.weight": "model-00005-of-00009.safetensors",
|
||||
"model.layers.26.self_attn.o_proj.weight": "model-00005-of-00009.safetensors",
|
||||
"model.layers.26.self_attn.q_proj.weight": "model-00005-of-00009.safetensors",
|
||||
"model.layers.26.self_attn.v_proj.weight": "model-00005-of-00009.safetensors",
|
||||
"model.layers.27.input_layernorm.weight": "model-00006-of-00009.safetensors",
|
||||
"model.layers.27.mlp.down_proj.weight": "model-00006-of-00009.safetensors",
|
||||
"model.layers.27.mlp.gate_proj.weight": "model-00006-of-00009.safetensors",
|
||||
"model.layers.27.mlp.up_proj.weight": "model-00006-of-00009.safetensors",
|
||||
"model.layers.27.post_attention_layernorm.weight": "model-00006-of-00009.safetensors",
|
||||
"model.layers.27.self_attn.k_proj.weight": "model-00006-of-00009.safetensors",
|
||||
"model.layers.27.self_attn.o_proj.weight": "model-00006-of-00009.safetensors",
|
||||
"model.layers.27.self_attn.q_proj.weight": "model-00006-of-00009.safetensors",
|
||||
"model.layers.27.self_attn.v_proj.weight": "model-00006-of-00009.safetensors",
|
||||
"model.layers.28.input_layernorm.weight": "model-00006-of-00009.safetensors",
|
||||
"model.layers.28.mlp.down_proj.weight": "model-00006-of-00009.safetensors",
|
||||
"model.layers.28.mlp.gate_proj.weight": "model-00006-of-00009.safetensors",
|
||||
"model.layers.28.mlp.up_proj.weight": "model-00006-of-00009.safetensors",
|
||||
"model.layers.28.post_attention_layernorm.weight": "model-00006-of-00009.safetensors",
|
||||
"model.layers.28.self_attn.k_proj.weight": "model-00006-of-00009.safetensors",
|
||||
"model.layers.28.self_attn.o_proj.weight": "model-00006-of-00009.safetensors",
|
||||
"model.layers.28.self_attn.q_proj.weight": "model-00006-of-00009.safetensors",
|
||||
"model.layers.28.self_attn.v_proj.weight": "model-00006-of-00009.safetensors",
|
||||
"model.layers.29.input_layernorm.weight": "model-00006-of-00009.safetensors",
|
||||
"model.layers.29.mlp.down_proj.weight": "model-00006-of-00009.safetensors",
|
||||
"model.layers.29.mlp.gate_proj.weight": "model-00006-of-00009.safetensors",
|
||||
"model.layers.29.mlp.up_proj.weight": "model-00006-of-00009.safetensors",
|
||||
"model.layers.29.post_attention_layernorm.weight": "model-00006-of-00009.safetensors",
|
||||
"model.layers.29.self_attn.k_proj.weight": "model-00006-of-00009.safetensors",
|
||||
"model.layers.29.self_attn.o_proj.weight": "model-00006-of-00009.safetensors",
|
||||
"model.layers.29.self_attn.q_proj.weight": "model-00006-of-00009.safetensors",
|
||||
"model.layers.29.self_attn.v_proj.weight": "model-00006-of-00009.safetensors",
|
||||
"model.layers.3.input_layernorm.weight": "model-00002-of-00009.safetensors",
|
||||
"model.layers.3.mlp.down_proj.weight": "model-00002-of-00009.safetensors",
|
||||
"model.layers.3.mlp.gate_proj.weight": "model-00001-of-00009.safetensors",
|
||||
"model.layers.3.mlp.up_proj.weight": "model-00001-of-00009.safetensors",
|
||||
"model.layers.3.post_attention_layernorm.weight": "model-00002-of-00009.safetensors",
|
||||
"model.layers.3.self_attn.k_proj.weight": "model-00001-of-00009.safetensors",
|
||||
"model.layers.3.self_attn.o_proj.weight": "model-00001-of-00009.safetensors",
|
||||
"model.layers.3.self_attn.q_proj.weight": "model-00001-of-00009.safetensors",
|
||||
"model.layers.3.self_attn.v_proj.weight": "model-00001-of-00009.safetensors",
|
||||
"model.layers.30.input_layernorm.weight": "model-00006-of-00009.safetensors",
|
||||
"model.layers.30.mlp.down_proj.weight": "model-00006-of-00009.safetensors",
|
||||
"model.layers.30.mlp.gate_proj.weight": "model-00006-of-00009.safetensors",
|
||||
"model.layers.30.mlp.up_proj.weight": "model-00006-of-00009.safetensors",
|
||||
"model.layers.30.post_attention_layernorm.weight": "model-00006-of-00009.safetensors",
|
||||
"model.layers.30.self_attn.k_proj.weight": "model-00006-of-00009.safetensors",
|
||||
"model.layers.30.self_attn.o_proj.weight": "model-00006-of-00009.safetensors",
|
||||
"model.layers.30.self_attn.q_proj.weight": "model-00006-of-00009.safetensors",
|
||||
"model.layers.30.self_attn.v_proj.weight": "model-00006-of-00009.safetensors",
|
||||
"model.layers.31.input_layernorm.weight": "model-00006-of-00009.safetensors",
|
||||
"model.layers.31.mlp.down_proj.weight": "model-00006-of-00009.safetensors",
|
||||
"model.layers.31.mlp.gate_proj.weight": "model-00006-of-00009.safetensors",
|
||||
"model.layers.31.mlp.up_proj.weight": "model-00006-of-00009.safetensors",
|
||||
"model.layers.31.post_attention_layernorm.weight": "model-00006-of-00009.safetensors",
|
||||
"model.layers.31.self_attn.k_proj.weight": "model-00006-of-00009.safetensors",
|
||||
"model.layers.31.self_attn.o_proj.weight": "model-00006-of-00009.safetensors",
|
||||
"model.layers.31.self_attn.q_proj.weight": "model-00006-of-00009.safetensors",
|
||||
"model.layers.31.self_attn.v_proj.weight": "model-00006-of-00009.safetensors",
|
||||
"model.layers.32.input_layernorm.weight": "model-00007-of-00009.safetensors",
|
||||
"model.layers.32.mlp.down_proj.weight": "model-00007-of-00009.safetensors",
|
||||
"model.layers.32.mlp.gate_proj.weight": "model-00007-of-00009.safetensors",
|
||||
"model.layers.32.mlp.up_proj.weight": "model-00007-of-00009.safetensors",
|
||||
"model.layers.32.post_attention_layernorm.weight": "model-00007-of-00009.safetensors",
|
||||
"model.layers.32.self_attn.k_proj.weight": "model-00006-of-00009.safetensors",
|
||||
"model.layers.32.self_attn.o_proj.weight": "model-00006-of-00009.safetensors",
|
||||
"model.layers.32.self_attn.q_proj.weight": "model-00006-of-00009.safetensors",
|
||||
"model.layers.32.self_attn.v_proj.weight": "model-00006-of-00009.safetensors",
|
||||
"model.layers.33.input_layernorm.weight": "model-00007-of-00009.safetensors",
|
||||
"model.layers.33.mlp.down_proj.weight": "model-00007-of-00009.safetensors",
|
||||
"model.layers.33.mlp.gate_proj.weight": "model-00007-of-00009.safetensors",
|
||||
"model.layers.33.mlp.up_proj.weight": "model-00007-of-00009.safetensors",
|
||||
"model.layers.33.post_attention_layernorm.weight": "model-00007-of-00009.safetensors",
|
||||
"model.layers.33.self_attn.k_proj.weight": "model-00007-of-00009.safetensors",
|
||||
"model.layers.33.self_attn.o_proj.weight": "model-00007-of-00009.safetensors",
|
||||
"model.layers.33.self_attn.q_proj.weight": "model-00007-of-00009.safetensors",
|
||||
"model.layers.33.self_attn.v_proj.weight": "model-00007-of-00009.safetensors",
|
||||
"model.layers.34.input_layernorm.weight": "model-00007-of-00009.safetensors",
|
||||
"model.layers.34.mlp.down_proj.weight": "model-00007-of-00009.safetensors",
|
||||
"model.layers.34.mlp.gate_proj.weight": "model-00007-of-00009.safetensors",
|
||||
"model.layers.34.mlp.up_proj.weight": "model-00007-of-00009.safetensors",
|
||||
"model.layers.34.post_attention_layernorm.weight": "model-00007-of-00009.safetensors",
|
||||
"model.layers.34.self_attn.k_proj.weight": "model-00007-of-00009.safetensors",
|
||||
"model.layers.34.self_attn.o_proj.weight": "model-00007-of-00009.safetensors",
|
||||
"model.layers.34.self_attn.q_proj.weight": "model-00007-of-00009.safetensors",
|
||||
"model.layers.34.self_attn.v_proj.weight": "model-00007-of-00009.safetensors",
|
||||
"model.layers.35.input_layernorm.weight": "model-00007-of-00009.safetensors",
|
||||
"model.layers.35.mlp.down_proj.weight": "model-00007-of-00009.safetensors",
|
||||
"model.layers.35.mlp.gate_proj.weight": "model-00007-of-00009.safetensors",
|
||||
"model.layers.35.mlp.up_proj.weight": "model-00007-of-00009.safetensors",
|
||||
"model.layers.35.post_attention_layernorm.weight": "model-00007-of-00009.safetensors",
|
||||
"model.layers.35.self_attn.k_proj.weight": "model-00007-of-00009.safetensors",
|
||||
"model.layers.35.self_attn.o_proj.weight": "model-00007-of-00009.safetensors",
|
||||
"model.layers.35.self_attn.q_proj.weight": "model-00007-of-00009.safetensors",
|
||||
"model.layers.35.self_attn.v_proj.weight": "model-00007-of-00009.safetensors",
|
||||
"model.layers.36.input_layernorm.weight": "model-00007-of-00009.safetensors",
|
||||
"model.layers.36.mlp.down_proj.weight": "model-00007-of-00009.safetensors",
|
||||
"model.layers.36.mlp.gate_proj.weight": "model-00007-of-00009.safetensors",
|
||||
"model.layers.36.mlp.up_proj.weight": "model-00007-of-00009.safetensors",
|
||||
"model.layers.36.post_attention_layernorm.weight": "model-00007-of-00009.safetensors",
|
||||
"model.layers.36.self_attn.k_proj.weight": "model-00007-of-00009.safetensors",
|
||||
"model.layers.36.self_attn.o_proj.weight": "model-00007-of-00009.safetensors",
|
||||
"model.layers.36.self_attn.q_proj.weight": "model-00007-of-00009.safetensors",
|
||||
"model.layers.36.self_attn.v_proj.weight": "model-00007-of-00009.safetensors",
|
||||
"model.layers.37.input_layernorm.weight": "model-00008-of-00009.safetensors",
|
||||
"model.layers.37.mlp.down_proj.weight": "model-00008-of-00009.safetensors",
|
||||
"model.layers.37.mlp.gate_proj.weight": "model-00007-of-00009.safetensors",
|
||||
"model.layers.37.mlp.up_proj.weight": "model-00007-of-00009.safetensors",
|
||||
"model.layers.37.post_attention_layernorm.weight": "model-00008-of-00009.safetensors",
|
||||
"model.layers.37.self_attn.k_proj.weight": "model-00007-of-00009.safetensors",
|
||||
"model.layers.37.self_attn.o_proj.weight": "model-00007-of-00009.safetensors",
|
||||
"model.layers.37.self_attn.q_proj.weight": "model-00007-of-00009.safetensors",
|
||||
"model.layers.37.self_attn.v_proj.weight": "model-00007-of-00009.safetensors",
|
||||
"model.layers.38.input_layernorm.weight": "model-00008-of-00009.safetensors",
|
||||
"model.layers.38.mlp.down_proj.weight": "model-00008-of-00009.safetensors",
|
||||
"model.layers.38.mlp.gate_proj.weight": "model-00008-of-00009.safetensors",
|
||||
"model.layers.38.mlp.up_proj.weight": "model-00008-of-00009.safetensors",
|
||||
"model.layers.38.post_attention_layernorm.weight": "model-00008-of-00009.safetensors",
|
||||
"model.layers.38.self_attn.k_proj.weight": "model-00008-of-00009.safetensors",
|
||||
"model.layers.38.self_attn.o_proj.weight": "model-00008-of-00009.safetensors",
|
||||
"model.layers.38.self_attn.q_proj.weight": "model-00008-of-00009.safetensors",
|
||||
"model.layers.38.self_attn.v_proj.weight": "model-00008-of-00009.safetensors",
|
||||
"model.layers.39.input_layernorm.weight": "model-00008-of-00009.safetensors",
|
||||
"model.layers.39.mlp.down_proj.weight": "model-00008-of-00009.safetensors",
|
||||
"model.layers.39.mlp.gate_proj.weight": "model-00008-of-00009.safetensors",
|
||||
"model.layers.39.mlp.up_proj.weight": "model-00008-of-00009.safetensors",
|
||||
"model.layers.39.post_attention_layernorm.weight": "model-00008-of-00009.safetensors",
|
||||
"model.layers.39.self_attn.k_proj.weight": "model-00008-of-00009.safetensors",
|
||||
"model.layers.39.self_attn.o_proj.weight": "model-00008-of-00009.safetensors",
|
||||
"model.layers.39.self_attn.q_proj.weight": "model-00008-of-00009.safetensors",
|
||||
"model.layers.39.self_attn.v_proj.weight": "model-00008-of-00009.safetensors",
|
||||
"model.layers.4.input_layernorm.weight": "model-00002-of-00009.safetensors",
|
||||
"model.layers.4.mlp.down_proj.weight": "model-00002-of-00009.safetensors",
|
||||
"model.layers.4.mlp.gate_proj.weight": "model-00002-of-00009.safetensors",
|
||||
"model.layers.4.mlp.up_proj.weight": "model-00002-of-00009.safetensors",
|
||||
"model.layers.4.post_attention_layernorm.weight": "model-00002-of-00009.safetensors",
|
||||
"model.layers.4.self_attn.k_proj.weight": "model-00002-of-00009.safetensors",
|
||||
"model.layers.4.self_attn.o_proj.weight": "model-00002-of-00009.safetensors",
|
||||
"model.layers.4.self_attn.q_proj.weight": "model-00002-of-00009.safetensors",
|
||||
"model.layers.4.self_attn.v_proj.weight": "model-00002-of-00009.safetensors",
|
||||
"model.layers.40.input_layernorm.weight": "model-00008-of-00009.safetensors",
|
||||
"model.layers.40.mlp.down_proj.weight": "model-00008-of-00009.safetensors",
|
||||
"model.layers.40.mlp.gate_proj.weight": "model-00008-of-00009.safetensors",
|
||||
"model.layers.40.mlp.up_proj.weight": "model-00008-of-00009.safetensors",
|
||||
"model.layers.40.post_attention_layernorm.weight": "model-00008-of-00009.safetensors",
|
||||
"model.layers.40.self_attn.k_proj.weight": "model-00008-of-00009.safetensors",
|
||||
"model.layers.40.self_attn.o_proj.weight": "model-00008-of-00009.safetensors",
|
||||
"model.layers.40.self_attn.q_proj.weight": "model-00008-of-00009.safetensors",
|
||||
"model.layers.40.self_attn.v_proj.weight": "model-00008-of-00009.safetensors",
|
||||
"model.layers.41.input_layernorm.weight": "model-00008-of-00009.safetensors",
|
||||
"model.layers.41.mlp.down_proj.weight": "model-00008-of-00009.safetensors",
|
||||
"model.layers.41.mlp.gate_proj.weight": "model-00008-of-00009.safetensors",
|
||||
"model.layers.41.mlp.up_proj.weight": "model-00008-of-00009.safetensors",
|
||||
"model.layers.41.post_attention_layernorm.weight": "model-00008-of-00009.safetensors",
|
||||
"model.layers.41.self_attn.k_proj.weight": "model-00008-of-00009.safetensors",
|
||||
"model.layers.41.self_attn.o_proj.weight": "model-00008-of-00009.safetensors",
|
||||
"model.layers.41.self_attn.q_proj.weight": "model-00008-of-00009.safetensors",
|
||||
"model.layers.41.self_attn.v_proj.weight": "model-00008-of-00009.safetensors",
|
||||
"model.layers.42.input_layernorm.weight": "model-00008-of-00009.safetensors",
|
||||
"model.layers.42.mlp.down_proj.weight": "model-00008-of-00009.safetensors",
|
||||
"model.layers.42.mlp.gate_proj.weight": "model-00008-of-00009.safetensors",
|
||||
"model.layers.42.mlp.up_proj.weight": "model-00008-of-00009.safetensors",
|
||||
"model.layers.42.post_attention_layernorm.weight": "model-00008-of-00009.safetensors",
|
||||
"model.layers.42.self_attn.k_proj.weight": "model-00008-of-00009.safetensors",
|
||||
"model.layers.42.self_attn.o_proj.weight": "model-00008-of-00009.safetensors",
|
||||
"model.layers.42.self_attn.q_proj.weight": "model-00008-of-00009.safetensors",
|
||||
"model.layers.42.self_attn.v_proj.weight": "model-00008-of-00009.safetensors",
|
||||
"model.layers.43.input_layernorm.weight": "model-00009-of-00009.safetensors",
|
||||
"model.layers.43.mlp.down_proj.weight": "model-00009-of-00009.safetensors",
|
||||
"model.layers.43.mlp.gate_proj.weight": "model-00008-of-00009.safetensors",
|
||||
"model.layers.43.mlp.up_proj.weight": "model-00009-of-00009.safetensors",
|
||||
"model.layers.43.post_attention_layernorm.weight": "model-00009-of-00009.safetensors",
|
||||
"model.layers.43.self_attn.k_proj.weight": "model-00008-of-00009.safetensors",
|
||||
"model.layers.43.self_attn.o_proj.weight": "model-00008-of-00009.safetensors",
|
||||
"model.layers.43.self_attn.q_proj.weight": "model-00008-of-00009.safetensors",
|
||||
"model.layers.43.self_attn.v_proj.weight": "model-00008-of-00009.safetensors",
|
||||
"model.layers.44.input_layernorm.weight": "model-00009-of-00009.safetensors",
|
||||
"model.layers.44.mlp.down_proj.weight": "model-00009-of-00009.safetensors",
|
||||
"model.layers.44.mlp.gate_proj.weight": "model-00009-of-00009.safetensors",
|
||||
"model.layers.44.mlp.up_proj.weight": "model-00009-of-00009.safetensors",
|
||||
"model.layers.44.post_attention_layernorm.weight": "model-00009-of-00009.safetensors",
|
||||
"model.layers.44.self_attn.k_proj.weight": "model-00009-of-00009.safetensors",
|
||||
"model.layers.44.self_attn.o_proj.weight": "model-00009-of-00009.safetensors",
|
||||
"model.layers.44.self_attn.q_proj.weight": "model-00009-of-00009.safetensors",
|
||||
"model.layers.44.self_attn.v_proj.weight": "model-00009-of-00009.safetensors",
|
||||
"model.layers.5.input_layernorm.weight": "model-00002-of-00009.safetensors",
|
||||
"model.layers.5.mlp.down_proj.weight": "model-00002-of-00009.safetensors",
|
||||
"model.layers.5.mlp.gate_proj.weight": "model-00002-of-00009.safetensors",
|
||||
"model.layers.5.mlp.up_proj.weight": "model-00002-of-00009.safetensors",
|
||||
"model.layers.5.post_attention_layernorm.weight": "model-00002-of-00009.safetensors",
|
||||
"model.layers.5.self_attn.k_proj.weight": "model-00002-of-00009.safetensors",
|
||||
"model.layers.5.self_attn.o_proj.weight": "model-00002-of-00009.safetensors",
|
||||
"model.layers.5.self_attn.q_proj.weight": "model-00002-of-00009.safetensors",
|
||||
"model.layers.5.self_attn.v_proj.weight": "model-00002-of-00009.safetensors",
|
||||
"model.layers.6.input_layernorm.weight": "model-00002-of-00009.safetensors",
|
||||
"model.layers.6.mlp.down_proj.weight": "model-00002-of-00009.safetensors",
|
||||
"model.layers.6.mlp.gate_proj.weight": "model-00002-of-00009.safetensors",
|
||||
"model.layers.6.mlp.up_proj.weight": "model-00002-of-00009.safetensors",
|
||||
"model.layers.6.post_attention_layernorm.weight": "model-00002-of-00009.safetensors",
|
||||
"model.layers.6.self_attn.k_proj.weight": "model-00002-of-00009.safetensors",
|
||||
"model.layers.6.self_attn.o_proj.weight": "model-00002-of-00009.safetensors",
|
||||
"model.layers.6.self_attn.q_proj.weight": "model-00002-of-00009.safetensors",
|
||||
"model.layers.6.self_attn.v_proj.weight": "model-00002-of-00009.safetensors",
|
||||
"model.layers.7.input_layernorm.weight": "model-00002-of-00009.safetensors",
|
||||
"model.layers.7.mlp.down_proj.weight": "model-00002-of-00009.safetensors",
|
||||
"model.layers.7.mlp.gate_proj.weight": "model-00002-of-00009.safetensors",
|
||||
"model.layers.7.mlp.up_proj.weight": "model-00002-of-00009.safetensors",
|
||||
"model.layers.7.post_attention_layernorm.weight": "model-00002-of-00009.safetensors",
|
||||
"model.layers.7.self_attn.k_proj.weight": "model-00002-of-00009.safetensors",
|
||||
"model.layers.7.self_attn.o_proj.weight": "model-00002-of-00009.safetensors",
|
||||
"model.layers.7.self_attn.q_proj.weight": "model-00002-of-00009.safetensors",
|
||||
"model.layers.7.self_attn.v_proj.weight": "model-00002-of-00009.safetensors",
|
||||
"model.layers.8.input_layernorm.weight": "model-00002-of-00009.safetensors",
|
||||
"model.layers.8.mlp.down_proj.weight": "model-00002-of-00009.safetensors",
|
||||
"model.layers.8.mlp.gate_proj.weight": "model-00002-of-00009.safetensors",
|
||||
"model.layers.8.mlp.up_proj.weight": "model-00002-of-00009.safetensors",
|
||||
"model.layers.8.post_attention_layernorm.weight": "model-00002-of-00009.safetensors",
|
||||
"model.layers.8.self_attn.k_proj.weight": "model-00002-of-00009.safetensors",
|
||||
"model.layers.8.self_attn.o_proj.weight": "model-00002-of-00009.safetensors",
|
||||
"model.layers.8.self_attn.q_proj.weight": "model-00002-of-00009.safetensors",
|
||||
"model.layers.8.self_attn.v_proj.weight": "model-00002-of-00009.safetensors",
|
||||
"model.layers.9.input_layernorm.weight": "model-00003-of-00009.safetensors",
|
||||
"model.layers.9.mlp.down_proj.weight": "model-00003-of-00009.safetensors",
|
||||
"model.layers.9.mlp.gate_proj.weight": "model-00002-of-00009.safetensors",
|
||||
"model.layers.9.mlp.up_proj.weight": "model-00003-of-00009.safetensors",
|
||||
"model.layers.9.post_attention_layernorm.weight": "model-00003-of-00009.safetensors",
|
||||
"model.layers.9.self_attn.k_proj.weight": "model-00002-of-00009.safetensors",
|
||||
"model.layers.9.self_attn.o_proj.weight": "model-00002-of-00009.safetensors",
|
||||
"model.layers.9.self_attn.q_proj.weight": "model-00002-of-00009.safetensors",
|
||||
"model.layers.9.self_attn.v_proj.weight": "model-00002-of-00009.safetensors",
|
||||
"model.norm.weight": "model-00009-of-00009.safetensors"
|
||||
}
|
||||
}
|
||||
30
special_tokens_map.json
Normal file
30
special_tokens_map.json
Normal file
@@ -0,0 +1,30 @@
|
||||
{
|
||||
"bos_token": {
|
||||
"content": "<|endoftext|>",
|
||||
"lstrip": false,
|
||||
"normalized": false,
|
||||
"rstrip": false,
|
||||
"single_word": false
|
||||
},
|
||||
"eos_token": {
|
||||
"content": "<|im_end|>",
|
||||
"lstrip": false,
|
||||
"normalized": false,
|
||||
"rstrip": false,
|
||||
"single_word": false
|
||||
},
|
||||
"pad_token": {
|
||||
"content": "<|endoftext|>",
|
||||
"lstrip": false,
|
||||
"normalized": false,
|
||||
"rstrip": false,
|
||||
"single_word": false
|
||||
},
|
||||
"unk_token": {
|
||||
"content": "<|endoftext|>",
|
||||
"lstrip": false,
|
||||
"normalized": false,
|
||||
"rstrip": false,
|
||||
"single_word": false
|
||||
}
|
||||
}
|
||||
3
tokenizer.json
Normal file
3
tokenizer.json
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:bbd5f2b426173b0216d685cb834c0a69a77af59a362539dd4382f915b6383e51
|
||||
size 7133809
|
||||
70
tokenizer_config.json
Normal file
70
tokenizer_config.json
Normal file
@@ -0,0 +1,70 @@
|
||||
{
|
||||
"add_prefix_space": false,
|
||||
"added_tokens_decoder": {
|
||||
"100257": {
|
||||
"content": "<|endoftext|>",
|
||||
"lstrip": false,
|
||||
"normalized": false,
|
||||
"rstrip": false,
|
||||
"single_word": false,
|
||||
"special": true
|
||||
},
|
||||
"100258": {
|
||||
"content": "<|fim_prefix|>",
|
||||
"lstrip": false,
|
||||
"normalized": false,
|
||||
"rstrip": false,
|
||||
"single_word": false,
|
||||
"special": true
|
||||
},
|
||||
"100259": {
|
||||
"content": "<|fim_middle|>",
|
||||
"lstrip": false,
|
||||
"normalized": false,
|
||||
"rstrip": false,
|
||||
"single_word": false,
|
||||
"special": true
|
||||
},
|
||||
"100260": {
|
||||
"content": "<|fim_suffix|>",
|
||||
"lstrip": false,
|
||||
"normalized": false,
|
||||
"rstrip": false,
|
||||
"single_word": false,
|
||||
"special": true
|
||||
},
|
||||
"100264": {
|
||||
"content": "<|im_start|>",
|
||||
"lstrip": false,
|
||||
"normalized": false,
|
||||
"rstrip": false,
|
||||
"single_word": false,
|
||||
"special": false
|
||||
},
|
||||
"100265": {
|
||||
"content": "<|im_end|>",
|
||||
"lstrip": false,
|
||||
"normalized": false,
|
||||
"rstrip": false,
|
||||
"single_word": false,
|
||||
"special": true
|
||||
},
|
||||
"100276": {
|
||||
"content": "<|endofprompt|>",
|
||||
"lstrip": false,
|
||||
"normalized": false,
|
||||
"rstrip": false,
|
||||
"single_word": false,
|
||||
"special": true
|
||||
}
|
||||
},
|
||||
"bos_token": "<|endoftext|>",
|
||||
"chat_template": "{% if not add_generation_prompt is defined %}{% set add_generation_prompt = false %}{% endif %}{% for message in messages %}{{'<|im_start|>' + message['role'] + '\n' + message['content'] + '<|im_end|>' + '\n'}}{% endfor %}{% if add_generation_prompt %}{{ '<|im_start|>assistant\n' }}{% endif %}",
|
||||
"clean_up_tokenization_spaces": false,
|
||||
"eos_token": "<|im_end|>",
|
||||
"extra_special_tokens": {},
|
||||
"model_max_length": 262144,
|
||||
"pad_token": "<|endoftext|>",
|
||||
"tokenizer_class": "GPT2Tokenizer",
|
||||
"unk_token": "<|endoftext|>"
|
||||
}
|
||||
3
vocab.json
Normal file
3
vocab.json
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:240b7e18e79826df8c0dbeff7133a3ab4708d7958fede6e27e9409e09159375f
|
||||
size 1610691
|
||||
Reference in New Issue
Block a user