初始化项目,由ModelHub XC社区提供模型

Model: richardr1126/spider-skeleton-wizard-coder-merged
Source: Original Platform
This commit is contained in:
ModelHub XC
2026-09-19 21:47:58 +08:00
commit 63e63e1dd3
20 changed files with 148401 additions and 0 deletions

35
.gitattributes vendored Normal file
View File

@@ -0,0 +1,35 @@
*.7z filter=lfs diff=lfs merge=lfs -text
*.arrow filter=lfs diff=lfs merge=lfs -text
*.bin filter=lfs diff=lfs merge=lfs -text
*.bz2 filter=lfs diff=lfs merge=lfs -text
*.ckpt 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
*.mlmodel filter=lfs diff=lfs merge=lfs -text
*.model filter=lfs diff=lfs merge=lfs -text
*.msgpack filter=lfs diff=lfs merge=lfs -text
*.npy filter=lfs diff=lfs merge=lfs -text
*.npz 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
*.pickle filter=lfs diff=lfs merge=lfs -text
*.pkl 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
*.safetensors filter=lfs diff=lfs merge=lfs -text
saved_model/**/* filter=lfs diff=lfs merge=lfs -text
*.tar.* 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
*.wasm filter=lfs diff=lfs merge=lfs -text
*.xz filter=lfs diff=lfs merge=lfs -text
*.zip filter=lfs diff=lfs merge=lfs -text
*.zst filter=lfs diff=lfs merge=lfs -text
*tfevents* filter=lfs diff=lfs merge=lfs -text

92
README.md Normal file
View File

