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

Model: nomic-ai/gpt4all-j
Source: Original Platform
This commit is contained in:
ModelHub XC
2026-06-22 10:42:12 +08:00
commit bb57490326
17 changed files with 152686 additions and 0 deletions

38
.gitattributes vendored Normal file
View File

@@ -0,0 +1,38 @@
*.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
*.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
model-00001-of-00002.safetensors filter=lfs diff=lfs merge=lfs -text
model-00002-of-00002.safetensors filter=lfs diff=lfs merge=lfs -text
pytorch_model-00001-of-00002.bin filter=lfs diff=lfs merge=lfs -text
pytorch_model-00002-of-00002.bin filter=lfs diff=lfs merge=lfs -text

95
README.md Normal file
View File

@@ -0,0 +1,95 @@
---
license: apache-2.0
datasets:
- nomic-ai/gpt4all-j-prompt-generations
language:
- en
pipeline_tag: text-generation
---
# Model Card for GPT4All-J
An Apache-2 licensed chatbot trained over a massive curated corpus of assistant interactions including word problems, multi-turn dialogue, code, poems, songs, and stories.
## Model Details
### Model Description
<!-- Provide a longer summary of what this model is. -->
This model has been finetuned from [GPT-J](https://huggingface.co/EleutherAI/gpt-j-6B)
- **Developed by:** [Nomic AI](https://home.nomic.ai)
- **Model Type:** A finetuned GPT-J model on assistant style interaction data
- **Language(s) (NLP):** English
- **License:** Apache-2
- **Finetuned from model [optional]:** [GPT-J](https://huggingface.co/EleutherAI/gpt-j-6B)
We have released several versions of our finetuned GPT-J model using [different dataset versions](https://huggingface.co/datasets/nomic-ai/gpt4all-j-prompt-generations)
- v1.0: The original model trained on the v1.0 dataset
- v1.1-breezy: Trained on afiltered dataset where we removed all instances of AI language model
- v1.2-jazzy: Trained on a filtered dataset where we also removed instances like I'm sorry, I can't answer... and AI language model
- v1.3-groovy: We added Dolly and ShareGPT to the v1.2 dataset and removed ~8% of the dataset in v1.2 that contained semantic duplicates using [Atlas](https://atlas.nomic.ai/).
To download a model with a specific revision run
```python
from transformers import AutoModelForCausalLM
model = AutoModelForCausalLM.from_pretrained("nomic-ai/gpt4all-j", revision="v1.2-jazzy")
```
Downloading without specifying `revision` defaults to `main`/`v1.0`.
### Model Sources [optional]
<!-- Provide the basic links for the model. -->
- **Repository:** [https://github.com/nomic-ai/gpt4all](https://github.com/nomic-ai/gpt4all)
- **Base Model Repository:** [https://github.com/kingoflolz/mesh-transformer-jax](https://github.com/kingoflolz/mesh-transformer-jax)
- **Paper [optional]:** [GPT4All-J: An Apache-2 Licensed Assistant-Style Chatbot](https://s3.amazonaws.com/static.nomic.ai/gpt4all/2023_GPT4All-J_Technical_Report_2.pdf)
- **Demo [optional]:** [https://gpt4all.io/](https://gpt4all.io/)
### Training Procedure
GPT4All is made possible by our compute partner [Paperspace](https://www.paperspace.com/).
Trained on a DGX cluster with 8 A100 80GB GPUs for ~12 hours. Using Deepspeed + Accelerate, we use a global batch size of 256 with a learning rate of 2e-5. More information can be found in the repo.
### Results
Results on common sense reasoning benchmarks
```
| Model | BoolQ | PIQA | HellaSwag | WinoGrande | ARC-e | ARC-c | OBQA | Avg. |
|:--------------------------|:--------:|:--------:|:---------:|:----------:|:--------:|:--------:|:--------:|:--------:|
| GPT4All-J 6B v1.0 | 73.4 | 74.8 | 63.4 | 64.7 | 54.9 | 36.0 | 40.2 | 58.2 |
| GPT4All-J v1.1-breezy | 74.0 | 75.1 | 63.2 | 63.6 | 55.4 | 34.9 | 38.4 | 57.8 |
| GPT4All-J v1.2-jazzy | 74.8 | 74.9 | 63.6 | 63.8 | 56.6 | 35.3 | 41.0 | 58.6 |
| GPT4All-J v1.3-groovy | 73.6 | 74.3 | 63.8 | 63.5 | 57.7 | 35.0 | 38.8 | 58.1 |
| GPT4All-J Lora 6B | 68.6 | 75.8 | 66.2 | 63.5 | 56.4 | 35.7 | 40.2 | 58.1 |
| GPT4All LLaMa Lora 7B | 73.1 | 77.6 | 72.1 | 67.8 | 51.1 | 40.4 | 40.2 | 60.3 |
| GPT4All 13B snoozy | **83.3** | 79.2 | 75.0 | **71.3** | 60.9 | 44.2 | 43.4 | **65.3** |
| Dolly 6B | 68.8 | 77.3 | 67.6 | 63.9 | 62.9 | 38.7 | 41.2 | 60.1 |
| Dolly 12B | 56.7 | 75.4 | 71.0 | 62.2 | 64.6 | 38.5 | 40.4 | 58.4 |
| Alpaca 7B | 73.9 | 77.2 | 73.9 | 66.1 | 59.8 | 43.3 | 43.4 | 62.4 |
| Alpaca Lora 7B | 74.3 | **79.3** | 74.0 | 68.8 | 56.6 | 43.9 | 42.6 | 62.8 |
| GPT-J 6.7B | 65.4 | 76.2 | 66.2 | 64.1 | 62.2 | 36.6 | 38.2 | 58.4 |
| LLama 7B | 73.1 | 77.4 | 73.0 | 66.9 | 52.5 | 41.4 | 42.4 | 61.0 |
| LLama 13B | 68.5 | 79.1 | 76.2 | 70.1 | 60.0 | **44.6** | 42.2 | 63.0 |
| Pythia 6.7B | 63.5 | 76.3 | 64.0 | 61.1 | 61.3 | 35.2 | 37.2 | 57.0 |
| Pythia 12B | 67.7 | 76.6 | 67.3 | 63.8 | 63.9 | 34.8 | 38 | 58.9 |
| Fastchat T5 | 81.5 | 64.6 | 46.3 | 61.8 | 49.3 | 33.3 | 39.4 | 53.7 |
| Fastchat Vicuña 7B | 76.6 | 77.2 | 70.7 | 67.3 | 53.5 | 41.2 | 40.8 | 61.0 |
| Fastchat Vicuña 13B | 81.5 | 76.8 | 73.3 | 66.7 | 57.4 | 42.7 | 43.6 | 63.1 |
| StableVicuña RLHF | 82.3 | 78.6 | 74.1 | 70.9 | 61.0 | 43.5 | **44.4** | 65.0 |
| StableLM Tuned | 62.5 | 71.2 | 53.6 | 54.8 | 52.4 | 31.1 | 33.4 | 51.3 |
| StableLM Base | 60.1 | 67.4 | 41.2 | 50.1 | 44.9 | 27.0 | 32.0 | 42.2 |
| Koala 13B | 76.5 | 77.9 | 72.6 | 68.8 | 54.3 | 41.0 | 42.8 | 62.0 |
| Open Assistant Pythia 12B | 67.9 | 78.0 | 68.1 | 65.0 | 64.2 | 40.4 | 43.2 | 61.0 |
| Mosaic mpt-7b | 74.8 | **79.3** | **76.3** | 68.6 | **70.0** | 42.2 | 42.6 | 64.8 |
| text-davinci-003 | 88.1 | 83.8 | 83.4 | 75.8 | 83.9 | 63.9 | 51.0 | 75.7 |
```

145
added_tokens.json Normal file
View File

@@ -0,0 +1,145 @@
{
"<|extratoken_100|>": 50356,
"<|extratoken_101|>": 50357,
"<|extratoken_102|>": 50358,
"<|extratoken_103|>": 50359,
"<|extratoken_104|>": 50360,
"<|extratoken_105|>": 50361,
"<|extratoken_106|>": 50362,
"<|extratoken_107|>": 50363,
"<|extratoken_108|>": 50364,
"<|extratoken_109|>": 50365,
"<|extratoken_10|>": 50266,
"<|extratoken_110|>": 50366,
"<|extratoken_111|>": 50367,
"<|extratoken_112|>": 50368,
"<|extratoken_113|>": 50369,
"<|extratoken_114|>": 50370,
"<|extratoken_115|>": 50371,
"<|extratoken_116|>": 50372,
"<|extratoken_117|>": 50373,
"<|extratoken_118|>": 50374,
"<|extratoken_119|>": 50375,
"<|extratoken_11|>": 50267,
"<|extratoken_120|>": 50376,
"<|extratoken_121|>": 50377,
"<|extratoken_122|>": 50378,
"<|extratoken_123|>": 50379,
"<|extratoken_124|>": 50380,
"<|extratoken_125|>": 50381,
"<|extratoken_126|>": 50382,
"<|extratoken_127|>": 50383,
"<|extratoken_128|>": 50384,
"<|extratoken_129|>": 50385,
"<|extratoken_12|>": 50268,
"<|extratoken_130|>": 50386,
"<|extratoken_131|>": 50387,
"<|extratoken_132|>": 50388,
"<|extratoken_133|>": 50389,
"<|extratoken_134|>": 50390,
"<|extratoken_135|>": 50391,
"<|extratoken_136|>": 50392,
"<|extratoken_137|>": 50393,
"<|extratoken_138|>": 50394,
"<|extratoken_139|>": 50395,
"<|extratoken_13|>": 50269,
"<|extratoken_140|>": 50396,
"<|extratoken_141|>": 50397,
"<|extratoken_142|>": 50398,
"<|extratoken_143|>": 50399,
"<|extratoken_14|>": 50270,
"<|extratoken_15|>": 50271,
"<|extratoken_16|>": 50272,
"<|extratoken_17|>": 50273,
"<|extratoken_18|>": 50274,
"<|extratoken_19|>": 50275,
"<|extratoken_1|>": 50257,
"<|extratoken_20|>": 50276,
"<|extratoken_21|>": 50277,
"<|extratoken_22|>": 50278,
"<|extratoken_23|>": 50279,
"<|extratoken_24|>": 50280,
"<|extratoken_25|>": 50281,
"<|extratoken_26|>": 50282,
"<|extratoken_27|>": 50283,
"<|extratoken_28|>": 50284,
"<|extratoken_29|>": 50285,
"<|extratoken_2|>": 50258,
"<|extratoken_30|>": 50286,
"<|extratoken_31|>": 50287,
"<|extratoken_32|>": 50288,
"<|extratoken_33|>": 50289,
"<|extratoken_34|>": 50290,
"<|extratoken_35|>": 50291,
"<|extratoken_36|>": 50292,
"<|extratoken_37|>": 50293,
"<|extratoken_38|>": 50294,
"<|extratoken_39|>": 50295,
"<|extratoken_3|>": 50259,
"<|extratoken_40|>": 50296,
"<|extratoken_41|>": 50297,
"<|extratoken_42|>": 50298,
"<|extratoken_43|>": 50299,
"<|extratoken_44|>": 50300,
"<|extratoken_45|>": 50301,
"<|extratoken_46|>": 50302,
"<|extratoken_47|>": 50303,
"<|extratoken_48|>": 50304,
"<|extratoken_49|>": 50305,
"<|extratoken_4|>": 50260,
"<|extratoken_50|>": 50306,
"<|extratoken_51|>": 50307,
"<|extratoken_52|>": 50308,
"<|extratoken_53|>": 50309,
"<|extratoken_54|>": 50310,
"<|extratoken_55|>": 50311,
"<|extratoken_56|>": 50312,
"<|extratoken_57|>": 50313,
"<|extratoken_58|>": 50314,
"<|extratoken_59|>": 50315,
"<|extratoken_5|>": 50261,
"<|extratoken_60|>": 50316,
"<|extratoken_61|>": 50317,
"<|extratoken_62|>": 50318,
"<|extratoken_63|>": 50319,
"<|extratoken_64|>": 50320,
"<|extratoken_65|>": 50321,
"<|extratoken_66|>": 50322,
"<|extratoken_67|>": 50323,
"<|extratoken_68|>": 50324,
"<|extratoken_69|>": 50325,
"<|extratoken_6|>": 50262,
"<|extratoken_70|>": 50326,
"<|extratoken_71|>": 50327,
"<|extratoken_72|>": 50328,
"<|extratoken_73|>": 50329,
"<|extratoken_74|>": 50330,
"<|extratoken_75|>": 50331,
"<|extratoken_76|>": 50332,
"<|extratoken_77|>": 50333,
"<|extratoken_78|>": 50334,
"<|extratoken_79|>": 50335,
"<|extratoken_7|>": 50263,
"<|extratoken_80|>": 50336,
"<|extratoken_81|>": 50337,
"<|extratoken_82|>": 50338,
"<|extratoken_83|>": 50339,
"<|extratoken_84|>": 50340,
"<|extratoken_85|>": 50341,
"<|extratoken_86|>": 50342,
"<|extratoken_87|>": 50343,
"<|extratoken_88|>": 50344,
"<|extratoken_89|>": 50345,
"<|extratoken_8|>": 50264,
"<|extratoken_90|>": 50346,
"<|extratoken_91|>": 50347,
"<|extratoken_92|>": 50348,
"<|extratoken_93|>": 50349,
"<|extratoken_94|>": 50350,
"<|extratoken_95|>": 50351,
"<|extratoken_96|>": 50352,
"<|extratoken_97|>": 50353,
"<|extratoken_98|>": 50354,
"<|extratoken_99|>": 50355,
"<|extratoken_9|>": 50265
}

42
config.json Normal file
View File

@@ -0,0 +1,42 @@
{
"_name_or_path": "EleutherAI/gpt-j-6B",
"activation_function": "gelu_new",
"architectures": [
"GPTJForCausalLM"
],
"attn_pdrop": 0.0,
"bos_token_id": 50256,
"embd_pdrop": 0.0,
"eos_token_id": 50256,
"gradient_checkpointing": false,
"initializer_range": 0.02,
"layer_norm_epsilon": 1e-05,
"model_type": "gptj",
"n_embd": 4096,
"n_head": 16,
"n_inner": null,
"n_layer": 28,
"n_positions": 2048,
"resid_pdrop": 0.0,
"rotary": true,
"rotary_dim": 64,
"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,
"task_specific_params": {
"text-generation": {
"do_sample": true,
"max_length": 50,
"temperature": 1.0
}
},
"tie_word_embeddings": false,
"tokenizer_class": "GPT2Tokenizer",
"torch_dtype": "bfloat16",
"transformers_version": "4.28.0.dev0",
"use_cache": false,
"vocab_size": 50400
}

1
configuration.json Normal file
View File

@@ -0,0 +1 @@
{"framework": "pytorch", "task": "text-generation", "allow_remote": true}

7
generation_config.json Normal file
View File

@@ -0,0 +1,7 @@
{
"_from_model_config": true,
"bos_token_id": 50256,
"eos_token_id": 50256,
"transformers_version": "4.28.0.dev0",
"use_cache": false
}

50001
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:2a9bb88c252c6d909e0b26c1342db42d7647f7a94017a4388db78051aba4778d
size 10044398112

View File

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

View File

@@ -0,0 +1,348 @@
{
"metadata": {
"total_size": 12116445688.0
},
"weight_map": {
"lm_head.bias": "model-00002-of-00002.safetensors",
"lm_head.weight": "model-00002-of-00002.safetensors",
"transformer.h.0.attn.bias": "model-00001-of-00002.safetensors",
"transformer.h.0.attn.k_proj.weight": "model-00001-of-00002.safetensors",
"transformer.h.0.attn.masked_bias": "model-00001-of-00002.safetensors",
"transformer.h.0.attn.out_proj.weight": "model-00001-of-00002.safetensors",
"transformer.h.0.attn.q_proj.weight": "model-00001-of-00002.safetensors",
"transformer.h.0.attn.v_proj.weight": "model-00001-of-00002.safetensors",
"transformer.h.0.ln_1.bias": "model-00001-of-00002.safetensors",
"transformer.h.0.ln_1.weight": "model-00001-of-00002.safetensors",
"transformer.h.0.mlp.fc_in.bias": "model-00001-of-00002.safetensors",
"transformer.h.0.mlp.fc_in.weight": "model-00001-of-00002.safetensors",
"transformer.h.0.mlp.fc_out.bias": "model-00001-of-00002.safetensors",
"transformer.h.0.mlp.fc_out.weight": "model-00001-of-00002.safetensors",
"transformer.h.1.attn.bias": "model-00001-of-00002.safetensors",
"transformer.h.1.attn.k_proj.weight": "model-00001-of-00002.safetensors",
"transformer.h.1.attn.masked_bias": "model-00001-of-00002.safetensors",
"transformer.h.1.attn.out_proj.weight": "model-00001-of-00002.safetensors",
"transformer.h.1.attn.q_proj.weight": "model-00001-of-00002.safetensors",
"transformer.h.1.attn.v_proj.weight": "model-00001-of-00002.safetensors",
"transformer.h.1.ln_1.bias": "model-00001-of-00002.safetensors",
"transformer.h.1.ln_1.weight": "model-00001-of-00002.safetensors",
"transformer.h.1.mlp.fc_in.bias": "model-00001-of-00002.safetensors",
"transformer.h.1.mlp.fc_in.weight": "model-00001-of-00002.safetensors",
"transformer.h.1.mlp.fc_out.bias": "model-00001-of-00002.safetensors",
"transformer.h.1.mlp.fc_out.weight": "model-00001-of-00002.safetensors",
"transformer.h.10.attn.bias": "model-00001-of-00002.safetensors",
"transformer.h.10.attn.k_proj.weight": "model-00001-of-00002.safetensors",
"transformer.h.10.attn.masked_bias": "model-00001-of-00002.safetensors",
"transformer.h.10.attn.out_proj.weight": "model-00001-of-00002.safetensors",
"transformer.h.10.attn.q_proj.weight": "model-00001-of-00002.safetensors",
"transformer.h.10.attn.v_proj.weight": "model-00001-of-00002.safetensors",
"transformer.h.10.ln_1.bias": "model-00001-of-00002.safetensors",
"transformer.h.10.ln_1.weight": "model-00001-of-00002.safetensors",
"transformer.h.10.mlp.fc_in.bias": "model-00001-of-00002.safetensors",
"transformer.h.10.mlp.fc_in.weight": "model-00001-of-00002.safetensors",
"transformer.h.10.mlp.fc_out.bias": "model-00001-of-00002.safetensors",
"transformer.h.10.mlp.fc_out.weight": "model-00001-of-00002.safetensors",
"transformer.h.11.attn.bias": "model-00001-of-00002.safetensors",
"transformer.h.11.attn.k_proj.weight": "model-00001-of-00002.safetensors",
"transformer.h.11.attn.masked_bias": "model-00001-of-00002.safetensors",
"transformer.h.11.attn.out_proj.weight": "model-00001-of-00002.safetensors",
"transformer.h.11.attn.q_proj.weight": "model-00001-of-00002.safetensors",
"transformer.h.11.attn.v_proj.weight": "model-00001-of-00002.safetensors",
"transformer.h.11.ln_1.bias": "model-00001-of-00002.safetensors",
"transformer.h.11.ln_1.weight": "model-00001-of-00002.safetensors",
"transformer.h.11.mlp.fc_in.bias": "model-00001-of-00002.safetensors",
"transformer.h.11.mlp.fc_in.weight": "model-00001-of-00002.safetensors",
"transformer.h.11.mlp.fc_out.bias": "model-00001-of-00002.safetensors",
"transformer.h.11.mlp.fc_out.weight": "model-00001-of-00002.safetensors",
"transformer.h.12.attn.bias": "model-00001-of-00002.safetensors",
"transformer.h.12.attn.k_proj.weight": "model-00001-of-00002.safetensors",
"transformer.h.12.attn.masked_bias": "model-00001-of-00002.safetensors",
"transformer.h.12.attn.out_proj.weight": "model-00001-of-00002.safetensors",
"transformer.h.12.attn.q_proj.weight": "model-00001-of-00002.safetensors",
"transformer.h.12.attn.v_proj.weight": "model-00001-of-00002.safetensors",
"transformer.h.12.ln_1.bias": "model-00001-of-00002.safetensors",
"transformer.h.12.ln_1.weight": "model-00001-of-00002.safetensors",
"transformer.h.12.mlp.fc_in.bias": "model-00001-of-00002.safetensors",
"transformer.h.12.mlp.fc_in.weight": "model-00001-of-00002.safetensors",
"transformer.h.12.mlp.fc_out.bias": "model-00001-of-00002.safetensors",
"transformer.h.12.mlp.fc_out.weight": "model-00001-of-00002.safetensors",
"transformer.h.13.attn.bias": "model-00001-of-00002.safetensors",
"transformer.h.13.attn.k_proj.weight": "model-00001-of-00002.safetensors",
"transformer.h.13.attn.masked_bias": "model-00001-of-00002.safetensors",
"transformer.h.13.attn.out_proj.weight": "model-00001-of-00002.safetensors",
"transformer.h.13.attn.q_proj.weight": "model-00001-of-00002.safetensors",
"transformer.h.13.attn.v_proj.weight": "model-00001-of-00002.safetensors",
"transformer.h.13.ln_1.bias": "model-00001-of-00002.safetensors",
"transformer.h.13.ln_1.weight": "model-00001-of-00002.safetensors",
"transformer.h.13.mlp.fc_in.bias": "model-00001-of-00002.safetensors",
"transformer.h.13.mlp.fc_in.weight": "model-00001-of-00002.safetensors",
"transformer.h.13.mlp.fc_out.bias": "model-00001-of-00002.safetensors",
"transformer.h.13.mlp.fc_out.weight": "model-00001-of-00002.safetensors",
"transformer.h.14.attn.bias": "model-00001-of-00002.safetensors",
"transformer.h.14.attn.k_proj.weight": "model-00001-of-00002.safetensors",
"transformer.h.14.attn.masked_bias": "model-00001-of-00002.safetensors",
"transformer.h.14.attn.out_proj.weight": "model-00001-of-00002.safetensors",
"transformer.h.14.attn.q_proj.weight": "model-00001-of-00002.safetensors",
"transformer.h.14.attn.v_proj.weight": "model-00001-of-00002.safetensors",
"transformer.h.14.ln_1.bias": "model-00001-of-00002.safetensors",
"transformer.h.14.ln_1.weight": "model-00001-of-00002.safetensors",
"transformer.h.14.mlp.fc_in.bias": "model-00001-of-00002.safetensors",
"transformer.h.14.mlp.fc_in.weight": "model-00001-of-00002.safetensors",
"transformer.h.14.mlp.fc_out.bias": "model-00001-of-00002.safetensors",
"transformer.h.14.mlp.fc_out.weight": "model-00001-of-00002.safetensors",
"transformer.h.15.attn.bias": "model-00001-of-00002.safetensors",
"transformer.h.15.attn.k_proj.weight": "model-00001-of-00002.safetensors",
"transformer.h.15.attn.masked_bias": "model-00001-of-00002.safetensors",
"transformer.h.15.attn.out_proj.weight": "model-00001-of-00002.safetensors",
"transformer.h.15.attn.q_proj.weight": "model-00001-of-00002.safetensors",
"transformer.h.15.attn.v_proj.weight": "model-00001-of-00002.safetensors",
"transformer.h.15.ln_1.bias": "model-00001-of-00002.safetensors",
"transformer.h.15.ln_1.weight": "model-00001-of-00002.safetensors",
"transformer.h.15.mlp.fc_in.bias": "model-00001-of-00002.safetensors",
"transformer.h.15.mlp.fc_in.weight": "model-00001-of-00002.safetensors",
"transformer.h.15.mlp.fc_out.bias": "model-00001-of-00002.safetensors",
"transformer.h.15.mlp.fc_out.weight": "model-00001-of-00002.safetensors",
"transformer.h.16.attn.bias": "model-00001-of-00002.safetensors",
"transformer.h.16.attn.k_proj.weight": "model-00001-of-00002.safetensors",
"transformer.h.16.attn.masked_bias": "model-00001-of-00002.safetensors",
"transformer.h.16.attn.out_proj.weight": "model-00001-of-00002.safetensors",
"transformer.h.16.attn.q_proj.weight": "model-00001-of-00002.safetensors",
"transformer.h.16.attn.v_proj.weight": "model-00001-of-00002.safetensors",
"transformer.h.16.ln_1.bias": "model-00001-of-00002.safetensors",
"transformer.h.16.ln_1.weight": "model-00001-of-00002.safetensors",
"transformer.h.16.mlp.fc_in.bias": "model-00001-of-00002.safetensors",
"transformer.h.16.mlp.fc_in.weight": "model-00001-of-00002.safetensors",
"transformer.h.16.mlp.fc_out.bias": "model-00001-of-00002.safetensors",
"transformer.h.16.mlp.fc_out.weight": "model-00001-of-00002.safetensors",
"transformer.h.17.attn.bias": "model-00001-of-00002.safetensors",
"transformer.h.17.attn.k_proj.weight": "model-00001-of-00002.safetensors",
"transformer.h.17.attn.masked_bias": "model-00001-of-00002.safetensors",
"transformer.h.17.attn.out_proj.weight": "model-00001-of-00002.safetensors",
"transformer.h.17.attn.q_proj.weight": "model-00001-of-00002.safetensors",
"transformer.h.17.attn.v_proj.weight": "model-00001-of-00002.safetensors",
"transformer.h.17.ln_1.bias": "model-00001-of-00002.safetensors",
"transformer.h.17.ln_1.weight": "model-00001-of-00002.safetensors",
"transformer.h.17.mlp.fc_in.bias": "model-00001-of-00002.safetensors",
"transformer.h.17.mlp.fc_in.weight": "model-00001-of-00002.safetensors",
"transformer.h.17.mlp.fc_out.bias": "model-00001-of-00002.safetensors",
"transformer.h.17.mlp.fc_out.weight": "model-00001-of-00002.safetensors",
"transformer.h.18.attn.bias": "model-00001-of-00002.safetensors",
"transformer.h.18.attn.k_proj.weight": "model-00001-of-00002.safetensors",
"transformer.h.18.attn.masked_bias": "model-00001-of-00002.safetensors",
"transformer.h.18.attn.out_proj.weight": "model-00001-of-00002.safetensors",
"transformer.h.18.attn.q_proj.weight": "model-00001-of-00002.safetensors",
"transformer.h.18.attn.v_proj.weight": "model-00001-of-00002.safetensors",
"transformer.h.18.ln_1.bias": "model-00001-of-00002.safetensors",
"transformer.h.18.ln_1.weight": "model-00001-of-00002.safetensors",
"transformer.h.18.mlp.fc_in.bias": "model-00001-of-00002.safetensors",
"transformer.h.18.mlp.fc_in.weight": "model-00001-of-00002.safetensors",
"transformer.h.18.mlp.fc_out.bias": "model-00001-of-00002.safetensors",
"transformer.h.18.mlp.fc_out.weight": "model-00001-of-00002.safetensors",
"transformer.h.19.attn.bias": "model-00001-of-00002.safetensors",
"transformer.h.19.attn.k_proj.weight": "model-00001-of-00002.safetensors",
"transformer.h.19.attn.masked_bias": "model-00001-of-00002.safetensors",
"transformer.h.19.attn.out_proj.weight": "model-00001-of-00002.safetensors",
"transformer.h.19.attn.q_proj.weight": "model-00001-of-00002.safetensors",
"transformer.h.19.attn.v_proj.weight": "model-00001-of-00002.safetensors",
"transformer.h.19.ln_1.bias": "model-00001-of-00002.safetensors",
"transformer.h.19.ln_1.weight": "model-00001-of-00002.safetensors",
"transformer.h.19.mlp.fc_in.bias": "model-00001-of-00002.safetensors",
"transformer.h.19.mlp.fc_in.weight": "model-00001-of-00002.safetensors",
"transformer.h.19.mlp.fc_out.bias": "model-00001-of-00002.safetensors",
"transformer.h.19.mlp.fc_out.weight": "model-00001-of-00002.safetensors",
"transformer.h.2.attn.bias": "model-00001-of-00002.safetensors",
"transformer.h.2.attn.k_proj.weight": "model-00001-of-00002.safetensors",
"transformer.h.2.attn.masked_bias": "model-00001-of-00002.safetensors",
"transformer.h.2.attn.out_proj.weight": "model-00001-of-00002.safetensors",
"transformer.h.2.attn.q_proj.weight": "model-00001-of-00002.safetensors",
"transformer.h.2.attn.v_proj.weight": "model-00001-of-00002.safetensors",
"transformer.h.2.ln_1.bias": "model-00001-of-00002.safetensors",
"transformer.h.2.ln_1.weight": "model-00001-of-00002.safetensors",
"transformer.h.2.mlp.fc_in.bias": "model-00001-of-00002.safetensors",
"transformer.h.2.mlp.fc_in.weight": "model-00001-of-00002.safetensors",
"transformer.h.2.mlp.fc_out.bias": "model-00001-of-00002.safetensors",
"transformer.h.2.mlp.fc_out.weight": "model-00001-of-00002.safetensors",
"transformer.h.20.attn.bias": "model-00001-of-00002.safetensors",
"transformer.h.20.attn.k_proj.weight": "model-00001-of-00002.safetensors",
"transformer.h.20.attn.masked_bias": "model-00001-of-00002.safetensors",
"transformer.h.20.attn.out_proj.weight": "model-00001-of-00002.safetensors",
"transformer.h.20.attn.q_proj.weight": "model-00001-of-00002.safetensors",
"transformer.h.20.attn.v_proj.weight": "model-00001-of-00002.safetensors",
"transformer.h.20.ln_1.bias": "model-00001-of-00002.safetensors",
"transformer.h.20.ln_1.weight": "model-00001-of-00002.safetensors",
"transformer.h.20.mlp.fc_in.bias": "model-00001-of-00002.safetensors",
"transformer.h.20.mlp.fc_in.weight": "model-00001-of-00002.safetensors",
"transformer.h.20.mlp.fc_out.bias": "model-00001-of-00002.safetensors",
"transformer.h.20.mlp.fc_out.weight": "model-00001-of-00002.safetensors",
"transformer.h.21.attn.bias": "model-00001-of-00002.safetensors",
"transformer.h.21.attn.k_proj.weight": "model-00001-of-00002.safetensors",
"transformer.h.21.attn.masked_bias": "model-00001-of-00002.safetensors",
"transformer.h.21.attn.out_proj.weight": "model-00001-of-00002.safetensors",
"transformer.h.21.attn.q_proj.weight": "model-00001-of-00002.safetensors",
"transformer.h.21.attn.v_proj.weight": "model-00001-of-00002.safetensors",
"transformer.h.21.ln_1.bias": "model-00001-of-00002.safetensors",
"transformer.h.21.ln_1.weight": "model-00001-of-00002.safetensors",
"transformer.h.21.mlp.fc_in.bias": "model-00001-of-00002.safetensors",
"transformer.h.21.mlp.fc_in.weight": "model-00001-of-00002.safetensors",
"transformer.h.21.mlp.fc_out.bias": "model-00001-of-00002.safetensors",
"transformer.h.21.mlp.fc_out.weight": "model-00001-of-00002.safetensors",
"transformer.h.22.attn.bias": "model-00001-of-00002.safetensors",
"transformer.h.22.attn.k_proj.weight": "model-00001-of-00002.safetensors",
"transformer.h.22.attn.masked_bias": "model-00001-of-00002.safetensors",
"transformer.h.22.attn.out_proj.weight": "model-00001-of-00002.safetensors",
"transformer.h.22.attn.q_proj.weight": "model-00001-of-00002.safetensors",
"transformer.h.22.attn.v_proj.weight": "model-00001-of-00002.safetensors",
"transformer.h.22.ln_1.bias": "model-00001-of-00002.safetensors",
"transformer.h.22.ln_1.weight": "model-00001-of-00002.safetensors",
"transformer.h.22.mlp.fc_in.bias": "model-00001-of-00002.safetensors",
"transformer.h.22.mlp.fc_in.weight": "model-00001-of-00002.safetensors",
"transformer.h.22.mlp.fc_out.bias": "model-00001-of-00002.safetensors",
"transformer.h.22.mlp.fc_out.weight": "model-00001-of-00002.safetensors",
"transformer.h.23.attn.bias": "model-00001-of-00002.safetensors",
"transformer.h.23.attn.k_proj.weight": "model-00001-of-00002.safetensors",
"transformer.h.23.attn.masked_bias": "model-00001-of-00002.safetensors",
"transformer.h.23.attn.out_proj.weight": "model-00001-of-00002.safetensors",
"transformer.h.23.attn.q_proj.weight": "model-00001-of-00002.safetensors",
"transformer.h.23.attn.v_proj.weight": "model-00001-of-00002.safetensors",
"transformer.h.23.ln_1.bias": "model-00001-of-00002.safetensors",
"transformer.h.23.ln_1.weight": "model-00001-of-00002.safetensors",
"transformer.h.23.mlp.fc_in.bias": "model-00001-of-00002.safetensors",
"transformer.h.23.mlp.fc_in.weight": "model-00001-of-00002.safetensors",
"transformer.h.23.mlp.fc_out.bias": "model-00002-of-00002.safetensors",
"transformer.h.23.mlp.fc_out.weight": "model-00002-of-00002.safetensors",
"transformer.h.24.attn.bias": "model-00002-of-00002.safetensors",
"transformer.h.24.attn.k_proj.weight": "model-00002-of-00002.safetensors",
"transformer.h.24.attn.masked_bias": "model-00002-of-00002.safetensors",
"transformer.h.24.attn.out_proj.weight": "model-00002-of-00002.safetensors",
"transformer.h.24.attn.q_proj.weight": "model-00002-of-00002.safetensors",
"transformer.h.24.attn.v_proj.weight": "model-00002-of-00002.safetensors",
"transformer.h.24.ln_1.bias": "model-00002-of-00002.safetensors",
"transformer.h.24.ln_1.weight": "model-00002-of-00002.safetensors",
"transformer.h.24.mlp.fc_in.bias": "model-00002-of-00002.safetensors",
"transformer.h.24.mlp.fc_in.weight": "model-00002-of-00002.safetensors",
"transformer.h.24.mlp.fc_out.bias": "model-00002-of-00002.safetensors",
"transformer.h.24.mlp.fc_out.weight": "model-00002-of-00002.safetensors",
"transformer.h.25.attn.bias": "model-00002-of-00002.safetensors",
"transformer.h.25.attn.k_proj.weight": "model-00002-of-00002.safetensors",
"transformer.h.25.attn.masked_bias": "model-00002-of-00002.safetensors",
"transformer.h.25.attn.out_proj.weight": "model-00002-of-00002.safetensors",
"transformer.h.25.attn.q_proj.weight": "model-00002-of-00002.safetensors",
"transformer.h.25.attn.v_proj.weight": "model-00002-of-00002.safetensors",
"transformer.h.25.ln_1.bias": "model-00002-of-00002.safetensors",
"transformer.h.25.ln_1.weight": "model-00002-of-00002.safetensors",
"transformer.h.25.mlp.fc_in.bias": "model-00002-of-00002.safetensors",
"transformer.h.25.mlp.fc_in.weight": "model-00002-of-00002.safetensors",
"transformer.h.25.mlp.fc_out.bias": "model-00002-of-00002.safetensors",
"transformer.h.25.mlp.fc_out.weight": "model-00002-of-00002.safetensors",
"transformer.h.26.attn.bias": "model-00002-of-00002.safetensors",
"transformer.h.26.attn.k_proj.weight": "model-00002-of-00002.safetensors",
"transformer.h.26.attn.masked_bias": "model-00002-of-00002.safetensors",
"transformer.h.26.attn.out_proj.weight": "model-00002-of-00002.safetensors",
"transformer.h.26.attn.q_proj.weight": "model-00002-of-00002.safetensors",
"transformer.h.26.attn.v_proj.weight": "model-00002-of-00002.safetensors",
"transformer.h.26.ln_1.bias": "model-00002-of-00002.safetensors",
"transformer.h.26.ln_1.weight": "model-00002-of-00002.safetensors",
"transformer.h.26.mlp.fc_in.bias": "model-00002-of-00002.safetensors",
"transformer.h.26.mlp.fc_in.weight": "model-00002-of-00002.safetensors",
"transformer.h.26.mlp.fc_out.bias": "model-00002-of-00002.safetensors",
"transformer.h.26.mlp.fc_out.weight": "model-00002-of-00002.safetensors",
"transformer.h.27.attn.bias": "model-00002-of-00002.safetensors",
"transformer.h.27.attn.k_proj.weight": "model-00002-of-00002.safetensors",
"transformer.h.27.attn.masked_bias": "model-00002-of-00002.safetensors",
"transformer.h.27.attn.out_proj.weight": "model-00002-of-00002.safetensors",
"transformer.h.27.attn.q_proj.weight": "model-00002-of-00002.safetensors",
"transformer.h.27.attn.v_proj.weight": "model-00002-of-00002.safetensors",
"transformer.h.27.ln_1.bias": "model-00002-of-00002.safetensors",
"transformer.h.27.ln_1.weight": "model-00002-of-00002.safetensors",
"transformer.h.27.mlp.fc_in.bias": "model-00002-of-00002.safetensors",
"transformer.h.27.mlp.fc_in.weight": "model-00002-of-00002.safetensors",
"transformer.h.27.mlp.fc_out.bias": "model-00002-of-00002.safetensors",
"transformer.h.27.mlp.fc_out.weight": "model-00002-of-00002.safetensors",
"transformer.h.3.attn.bias": "model-00001-of-00002.safetensors",
"transformer.h.3.attn.k_proj.weight": "model-00001-of-00002.safetensors",
"transformer.h.3.attn.masked_bias": "model-00001-of-00002.safetensors",
"transformer.h.3.attn.out_proj.weight": "model-00001-of-00002.safetensors",
"transformer.h.3.attn.q_proj.weight": "model-00001-of-00002.safetensors",
"transformer.h.3.attn.v_proj.weight": "model-00001-of-00002.safetensors",
"transformer.h.3.ln_1.bias": "model-00001-of-00002.safetensors",
"transformer.h.3.ln_1.weight": "model-00001-of-00002.safetensors",
"transformer.h.3.mlp.fc_in.bias": "model-00001-of-00002.safetensors",
"transformer.h.3.mlp.fc_in.weight": "model-00001-of-00002.safetensors",
"transformer.h.3.mlp.fc_out.bias": "model-00001-of-00002.safetensors",
"transformer.h.3.mlp.fc_out.weight": "model-00001-of-00002.safetensors",
"transformer.h.4.attn.bias": "model-00001-of-00002.safetensors",
"transformer.h.4.attn.k_proj.weight": "model-00001-of-00002.safetensors",
"transformer.h.4.attn.masked_bias": "model-00001-of-00002.safetensors",
"transformer.h.4.attn.out_proj.weight": "model-00001-of-00002.safetensors",
"transformer.h.4.attn.q_proj.weight": "model-00001-of-00002.safetensors",
"transformer.h.4.attn.v_proj.weight": "model-00001-of-00002.safetensors",
"transformer.h.4.ln_1.bias": "model-00001-of-00002.safetensors",
"transformer.h.4.ln_1.weight": "model-00001-of-00002.safetensors",
"transformer.h.4.mlp.fc_in.bias": "model-00001-of-00002.safetensors",
"transformer.h.4.mlp.fc_in.weight": "model-00001-of-00002.safetensors",
"transformer.h.4.mlp.fc_out.bias": "model-00001-of-00002.safetensors",
"transformer.h.4.mlp.fc_out.weight": "model-00001-of-00002.safetensors",
"transformer.h.5.attn.bias": "model-00001-of-00002.safetensors",
"transformer.h.5.attn.k_proj.weight": "model-00001-of-00002.safetensors",
"transformer.h.5.attn.masked_bias": "model-00001-of-00002.safetensors",
"transformer.h.5.attn.out_proj.weight": "model-00001-of-00002.safetensors",
"transformer.h.5.attn.q_proj.weight": "model-00001-of-00002.safetensors",
"transformer.h.5.attn.v_proj.weight": "model-00001-of-00002.safetensors",
"transformer.h.5.ln_1.bias": "model-00001-of-00002.safetensors",
"transformer.h.5.ln_1.weight": "model-00001-of-00002.safetensors",
"transformer.h.5.mlp.fc_in.bias": "model-00001-of-00002.safetensors",
"transformer.h.5.mlp.fc_in.weight": "model-00001-of-00002.safetensors",
"transformer.h.5.mlp.fc_out.bias": "model-00001-of-00002.safetensors",
"transformer.h.5.mlp.fc_out.weight": "model-00001-of-00002.safetensors",
"transformer.h.6.attn.bias": "model-00001-of-00002.safetensors",
"transformer.h.6.attn.k_proj.weight": "model-00001-of-00002.safetensors",
"transformer.h.6.attn.masked_bias": "model-00001-of-00002.safetensors",
"transformer.h.6.attn.out_proj.weight": "model-00001-of-00002.safetensors",
"transformer.h.6.attn.q_proj.weight": "model-00001-of-00002.safetensors",
"transformer.h.6.attn.v_proj.weight": "model-00001-of-00002.safetensors",
"transformer.h.6.ln_1.bias": "model-00001-of-00002.safetensors",
"transformer.h.6.ln_1.weight": "model-00001-of-00002.safetensors",
"transformer.h.6.mlp.fc_in.bias": "model-00001-of-00002.safetensors",
"transformer.h.6.mlp.fc_in.weight": "model-00001-of-00002.safetensors",
"transformer.h.6.mlp.fc_out.bias": "model-00001-of-00002.safetensors",
"transformer.h.6.mlp.fc_out.weight": "model-00001-of-00002.safetensors",
"transformer.h.7.attn.bias": "model-00001-of-00002.safetensors",
"transformer.h.7.attn.k_proj.weight": "model-00001-of-00002.safetensors",
"transformer.h.7.attn.masked_bias": "model-00001-of-00002.safetensors",
"transformer.h.7.attn.out_proj.weight": "model-00001-of-00002.safetensors",
"transformer.h.7.attn.q_proj.weight": "model-00001-of-00002.safetensors",
"transformer.h.7.attn.v_proj.weight": "model-00001-of-00002.safetensors",
"transformer.h.7.ln_1.bias": "model-00001-of-00002.safetensors",
"transformer.h.7.ln_1.weight": "model-00001-of-00002.safetensors",
"transformer.h.7.mlp.fc_in.bias": "model-00001-of-00002.safetensors",
"transformer.h.7.mlp.fc_in.weight": "model-00001-of-00002.safetensors",
"transformer.h.7.mlp.fc_out.bias": "model-00001-of-00002.safetensors",
"transformer.h.7.mlp.fc_out.weight": "model-00001-of-00002.safetensors",
"transformer.h.8.attn.bias": "model-00001-of-00002.safetensors",
"transformer.h.8.attn.k_proj.weight": "model-00001-of-00002.safetensors",
"transformer.h.8.attn.masked_bias": "model-00001-of-00002.safetensors",
"transformer.h.8.attn.out_proj.weight": "model-00001-of-00002.safetensors",
"transformer.h.8.attn.q_proj.weight": "model-00001-of-00002.safetensors",
"transformer.h.8.attn.v_proj.weight": "model-00001-of-00002.safetensors",
"transformer.h.8.ln_1.bias": "model-00001-of-00002.safetensors",
"transformer.h.8.ln_1.weight": "model-00001-of-00002.safetensors",
"transformer.h.8.mlp.fc_in.bias": "model-00001-of-00002.safetensors",
"transformer.h.8.mlp.fc_in.weight": "model-00001-of-00002.safetensors",
"transformer.h.8.mlp.fc_out.bias": "model-00001-of-00002.safetensors",
"transformer.h.8.mlp.fc_out.weight": "model-00001-of-00002.safetensors",
"transformer.h.9.attn.bias": "model-00001-of-00002.safetensors",
"transformer.h.9.attn.k_proj.weight": "model-00001-of-00002.safetensors",
"transformer.h.9.attn.masked_bias": "model-00001-of-00002.safetensors",
"transformer.h.9.attn.out_proj.weight": "model-00001-of-00002.safetensors",
"transformer.h.9.attn.q_proj.weight": "model-00001-of-00002.safetensors",
"transformer.h.9.attn.v_proj.weight": "model-00001-of-00002.safetensors",
"transformer.h.9.ln_1.bias": "model-00001-of-00002.safetensors",
"transformer.h.9.ln_1.weight": "model-00001-of-00002.safetensors",
"transformer.h.9.mlp.fc_in.bias": "model-00001-of-00002.safetensors",
"transformer.h.9.mlp.fc_in.weight": "model-00001-of-00002.safetensors",
"transformer.h.9.mlp.fc_out.bias": "model-00001-of-00002.safetensors",
"transformer.h.9.mlp.fc_out.weight": "model-00001-of-00002.safetensors",
"transformer.ln_f.bias": "model-00002-of-00002.safetensors",
"transformer.ln_f.weight": "model-00002-of-00002.safetensors",
"transformer.wte.weight": "model-00001-of-00002.safetensors"
}
}

View File

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

View File

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

View File

@@ -0,0 +1,348 @@
{
"metadata": {
"total_size": 12116445688.0
},
"weight_map": {
"lm_head.bias": "pytorch_model-00002-of-00002.bin",
"lm_head.weight": "pytorch_model-00002-of-00002.bin",
"transformer.h.0.attn.bias": "pytorch_model-00001-of-00002.bin",
"transformer.h.0.attn.k_proj.weight": "pytorch_model-00001-of-00002.bin",
"transformer.h.0.attn.masked_bias": "pytorch_model-00001-of-00002.bin",
"transformer.h.0.attn.out_proj.weight": "pytorch_model-00001-of-00002.bin",
"transformer.h.0.attn.q_proj.weight": "pytorch_model-00001-of-00002.bin",
"transformer.h.0.attn.v_proj.weight": "pytorch_model-00001-of-00002.bin",
"transformer.h.0.ln_1.bias": "pytorch_model-00001-of-00002.bin",
"transformer.h.0.ln_1.weight": "pytorch_model-00001-of-00002.bin",
"transformer.h.0.mlp.fc_in.bias": "pytorch_model-00001-of-00002.bin",
"transformer.h.0.mlp.fc_in.weight": "pytorch_model-00001-of-00002.bin",
"transformer.h.0.mlp.fc_out.bias": "pytorch_model-00001-of-00002.bin",
"transformer.h.0.mlp.fc_out.weight": "pytorch_model-00001-of-00002.bin",
"transformer.h.1.attn.bias": "pytorch_model-00001-of-00002.bin",
"transformer.h.1.attn.k_proj.weight": "pytorch_model-00001-of-00002.bin",
"transformer.h.1.attn.masked_bias": "pytorch_model-00001-of-00002.bin",
"transformer.h.1.attn.out_proj.weight": "pytorch_model-00001-of-00002.bin",
"transformer.h.1.attn.q_proj.weight": "pytorch_model-00001-of-00002.bin",
"transformer.h.1.attn.v_proj.weight": "pytorch_model-00001-of-00002.bin",
"transformer.h.1.ln_1.bias": "pytorch_model-00001-of-00002.bin",
"transformer.h.1.ln_1.weight": "pytorch_model-00001-of-00002.bin",
"transformer.h.1.mlp.fc_in.bias": "pytorch_model-00001-of-00002.bin",
"transformer.h.1.mlp.fc_in.weight": "pytorch_model-00001-of-00002.bin",
"transformer.h.1.mlp.fc_out.bias": "pytorch_model-00001-of-00002.bin",
"transformer.h.1.mlp.fc_out.weight": "pytorch_model-00001-of-00002.bin",
"transformer.h.10.attn.bias": "pytorch_model-00001-of-00002.bin",
"transformer.h.10.attn.k_proj.weight": "pytorch_model-00001-of-00002.bin",
"transformer.h.10.attn.masked_bias": "pytorch_model-00001-of-00002.bin",
"transformer.h.10.attn.out_proj.weight": "pytorch_model-00001-of-00002.bin",
"transformer.h.10.attn.q_proj.weight": "pytorch_model-00001-of-00002.bin",
"transformer.h.10.attn.v_proj.weight": "pytorch_model-00001-of-00002.bin",
"transformer.h.10.ln_1.bias": "pytorch_model-00001-of-00002.bin",
"transformer.h.10.ln_1.weight": "pytorch_model-00001-of-00002.bin",
"transformer.h.10.mlp.fc_in.bias": "pytorch_model-00001-of-00002.bin",
"transformer.h.10.mlp.fc_in.weight": "pytorch_model-00001-of-00002.bin",
"transformer.h.10.mlp.fc_out.bias": "pytorch_model-00001-of-00002.bin",
"transformer.h.10.mlp.fc_out.weight": "pytorch_model-00001-of-00002.bin",
"transformer.h.11.attn.bias": "pytorch_model-00001-of-00002.bin",
"transformer.h.11.attn.k_proj.weight": "pytorch_model-00001-of-00002.bin",
"transformer.h.11.attn.masked_bias": "pytorch_model-00001-of-00002.bin",
"transformer.h.11.attn.out_proj.weight": "pytorch_model-00001-of-00002.bin",
"transformer.h.11.attn.q_proj.weight": "pytorch_model-00001-of-00002.bin",
"transformer.h.11.attn.v_proj.weight": "pytorch_model-00001-of-00002.bin",
"transformer.h.11.ln_1.bias": "pytorch_model-00001-of-00002.bin",
"transformer.h.11.ln_1.weight": "pytorch_model-00001-of-00002.bin",
"transformer.h.11.mlp.fc_in.bias": "pytorch_model-00001-of-00002.bin",
"transformer.h.11.mlp.fc_in.weight": "pytorch_model-00001-of-00002.bin",
"transformer.h.11.mlp.fc_out.bias": "pytorch_model-00001-of-00002.bin",
"transformer.h.11.mlp.fc_out.weight": "pytorch_model-00001-of-00002.bin",
"transformer.h.12.attn.bias": "pytorch_model-00001-of-00002.bin",
"transformer.h.12.attn.k_proj.weight": "pytorch_model-00001-of-00002.bin",
"transformer.h.12.attn.masked_bias": "pytorch_model-00001-of-00002.bin",
"transformer.h.12.attn.out_proj.weight": "pytorch_model-00001-of-00002.bin",
"transformer.h.12.attn.q_proj.weight": "pytorch_model-00001-of-00002.bin",
"transformer.h.12.attn.v_proj.weight": "pytorch_model-00001-of-00002.bin",
"transformer.h.12.ln_1.bias": "pytorch_model-00001-of-00002.bin",
"transformer.h.12.ln_1.weight": "pytorch_model-00001-of-00002.bin",
"transformer.h.12.mlp.fc_in.bias": "pytorch_model-00001-of-00002.bin",
"transformer.h.12.mlp.fc_in.weight": "pytorch_model-00001-of-00002.bin",
"transformer.h.12.mlp.fc_out.bias": "pytorch_model-00001-of-00002.bin",
"transformer.h.12.mlp.fc_out.weight": "pytorch_model-00001-of-00002.bin",
"transformer.h.13.attn.bias": "pytorch_model-00001-of-00002.bin",
"transformer.h.13.attn.k_proj.weight": "pytorch_model-00001-of-00002.bin",
"transformer.h.13.attn.masked_bias": "pytorch_model-00001-of-00002.bin",
"transformer.h.13.attn.out_proj.weight": "pytorch_model-00001-of-00002.bin",
"transformer.h.13.attn.q_proj.weight": "pytorch_model-00001-of-00002.bin",
"transformer.h.13.attn.v_proj.weight": "pytorch_model-00001-of-00002.bin",
"transformer.h.13.ln_1.bias": "pytorch_model-00001-of-00002.bin",
"transformer.h.13.ln_1.weight": "pytorch_model-00001-of-00002.bin",
"transformer.h.13.mlp.fc_in.bias": "pytorch_model-00001-of-00002.bin",
"transformer.h.13.mlp.fc_in.weight": "pytorch_model-00001-of-00002.bin",
"transformer.h.13.mlp.fc_out.bias": "pytorch_model-00001-of-00002.bin",
"transformer.h.13.mlp.fc_out.weight": "pytorch_model-00001-of-00002.bin",
"transformer.h.14.attn.bias": "pytorch_model-00001-of-00002.bin",
"transformer.h.14.attn.k_proj.weight": "pytorch_model-00001-of-00002.bin",
"transformer.h.14.attn.masked_bias": "pytorch_model-00001-of-00002.bin",
"transformer.h.14.attn.out_proj.weight": "pytorch_model-00001-of-00002.bin",
"transformer.h.14.attn.q_proj.weight": "pytorch_model-00001-of-00002.bin",
"transformer.h.14.attn.v_proj.weight": "pytorch_model-00001-of-00002.bin",
"transformer.h.14.ln_1.bias": "pytorch_model-00001-of-00002.bin",
"transformer.h.14.ln_1.weight": "pytorch_model-00001-of-00002.bin",
"transformer.h.14.mlp.fc_in.bias": "pytorch_model-00001-of-00002.bin",
"transformer.h.14.mlp.fc_in.weight": "pytorch_model-00001-of-00002.bin",
"transformer.h.14.mlp.fc_out.bias": "pytorch_model-00001-of-00002.bin",
"transformer.h.14.mlp.fc_out.weight": "pytorch_model-00001-of-00002.bin",
"transformer.h.15.attn.bias": "pytorch_model-00001-of-00002.bin",
"transformer.h.15.attn.k_proj.weight": "pytorch_model-00001-of-00002.bin",
"transformer.h.15.attn.masked_bias": "pytorch_model-00001-of-00002.bin",
"transformer.h.15.attn.out_proj.weight": "pytorch_model-00001-of-00002.bin",
"transformer.h.15.attn.q_proj.weight": "pytorch_model-00001-of-00002.bin",
"transformer.h.15.attn.v_proj.weight": "pytorch_model-00001-of-00002.bin",
"transformer.h.15.ln_1.bias": "pytorch_model-00001-of-00002.bin",
"transformer.h.15.ln_1.weight": "pytorch_model-00001-of-00002.bin",
"transformer.h.15.mlp.fc_in.bias": "pytorch_model-00001-of-00002.bin",
"transformer.h.15.mlp.fc_in.weight": "pytorch_model-00001-of-00002.bin",
"transformer.h.15.mlp.fc_out.bias": "pytorch_model-00001-of-00002.bin",
"transformer.h.15.mlp.fc_out.weight": "pytorch_model-00001-of-00002.bin",
"transformer.h.16.attn.bias": "pytorch_model-00001-of-00002.bin",
"transformer.h.16.attn.k_proj.weight": "pytorch_model-00001-of-00002.bin",
"transformer.h.16.attn.masked_bias": "pytorch_model-00001-of-00002.bin",
"transformer.h.16.attn.out_proj.weight": "pytorch_model-00001-of-00002.bin",
"transformer.h.16.attn.q_proj.weight": "pytorch_model-00001-of-00002.bin",
"transformer.h.16.attn.v_proj.weight": "pytorch_model-00001-of-00002.bin",
"transformer.h.16.ln_1.bias": "pytorch_model-00001-of-00002.bin",
"transformer.h.16.ln_1.weight": "pytorch_model-00001-of-00002.bin",
"transformer.h.16.mlp.fc_in.bias": "pytorch_model-00001-of-00002.bin",
"transformer.h.16.mlp.fc_in.weight": "pytorch_model-00001-of-00002.bin",
"transformer.h.16.mlp.fc_out.bias": "pytorch_model-00001-of-00002.bin",
"transformer.h.16.mlp.fc_out.weight": "pytorch_model-00001-of-00002.bin",
"transformer.h.17.attn.bias": "pytorch_model-00001-of-00002.bin",
"transformer.h.17.attn.k_proj.weight": "pytorch_model-00001-of-00002.bin",
"transformer.h.17.attn.masked_bias": "pytorch_model-00001-of-00002.bin",
"transformer.h.17.attn.out_proj.weight": "pytorch_model-00001-of-00002.bin",
"transformer.h.17.attn.q_proj.weight": "pytorch_model-00001-of-00002.bin",
"transformer.h.17.attn.v_proj.weight": "pytorch_model-00001-of-00002.bin",
"transformer.h.17.ln_1.bias": "pytorch_model-00001-of-00002.bin",
"transformer.h.17.ln_1.weight": "pytorch_model-00001-of-00002.bin",
"transformer.h.17.mlp.fc_in.bias": "pytorch_model-00001-of-00002.bin",
"transformer.h.17.mlp.fc_in.weight": "pytorch_model-00001-of-00002.bin",
"transformer.h.17.mlp.fc_out.bias": "pytorch_model-00001-of-00002.bin",
"transformer.h.17.mlp.fc_out.weight": "pytorch_model-00001-of-00002.bin",
"transformer.h.18.attn.bias": "pytorch_model-00001-of-00002.bin",
"transformer.h.18.attn.k_proj.weight": "pytorch_model-00001-of-00002.bin",
"transformer.h.18.attn.masked_bias": "pytorch_model-00001-of-00002.bin",
"transformer.h.18.attn.out_proj.weight": "pytorch_model-00001-of-00002.bin",
"transformer.h.18.attn.q_proj.weight": "pytorch_model-00001-of-00002.bin",
"transformer.h.18.attn.v_proj.weight": "pytorch_model-00001-of-00002.bin",
"transformer.h.18.ln_1.bias": "pytorch_model-00001-of-00002.bin",
"transformer.h.18.ln_1.weight": "pytorch_model-00001-of-00002.bin",
"transformer.h.18.mlp.fc_in.bias": "pytorch_model-00001-of-00002.bin",
"transformer.h.18.mlp.fc_in.weight": "pytorch_model-00001-of-00002.bin",
"transformer.h.18.mlp.fc_out.bias": "pytorch_model-00001-of-00002.bin",
"transformer.h.18.mlp.fc_out.weight": "pytorch_model-00001-of-00002.bin",
"transformer.h.19.attn.bias": "pytorch_model-00001-of-00002.bin",
"transformer.h.19.attn.k_proj.weight": "pytorch_model-00001-of-00002.bin",
"transformer.h.19.attn.masked_bias": "pytorch_model-00001-of-00002.bin",
"transformer.h.19.attn.out_proj.weight": "pytorch_model-00001-of-00002.bin",
"transformer.h.19.attn.q_proj.weight": "pytorch_model-00001-of-00002.bin",
"transformer.h.19.attn.v_proj.weight": "pytorch_model-00001-of-00002.bin",
"transformer.h.19.ln_1.bias": "pytorch_model-00001-of-00002.bin",
"transformer.h.19.ln_1.weight": "pytorch_model-00001-of-00002.bin",
"transformer.h.19.mlp.fc_in.bias": "pytorch_model-00001-of-00002.bin",
"transformer.h.19.mlp.fc_in.weight": "pytorch_model-00001-of-00002.bin",
"transformer.h.19.mlp.fc_out.bias": "pytorch_model-00001-of-00002.bin",
"transformer.h.19.mlp.fc_out.weight": "pytorch_model-00001-of-00002.bin",
"transformer.h.2.attn.bias": "pytorch_model-00001-of-00002.bin",
"transformer.h.2.attn.k_proj.weight": "pytorch_model-00001-of-00002.bin",
"transformer.h.2.attn.masked_bias": "pytorch_model-00001-of-00002.bin",
"transformer.h.2.attn.out_proj.weight": "pytorch_model-00001-of-00002.bin",
"transformer.h.2.attn.q_proj.weight": "pytorch_model-00001-of-00002.bin",
"transformer.h.2.attn.v_proj.weight": "pytorch_model-00001-of-00002.bin",
"transformer.h.2.ln_1.bias": "pytorch_model-00001-of-00002.bin",
"transformer.h.2.ln_1.weight": "pytorch_model-00001-of-00002.bin",
"transformer.h.2.mlp.fc_in.bias": "pytorch_model-00001-of-00002.bin",
"transformer.h.2.mlp.fc_in.weight": "pytorch_model-00001-of-00002.bin",
"transformer.h.2.mlp.fc_out.bias": "pytorch_model-00001-of-00002.bin",
"transformer.h.2.mlp.fc_out.weight": "pytorch_model-00001-of-00002.bin",
"transformer.h.20.attn.bias": "pytorch_model-00001-of-00002.bin",
"transformer.h.20.attn.k_proj.weight": "pytorch_model-00001-of-00002.bin",
"transformer.h.20.attn.masked_bias": "pytorch_model-00001-of-00002.bin",
"transformer.h.20.attn.out_proj.weight": "pytorch_model-00001-of-00002.bin",
"transformer.h.20.attn.q_proj.weight": "pytorch_model-00001-of-00002.bin",
"transformer.h.20.attn.v_proj.weight": "pytorch_model-00001-of-00002.bin",
"transformer.h.20.ln_1.bias": "pytorch_model-00001-of-00002.bin",
"transformer.h.20.ln_1.weight": "pytorch_model-00001-of-00002.bin",
"transformer.h.20.mlp.fc_in.bias": "pytorch_model-00001-of-00002.bin",
"transformer.h.20.mlp.fc_in.weight": "pytorch_model-00001-of-00002.bin",
"transformer.h.20.mlp.fc_out.bias": "pytorch_model-00001-of-00002.bin",
"transformer.h.20.mlp.fc_out.weight": "pytorch_model-00001-of-00002.bin",
"transformer.h.21.attn.bias": "pytorch_model-00001-of-00002.bin",
"transformer.h.21.attn.k_proj.weight": "pytorch_model-00001-of-00002.bin",
"transformer.h.21.attn.masked_bias": "pytorch_model-00001-of-00002.bin",
"transformer.h.21.attn.out_proj.weight": "pytorch_model-00001-of-00002.bin",
"transformer.h.21.attn.q_proj.weight": "pytorch_model-00001-of-00002.bin",
"transformer.h.21.attn.v_proj.weight": "pytorch_model-00001-of-00002.bin",
"transformer.h.21.ln_1.bias": "pytorch_model-00001-of-00002.bin",
"transformer.h.21.ln_1.weight": "pytorch_model-00001-of-00002.bin",
"transformer.h.21.mlp.fc_in.bias": "pytorch_model-00001-of-00002.bin",
"transformer.h.21.mlp.fc_in.weight": "pytorch_model-00001-of-00002.bin",
"transformer.h.21.mlp.fc_out.bias": "pytorch_model-00001-of-00002.bin",
"transformer.h.21.mlp.fc_out.weight": "pytorch_model-00001-of-00002.bin",
"transformer.h.22.attn.bias": "pytorch_model-00001-of-00002.bin",
"transformer.h.22.attn.k_proj.weight": "pytorch_model-00001-of-00002.bin",
"transformer.h.22.attn.masked_bias": "pytorch_model-00001-of-00002.bin",
"transformer.h.22.attn.out_proj.weight": "pytorch_model-00001-of-00002.bin",
"transformer.h.22.attn.q_proj.weight": "pytorch_model-00001-of-00002.bin",
"transformer.h.22.attn.v_proj.weight": "pytorch_model-00001-of-00002.bin",
"transformer.h.22.ln_1.bias": "pytorch_model-00001-of-00002.bin",
"transformer.h.22.ln_1.weight": "pytorch_model-00001-of-00002.bin",
"transformer.h.22.mlp.fc_in.bias": "pytorch_model-00001-of-00002.bin",
"transformer.h.22.mlp.fc_in.weight": "pytorch_model-00001-of-00002.bin",
"transformer.h.22.mlp.fc_out.bias": "pytorch_model-00001-of-00002.bin",
"transformer.h.22.mlp.fc_out.weight": "pytorch_model-00001-of-00002.bin",
"transformer.h.23.attn.bias": "pytorch_model-00001-of-00002.bin",
"transformer.h.23.attn.k_proj.weight": "pytorch_model-00001-of-00002.bin",
"transformer.h.23.attn.masked_bias": "pytorch_model-00001-of-00002.bin",
"transformer.h.23.attn.out_proj.weight": "pytorch_model-00001-of-00002.bin",
"transformer.h.23.attn.q_proj.weight": "pytorch_model-00001-of-00002.bin",
"transformer.h.23.attn.v_proj.weight": "pytorch_model-00001-of-00002.bin",
"transformer.h.23.ln_1.bias": "pytorch_model-00001-of-00002.bin",
"transformer.h.23.ln_1.weight": "pytorch_model-00001-of-00002.bin",
"transformer.h.23.mlp.fc_in.bias": "pytorch_model-00001-of-00002.bin",
"transformer.h.23.mlp.fc_in.weight": "pytorch_model-00001-of-00002.bin",
"transformer.h.23.mlp.fc_out.bias": "pytorch_model-00002-of-00002.bin",
"transformer.h.23.mlp.fc_out.weight": "pytorch_model-00002-of-00002.bin",
"transformer.h.24.attn.bias": "pytorch_model-00002-of-00002.bin",
"transformer.h.24.attn.k_proj.weight": "pytorch_model-00002-of-00002.bin",
"transformer.h.24.attn.masked_bias": "pytorch_model-00002-of-00002.bin",
"transformer.h.24.attn.out_proj.weight": "pytorch_model-00002-of-00002.bin",
"transformer.h.24.attn.q_proj.weight": "pytorch_model-00002-of-00002.bin",
"transformer.h.24.attn.v_proj.weight": "pytorch_model-00002-of-00002.bin",
"transformer.h.24.ln_1.bias": "pytorch_model-00002-of-00002.bin",
"transformer.h.24.ln_1.weight": "pytorch_model-00002-of-00002.bin",
"transformer.h.24.mlp.fc_in.bias": "pytorch_model-00002-of-00002.bin",
"transformer.h.24.mlp.fc_in.weight": "pytorch_model-00002-of-00002.bin",
"transformer.h.24.mlp.fc_out.bias": "pytorch_model-00002-of-00002.bin",
"transformer.h.24.mlp.fc_out.weight": "pytorch_model-00002-of-00002.bin",
"transformer.h.25.attn.bias": "pytorch_model-00002-of-00002.bin",
"transformer.h.25.attn.k_proj.weight": "pytorch_model-00002-of-00002.bin",
"transformer.h.25.attn.masked_bias": "pytorch_model-00002-of-00002.bin",
"transformer.h.25.attn.out_proj.weight": "pytorch_model-00002-of-00002.bin",
"transformer.h.25.attn.q_proj.weight": "pytorch_model-00002-of-00002.bin",
"transformer.h.25.attn.v_proj.weight": "pytorch_model-00002-of-00002.bin",
"transformer.h.25.ln_1.bias": "pytorch_model-00002-of-00002.bin",
"transformer.h.25.ln_1.weight": "pytorch_model-00002-of-00002.bin",
"transformer.h.25.mlp.fc_in.bias": "pytorch_model-00002-of-00002.bin",
"transformer.h.25.mlp.fc_in.weight": "pytorch_model-00002-of-00002.bin",
"transformer.h.25.mlp.fc_out.bias": "pytorch_model-00002-of-00002.bin",
"transformer.h.25.mlp.fc_out.weight": "pytorch_model-00002-of-00002.bin",
"transformer.h.26.attn.bias": "pytorch_model-00002-of-00002.bin",
"transformer.h.26.attn.k_proj.weight": "pytorch_model-00002-of-00002.bin",
"transformer.h.26.attn.masked_bias": "pytorch_model-00002-of-00002.bin",
"transformer.h.26.attn.out_proj.weight": "pytorch_model-00002-of-00002.bin",
"transformer.h.26.attn.q_proj.weight": "pytorch_model-00002-of-00002.bin",
"transformer.h.26.attn.v_proj.weight": "pytorch_model-00002-of-00002.bin",
"transformer.h.26.ln_1.bias": "pytorch_model-00002-of-00002.bin",
"transformer.h.26.ln_1.weight": "pytorch_model-00002-of-00002.bin",
"transformer.h.26.mlp.fc_in.bias": "pytorch_model-00002-of-00002.bin",
"transformer.h.26.mlp.fc_in.weight": "pytorch_model-00002-of-00002.bin",
"transformer.h.26.mlp.fc_out.bias": "pytorch_model-00002-of-00002.bin",
"transformer.h.26.mlp.fc_out.weight": "pytorch_model-00002-of-00002.bin",
"transformer.h.27.attn.bias": "pytorch_model-00002-of-00002.bin",
"transformer.h.27.attn.k_proj.weight": "pytorch_model-00002-of-00002.bin",
"transformer.h.27.attn.masked_bias": "pytorch_model-00002-of-00002.bin",
"transformer.h.27.attn.out_proj.weight": "pytorch_model-00002-of-00002.bin",
"transformer.h.27.attn.q_proj.weight": "pytorch_model-00002-of-00002.bin",
"transformer.h.27.attn.v_proj.weight": "pytorch_model-00002-of-00002.bin",
"transformer.h.27.ln_1.bias": "pytorch_model-00002-of-00002.bin",
"transformer.h.27.ln_1.weight": "pytorch_model-00002-of-00002.bin",
"transformer.h.27.mlp.fc_in.bias": "pytorch_model-00002-of-00002.bin",
"transformer.h.27.mlp.fc_in.weight": "pytorch_model-00002-of-00002.bin",
"transformer.h.27.mlp.fc_out.bias": "pytorch_model-00002-of-00002.bin",
"transformer.h.27.mlp.fc_out.weight": "pytorch_model-00002-of-00002.bin",
"transformer.h.3.attn.bias": "pytorch_model-00001-of-00002.bin",
"transformer.h.3.attn.k_proj.weight": "pytorch_model-00001-of-00002.bin",
"transformer.h.3.attn.masked_bias": "pytorch_model-00001-of-00002.bin",
"transformer.h.3.attn.out_proj.weight": "pytorch_model-00001-of-00002.bin",
"transformer.h.3.attn.q_proj.weight": "pytorch_model-00001-of-00002.bin",
"transformer.h.3.attn.v_proj.weight": "pytorch_model-00001-of-00002.bin",
"transformer.h.3.ln_1.bias": "pytorch_model-00001-of-00002.bin",
"transformer.h.3.ln_1.weight": "pytorch_model-00001-of-00002.bin",
"transformer.h.3.mlp.fc_in.bias": "pytorch_model-00001-of-00002.bin",
"transformer.h.3.mlp.fc_in.weight": "pytorch_model-00001-of-00002.bin",
"transformer.h.3.mlp.fc_out.bias": "pytorch_model-00001-of-00002.bin",
"transformer.h.3.mlp.fc_out.weight": "pytorch_model-00001-of-00002.bin",
"transformer.h.4.attn.bias": "pytorch_model-00001-of-00002.bin",
"transformer.h.4.attn.k_proj.weight": "pytorch_model-00001-of-00002.bin",
"transformer.h.4.attn.masked_bias": "pytorch_model-00001-of-00002.bin",
"transformer.h.4.attn.out_proj.weight": "pytorch_model-00001-of-00002.bin",
"transformer.h.4.attn.q_proj.weight": "pytorch_model-00001-of-00002.bin",
"transformer.h.4.attn.v_proj.weight": "pytorch_model-00001-of-00002.bin",
"transformer.h.4.ln_1.bias": "pytorch_model-00001-of-00002.bin",
"transformer.h.4.ln_1.weight": "pytorch_model-00001-of-00002.bin",
"transformer.h.4.mlp.fc_in.bias": "pytorch_model-00001-of-00002.bin",
"transformer.h.4.mlp.fc_in.weight": "pytorch_model-00001-of-00002.bin",
"transformer.h.4.mlp.fc_out.bias": "pytorch_model-00001-of-00002.bin",
"transformer.h.4.mlp.fc_out.weight": "pytorch_model-00001-of-00002.bin",
"transformer.h.5.attn.bias": "pytorch_model-00001-of-00002.bin",
"transformer.h.5.attn.k_proj.weight": "pytorch_model-00001-of-00002.bin",
"transformer.h.5.attn.masked_bias": "pytorch_model-00001-of-00002.bin",
"transformer.h.5.attn.out_proj.weight": "pytorch_model-00001-of-00002.bin",
"transformer.h.5.attn.q_proj.weight": "pytorch_model-00001-of-00002.bin",
"transformer.h.5.attn.v_proj.weight": "pytorch_model-00001-of-00002.bin",
"transformer.h.5.ln_1.bias": "pytorch_model-00001-of-00002.bin",
"transformer.h.5.ln_1.weight": "pytorch_model-00001-of-00002.bin",
"transformer.h.5.mlp.fc_in.bias": "pytorch_model-00001-of-00002.bin",
"transformer.h.5.mlp.fc_in.weight": "pytorch_model-00001-of-00002.bin",
"transformer.h.5.mlp.fc_out.bias": "pytorch_model-00001-of-00002.bin",
"transformer.h.5.mlp.fc_out.weight": "pytorch_model-00001-of-00002.bin",
"transformer.h.6.attn.bias": "pytorch_model-00001-of-00002.bin",
"transformer.h.6.attn.k_proj.weight": "pytorch_model-00001-of-00002.bin",
"transformer.h.6.attn.masked_bias": "pytorch_model-00001-of-00002.bin",
"transformer.h.6.attn.out_proj.weight": "pytorch_model-00001-of-00002.bin",
"transformer.h.6.attn.q_proj.weight": "pytorch_model-00001-of-00002.bin",
"transformer.h.6.attn.v_proj.weight": "pytorch_model-00001-of-00002.bin",
"transformer.h.6.ln_1.bias": "pytorch_model-00001-of-00002.bin",
"transformer.h.6.ln_1.weight": "pytorch_model-00001-of-00002.bin",
"transformer.h.6.mlp.fc_in.bias": "pytorch_model-00001-of-00002.bin",
"transformer.h.6.mlp.fc_in.weight": "pytorch_model-00001-of-00002.bin",
"transformer.h.6.mlp.fc_out.bias": "pytorch_model-00001-of-00002.bin",
"transformer.h.6.mlp.fc_out.weight": "pytorch_model-00001-of-00002.bin",
"transformer.h.7.attn.bias": "pytorch_model-00001-of-00002.bin",
"transformer.h.7.attn.k_proj.weight": "pytorch_model-00001-of-00002.bin",
"transformer.h.7.attn.masked_bias": "pytorch_model-00001-of-00002.bin",
"transformer.h.7.attn.out_proj.weight": "pytorch_model-00001-of-00002.bin",
"transformer.h.7.attn.q_proj.weight": "pytorch_model-00001-of-00002.bin",
"transformer.h.7.attn.v_proj.weight": "pytorch_model-00001-of-00002.bin",
"transformer.h.7.ln_1.bias": "pytorch_model-00001-of-00002.bin",
"transformer.h.7.ln_1.weight": "pytorch_model-00001-of-00002.bin",
"transformer.h.7.mlp.fc_in.bias": "pytorch_model-00001-of-00002.bin",
"transformer.h.7.mlp.fc_in.weight": "pytorch_model-00001-of-00002.bin",
"transformer.h.7.mlp.fc_out.bias": "pytorch_model-00001-of-00002.bin",
"transformer.h.7.mlp.fc_out.weight": "pytorch_model-00001-of-00002.bin",
"transformer.h.8.attn.bias": "pytorch_model-00001-of-00002.bin",
"transformer.h.8.attn.k_proj.weight": "pytorch_model-00001-of-00002.bin",
"transformer.h.8.attn.masked_bias": "pytorch_model-00001-of-00002.bin",
"transformer.h.8.attn.out_proj.weight": "pytorch_model-00001-of-00002.bin",
"transformer.h.8.attn.q_proj.weight": "pytorch_model-00001-of-00002.bin",
"transformer.h.8.attn.v_proj.weight": "pytorch_model-00001-of-00002.bin",
"transformer.h.8.ln_1.bias": "pytorch_model-00001-of-00002.bin",
"transformer.h.8.ln_1.weight": "pytorch_model-00001-of-00002.bin",
"transformer.h.8.mlp.fc_in.bias": "pytorch_model-00001-of-00002.bin",
"transformer.h.8.mlp.fc_in.weight": "pytorch_model-00001-of-00002.bin",
"transformer.h.8.mlp.fc_out.bias": "pytorch_model-00001-of-00002.bin",
"transformer.h.8.mlp.fc_out.weight": "pytorch_model-00001-of-00002.bin",
"transformer.h.9.attn.bias": "pytorch_model-00001-of-00002.bin",
"transformer.h.9.attn.k_proj.weight": "pytorch_model-00001-of-00002.bin",
"transformer.h.9.attn.masked_bias": "pytorch_model-00001-of-00002.bin",
"transformer.h.9.attn.out_proj.weight": "pytorch_model-00001-of-00002.bin",
"transformer.h.9.attn.q_proj.weight": "pytorch_model-00001-of-00002.bin",
"transformer.h.9.attn.v_proj.weight": "pytorch_model-00001-of-00002.bin",
"transformer.h.9.ln_1.bias": "pytorch_model-00001-of-00002.bin",
"transformer.h.9.ln_1.weight": "pytorch_model-00001-of-00002.bin",
"transformer.h.9.mlp.fc_in.bias": "pytorch_model-00001-of-00002.bin",
"transformer.h.9.mlp.fc_in.weight": "pytorch_model-00001-of-00002.bin",
"transformer.h.9.mlp.fc_out.bias": "pytorch_model-00001-of-00002.bin",
"transformer.h.9.mlp.fc_out.weight": "pytorch_model-00001-of-00002.bin",
"transformer.ln_f.bias": "pytorch_model-00002-of-00002.bin",
"transformer.ln_f.weight": "pytorch_model-00002-of-00002.bin",
"transformer.wte.weight": "pytorch_model-00001-of-00002.bin"
}
}

23
special_tokens_map.json Normal file
View File

@@ -0,0 +1,23 @@
{
"bos_token": {
"content": "<|endoftext|>",
"lstrip": false,
"normalized": true,
"rstrip": false,
"single_word": false
},
"eos_token": {
"content": "<|endoftext|>",
"lstrip": false,
"normalized": true,
"rstrip": false,
"single_word": false
},
"unk_token": {
"content": "<|endoftext|>",
"lstrip": false,
"normalized": true,
"rstrip": false,
"single_word": false
}
}

101592
tokenizer.json Normal file

File diff suppressed because it is too large Load Diff

33
tokenizer_config.json Normal file
View File

@@ -0,0 +1,33 @@
{
"add_bos_token": false,
"add_prefix_space": false,
"bos_token": {
"__type": "AddedToken",
"content": "<|endoftext|>",
"lstrip": false,
"normalized": true,
"rstrip": false,
"single_word": false
},
"clean_up_tokenization_spaces": true,
"eos_token": {
"__type": "AddedToken",
"content": "<|endoftext|>",
"lstrip": false,
"normalized": true,
"rstrip": false,
"single_word": false
},
"errors": "replace",
"model_max_length": 2048,
"pad_token": null,
"tokenizer_class": "GPT2Tokenizer",
"unk_token": {
"__type": "AddedToken",
"content": "<|endoftext|>",
"lstrip": false,
"normalized": true,
"rstrip": false,
"single_word": false
}
}

1
vocab.json Normal file

File diff suppressed because one or more lines are too long