@@ -0,0 +1,92 @@
---
tags:
- sql
- spider
- text-to-sql
- sql finetune
model-index:
- name: spider-skeleton-wizard-coder-merged
results:
- task:
type: text-generation
dataset:
type: richardr1126/spider-context-validation
name: Spider Dev w/ Database Context
metrics:
- name: Test Suite SQL Eval - Execution Accuracy
type: exec
value: 0.610
verified: false
- task:
type: text-generation
dataset:
type: richardr1126/spider-context-validation
name: Spider Dev w/ Database Context
metrics:
- name: Test Suite SQL Eval - Exact Matching Accuracy
type: exact
value: 0.568
verified: false
datasets:
- spider
- richardr1126/spider-skeleton-context-instruct
library_name: transformers
license: bigcode-openrail-m
---
### Spider Skeleton Wizard Coder Summary
- This model was created by finetuning [WizardLM/WizardCoder-15B-V1.0](https://huggingface.co/WizardLM/WizardCoder-15B-V1.0) on an enhanced Spider context training dataset: [richardr1126/spider-skeleton-context-instruct](https://huggingface.co/datasets/richardr1126/spider-skeleton-context-instruct).
- Finetuning was performed using QLoRa on 3x RTX6000 48GB.
- If you want just the QLoRa/LoRA adapter: [richardr1126/spider-skeleton-wizard-coder-qlora](https://huggingface.co/richardr1126/spider-skeleton-wizard-coder-qlora)
### Running the GGML model
- The best way to run this model is to use the [4-bit GGML version](https://huggingface.co/richardr1126/spider-skeleton-wizard-coder-ggml) on [koboldcpp](https://github.com/LostRuins/koboldcpp), with CuBlas support.
### Spider Dataset
[Spider](https://arxiv.org/abs/1809.08887) is a large-scale complex and cross-domain semantic parsing and text-to-SQL dataset annotated by 11 Yale students
The goal of the Spider challenge is to develop natural language interfaces to cross-domain databases.
This dataset was used to finetune this model.
### Spider Skeleton WizardCoder - [test-suite-sql-eval](https://github.com/taoyds/test-suite-sql-eval) Results
With temperature set to 0.0, top_p set to 0.9, and top_k set to 0, the model achieves **61% execution accuracy** on the Spider dev set.
<img src="https://raw.githubusercontent.com/cuplv/text-to-sql-wizardcoder/main/eval/plots/spiderwizard-plus-chatgpt.svg" height="300">
<img src="https://raw.githubusercontent.com/cuplv/text-to-sql-wizardcoder/main/eval/plots/spiderwizard-vs-chatgpt.svg" height="300">
Note:
- ChatGPT was evaluated with the default hyperparameters and with the system message `You are a sophisticated AI assistant capable of converting text into SQL queries. You can only output SQL, don't add any other text.`
- Both models were evaluated with `--plug_value` in `evaluation.py` using the Spider dev set with database context.
- `--plug_value`: If set, the gold value will be plugged into the predicted query. This is suitable if your model does not predict values. This is set to `False` by default.
## Citations
```
@misc{luo2023wizardcoder,
title={WizardCoder: Empowering Code Large Language Models with Evol-Instruct},
author={Ziyang Luo and Can Xu and Pu Zhao and Qingfeng Sun and Xiubo Geng and Wenxiang Hu and Chongyang Tao and Jing Ma and Qingwei Lin and Daxin Jiang},
year={2023},
}
```
```
@article{yu2018spider,
title={Spider: A large-scale human-labeled dataset for complex and cross-domain semantic parsing and text-to-sql task},
author={Yu, Tao and Zhang, Rui and Yang, Kai and Yasunaga, Michihiro and Wang, Dongxu and Li, Zifan and Ma, James and Li, Irene and Yao, Qingning and Roman, Shanelle and others},
journal={arXiv preprint arXiv:1809.08887},
year={2018}
}
```
```
@article{dettmers2023qlora,
title={QLoRA: Efficient Finetuning of Quantized LLMs},
author={Dettmers, Tim and Pagnoni, Artidoro and Holtzman, Ari and Zettlemoyer, Luke},
journal={arXiv preprint arXiv:2305.14314},
year={2023}
}
```
## Disclaimer
The resources, including code, data, and model weights, associated with this project are restricted for academic research purposes only and cannot be used for commercial purposes. The content produced by any version of WizardCoder is influenced by uncontrollable variables such as randomness, and therefore, the accuracy of the output cannot be guaranteed by this project. This project does not accept any legal liability for the content of the model output, nor does it assume responsibility for any losses incurred due to the use of associated resources and output results.

3
added_tokens.json Normal file
View File

@@ -0,0 +1,3 @@
{
"[PAD]": 49152
}

39
config.json Normal file
View File

@@ -0,0 +1,39 @@
{
"_name_or_path": "WizardLM/WizardCoder-15B-V1.0",
"activation_function": "gelu",
"architectures": [
"GPTBigCodeForCausalLM"
],
"attention_softmax_in_fp32": true,
"attn_pdrop": 0.1,
"bos_token_id": 0,
"embd_pdrop": 0.1,
"eos_token_id": 0,
"inference_runner": 0,
"initializer_range": 0.02,
"layer_norm_epsilon": 1e-05,
"max_batch_size": null,
"max_sequence_length": null,
"model_type": "gpt_bigcode",
"multi_query": true,
"n_embd": 6144,
"n_head": 48,
"n_inner": 24576,
"n_layer": 40,
"n_positions": 8192,
"pad_key_length": true,
"pre_allocate_kv_cache": false,
"resid_pdrop": 0.1,
"scale_attention_softmax_in_fp32": true,
"scale_attn_weights": true,
"summary_activation": null,
"summary_first_dropout": 0.1,
"summary_proj_to_labels": true,
"summary_type": "cls_index",
"summary_use_proj": true,
"torch_dtype": "float16",
"transformers_version": "4.32.0.dev0",
"use_cache": true,
"validate_runner_input": true,
"vocab_size": 49153
}

6
generation_config.json Normal file
View File

@@ -0,0 +1,6 @@
{
"_from_model_config": true,
"bos_token_id": 0,
"eos_token_id": 0,
"transformers_version": "4.32.0.dev0"
}

48892
merges.txt Normal file

File diff suppressed because it is too large Load Diff

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:2249efb51d17dd127f5feacddfda5123b835d4aced7b3ed48e1da9b9f3952d1f
size 9957960000

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:6f6fd02a06471dff5ebdd0f5d4975526d062f4edb8ac2abe25d3dbc1f5ff2e34
size 9857346184

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:372b15badebcfab766018e140ff7029c231d4c3317b948153f1b8b8b3f03f8a7
size 9857346184

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:efcca105ebf536ff11888607cf9288d2f2e4f1cdac28cfc5cd4f3ea5f30c68ab
size 1362323816

View File

@@ -0,0 +1,492 @@
{
"metadata": {
"total_size": 31034925056
},
"weight_map": {
"lm_head.weight": "model-00001-of-00004.safetensors",
"transformer.h.0.attn.c_attn.bias": "model-00001-of-00004.safetensors",
"transformer.h.0.attn.c_attn.weight": "model-00001-of-00004.safetensors",
"transformer.h.0.attn.c_proj.bias": "model-00001-of-00004.safetensors",
"transformer.h.0.attn.c_proj.weight": "model-00001-of-00004.safetensors",
"transformer.h.0.ln_1.bias": "model-00001-of-00004.safetensors",
"transformer.h.0.ln_1.weight": "model-00001-of-00004.safetensors",
"transformer.h.0.ln_2.bias": "model-00001-of-00004.safetensors",
"transformer.h.0.ln_2.weight": "model-00001-of-00004.safetensors",
"transformer.h.0.mlp.c_fc.bias": "model-00001-of-00004.safetensors",
"transformer.h.0.mlp.c_fc.weight": "model-00001-of-00004.safetensors",
"transformer.h.0.mlp.c_proj.bias": "model-00001-of-00004.safetensors",
"transformer.h.0.mlp.c_proj.weight": "model-00001-of-00004.safetensors",
"transformer.h.1.attn.c_attn.bias": "model-00001-of-00004.safetensors",
"transformer.h.1.attn.c_attn.weight": "model-00001-of-00004.safetensors",
"transformer.h.1.attn.c_proj.bias": "model-00001-of-00004.safetensors",
"transformer.h.1.attn.c_proj.weight": "model-00001-of-00004.safetensors",
"transformer.h.1.ln_1.bias": "model-00001-of-00004.safetensors",
"transformer.h.1.ln_1.weight": "model-00001-of-00004.safetensors",
"transformer.h.1.ln_2.bias": "model-00001-of-00004.safetensors",
"transformer.h.1.ln_2.weight": "model-00001-of-00004.safetensors",
"transformer.h.1.mlp.c_fc.bias": "model-00001-of-00004.safetensors",
"transformer.h.1.mlp.c_fc.weight": "model-00001-of-00004.safetensors",
"transformer.h.1.mlp.c_proj.bias": "model-00001-of-00004.safetensors",
"transformer.h.1.mlp.c_proj.weight": "model-00001-of-00004.safetensors",
"transformer.h.10.attn.c_attn.bias": "model-00001-of-00004.safetensors",
"transformer.h.10.attn.c_attn.weight": "model-00001-of-00004.safetensors",
"transformer.h.10.attn.c_proj.bias": "model-00001-of-00004.safetensors",
"transformer.h.10.attn.c_proj.weight": "model-00001-of-00004.safetensors",
"transformer.h.10.ln_1.bias": "model-00001-of-00004.safetensors",
"transformer.h.10.ln_1.weight": "model-00001-of-00004.safetensors",
"transformer.h.10.ln_2.bias": "model-00001-of-00004.safetensors",
"transformer.h.10.ln_2.weight": "model-00001-of-00004.safetensors",
"transformer.h.10.mlp.c_fc.bias": "model-00001-of-00004.safetensors",
"transformer.h.10.mlp.c_fc.weight": "model-00001-of-00004.safetensors",
"transformer.h.10.mlp.c_proj.bias": "model-00001-of-00004.safetensors",
"transformer.h.10.mlp.c_proj.weight": "model-00001-of-00004.safetensors",
"transformer.h.11.attn.c_attn.bias": "model-00001-of-00004.safetensors",
"transformer.h.11.attn.c_attn.weight": "model-00001-of-00004.safetensors",
"transformer.h.11.attn.c_proj.bias": "model-00001-of-00004.safetensors",
"transformer.h.11.attn.c_proj.weight": "model-00001-of-00004.safetensors",
"transformer.h.11.ln_1.bias": "model-00001-of-00004.safetensors",
"transformer.h.11.ln_1.weight": "model-00001-of-00004.safetensors",
"transformer.h.11.ln_2.bias": "model-00001-of-00004.safetensors",
"transformer.h.11.ln_2.weight": "model-00001-of-00004.safetensors",
"transformer.h.11.mlp.c_fc.bias": "model-00001-of-00004.safetensors",
"transformer.h.11.mlp.c_fc.weight": "model-00001-of-00004.safetensors",
"transformer.h.11.mlp.c_proj.bias": "model-00001-of-00004.safetensors",
"transformer.h.11.mlp.c_proj.weight": "model-00001-of-00004.safetensors",
"transformer.h.12.attn.c_attn.bias": "model-00001-of-00004.safetensors",
"transformer.h.12.attn.c_attn.weight": "model-00001-of-00004.safetensors",
"transformer.h.12.attn.c_proj.bias": "model-00001-of-00004.safetensors",
"transformer.h.12.attn.c_proj.weight": "model-00001-of-00004.safetensors",
"transformer.h.12.ln_1.bias": "model-00001-of-00004.safetensors",
"transformer.h.12.ln_1.weight": "model-00001-of-00004.safetensors",
"transformer.h.12.ln_2.bias": "model-00001-of-00004.safetensors",
"transformer.h.12.ln_2.weight": "model-00001-of-00004.safetensors",
"transformer.h.12.mlp.c_fc.bias": "model-00002-of-00004.safetensors",
"transformer.h.12.mlp.c_fc.weight": "model-00002-of-00004.safetensors",
"transformer.h.12.mlp.c_proj.bias": "model-00002-of-00004.safetensors",
"transformer.h.12.mlp.c_proj.weight": "model-00002-of-00004.safetensors",
"transformer.h.13.attn.c_attn.bias": "model-00002-of-00004.safetensors",
"transformer.h.13.attn.c_attn.weight": "model-00002-of-00004.safetensors",
"transformer.h.13.attn.c_proj.bias": "model-00002-of-00004.safetensors",
"transformer.h.13.attn.c_proj.weight": "model-00002-of-00004.safetensors",
"transformer.h.13.ln_1.bias": "model-00002-of-00004.safetensors",
"transformer.h.13.ln_1.weight": "model-00002-of-00004.safetensors",
"transformer.h.13.ln_2.bias": "model-00002-of-00004.safetensors",
"transformer.h.13.ln_2.weight": "model-00002-of-00004.safetensors",
"transformer.h.13.mlp.c_fc.bias": "model-00002-of-00004.safetensors",
"transformer.h.13.mlp.c_fc.weight": "model-00002-of-00004.safetensors",
"transformer.h.13.mlp.c_proj.bias": "model-00002-of-00004.safetensors",
"transformer.h.13.mlp.c_proj.weight": "model-00002-of-00004.safetensors",
"transformer.h.14.attn.c_attn.bias": "model-00002-of-00004.safetensors",
"transformer.h.14.attn.c_attn.weight": "model-00002-of-00004.safetensors",
"transformer.h.14.attn.c_proj.bias": "model-00002-of-00004.safetensors",
"transformer.h.14.attn.c_proj.weight": "model-00002-of-00004.safetensors",
"transformer.h.14.ln_1.bias": "model-00002-of-00004.safetensors",
"transformer.h.14.ln_1.weight": "model-00002-of-00004.safetensors",
"transformer.h.14.ln_2.bias": "model-00002-of-00004.safetensors",
"transformer.h.14.ln_2.weight": "model-00002-of-00004.safetensors",
"transformer.h.14.mlp.c_fc.bias": "model-00002-of-00004.safetensors",
"transformer.h.14.mlp.c_fc.weight": "model-00002-of-00004.safetensors",
"transformer.h.14.mlp.c_proj.bias": "model-00002-of-00004.safetensors",
"transformer.h.14.mlp.c_proj.weight": "model-00002-of-00004.safetensors",
"transformer.h.15.attn.c_attn.bias": "model-00002-of-00004.safetensors",
"transformer.h.15.attn.c_attn.weight": "model-00002-of-00004.safetensors",
"transformer.h.15.attn.c_proj.bias": "model-00002-of-00004.safetensors",
"transformer.h.15.attn.c_proj.weight": "model-00002-of-00004.safetensors",
"transformer.h.15.ln_1.bias": "model-00002-of-00004.safetensors",
"transformer.h.15.ln_1.weight": "model-00002-of-00004.safetensors",
"transformer.h.15.ln_2.bias": "model-00002-of-00004.safetensors",
"transformer.h.15.ln_2.weight": "model-00002-of-00004.safetensors",
"transformer.h.15.mlp.c_fc.bias": "model-00002-of-00004.safetensors",
"transformer.h.15.mlp.c_fc.weight": "model-00002-of-00004.safetensors",
"transformer.h.15.mlp.c_proj.bias": "model-00002-of-00004.safetensors",
"transformer.h.15.mlp.c_proj.weight": "model-00002-of-00004.safetensors",
"transformer.h.16.attn.c_attn.bias": "model-00002-of-00004.safetensors",
"transformer.h.16.attn.c_attn.weight": "model-00002-of-00004.safetensors",
"transformer.h.16.attn.c_proj.bias": "model-00002-of-00004.safetensors",
"transformer.h.16.attn.c_proj.weight": "model-00002-of-00004.safetensors",
"transformer.h.16.ln_1.bias": "model-00002-of-00004.safetensors",
"transformer.h.16.ln_1.weight": "model-00002-of-00004.safetensors",
"transformer.h.16.ln_2.bias": "model-00002-of-00004.safetensors",
"transformer.h.16.ln_2.weight": "model-00002-of-00004.safetensors",
"transformer.h.16.mlp.c_fc.bias": "model-00002-of-00004.safetensors",
"transformer.h.16.mlp.c_fc.weight": "model-00002-of-00004.safetensors",
"transformer.h.16.mlp.c_proj.bias": "model-00002-of-00004.safetensors",
"transformer.h.16.mlp.c_proj.weight": "model-00002-of-00004.safetensors",
"transformer.h.17.attn.c_attn.bias": "model-00002-of-00004.safetensors",
"transformer.h.17.attn.c_attn.weight": "model-00002-of-00004.safetensors",
"transformer.h.17.attn.c_proj.bias": "model-00002-of-00004.safetensors",
"transformer.h.17.attn.c_proj.weight": "model-00002-of-00004.safetensors",
"transformer.h.17.ln_1.bias": "model-00002-of-00004.safetensors",
"transformer.h.17.ln_1.weight": "model-00002-of-00004.safetensors",
"transformer.h.17.ln_2.bias": "model-00002-of-00004.safetensors",
"transformer.h.17.ln_2.weight": "model-00002-of-00004.safetensors",
"transformer.h.17.mlp.c_fc.bias": "model-00002-of-00004.safetensors",
"transformer.h.17.mlp.c_fc.weight": "model-00002-of-00004.safetensors",
"transformer.h.17.mlp.c_proj.bias": "model-00002-of-00004.safetensors",
"transformer.h.17.mlp.c_proj.weight": "model-00002-of-00004.safetensors",
"transformer.h.18.attn.c_attn.bias": "model-00002-of-00004.safetensors",
"transformer.h.18.attn.c_attn.weight": "model-00002-of-00004.safetensors",
"transformer.h.18.attn.c_proj.bias": "model-00002-of-00004.safetensors",
"transformer.h.18.attn.c_proj.weight": "model-00002-of-00004.safetensors",
"transformer.h.18.ln_1.bias": "model-00002-of-00004.safetensors",
"transformer.h.18.ln_1.weight": "model-00002-of-00004.safetensors",
"transformer.h.18.ln_2.bias": "model-00002-of-00004.safetensors",
"transformer.h.18.ln_2.weight": "model-00002-of-00004.safetensors",
"transformer.h.18.mlp.c_fc.bias": "model-00002-of-00004.safetensors",
"transformer.h.18.mlp.c_fc.weight": "model-00002-of-00004.safetensors",
"transformer.h.18.mlp.c_proj.bias": "model-00002-of-00004.safetensors",
"transformer.h.18.mlp.c_proj.weight": "model-00002-of-00004.safetensors",
"transformer.h.19.attn.c_attn.bias": "model-00002-of-00004.safetensors",
"transformer.h.19.attn.c_attn.weight": "model-00002-of-00004.safetensors",
"transformer.h.19.attn.c_proj.bias": "model-00002-of-00004.safetensors",
"transformer.h.19.attn.c_proj.weight": "model-00002-of-00004.safetensors",
"transformer.h.19.ln_1.bias": "model-00002-of-00004.safetensors",
"transformer.h.19.ln_1.weight": "model-00002-of-00004.safetensors",
"transformer.h.19.ln_2.bias": "model-00002-of-00004.safetensors",
"transformer.h.19.ln_2.weight": "model-00002-of-00004.safetensors",
"transformer.h.19.mlp.c_fc.bias": "model-00002-of-00004.safetensors",
"transformer.h.19.mlp.c_fc.weight": "model-00002-of-00004.safetensors",
"transformer.h.19.mlp.c_proj.bias": "model-00002-of-00004.safetensors",
"transformer.h.19.mlp.c_proj.weight": "model-00002-of-00004.safetensors",
"transformer.h.2.attn.c_attn.bias": "model-00001-of-00004.safetensors",
"transformer.h.2.attn.c_attn.weight": "model-00001-of-00004.safetensors",
"transformer.h.2.attn.c_proj.bias": "model-00001-of-00004.safetensors",
"transformer.h.2.attn.c_proj.weight": "model-00001-of-00004.safetensors",
"transformer.h.2.ln_1.bias": "model-00001-of-00004.safetensors",
"transformer.h.2.ln_1.weight": "model-00001-of-00004.safetensors",
"transformer.h.2.ln_2.bias": "model-00001-of-00004.safetensors",
"transformer.h.2.ln_2.weight": "model-00001-of-00004.safetensors",
"transformer.h.2.mlp.c_fc.bias": "model-00001-of-00004.safetensors",
"transformer.h.2.mlp.c_fc.weight": "model-00001-of-00004.safetensors",
"transformer.h.2.mlp.c_proj.bias": "model-00001-of-00004.safetensors",
"transformer.h.2.mlp.c_proj.weight": "model-00001-of-00004.safetensors",
"transformer.h.20.attn.c_attn.bias": "model-00002-of-00004.safetensors",
"transformer.h.20.attn.c_attn.weight": "model-00002-of-00004.safetensors",
"transformer.h.20.attn.c_proj.bias": "model-00002-of-00004.safetensors",
"transformer.h.20.attn.c_proj.weight": "model-00002-of-00004.safetensors",
"transformer.h.20.ln_1.bias": "model-00002-of-00004.safetensors",
"transformer.h.20.ln_1.weight": "model-00002-of-00004.safetensors",
"transformer.h.20.ln_2.bias": "model-00002-of-00004.safetensors",
"transformer.h.20.ln_2.weight": "model-00002-of-00004.safetensors",
"transformer.h.20.mlp.c_fc.bias": "model-00002-of-00004.safetensors",
"transformer.h.20.mlp.c_fc.weight": "model-00002-of-00004.safetensors",
"transformer.h.20.mlp.c_proj.bias": "model-00002-of-00004.safetensors",
"transformer.h.20.mlp.c_proj.weight": "model-00002-of-00004.safetensors",
"transformer.h.21.attn.c_attn.bias": "model-00002-of-00004.safetensors",
"transformer.h.21.attn.c_attn.weight": "model-00002-of-00004.safetensors",
"transformer.h.21.attn.c_proj.bias": "model-00002-of-00004.safetensors",
"transformer.h.21.attn.c_proj.weight": "model-00002-of-00004.safetensors",
"transformer.h.21.ln_1.bias": "model-00002-of-00004.safetensors",
"transformer.h.21.ln_1.weight": "model-00002-of-00004.safetensors",
"transformer.h.21.ln_2.bias": "model-00002-of-00004.safetensors",
"transformer.h.21.ln_2.weight": "model-00002-of-00004.safetensors",
"transformer.h.21.mlp.c_fc.bias": "model-00002-of-00004.safetensors",
"transformer.h.21.mlp.c_fc.weight": "model-00002-of-00004.safetensors",
"transformer.h.21.mlp.c_proj.bias": "model-00002-of-00004.safetensors",
"transformer.h.21.mlp.c_proj.weight": "model-00002-of-00004.safetensors",
"transformer.h.22.attn.c_attn.bias": "model-00002-of-00004.safetensors",
"transformer.h.22.attn.c_attn.weight": "model-00002-of-00004.safetensors",
"transformer.h.22.attn.c_proj.bias": "model-00002-of-00004.safetensors",
"transformer.h.22.attn.c_proj.weight": "model-00002-of-00004.safetensors",
"transformer.h.22.ln_1.bias": "model-00002-of-00004.safetensors",
"transformer.h.22.ln_1.weight": "model-00002-of-00004.safetensors",
"transformer.h.22.ln_2.bias": "model-00002-of-00004.safetensors",
"transformer.h.22.ln_2.weight": "model-00002-of-00004.safetensors",
"transformer.h.22.mlp.c_fc.bias": "model-00002-of-00004.safetensors",
"transformer.h.22.mlp.c_fc.weight": "model-00002-of-00004.safetensors",
"transformer.h.22.mlp.c_proj.bias": "model-00002-of-00004.safetensors",
"transformer.h.22.mlp.c_proj.weight": "model-00002-of-00004.safetensors",
"transformer.h.23.attn.c_attn.bias": "model-00002-of-00004.safetensors",
"transformer.h.23.attn.c_attn.weight": "model-00002-of-00004.safetensors",
"transformer.h.23.attn.c_proj.bias": "model-00002-of-00004.safetensors",
"transformer.h.23.attn.c_proj.weight": "model-00002-of-00004.safetensors",
"transformer.h.23.ln_1.bias": "model-00002-of-00004.safetensors",
"transformer.h.23.ln_1.weight": "model-00002-of-00004.safetensors",
"transformer.h.23.ln_2.bias": "model-00002-of-00004.safetensors",
"transformer.h.23.ln_2.weight": "model-00002-of-00004.safetensors",
"transformer.h.23.mlp.c_fc.bias": "model-00002-of-00004.safetensors",
"transformer.h.23.mlp.c_fc.weight": "model-00002-of-00004.safetensors",
"transformer.h.23.mlp.c_proj.bias": "model-00002-of-00004.safetensors",
"transformer.h.23.mlp.c_proj.weight": "model-00002-of-00004.safetensors",
"transformer.h.24.attn.c_attn.bias": "model-00002-of-00004.safetensors",
"transformer.h.24.attn.c_attn.weight": "model-00002-of-00004.safetensors",
"transformer.h.24.attn.c_proj.bias": "model-00002-of-00004.safetensors",
"transformer.h.24.attn.c_proj.weight": "model-00002-of-00004.safetensors",
"transformer.h.24.ln_1.bias": "model-00002-of-00004.safetensors",
"transformer.h.24.ln_1.weight": "model-00002-of-00004.safetensors",
"transformer.h.24.ln_2.bias": "model-00002-of-00004.safetensors",
"transformer.h.24.ln_2.weight": "model-00002-of-00004.safetensors",
"transformer.h.24.mlp.c_fc.bias": "model-00002-of-00004.safetensors",
"transformer.h.24.mlp.c_fc.weight": "model-00002-of-00004.safetensors",
"transformer.h.24.mlp.c_proj.bias": "model-00002-of-00004.safetensors",
"transformer.h.24.mlp.c_proj.weight": "model-00002-of-00004.safetensors",
"transformer.h.25.attn.c_attn.bias": "model-00002-of-00004.safetensors",
"transformer.h.25.attn.c_attn.weight": "model-00002-of-00004.safetensors",
"transformer.h.25.attn.c_proj.bias": "model-00002-of-00004.safetensors",
"transformer.h.25.attn.c_proj.weight": "model-00002-of-00004.safetensors",
"transformer.h.25.ln_1.bias": "model-00002-of-00004.safetensors",
"transformer.h.25.ln_1.weight": "model-00002-of-00004.safetensors",
"transformer.h.25.ln_2.bias": "model-00002-of-00004.safetensors",
"transformer.h.25.ln_2.weight": "model-00002-of-00004.safetensors",
"transformer.h.25.mlp.c_fc.bias": "model-00003-of-00004.safetensors",
"transformer.h.25.mlp.c_fc.weight": "model-00003-of-00004.safetensors",
"transformer.h.25.mlp.c_proj.bias": "model-00003-of-00004.safetensors",
"transformer.h.25.mlp.c_proj.weight": "model-00003-of-00004.safetensors",
"transformer.h.26.attn.c_attn.bias": "model-00003-of-00004.safetensors",
"transformer.h.26.attn.c_attn.weight": "model-00003-of-00004.safetensors",
"transformer.h.26.attn.c_proj.bias": "model-00003-of-00004.safetensors",
"transformer.h.26.attn.c_proj.weight": "model-00003-of-00004.safetensors",
"transformer.h.26.ln_1.bias": "model-00003-of-00004.safetensors",
"transformer.h.26.ln_1.weight": "model-00003-of-00004.safetensors",
"transformer.h.26.ln_2.bias": "model-00003-of-00004.safetensors",
"transformer.h.26.ln_2.weight": "model-00003-of-00004.safetensors",
"transformer.h.26.mlp.c_fc.bias": "model-00003-of-00004.safetensors",
"transformer.h.26.mlp.c_fc.weight": "model-00003-of-00004.safetensors",
"transformer.h.26.mlp.c_proj.bias": "model-00003-of-00004.safetensors",
"transformer.h.26.mlp.c_proj.weight": "model-00003-of-00004.safetensors",
"transformer.h.27.attn.c_attn.bias": "model-00003-of-00004.safetensors",
"transformer.h.27.attn.c_attn.weight": "model-00003-of-00004.safetensors",
"transformer.h.27.attn.c_proj.bias": "model-00003-of-00004.safetensors",
"transformer.h.27.attn.c_proj.weight": "model-00003-of-00004.safetensors",
"transformer.h.27.ln_1.bias": "model-00003-of-00004.safetensors",
"transformer.h.27.ln_1.weight": "model-00003-of-00004.safetensors",
"transformer.h.27.ln_2.bias": "model-00003-of-00004.safetensors",
"transformer.h.27.ln_2.weight": "model-00003-of-00004.safetensors",
"transformer.h.27.mlp.c_fc.bias": "model-00003-of-00004.safetensors",
"transformer.h.27.mlp.c_fc.weight": "model-00003-of-00004.safetensors",
"transformer.h.27.mlp.c_proj.bias": "model-00003-of-00004.safetensors",
"transformer.h.27.mlp.c_proj.weight": "model-00003-of-00004.safetensors",
"transformer.h.28.attn.c_attn.bias": "model-00003-of-00004.safetensors",
"transformer.h.28.attn.c_attn.weight": "model-00003-of-00004.safetensors",
"transformer.h.28.attn.c_proj.bias": "model-00003-of-00004.safetensors",
"transformer.h.28.attn.c_proj.weight": "model-00003-of-00004.safetensors",
"transformer.h.28.ln_1.bias": "model-00003-of-00004.safetensors",
"transformer.h.28.ln_1.weight": "model-00003-of-00004.safetensors",
"transformer.h.28.ln_2.bias": "model-00003-of-00004.safetensors",
"transformer.h.28.ln_2.weight": "model-00003-of-00004.safetensors",
"transformer.h.28.mlp.c_fc.bias": "model-00003-of-00004.safetensors",
"transformer.h.28.mlp.c_fc.weight": "model-00003-of-00004.safetensors",
"transformer.h.28.mlp.c_proj.bias": "model-00003-of-00004.safetensors",
"transformer.h.28.mlp.c_proj.weight": "model-00003-of-00004.safetensors",
"transformer.h.29.attn.c_attn.bias": "model-00003-of-00004.safetensors",
"transformer.h.29.attn.c_attn.weight": "model-00003-of-00004.safetensors",
"transformer.h.29.attn.c_proj.bias": "model-00003-of-00004.safetensors",
"transformer.h.29.attn.c_proj.weight": "model-00003-of-00004.safetensors",
"transformer.h.29.ln_1.bias": "model-00003-of-00004.safetensors",
"transformer.h.29.ln_1.weight": "model-00003-of-00004.safetensors",
"transformer.h.29.ln_2.bias": "model-00003-of-00004.safetensors",
"transformer.h.29.ln_2.weight": "model-00003-of-00004.safetensors",
"transformer.h.29.mlp.c_fc.bias": "model-00003-of-00004.safetensors",
"transformer.h.29.mlp.c_fc.weight": "model-00003-of-00004.safetensors",
"transformer.h.29.mlp.c_proj.bias": "model-00003-of-00004.safetensors",
"transformer.h.29.mlp.c_proj.weight": "model-00003-of-00004.safetensors",
"transformer.h.3.attn.c_attn.bias": "model-00001-of-00004.safetensors",
"transformer.h.3.attn.c_attn.weight": "model-00001-of-00004.safetensors",
"transformer.h.3.attn.c_proj.bias": "model-00001-of-00004.safetensors",
"transformer.h.3.attn.c_proj.weight": "model-00001-of-00004.safetensors",
"transformer.h.3.ln_1.bias": "model-00001-of-00004.safetensors",
"transformer.h.3.ln_1.weight": "model-00001-of-00004.safetensors",
"transformer.h.3.ln_2.bias": "model-00001-of-00004.safetensors",
"transformer.h.3.ln_2.weight": "model-00001-of-00004.safetensors",
"transformer.h.3.mlp.c_fc.bias": "model-00001-of-00004.safetensors",
"transformer.h.3.mlp.c_fc.weight": "model-00001-of-00004.safetensors",
"transformer.h.3.mlp.c_proj.bias": "model-00001-of-00004.safetensors",
"transformer.h.3.mlp.c_proj.weight": "model-00001-of-00004.safetensors",
"transformer.h.30.attn.c_attn.bias": "model-00003-of-00004.safetensors",
"transformer.h.30.attn.c_attn.weight": "model-00003-of-00004.safetensors",
"transformer.h.30.attn.c_proj.bias": "model-00003-of-00004.safetensors",
"transformer.h.30.attn.c_proj.weight": "model-00003-of-00004.safetensors",
"transformer.h.30.ln_1.bias": "model-00003-of-00004.safetensors",
"transformer.h.30.ln_1.weight": "model-00003-of-00004.safetensors",
"transformer.h.30.ln_2.bias": "model-00003-of-00004.safetensors",
"transformer.h.30.ln_2.weight": "model-00003-of-00004.safetensors",
"transformer.h.30.mlp.c_fc.bias": "model-00003-of-00004.safetensors",
"transformer.h.30.mlp.c_fc.weight": "model-00003-of-00004.safetensors",
"transformer.h.30.mlp.c_proj.bias": "model-00003-of-00004.safetensors",
"transformer.h.30.mlp.c_proj.weight": "model-00003-of-00004.safetensors",
"transformer.h.31.attn.c_attn.bias": "model-00003-of-00004.safetensors",
"transformer.h.31.attn.c_attn.weight": "model-00003-of-00004.safetensors",
"transformer.h.31.attn.c_proj.bias": "model-00003-of-00004.safetensors",
"transformer.h.31.attn.c_proj.weight": "model-00003-of-00004.safetensors",
"transformer.h.31.ln_1.bias": "model-00003-of-00004.safetensors",
"transformer.h.31.ln_1.weight": "model-00003-of-00004.safetensors",
"transformer.h.31.ln_2.bias": "model-00003-of-00004.safetensors",
"transformer.h.31.ln_2.weight": "model-00003-of-00004.safetensors",
"transformer.h.31.mlp.c_fc.bias": "model-00003-of-00004.safetensors",
"transformer.h.31.mlp.c_fc.weight": "model-00003-of-00004.safetensors",
"transformer.h.31.mlp.c_proj.bias": "model-00003-of-00004.safetensors",
"transformer.h.31.mlp.c_proj.weight": "model-00003-of-00004.safetensors",
"transformer.h.32.attn.c_attn.bias": "model-00003-of-00004.safetensors",
"transformer.h.32.attn.c_attn.weight": "model-00003-of-00004.safetensors",
"transformer.h.32.attn.c_proj.bias": "model-00003-of-00004.safetensors",
"transformer.h.32.attn.c_proj.weight": "model-00003-of-00004.safetensors",
"transformer.h.32.ln_1.bias": "model-00003-of-00004.safetensors",
"transformer.h.32.ln_1.weight": "model-00003-of-00004.safetensors",
"transformer.h.32.ln_2.bias": "model-00003-of-00004.safetensors",
"transformer.h.32.ln_2.weight": "model-00003-of-00004.safetensors",
"transformer.h.32.mlp.c_fc.bias": "model-00003-of-00004.safetensors",
"transformer.h.32.mlp.c_fc.weight": "model-00003-of-00004.safetensors",
"transformer.h.32.mlp.c_proj.bias": "model-00003-of-00004.safetensors",
"transformer.h.32.mlp.c_proj.weight": "model-00003-of-00004.safetensors",
"transformer.h.33.attn.c_attn.bias": "model-00003-of-00004.safetensors",
"transformer.h.33.attn.c_attn.weight": "model-00003-of-00004.safetensors",
"transformer.h.33.attn.c_proj.bias": "model-00003-of-00004.safetensors",
"transformer.h.33.attn.c_proj.weight": "model-00003-of-00004.safetensors",
"transformer.h.33.ln_1.bias": "model-00003-of-00004.safetensors",
"transformer.h.33.ln_1.weight": "model-00003-of-00004.safetensors",
"transformer.h.33.ln_2.bias": "model-00003-of-00004.safetensors",
"transformer.h.33.ln_2.weight": "model-00003-of-00004.safetensors",
"transformer.h.33.mlp.c_fc.bias": "model-00003-of-00004.safetensors",
"transformer.h.33.mlp.c_fc.weight": "model-00003-of-00004.safetensors",
"transformer.h.33.mlp.c_proj.bias": "model-00003-of-00004.safetensors",
"transformer.h.33.mlp.c_proj.weight": "model-00003-of-00004.safetensors",
"transformer.h.34.attn.c_attn.bias": "model-00003-of-00004.safetensors",
"transformer.h.34.attn.c_attn.weight": "model-00003-of-00004.safetensors",
"transformer.h.34.attn.c_proj.bias": "model-00003-of-00004.safetensors",
"transformer.h.34.attn.c_proj.weight": "model-00003-of-00004.safetensors",
"transformer.h.34.ln_1.bias": "model-00003-of-00004.safetensors",
"transformer.h.34.ln_1.weight": "model-00003-of-00004.safetensors",
"transformer.h.34.ln_2.bias": "model-00003-of-00004.safetensors",
"transformer.h.34.ln_2.weight": "model-00003-of-00004.safetensors",
"transformer.h.34.mlp.c_fc.bias": "model-00003-of-00004.safetensors",
"transformer.h.34.mlp.c_fc.weight": "model-00003-of-00004.safetensors",
"transformer.h.34.mlp.c_proj.bias": "model-00003-of-00004.safetensors",
"transformer.h.34.mlp.c_proj.weight": "model-00003-of-00004.safetensors",
"transformer.h.35.attn.c_attn.bias": "model-00003-of-00004.safetensors",
"transformer.h.35.attn.c_attn.weight": "model-00003-of-00004.safetensors",
"transformer.h.35.attn.c_proj.bias": "model-00003-of-00004.safetensors",
"transformer.h.35.attn.c_proj.weight": "model-00003-of-00004.safetensors",
"transformer.h.35.ln_1.bias": "model-00003-of-00004.safetensors",
"transformer.h.35.ln_1.weight": "model-00003-of-00004.safetensors",
"transformer.h.35.ln_2.bias": "model-00003-of-00004.safetensors",
"transformer.h.35.ln_2.weight": "model-00003-of-00004.safetensors",
"transformer.h.35.mlp.c_fc.bias": "model-00003-of-00004.safetensors",
"transformer.h.35.mlp.c_fc.weight": "model-00003-of-00004.safetensors",
"transformer.h.35.mlp.c_proj.bias": "model-00003-of-00004.safetensors",
"transformer.h.35.mlp.c_proj.weight": "model-00003-of-00004.safetensors",
"transformer.h.36.attn.c_attn.bias": "model-00003-of-00004.safetensors",
"transformer.h.36.attn.c_attn.weight": "model-00003-of-00004.safetensors",
"transformer.h.36.attn.c_proj.bias": "model-00003-of-00004.safetensors",
"transformer.h.36.attn.c_proj.weight": "model-00003-of-00004.safetensors",
"transformer.h.36.ln_1.bias": "model-00003-of-00004.safetensors",
"transformer.h.36.ln_1.weight": "model-00003-of-00004.safetensors",
"transformer.h.36.ln_2.bias": "model-00003-of-00004.safetensors",
"transformer.h.36.ln_2.weight": "model-00003-of-00004.safetensors",
"transformer.h.36.mlp.c_fc.bias": "model-00003-of-00004.safetensors",
"transformer.h.36.mlp.c_fc.weight": "model-00003-of-00004.safetensors",
"transformer.h.36.mlp.c_proj.bias": "model-00003-of-00004.safetensors",
"transformer.h.36.mlp.c_proj.weight": "model-00003-of-00004.safetensors",
"transformer.h.37.attn.c_attn.bias": "model-00003-of-00004.safetensors",
"transformer.h.37.attn.c_attn.weight": "model-00003-of-00004.safetensors",
"transformer.h.37.attn.c_proj.bias": "model-00003-of-00004.safetensors",
"transformer.h.37.attn.c_proj.weight": "model-00003-of-00004.safetensors",
"transformer.h.37.ln_1.bias": "model-00003-of-00004.safetensors",
"transformer.h.37.ln_1.weight": "model-00003-of-00004.safetensors",
"transformer.h.37.ln_2.bias": "model-00003-of-00004.safetensors",
"transformer.h.37.ln_2.weight": "model-00003-of-00004.safetensors",
"transformer.h.37.mlp.c_fc.bias": "model-00003-of-00004.safetensors",
"transformer.h.37.mlp.c_fc.weight": "model-00003-of-00004.safetensors",
"transformer.h.37.mlp.c_proj.bias": "model-00003-of-00004.safetensors",
"transformer.h.37.mlp.c_proj.weight": "model-00003-of-00004.safetensors",
"transformer.h.38.attn.c_attn.bias": "model-00003-of-00004.safetensors",
"transformer.h.38.attn.c_attn.weight": "model-00003-of-00004.safetensors",
"transformer.h.38.attn.c_proj.bias": "model-00003-of-00004.safetensors",
"transformer.h.38.attn.c_proj.weight": "model-00003-of-00004.safetensors",
"transformer.h.38.ln_1.bias": "model-00003-of-00004.safetensors",
"transformer.h.38.ln_1.weight": "model-00003-of-00004.safetensors",
"transformer.h.38.ln_2.bias": "model-00003-of-00004.safetensors",
"transformer.h.38.ln_2.weight": "model-00003-of-00004.safetensors",
"transformer.h.38.mlp.c_fc.bias": "model-00004-of-00004.safetensors",
"transformer.h.38.mlp.c_fc.weight": "model-00004-of-00004.safetensors",
"transformer.h.38.mlp.c_proj.bias": "model-00004-of-00004.safetensors",
"transformer.h.38.mlp.c_proj.weight": "model-00004-of-00004.safetensors",
"transformer.h.39.attn.c_attn.bias": "model-00004-of-00004.safetensors",
"transformer.h.39.attn.c_attn.weight": "model-00004-of-00004.safetensors",
"transformer.h.39.attn.c_proj.bias": "model-00004-of-00004.safetensors",
"transformer.h.39.attn.c_proj.weight": "model-00004-of-00004.safetensors",
"transformer.h.39.ln_1.bias": "model-00004-of-00004.safetensors",
"transformer.h.39.ln_1.weight": "model-00004-of-00004.safetensors",
"transformer.h.39.ln_2.bias": "model-00004-of-00004.safetensors",
"transformer.h.39.ln_2.weight": "model-00004-of-00004.safetensors",
"transformer.h.39.mlp.c_fc.bias": "model-00004-of-00004.safetensors",
"transformer.h.39.mlp.c_fc.weight": "model-00004-of-00004.safetensors",
"transformer.h.39.mlp.c_proj.bias": "model-00004-of-00004.safetensors",
"transformer.h.39.mlp.c_proj.weight": "model-00004-of-00004.safetensors",
"transformer.h.4.attn.c_attn.bias": "model-00001-of-00004.safetensors",
"transformer.h.4.attn.c_attn.weight": "model-00001-of-00004.safetensors",
"transformer.h.4.attn.c_proj.bias": "model-00001-of-00004.safetensors",
"transformer.h.4.attn.c_proj.weight": "model-00001-of-00004.safetensors",
"transformer.h.4.ln_1.bias": "model-00001-of-00004.safetensors",
"transformer.h.4.ln_1.weight": "model-00001-of-00004.safetensors",
"transformer.h.4.ln_2.bias": "model-00001-of-00004.safetensors",
"transformer.h.4.ln_2.weight": "model-00001-of-00004.safetensors",
"transformer.h.4.mlp.c_fc.bias": "model-00001-of-00004.safetensors",
"transformer.h.4.mlp.c_fc.weight": "model-00001-of-00004.safetensors",
"transformer.h.4.mlp.c_proj.bias": "model-00001-of-00004.safetensors",
"transformer.h.4.mlp.c_proj.weight": "model-00001-of-00004.safetensors",
"transformer.h.5.attn.c_attn.bias": "model-00001-of-00004.safetensors",
"transformer.h.5.attn.c_attn.weight": "model-00001-of-00004.safetensors",
"transformer.h.5.attn.c_proj.bias": "model-00001-of-00004.safetensors",
"transformer.h.5.attn.c_proj.weight": "model-00001-of-00004.safetensors",
"transformer.h.5.ln_1.bias": "model-00001-of-00004.safetensors",
"transformer.h.5.ln_1.weight": "model-00001-of-00004.safetensors",
"transformer.h.5.ln_2.bias": "model-00001-of-00004.safetensors",
"transformer.h.5.ln_2.weight": "model-00001-of-00004.safetensors",
"transformer.h.5.mlp.c_fc.bias": "model-00001-of-00004.safetensors",
"transformer.h.5.mlp.c_fc.weight": "model-00001-of-00004.safetensors",
"transformer.h.5.mlp.c_proj.bias": "model-00001-of-00004.safetensors",
"transformer.h.5.mlp.c_proj.weight": "model-00001-of-00004.safetensors",
"transformer.h.6.attn.c_attn.bias": "model-00001-of-00004.safetensors",
"transformer.h.6.attn.c_attn.weight": "model-00001-of-00004.safetensors",
"transformer.h.6.attn.c_proj.bias": "model-00001-of-00004.safetensors",
"transformer.h.6.attn.c_proj.weight": "model-00001-of-00004.safetensors",
"transformer.h.6.ln_1.bias": "model-00001-of-00004.safetensors",
"transformer.h.6.ln_1.weight": "model-00001-of-00004.safetensors",
"transformer.h.6.ln_2.bias": "model-00001-of-00004.safetensors",
"transformer.h.6.ln_2.weight": "model-00001-of-00004.safetensors",
"transformer.h.6.mlp.c_fc.bias": "model-00001-of-00004.safetensors",
"transformer.h.6.mlp.c_fc.weight": "model-00001-of-00004.safetensors",
"transformer.h.6.mlp.c_proj.bias": "model-00001-of-00004.safetensors",
"transformer.h.6.mlp.c_proj.weight": "model-00001-of-00004.safetensors",
"transformer.h.7.attn.c_attn.bias": "model-00001-of-00004.safetensors",
"transformer.h.7.attn.c_attn.weight": "model-00001-of-00004.safetensors",
"transformer.h.7.attn.c_proj.bias": "model-00001-of-00004.safetensors",
"transformer.h.7.attn.c_proj.weight": "model-00001-of-00004.safetensors",
"transformer.h.7.ln_1.bias": "model-00001-of-00004.safetensors",
"transformer.h.7.ln_1.weight": "model-00001-of-00004.safetensors",
"transformer.h.7.ln_2.bias": "model-00001-of-00004.safetensors",
"transformer.h.7.ln_2.weight": "model-00001-of-00004.safetensors",
"transformer.h.7.mlp.c_fc.bias": "model-00001-of-00004.safetensors",
"transformer.h.7.mlp.c_fc.weight": "model-00001-of-00004.safetensors",
"transformer.h.7.mlp.c_proj.bias": "model-00001-of-00004.safetensors",
"transformer.h.7.mlp.c_proj.weight": "model-00001-of-00004.safetensors",
"transformer.h.8.attn.c_attn.bias": "model-00001-of-00004.safetensors",
"transformer.h.8.attn.c_attn.weight": "model-00001-of-00004.safetensors",
"transformer.h.8.attn.c_proj.bias": "model-00001-of-00004.safetensors",
"transformer.h.8.attn.c_proj.weight": "model-00001-of-00004.safetensors",
"transformer.h.8.ln_1.bias": "model-00001-of-00004.safetensors",
"transformer.h.8.ln_1.weight": "model-00001-of-00004.safetensors",
"transformer.h.8.ln_2.bias": "model-00001-of-00004.safetensors",
"transformer.h.8.ln_2.weight": "model-00001-of-00004.safetensors",
"transformer.h.8.mlp.c_fc.bias": "model-00001-of-00004.safetensors",
"transformer.h.8.mlp.c_fc.weight": "model-00001-of-00004.safetensors",
"transformer.h.8.mlp.c_proj.bias": "model-00001-of-00004.safetensors",
"transformer.h.8.mlp.c_proj.weight": "model-00001-of-00004.safetensors",
"transformer.h.9.attn.c_attn.bias": "model-00001-of-00004.safetensors",
"transformer.h.9.attn.c_attn.weight": "model-00001-of-00004.safetensors",
"transformer.h.9.attn.c_proj.bias": "model-00001-of-00004.safetensors",
"transformer.h.9.attn.c_proj.weight": "model-00001-of-00004.safetensors",
"transformer.h.9.ln_1.bias": "model-00001-of-00004.safetensors",
"transformer.h.9.ln_1.weight": "model-00001-of-00004.safetensors",
"transformer.h.9.ln_2.bias": "model-00001-of-00004.safetensors",
"transformer.h.9.ln_2.weight": "model-00001-of-00004.safetensors",
"transformer.h.9.mlp.c_fc.bias": "model-00001-of-00004.safetensors",
"transformer.h.9.mlp.c_fc.weight": "model-00001-of-00004.safetensors",
"transformer.h.9.mlp.c_proj.bias": "model-00001-of-00004.safetensors",
"transformer.h.9.mlp.c_proj.weight": "model-00001-of-00004.safetensors",
"transformer.ln_f.bias": "model-00004-of-00004.safetensors",
"transformer.ln_f.weight": "model-00004-of-00004.safetensors",
"transformer.wpe.weight": "model-00001-of-00004.safetensors",
"transformer.wte.weight": "model-00001-of-00004.safetensors"
}
}

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:5f3ef686dc2c2d21edfee70d1eda00e2490de4619f6f0d4005e4924c112f13f3
size 9957995317

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:3e6792da46b5c874fec65d8d2b67d6554ceb98c1fc36470f1054a62ab7a27cb0
size 9857381671

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:18ab2db59050921b99fa1bf138aae365aaa51260f4babb32c23ace078c96f88c
size 9857381671

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:8af1ce54fa6cb776149ea854b89c28557c51b73a3d6974e0f4cbdf511567a94c
size 1362327955

View File

@@ -0,0 +1,492 @@
{
"metadata": {
"total_size": 31034925056
},
"weight_map": {
"lm_head.weight": "pytorch_model-00001-of-00004.bin",
"transformer.h.0.attn.c_attn.bias": "pytorch_model-00001-of-00004.bin",
"transformer.h.0.attn.c_attn.weight": "pytorch_model-00001-of-00004.bin",
"transformer.h.0.attn.c_proj.bias": "pytorch_model-00001-of-00004.bin",
"transformer.h.0.attn.c_proj.weight": "pytorch_model-00001-of-00004.bin",
"transformer.h.0.ln_1.bias": "pytorch_model-00001-of-00004.bin",
"transformer.h.0.ln_1.weight": "pytorch_model-00001-of-00004.bin",
"transformer.h.0.ln_2.bias": "pytorch_model-00001-of-00004.bin",
"transformer.h.0.ln_2.weight": "pytorch_model-00001-of-00004.bin",
"transformer.h.0.mlp.c_fc.bias": "pytorch_model-00001-of-00004.bin",
"transformer.h.0.mlp.c_fc.weight": "pytorch_model-00001-of-00004.bin",
"transformer.h.0.mlp.c_proj.bias": "pytorch_model-00001-of-00004.bin",
"transformer.h.0.mlp.c_proj.weight": "pytorch_model-00001-of-00004.bin",
"transformer.h.1.attn.c_attn.bias": "pytorch_model-00001-of-00004.bin",
"transformer.h.1.attn.c_attn.weight": "pytorch_model-00001-of-00004.bin",
"transformer.h.1.attn.c_proj.bias": "pytorch_model-00001-of-00004.bin",
"transformer.h.1.attn.c_proj.weight": "pytorch_model-00001-of-00004.bin",
"transformer.h.1.ln_1.bias": "pytorch_model-00001-of-00004.bin",
"transformer.h.1.ln_1.weight": "pytorch_model-00001-of-00004.bin",
"transformer.h.1.ln_2.bias": "pytorch_model-00001-of-00004.bin",
"transformer.h.1.ln_2.weight": "pytorch_model-00001-of-00004.bin",
"transformer.h.1.mlp.c_fc.bias": "pytorch_model-00001-of-00004.bin",
"transformer.h.1.mlp.c_fc.weight": "pytorch_model-00001-of-00004.bin",
"transformer.h.1.mlp.c_proj.bias": "pytorch_model-00001-of-00004.bin",
"transformer.h.1.mlp.c_proj.weight": "pytorch_model-00001-of-00004.bin",
"transformer.h.10.attn.c_attn.bias": "pytorch_model-00001-of-00004.bin",
"transformer.h.10.attn.c_attn.weight": "pytorch_model-00001-of-00004.bin",
"transformer.h.10.attn.c_proj.bias": "pytorch_model-00001-of-00004.bin",
"transformer.h.10.attn.c_proj.weight": "pytorch_model-00001-of-00004.bin",
"transformer.h.10.ln_1.bias": "pytorch_model-00001-of-00004.bin",
"transformer.h.10.ln_1.weight": "pytorch_model-00001-of-00004.bin",
"transformer.h.10.ln_2.bias": "pytorch_model-00001-of-00004.bin",
"transformer.h.10.ln_2.weight": "pytorch_model-00001-of-00004.bin",
"transformer.h.10.mlp.c_fc.bias": "pytorch_model-00001-of-00004.bin",
"transformer.h.10.mlp.c_fc.weight": "pytorch_model-00001-of-00004.bin",
"transformer.h.10.mlp.c_proj.bias": "pytorch_model-00001-of-00004.bin",
"transformer.h.10.mlp.c_proj.weight": "pytorch_model-00001-of-00004.bin",
"transformer.h.11.attn.c_attn.bias": "pytorch_model-00001-of-00004.bin",
"transformer.h.11.attn.c_attn.weight": "pytorch_model-00001-of-00004.bin",
"transformer.h.11.attn.c_proj.bias": "pytorch_model-00001-of-00004.bin",
"transformer.h.11.attn.c_proj.weight": "pytorch_model-00001-of-00004.bin",
"transformer.h.11.ln_1.bias": "pytorch_model-00001-of-00004.bin",
"transformer.h.11.ln_1.weight": "pytorch_model-00001-of-00004.bin",
"transformer.h.11.ln_2.bias": "pytorch_model-00001-of-00004.bin",
"transformer.h.11.ln_2.weight": "pytorch_model-00001-of-00004.bin",
"transformer.h.11.mlp.c_fc.bias": "pytorch_model-00001-of-00004.bin",
"transformer.h.11.mlp.c_fc.weight": "pytorch_model-00001-of-00004.bin",
"transformer.h.11.mlp.c_proj.bias": "pytorch_model-00001-of-00004.bin",
"transformer.h.11.mlp.c_proj.weight": "pytorch_model-00001-of-00004.bin",
"transformer.h.12.attn.c_attn.bias": "pytorch_model-00001-of-00004.bin",
"transformer.h.12.attn.c_attn.weight": "pytorch_model-00001-of-00004.bin",
"transformer.h.12.attn.c_proj.bias": "pytorch_model-00001-of-00004.bin",
"transformer.h.12.attn.c_proj.weight": "pytorch_model-00001-of-00004.bin",
"transformer.h.12.ln_1.bias": "pytorch_model-00001-of-00004.bin",
"transformer.h.12.ln_1.weight": "pytorch_model-00001-of-00004.bin",
"transformer.h.12.ln_2.bias": "pytorch_model-00001-of-00004.bin",
"transformer.h.12.ln_2.weight": "pytorch_model-00001-of-00004.bin",
"transformer.h.12.mlp.c_fc.bias": "pytorch_model-00002-of-00004.bin",
"transformer.h.12.mlp.c_fc.weight": "pytorch_model-00002-of-00004.bin",
"transformer.h.12.mlp.c_proj.bias": "pytorch_model-00002-of-00004.bin",
"transformer.h.12.mlp.c_proj.weight": "pytorch_model-00002-of-00004.bin",
"transformer.h.13.attn.c_attn.bias": "pytorch_model-00002-of-00004.bin",
"transformer.h.13.attn.c_attn.weight": "pytorch_model-00002-of-00004.bin",
"transformer.h.13.attn.c_proj.bias": "pytorch_model-00002-of-00004.bin",
"transformer.h.13.attn.c_proj.weight": "pytorch_model-00002-of-00004.bin",
"transformer.h.13.ln_1.bias": "pytorch_model-00002-of-00004.bin",
"transformer.h.13.ln_1.weight": "pytorch_model-00002-of-00004.bin",
"transformer.h.13.ln_2.bias": "pytorch_model-00002-of-00004.bin",
"transformer.h.13.ln_2.weight": "pytorch_model-00002-of-00004.bin",
"transformer.h.13.mlp.c_fc.bias": "pytorch_model-00002-of-00004.bin",
"transformer.h.13.mlp.c_fc.weight": "pytorch_model-00002-of-00004.bin",
"transformer.h.13.mlp.c_proj.bias": "pytorch_model-00002-of-00004.bin",
"transformer.h.13.mlp.c_proj.weight": "pytorch_model-00002-of-00004.bin",
"transformer.h.14.attn.c_attn.bias": "pytorch_model-00002-of-00004.bin",
"transformer.h.14.attn.c_attn.weight": "pytorch_model-00002-of-00004.bin",
"transformer.h.14.attn.c_proj.bias": "pytorch_model-00002-of-00004.bin",
"transformer.h.14.attn.c_proj.weight": "pytorch_model-00002-of-00004.bin",
"transformer.h.14.ln_1.bias": "pytorch_model-00002-of-00004.bin",
"transformer.h.14.ln_1.weight": "pytorch_model-00002-of-00004.bin",
"transformer.h.14.ln_2.bias": "pytorch_model-00002-of-00004.bin",
"transformer.h.14.ln_2.weight": "pytorch_model-00002-of-00004.bin",
"transformer.h.14.mlp.c_fc.bias": "pytorch_model-00002-of-00004.bin",
"transformer.h.14.mlp.c_fc.weight": "pytorch_model-00002-of-00004.bin",
"transformer.h.14.mlp.c_proj.bias": "pytorch_model-00002-of-00004.bin",
"transformer.h.14.mlp.c_proj.weight": "pytorch_model-00002-of-00004.bin",
"transformer.h.15.attn.c_attn.bias": "pytorch_model-00002-of-00004.bin",
"transformer.h.15.attn.c_attn.weight": "pytorch_model-00002-of-00004.bin",
"transformer.h.15.attn.c_proj.bias": "pytorch_model-00002-of-00004.bin",
"transformer.h.15.attn.c_proj.weight": "pytorch_model-00002-of-00004.bin",
"transformer.h.15.ln_1.bias": "pytorch_model-00002-of-00004.bin",
"transformer.h.15.ln_1.weight": "pytorch_model-00002-of-00004.bin",
"transformer.h.15.ln_2.bias": "pytorch_model-00002-of-00004.bin",
"transformer.h.15.ln_2.weight": "pytorch_model-00002-of-00004.bin",
"transformer.h.15.mlp.c_fc.bias": "pytorch_model-00002-of-00004.bin",
"transformer.h.15.mlp.c_fc.weight": "pytorch_model-00002-of-00004.bin",
"transformer.h.15.mlp.c_proj.bias": "pytorch_model-00002-of-00004.bin",
"transformer.h.15.mlp.c_proj.weight": "pytorch_model-00002-of-00004.bin",
"transformer.h.16.attn.c_attn.bias": "pytorch_model-00002-of-00004.bin",
"transformer.h.16.attn.c_attn.weight": "pytorch_model-00002-of-00004.bin",
"transformer.h.16.attn.c_proj.bias": "pytorch_model-00002-of-00004.bin",
"transformer.h.16.attn.c_proj.weight": "pytorch_model-00002-of-00004.bin",
"transformer.h.16.ln_1.bias": "pytorch_model-00002-of-00004.bin",
"transformer.h.16.ln_1.weight": "pytorch_model-00002-of-00004.bin",
"transformer.h.16.ln_2.bias": "pytorch_model-00002-of-00004.bin",
"transformer.h.16.ln_2.weight": "pytorch_model-00002-of-00004.bin",
"transformer.h.16.mlp.c_fc.bias": "pytorch_model-00002-of-00004.bin",
"transformer.h.16.mlp.c_fc.weight": "pytorch_model-00002-of-00004.bin",
"transformer.h.16.mlp.c_proj.bias": "pytorch_model-00002-of-00004.bin",
"transformer.h.16.mlp.c_proj.weight": "pytorch_model-00002-of-00004.bin",
"transformer.h.17.attn.c_attn.bias": "pytorch_model-00002-of-00004.bin",
"transformer.h.17.attn.c_attn.weight": "pytorch_model-00002-of-00004.bin",
"transformer.h.17.attn.c_proj.bias": "pytorch_model-00002-of-00004.bin",
"transformer.h.17.attn.c_proj.weight": "pytorch_model-00002-of-00004.bin",
"transformer.h.17.ln_1.bias": "pytorch_model-00002-of-00004.bin",
"transformer.h.17.ln_1.weight": "pytorch_model-00002-of-00004.bin",
"transformer.h.17.ln_2.bias": "pytorch_model-00002-of-00004.bin",
"transformer.h.17.ln_2.weight": "pytorch_model-00002-of-00004.bin",
"transformer.h.17.mlp.c_fc.bias": "pytorch_model-00002-of-00004.bin",
"transformer.h.17.mlp.c_fc.weight": "pytorch_model-00002-of-00004.bin",
"transformer.h.17.mlp.c_proj.bias": "pytorch_model-00002-of-00004.bin",
"transformer.h.17.mlp.c_proj.weight": "pytorch_model-00002-of-00004.bin",
"transformer.h.18.attn.c_attn.bias": "pytorch_model-00002-of-00004.bin",
"transformer.h.18.attn.c_attn.weight": "pytorch_model-00002-of-00004.bin",
"transformer.h.18.attn.c_proj.bias": "pytorch_model-00002-of-00004.bin",
"transformer.h.18.attn.c_proj.weight": "pytorch_model-00002-of-00004.bin",
"transformer.h.18.ln_1.bias": "pytorch_model-00002-of-00004.bin",
"transformer.h.18.ln_1.weight": "pytorch_model-00002-of-00004.bin",
"transformer.h.18.ln_2.bias": "pytorch_model-00002-of-00004.bin",
"transformer.h.18.ln_2.weight": "pytorch_model-00002-of-00004.bin",
"transformer.h.18.mlp.c_fc.bias": "pytorch_model-00002-of-00004.bin",
"transformer.h.18.mlp.c_fc.weight": "pytorch_model-00002-of-00004.bin",
"transformer.h.18.mlp.c_proj.bias": "pytorch_model-00002-of-00004.bin",
"transformer.h.18.mlp.c_proj.weight": "pytorch_model-00002-of-00004.bin",
"transformer.h.19.attn.c_attn.bias": "pytorch_model-00002-of-00004.bin",
"transformer.h.19.attn.c_attn.weight": "pytorch_model-00002-of-00004.bin",
"transformer.h.19.attn.c_proj.bias": "pytorch_model-00002-of-00004.bin",
"transformer.h.19.attn.c_proj.weight": "pytorch_model-00002-of-00004.bin",
"transformer.h.19.ln_1.bias": "pytorch_model-00002-of-00004.bin",
"transformer.h.19.ln_1.weight": "pytorch_model-00002-of-00004.bin",
"transformer.h.19.ln_2.bias": "pytorch_model-00002-of-00004.bin",
"transformer.h.19.ln_2.weight": "pytorch_model-00002-of-00004.bin",
"transformer.h.19.mlp.c_fc.bias": "pytorch_model-00002-of-00004.bin",
"transformer.h.19.mlp.c_fc.weight": "pytorch_model-00002-of-00004.bin",
"transformer.h.19.mlp.c_proj.bias": "pytorch_model-00002-of-00004.bin",
"transformer.h.19.mlp.c_proj.weight": "pytorch_model-00002-of-00004.bin",
"transformer.h.2.attn.c_attn.bias": "pytorch_model-00001-of-00004.bin",
"transformer.h.2.attn.c_attn.weight": "pytorch_model-00001-of-00004.bin",
"transformer.h.2.attn.c_proj.bias": "pytorch_model-00001-of-00004.bin",
"transformer.h.2.attn.c_proj.weight": "pytorch_model-00001-of-00004.bin",
"transformer.h.2.ln_1.bias": "pytorch_model-00001-of-00004.bin",
"transformer.h.2.ln_1.weight": "pytorch_model-00001-of-00004.bin",
"transformer.h.2.ln_2.bias": "pytorch_model-00001-of-00004.bin",
"transformer.h.2.ln_2.weight": "pytorch_model-00001-of-00004.bin",
"transformer.h.2.mlp.c_fc.bias": "pytorch_model-00001-of-00004.bin",
"transformer.h.2.mlp.c_fc.weight": "pytorch_model-00001-of-00004.bin",
"transformer.h.2.mlp.c_proj.bias": "pytorch_model-00001-of-00004.bin",
"transformer.h.2.mlp.c_proj.weight": "pytorch_model-00001-of-00004.bin",
"transformer.h.20.attn.c_attn.bias": "pytorch_model-00002-of-00004.bin",
"transformer.h.20.attn.c_attn.weight": "pytorch_model-00002-of-00004.bin",
"transformer.h.20.attn.c_proj.bias": "pytorch_model-00002-of-00004.bin",
"transformer.h.20.attn.c_proj.weight": "pytorch_model-00002-of-00004.bin",
"transformer.h.20.ln_1.bias": "pytorch_model-00002-of-00004.bin",
"transformer.h.20.ln_1.weight": "pytorch_model-00002-of-00004.bin",
"transformer.h.20.ln_2.bias": "pytorch_model-00002-of-00004.bin",
"transformer.h.20.ln_2.weight": "pytorch_model-00002-of-00004.bin",
"transformer.h.20.mlp.c_fc.bias": "pytorch_model-00002-of-00004.bin",
"transformer.h.20.mlp.c_fc.weight": "pytorch_model-00002-of-00004.bin",
"transformer.h.20.mlp.c_proj.bias": "pytorch_model-00002-of-00004.bin",
"transformer.h.20.mlp.c_proj.weight": "pytorch_model-00002-of-00004.bin",
"transformer.h.21.attn.c_attn.bias": "pytorch_model-00002-of-00004.bin",
"transformer.h.21.attn.c_attn.weight": "pytorch_model-00002-of-00004.bin",
"transformer.h.21.attn.c_proj.bias": "pytorch_model-00002-of-00004.bin",
"transformer.h.21.attn.c_proj.weight": "pytorch_model-00002-of-00004.bin",
"transformer.h.21.ln_1.bias": "pytorch_model-00002-of-00004.bin",
"transformer.h.21.ln_1.weight": "pytorch_model-00002-of-00004.bin",
"transformer.h.21.ln_2.bias": "pytorch_model-00002-of-00004.bin",
"transformer.h.21.ln_2.weight": "pytorch_model-00002-of-00004.bin",
"transformer.h.21.mlp.c_fc.bias": "pytorch_model-00002-of-00004.bin",
"transformer.h.21.mlp.c_fc.weight": "pytorch_model-00002-of-00004.bin",
"transformer.h.21.mlp.c_proj.bias": "pytorch_model-00002-of-00004.bin",
"transformer.h.21.mlp.c_proj.weight": "pytorch_model-00002-of-00004.bin",
"transformer.h.22.attn.c_attn.bias": "pytorch_model-00002-of-00004.bin",
"transformer.h.22.attn.c_attn.weight": "pytorch_model-00002-of-00004.bin",
"transformer.h.22.attn.c_proj.bias": "pytorch_model-00002-of-00004.bin",
"transformer.h.22.attn.c_proj.weight": "pytorch_model-00002-of-00004.bin",
"transformer.h.22.ln_1.bias": "pytorch_model-00002-of-00004.bin",
"transformer.h.22.ln_1.weight": "pytorch_model-00002-of-00004.bin",
"transformer.h.22.ln_2.bias": "pytorch_model-00002-of-00004.bin",
"transformer.h.22.ln_2.weight": "pytorch_model-00002-of-00004.bin",
"transformer.h.22.mlp.c_fc.bias": "pytorch_model-00002-of-00004.bin",
"transformer.h.22.mlp.c_fc.weight": "pytorch_model-00002-of-00004.bin",
"transformer.h.22.mlp.c_proj.bias": "pytorch_model-00002-of-00004.bin",
"transformer.h.22.mlp.c_proj.weight": "pytorch_model-00002-of-00004.bin",
"transformer.h.23.attn.c_attn.bias": "pytorch_model-00002-of-00004.bin",
"transformer.h.23.attn.c_attn.weight": "pytorch_model-00002-of-00004.bin",
"transformer.h.23.attn.c_proj.bias": "pytorch_model-00002-of-00004.bin",
"transformer.h.23.attn.c_proj.weight": "pytorch_model-00002-of-00004.bin",
"transformer.h.23.ln_1.bias": "pytorch_model-00002-of-00004.bin",
"transformer.h.23.ln_1.weight": "pytorch_model-00002-of-00004.bin",
"transformer.h.23.ln_2.bias": "pytorch_model-00002-of-00004.bin",
"transformer.h.23.ln_2.weight": "pytorch_model-00002-of-00004.bin",
"transformer.h.23.mlp.c_fc.bias": "pytorch_model-00002-of-00004.bin",
"transformer.h.23.mlp.c_fc.weight": "pytorch_model-00002-of-00004.bin",
"transformer.h.23.mlp.c_proj.bias": "pytorch_model-00002-of-00004.bin",
"transformer.h.23.mlp.c_proj.weight": "pytorch_model-00002-of-00004.bin",
"transformer.h.24.attn.c_attn.bias": "pytorch_model-00002-of-00004.bin",
"transformer.h.24.attn.c_attn.weight": "pytorch_model-00002-of-00004.bin",
"transformer.h.24.attn.c_proj.bias": "pytorch_model-00002-of-00004.bin",
"transformer.h.24.attn.c_proj.weight": "pytorch_model-00002-of-00004.bin",
"transformer.h.24.ln_1.bias": "pytorch_model-00002-of-00004.bin",
"transformer.h.24.ln_1.weight": "pytorch_model-00002-of-00004.bin",
"transformer.h.24.ln_2.bias": "pytorch_model-00002-of-00004.bin",
"transformer.h.24.ln_2.weight": "pytorch_model-00002-of-00004.bin",
"transformer.h.24.mlp.c_fc.bias": "pytorch_model-00002-of-00004.bin",
"transformer.h.24.mlp.c_fc.weight": "pytorch_model-00002-of-00004.bin",
"transformer.h.24.mlp.c_proj.bias": "pytorch_model-00002-of-00004.bin",
"transformer.h.24.mlp.c_proj.weight": "pytorch_model-00002-of-00004.bin",
"transformer.h.25.attn.c_attn.bias": "pytorch_model-00002-of-00004.bin",
"transformer.h.25.attn.c_attn.weight": "pytorch_model-00002-of-00004.bin",
"transformer.h.25.attn.c_proj.bias": "pytorch_model-00002-of-00004.bin",
"transformer.h.25.attn.c_proj.weight": "pytorch_model-00002-of-00004.bin",
"transformer.h.25.ln_1.bias": "pytorch_model-00002-of-00004.bin",
"transformer.h.25.ln_1.weight": "pytorch_model-00002-of-00004.bin",
"transformer.h.25.ln_2.bias": "pytorch_model-00002-of-00004.bin",
"transformer.h.25.ln_2.weight": "pytorch_model-00002-of-00004.bin",
"transformer.h.25.mlp.c_fc.bias": "pytorch_model-00003-of-00004.bin",
"transformer.h.25.mlp.c_fc.weight": "pytorch_model-00003-of-00004.bin",
"transformer.h.25.mlp.c_proj.bias": "pytorch_model-00003-of-00004.bin",
"transformer.h.25.mlp.c_proj.weight": "pytorch_model-00003-of-00004.bin",
"transformer.h.26.attn.c_attn.bias": "pytorch_model-00003-of-00004.bin",
"transformer.h.26.attn.c_attn.weight": "pytorch_model-00003-of-00004.bin",
"transformer.h.26.attn.c_proj.bias": "pytorch_model-00003-of-00004.bin",
"transformer.h.26.attn.c_proj.weight": "pytorch_model-00003-of-00004.bin",
"transformer.h.26.ln_1.bias": "pytorch_model-00003-of-00004.bin",
"transformer.h.26.ln_1.weight": "pytorch_model-00003-of-00004.bin",
"transformer.h.26.ln_2.bias": "pytorch_model-00003-of-00004.bin",
"transformer.h.26.ln_2.weight": "pytorch_model-00003-of-00004.bin",
"transformer.h.26.mlp.c_fc.bias": "pytorch_model-00003-of-00004.bin",
"transformer.h.26.mlp.c_fc.weight": "pytorch_model-00003-of-00004.bin",
"transformer.h.26.mlp.c_proj.bias": "pytorch_model-00003-of-00004.bin",
"transformer.h.26.mlp.c_proj.weight": "pytorch_model-00003-of-00004.bin",
"transformer.h.27.attn.c_attn.bias": "pytorch_model-00003-of-00004.bin",
"transformer.h.27.attn.c_attn.weight": "pytorch_model-00003-of-00004.bin",
"transformer.h.27.attn.c_proj.bias": "pytorch_model-00003-of-00004.bin",
"transformer.h.27.attn.c_proj.weight": "pytorch_model-00003-of-00004.bin",
"transformer.h.27.ln_1.bias": "pytorch_model-00003-of-00004.bin",
"transformer.h.27.ln_1.weight": "pytorch_model-00003-of-00004.bin",
"transformer.h.27.ln_2.bias": "pytorch_model-00003-of-00004.bin",
"transformer.h.27.ln_2.weight": "pytorch_model-00003-of-00004.bin",
"transformer.h.27.mlp.c_fc.bias": "pytorch_model-00003-of-00004.bin",
"transformer.h.27.mlp.c_fc.weight": "pytorch_model-00003-of-00004.bin",
"transformer.h.27.mlp.c_proj.bias": "pytorch_model-00003-of-00004.bin",
"transformer.h.27.mlp.c_proj.weight": "pytorch_model-00003-of-00004.bin",
"transformer.h.28.attn.c_attn.bias": "pytorch_model-00003-of-00004.bin",
"transformer.h.28.attn.c_attn.weight": "pytorch_model-00003-of-00004.bin",
"transformer.h.28.attn.c_proj.bias": "pytorch_model-00003-of-00004.bin",
"transformer.h.28.attn.c_proj.weight": "pytorch_model-00003-of-00004.bin",
"transformer.h.28.ln_1.bias": "pytorch_model-00003-of-00004.bin",
"transformer.h.28.ln_1.weight": "pytorch_model-00003-of-00004.bin",
"transformer.h.28.ln_2.bias": "pytorch_model-00003-of-00004.bin",
"transformer.h.28.ln_2.weight": "pytorch_model-00003-of-00004.bin",
"transformer.h.28.mlp.c_fc.bias": "pytorch_model-00003-of-00004.bin",
"transformer.h.28.mlp.c_fc.weight": "pytorch_model-00003-of-00004.bin",
"transformer.h.28.mlp.c_proj.bias": "pytorch_model-00003-of-00004.bin",
"transformer.h.28.mlp.c_proj.weight": "pytorch_model-00003-of-00004.bin",
"transformer.h.29.attn.c_attn.bias": "pytorch_model-00003-of-00004.bin",
"transformer.h.29.attn.c_attn.weight": "pytorch_model-00003-of-00004.bin",
"transformer.h.29.attn.c_proj.bias": "pytorch_model-00003-of-00004.bin",
"transformer.h.29.attn.c_proj.weight": "pytorch_model-00003-of-00004.bin",
"transformer.h.29.ln_1.bias": "pytorch_model-00003-of-00004.bin",
"transformer.h.29.ln_1.weight": "pytorch_model-00003-of-00004.bin",
"transformer.h.29.ln_2.bias": "pytorch_model-00003-of-00004.bin",
"transformer.h.29.ln_2.weight": "pytorch_model-00003-of-00004.bin",
"transformer.h.29.mlp.c_fc.bias": "pytorch_model-00003-of-00004.bin",
"transformer.h.29.mlp.c_fc.weight": "pytorch_model-00003-of-00004.bin",
"transformer.h.29.mlp.c_proj.bias": "pytorch_model-00003-of-00004.bin",
"transformer.h.29.mlp.c_proj.weight": "pytorch_model-00003-of-00004.bin",
"transformer.h.3.attn.c_attn.bias": "pytorch_model-00001-of-00004.bin",
"transformer.h.3.attn.c_attn.weight": "pytorch_model-00001-of-00004.bin",
"transformer.h.3.attn.c_proj.bias": "pytorch_model-00001-of-00004.bin",
"transformer.h.3.attn.c_proj.weight": "pytorch_model-00001-of-00004.bin",
"transformer.h.3.ln_1.bias": "pytorch_model-00001-of-00004.bin",
"transformer.h.3.ln_1.weight": "pytorch_model-00001-of-00004.bin",
"transformer.h.3.ln_2.bias": "pytorch_model-00001-of-00004.bin",
"transformer.h.3.ln_2.weight": "pytorch_model-00001-of-00004.bin",
"transformer.h.3.mlp.c_fc.bias": "pytorch_model-00001-of-00004.bin",
"transformer.h.3.mlp.c_fc.weight": "pytorch_model-00001-of-00004.bin",
"transformer.h.3.mlp.c_proj.bias": "pytorch_model-00001-of-00004.bin",
"transformer.h.3.mlp.c_proj.weight": "pytorch_model-00001-of-00004.bin",
"transformer.h.30.attn.c_attn.bias": "pytorch_model-00003-of-00004.bin",
"transformer.h.30.attn.c_attn.weight": "pytorch_model-00003-of-00004.bin",
"transformer.h.30.attn.c_proj.bias": "pytorch_model-00003-of-00004.bin",
"transformer.h.30.attn.c_proj.weight": "pytorch_model-00003-of-00004.bin",
"transformer.h.30.ln_1.bias": "pytorch_model-00003-of-00004.bin",
"transformer.h.30.ln_1.weight": "pytorch_model-00003-of-00004.bin",
"transformer.h.30.ln_2.bias": "pytorch_model-00003-of-00004.bin",
"transformer.h.30.ln_2.weight": "pytorch_model-00003-of-00004.bin",
"transformer.h.30.mlp.c_fc.bias": "pytorch_model-00003-of-00004.bin",
"transformer.h.30.mlp.c_fc.weight": "pytorch_model-00003-of-00004.bin",
"transformer.h.30.mlp.c_proj.bias": "pytorch_model-00003-of-00004.bin",
"transformer.h.30.mlp.c_proj.weight": "pytorch_model-00003-of-00004.bin",
"transformer.h.31.attn.c_attn.bias": "pytorch_model-00003-of-00004.bin",
"transformer.h.31.attn.c_attn.weight": "pytorch_model-00003-of-00004.bin",
"transformer.h.31.attn.c_proj.bias": "pytorch_model-00003-of-00004.bin",
"transformer.h.31.attn.c_proj.weight": "pytorch_model-00003-of-00004.bin",
"transformer.h.31.ln_1.bias": "pytorch_model-00003-of-00004.bin",
"transformer.h.31.ln_1.weight": "pytorch_model-00003-of-00004.bin",
"transformer.h.31.ln_2.bias": "pytorch_model-00003-of-00004.bin",
"transformer.h.31.ln_2.weight": "pytorch_model-00003-of-00004.bin",
"transformer.h.31.mlp.c_fc.bias": "pytorch_model-00003-of-00004.bin",
"transformer.h.31.mlp.c_fc.weight": "pytorch_model-00003-of-00004.bin",
"transformer.h.31.mlp.c_proj.bias": "pytorch_model-00003-of-00004.bin",
"transformer.h.31.mlp.c_proj.weight": "pytorch_model-00003-of-00004.bin",
"transformer.h.32.attn.c_attn.bias": "pytorch_model-00003-of-00004.bin",
"transformer.h.32.attn.c_attn.weight": "pytorch_model-00003-of-00004.bin",
"transformer.h.32.attn.c_proj.bias": "pytorch_model-00003-of-00004.bin",
"transformer.h.32.attn.c_proj.weight": "pytorch_model-00003-of-00004.bin",
"transformer.h.32.ln_1.bias": "pytorch_model-00003-of-00004.bin",
"transformer.h.32.ln_1.weight": "pytorch_model-00003-of-00004.bin",
"transformer.h.32.ln_2.bias": "pytorch_model-00003-of-00004.bin",
"transformer.h.32.ln_2.weight": "pytorch_model-00003-of-00004.bin",
"transformer.h.32.mlp.c_fc.bias": "pytorch_model-00003-of-00004.bin",
"transformer.h.32.mlp.c_fc.weight": "pytorch_model-00003-of-00004.bin",
"transformer.h.32.mlp.c_proj.bias": "pytorch_model-00003-of-00004.bin",
"transformer.h.32.mlp.c_proj.weight": "pytorch_model-00003-of-00004.bin",
"transformer.h.33.attn.c_attn.bias": "pytorch_model-00003-of-00004.bin",
"transformer.h.33.attn.c_attn.weight": "pytorch_model-00003-of-00004.bin",
"transformer.h.33.attn.c_proj.bias": "pytorch_model-00003-of-00004.bin",
"transformer.h.33.attn.c_proj.weight": "pytorch_model-00003-of-00004.bin",
"transformer.h.33.ln_1.bias": "pytorch_model-00003-of-00004.bin",
"transformer.h.33.ln_1.weight": "pytorch_model-00003-of-00004.bin",
"transformer.h.33.ln_2.bias": "pytorch_model-00003-of-00004.bin",
"transformer.h.33.ln_2.weight": "pytorch_model-00003-of-00004.bin",
"transformer.h.33.mlp.c_fc.bias": "pytorch_model-00003-of-00004.bin",
"transformer.h.33.mlp.c_fc.weight": "pytorch_model-00003-of-00004.bin",
"transformer.h.33.mlp.c_proj.bias": "pytorch_model-00003-of-00004.bin",
"transformer.h.33.mlp.c_proj.weight": "pytorch_model-00003-of-00004.bin",
"transformer.h.34.attn.c_attn.bias": "pytorch_model-00003-of-00004.bin",
"transformer.h.34.attn.c_attn.weight": "pytorch_model-00003-of-00004.bin",
"transformer.h.34.attn.c_proj.bias": "pytorch_model-00003-of-00004.bin",
"transformer.h.34.attn.c_proj.weight": "pytorch_model-00003-of-00004.bin",
"transformer.h.34.ln_1.bias": "pytorch_model-00003-of-00004.bin",
"transformer.h.34.ln_1.weight": "pytorch_model-00003-of-00004.bin",
"transformer.h.34.ln_2.bias": "pytorch_model-00003-of-00004.bin",
"transformer.h.34.ln_2.weight": "pytorch_model-00003-of-00004.bin",
"transformer.h.34.mlp.c_fc.bias": "pytorch_model-00003-of-00004.bin",
"transformer.h.34.mlp.c_fc.weight": "pytorch_model-00003-of-00004.bin",
"transformer.h.34.mlp.c_proj.bias": "pytorch_model-00003-of-00004.bin",
"transformer.h.34.mlp.c_proj.weight": "pytorch_model-00003-of-00004.bin",
"transformer.h.35.attn.c_attn.bias": "pytorch_model-00003-of-00004.bin",
"transformer.h.35.attn.c_attn.weight": "pytorch_model-00003-of-00004.bin",
"transformer.h.35.attn.c_proj.bias": "pytorch_model-00003-of-00004.bin",
"transformer.h.35.attn.c_proj.weight": "pytorch_model-00003-of-00004.bin",
"transformer.h.35.ln_1.bias": "pytorch_model-00003-of-00004.bin",
"transformer.h.35.ln_1.weight": "pytorch_model-00003-of-00004.bin",
"transformer.h.35.ln_2.bias": "pytorch_model-00003-of-00004.bin",
"transformer.h.35.ln_2.weight": "pytorch_model-00003-of-00004.bin",
"transformer.h.35.mlp.c_fc.bias": "pytorch_model-00003-of-00004.bin",
"transformer.h.35.mlp.c_fc.weight": "pytorch_model-00003-of-00004.bin",
"transformer.h.35.mlp.c_proj.bias": "pytorch_model-00003-of-00004.bin",
"transformer.h.35.mlp.c_proj.weight": "pytorch_model-00003-of-00004.bin",
"transformer.h.36.attn.c_attn.bias": "pytorch_model-00003-of-00004.bin",
"transformer.h.36.attn.c_attn.weight": "pytorch_model-00003-of-00004.bin",
"transformer.h.36.attn.c_proj.bias": "pytorch_model-00003-of-00004.bin",
"transformer.h.36.attn.c_proj.weight": "pytorch_model-00003-of-00004.bin",
"transformer.h.36.ln_1.bias": "pytorch_model-00003-of-00004.bin",
"transformer.h.36.ln_1.weight": "pytorch_model-00003-of-00004.bin",
"transformer.h.36.ln_2.bias": "pytorch_model-00003-of-00004.bin",
"transformer.h.36.ln_2.weight": "pytorch_model-00003-of-00004.bin",
"transformer.h.36.mlp.c_fc.bias": "pytorch_model-00003-of-00004.bin",
"transformer.h.36.mlp.c_fc.weight": "pytorch_model-00003-of-00004.bin",
"transformer.h.36.mlp.c_proj.bias": "pytorch_model-00003-of-00004.bin",
"transformer.h.36.mlp.c_proj.weight": "pytorch_model-00003-of-00004.bin",
"transformer.h.37.attn.c_attn.bias": "pytorch_model-00003-of-00004.bin",
"transformer.h.37.attn.c_attn.weight": "pytorch_model-00003-of-00004.bin",
"transformer.h.37.attn.c_proj.bias": "pytorch_model-00003-of-00004.bin",
"transformer.h.37.attn.c_proj.weight": "pytorch_model-00003-of-00004.bin",
"transformer.h.37.ln_1.bias": "pytorch_model-00003-of-00004.bin",
"transformer.h.37.ln_1.weight": "pytorch_model-00003-of-00004.bin",
"transformer.h.37.ln_2.bias": "pytorch_model-00003-of-00004.bin",
"transformer.h.37.ln_2.weight": "pytorch_model-00003-of-00004.bin",
"transformer.h.37.mlp.c_fc.bias": "pytorch_model-00003-of-00004.bin",
"transformer.h.37.mlp.c_fc.weight": "pytorch_model-00003-of-00004.bin",
"transformer.h.37.mlp.c_proj.bias": "pytorch_model-00003-of-00004.bin",
"transformer.h.37.mlp.c_proj.weight": "pytorch_model-00003-of-00004.bin",
"transformer.h.38.attn.c_attn.bias": "pytorch_model-00003-of-00004.bin",
"transformer.h.38.attn.c_attn.weight": "pytorch_model-00003-of-00004.bin",
"transformer.h.38.attn.c_proj.bias": "pytorch_model-00003-of-00004.bin",
"transformer.h.38.attn.c_proj.weight": "pytorch_model-00003-of-00004.bin",
"transformer.h.38.ln_1.bias": "pytorch_model-00003-of-00004.bin",
"transformer.h.38.ln_1.weight": "pytorch_model-00003-of-00004.bin",
"transformer.h.38.ln_2.bias": "pytorch_model-00003-of-00004.bin",
"transformer.h.38.ln_2.weight": "pytorch_model-00003-of-00004.bin",
"transformer.h.38.mlp.c_fc.bias": "pytorch_model-00004-of-00004.bin",
"transformer.h.38.mlp.c_fc.weight": "pytorch_model-00004-of-00004.bin",
"transformer.h.38.mlp.c_proj.bias": "pytorch_model-00004-of-00004.bin",
"transformer.h.38.mlp.c_proj.weight": "pytorch_model-00004-of-00004.bin",
"transformer.h.39.attn.c_attn.bias": "pytorch_model-00004-of-00004.bin",
"transformer.h.39.attn.c_attn.weight": "pytorch_model-00004-of-00004.bin",
"transformer.h.39.attn.c_proj.bias": "pytorch_model-00004-of-00004.bin",
"transformer.h.39.attn.c_proj.weight": "pytorch_model-00004-of-00004.bin",
"transformer.h.39.ln_1.bias": "pytorch_model-00004-of-00004.bin",
"transformer.h.39.ln_1.weight": "pytorch_model-00004-of-00004.bin",
"transformer.h.39.ln_2.bias": "pytorch_model-00004-of-00004.bin",
"transformer.h.39.ln_2.weight": "pytorch_model-00004-of-00004.bin",
"transformer.h.39.mlp.c_fc.bias": "pytorch_model-00004-of-00004.bin",
"transformer.h.39.mlp.c_fc.weight": "pytorch_model-00004-of-00004.bin",
"transformer.h.39.mlp.c_proj.bias": "pytorch_model-00004-of-00004.bin",
"transformer.h.39.mlp.c_proj.weight": "pytorch_model-00004-of-00004.bin",
"transformer.h.4.attn.c_attn.bias": "pytorch_model-00001-of-00004.bin",
"transformer.h.4.attn.c_attn.weight": "pytorch_model-00001-of-00004.bin",
"transformer.h.4.attn.c_proj.bias": "pytorch_model-00001-of-00004.bin",
"transformer.h.4.attn.c_proj.weight": "pytorch_model-00001-of-00004.bin",
"transformer.h.4.ln_1.bias": "pytorch_model-00001-of-00004.bin",
"transformer.h.4.ln_1.weight": "pytorch_model-00001-of-00004.bin",
"transformer.h.4.ln_2.bias": "pytorch_model-00001-of-00004.bin",
"transformer.h.4.ln_2.weight": "pytorch_model-00001-of-00004.bin",
"transformer.h.4.mlp.c_fc.bias": "pytorch_model-00001-of-00004.bin",
"transformer.h.4.mlp.c_fc.weight": "pytorch_model-00001-of-00004.bin",
"transformer.h.4.mlp.c_proj.bias": "pytorch_model-00001-of-00004.bin",
"transformer.h.4.mlp.c_proj.weight": "pytorch_model-00001-of-00004.bin",
"transformer.h.5.attn.c_attn.bias": "pytorch_model-00001-of-00004.bin",
"transformer.h.5.attn.c_attn.weight": "pytorch_model-00001-of-00004.bin",
"transformer.h.5.attn.c_proj.bias": "pytorch_model-00001-of-00004.bin",
"transformer.h.5.attn.c_proj.weight": "pytorch_model-00001-of-00004.bin",
"transformer.h.5.ln_1.bias": "pytorch_model-00001-of-00004.bin",
"transformer.h.5.ln_1.weight": "pytorch_model-00001-of-00004.bin",
"transformer.h.5.ln_2.bias": "pytorch_model-00001-of-00004.bin",
"transformer.h.5.ln_2.weight": "pytorch_model-00001-of-00004.bin",
"transformer.h.5.mlp.c_fc.bias": "pytorch_model-00001-of-00004.bin",
"transformer.h.5.mlp.c_fc.weight": "pytorch_model-00001-of-00004.bin",
"transformer.h.5.mlp.c_proj.bias": "pytorch_model-00001-of-00004.bin",
"transformer.h.5.mlp.c_proj.weight": "pytorch_model-00001-of-00004.bin",
"transformer.h.6.attn.c_attn.bias": "pytorch_model-00001-of-00004.bin",
"transformer.h.6.attn.c_attn.weight": "pytorch_model-00001-of-00004.bin",
"transformer.h.6.attn.c_proj.bias": "pytorch_model-00001-of-00004.bin",
"transformer.h.6.attn.c_proj.weight": "pytorch_model-00001-of-00004.bin",
"transformer.h.6.ln_1.bias": "pytorch_model-00001-of-00004.bin",
"transformer.h.6.ln_1.weight": "pytorch_model-00001-of-00004.bin",
"transformer.h.6.ln_2.bias": "pytorch_model-00001-of-00004.bin",
"transformer.h.6.ln_2.weight": "pytorch_model-00001-of-00004.bin",
"transformer.h.6.mlp.c_fc.bias": "pytorch_model-00001-of-00004.bin",
"transformer.h.6.mlp.c_fc.weight": "pytorch_model-00001-of-00004.bin",
"transformer.h.6.mlp.c_proj.bias": "pytorch_model-00001-of-00004.bin",
"transformer.h.6.mlp.c_proj.weight": "pytorch_model-00001-of-00004.bin",
"transformer.h.7.attn.c_attn.bias": "pytorch_model-00001-of-00004.bin",
"transformer.h.7.attn.c_attn.weight": "pytorch_model-00001-of-00004.bin",
"transformer.h.7.attn.c_proj.bias": "pytorch_model-00001-of-00004.bin",
"transformer.h.7.attn.c_proj.weight": "pytorch_model-00001-of-00004.bin",
"transformer.h.7.ln_1.bias": "pytorch_model-00001-of-00004.bin",
"transformer.h.7.ln_1.weight": "pytorch_model-00001-of-00004.bin",
"transformer.h.7.ln_2.bias": "pytorch_model-00001-of-00004.bin",
"transformer.h.7.ln_2.weight": "pytorch_model-00001-of-00004.bin",
"transformer.h.7.mlp.c_fc.bias": "pytorch_model-00001-of-00004.bin",
"transformer.h.7.mlp.c_fc.weight": "pytorch_model-00001-of-00004.bin",
"transformer.h.7.mlp.c_proj.bias": "pytorch_model-00001-of-00004.bin",
"transformer.h.7.mlp.c_proj.weight": "pytorch_model-00001-of-00004.bin",
"transformer.h.8.attn.c_attn.bias": "pytorch_model-00001-of-00004.bin",
"transformer.h.8.attn.c_attn.weight": "pytorch_model-00001-of-00004.bin",
"transformer.h.8.attn.c_proj.bias": "pytorch_model-00001-of-00004.bin",
"transformer.h.8.attn.c_proj.weight": "pytorch_model-00001-of-00004.bin",
"transformer.h.8.ln_1.bias": "pytorch_model-00001-of-00004.bin",
"transformer.h.8.ln_1.weight": "pytorch_model-00001-of-00004.bin",
"transformer.h.8.ln_2.bias": "pytorch_model-00001-of-00004.bin",
"transformer.h.8.ln_2.weight": "pytorch_model-00001-of-00004.bin",
"transformer.h.8.mlp.c_fc.bias": "pytorch_model-00001-of-00004.bin",
"transformer.h.8.mlp.c_fc.weight": "pytorch_model-00001-of-00004.bin",
"transformer.h.8.mlp.c_proj.bias": "pytorch_model-00001-of-00004.bin",
"transformer.h.8.mlp.c_proj.weight": "pytorch_model-00001-of-00004.bin",
"transformer.h.9.attn.c_attn.bias": "pytorch_model-00001-of-00004.bin",
"transformer.h.9.attn.c_attn.weight": "pytorch_model-00001-of-00004.bin",
"transformer.h.9.attn.c_proj.bias": "pytorch_model-00001-of-00004.bin",
"transformer.h.9.attn.c_proj.weight": "pytorch_model-00001-of-00004.bin",
"transformer.h.9.ln_1.bias": "pytorch_model-00001-of-00004.bin",
"transformer.h.9.ln_1.weight": "pytorch_model-00001-of-00004.bin",
"transformer.h.9.ln_2.bias": "pytorch_model-00001-of-00004.bin",
"transformer.h.9.ln_2.weight": "pytorch_model-00001-of-00004.bin",
"transformer.h.9.mlp.c_fc.bias": "pytorch_model-00001-of-00004.bin",
"transformer.h.9.mlp.c_fc.weight": "pytorch_model-00001-of-00004.bin",
"transformer.h.9.mlp.c_proj.bias": "pytorch_model-00001-of-00004.bin",
"transformer.h.9.mlp.c_proj.weight": "pytorch_model-00001-of-00004.bin",
"transformer.ln_f.bias": "pytorch_model-00004-of-00004.bin",
"transformer.ln_f.weight": "pytorch_model-00004-of-00004.bin",
"transformer.wpe.weight": "pytorch_model-00001-of-00004.bin",
"transformer.wte.weight": "pytorch_model-00001-of-00004.bin"
}
}

27
special_tokens_map.json Normal file
View File

@@ -0,0 +1,27 @@
{
"additional_special_tokens": [
"<|endoftext|>",
"<fim_prefix>",
"<fim_middle>",
"<fim_suffix>",
"<fim_pad>",
"<filename>",
"<gh_stars>",
"<issue_start>",
"<issue_comment>",
"<issue_closed>",
"<jupyter_start>",
"<jupyter_text>",
"<jupyter_code>",
"<jupyter_output>",
"<empty_output>",
"<commit_before>",
"<commit_msg>",
"<commit_after>",
"<reponame>"
],
"bos_token": "<|endoftext|>",
"eos_token": "<|endoftext|>",
"pad_token": "[PAD]",
"unk_token": "<|endoftext|>"
}

98266
tokenizer.json Normal file

File diff suppressed because it is too large Load Diff

32
tokenizer_config.json Normal file
View File

@@ -0,0 +1,32 @@
{
"add_prefix_space": false,
"additional_special_tokens": [
"<|endoftext|>",
"<fim_prefix>",
"<fim_middle>",
"<fim_suffix>",
"<fim_pad>",
"<filename>",
"<gh_stars>",
"<issue_start>",
"<issue_comment>",
"<issue_closed>",
"<jupyter_start>",
"<jupyter_text>",
"<jupyter_code>",
"<jupyter_output>",
"<empty_output>",
"<commit_before>",
"<commit_msg>",
"<commit_after>",
"<reponame>"
],
"bos_token": "<|endoftext|>",
"clean_up_tokenization_spaces": true,
"eos_token": "<|endoftext|>",
"model_max_length": 2048,
"padding_side": "right",
"tokenizer_class": "GPT2Tokenizer",
"unk_token": "<|endoftext|>",
"vocab_size": 49152
}

1
vocab.json Normal file

File diff suppressed because one or more lines are too long