初始化项目,由ModelHub XC社区提供模型
Model: OpenAssistant/oasst-sft-4-pythia-12b-epoch-3.5 Source: Original Platform
This commit is contained in:
34
.gitattributes
vendored
Normal file
34
.gitattributes
vendored
Normal file
@@ -0,0 +1,34 @@
|
|||||||
|
*.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
|
||||||
201
LICENSE
Normal file
201
LICENSE
Normal file
@@ -0,0 +1,201 @@
|
|||||||
|
Apache License
|
||||||
|
Version 2.0, January 2004
|
||||||
|
http://www.apache.org/licenses/
|
||||||
|
|
||||||
|
TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
|
||||||
|
|
||||||
|
1. Definitions.
|
||||||
|
|
||||||
|
"License" shall mean the terms and conditions for use, reproduction,
|
||||||
|
and distribution as defined by Sections 1 through 9 of this document.
|
||||||
|
|
||||||
|
"Licensor" shall mean the copyright owner or entity authorized by
|
||||||
|
the copyright owner that is granting the License.
|
||||||
|
|
||||||
|
"Legal Entity" shall mean the union of the acting entity and all
|
||||||
|
other entities that control, are controlled by, or are under common
|
||||||
|
control with that entity. For the purposes of this definition,
|
||||||
|
"control" means (i) the power, direct or indirect, to cause the
|
||||||
|
direction or management of such entity, whether by contract or
|
||||||
|
otherwise, or (ii) ownership of fifty percent (50%) or more of the
|
||||||
|
outstanding shares, or (iii) beneficial ownership of such entity.
|
||||||
|
|
||||||
|
"You" (or "Your") shall mean an individual or Legal Entity
|
||||||
|
exercising permissions granted by this License.
|
||||||
|
|
||||||
|
"Source" form shall mean the preferred form for making modifications,
|
||||||
|
including but not limited to software source code, documentation
|
||||||
|
source, and configuration files.
|
||||||
|
|
||||||
|
"Object" form shall mean any form resulting from mechanical
|
||||||
|
transformation or translation of a Source form, including but
|
||||||
|
not limited to compiled object code, generated documentation,
|
||||||
|
and conversions to other media types.
|
||||||
|
|
||||||
|
"Work" shall mean the work of authorship, whether in Source or
|
||||||
|
Object form, made available under the License, as indicated by a
|
||||||
|
copyright notice that is included in or attached to the work
|
||||||
|
(an example is provided in the Appendix below).
|
||||||
|
|
||||||
|
"Derivative Works" shall mean any work, whether in Source or Object
|
||||||
|
form, that is based on (or derived from) the Work and for which the
|
||||||
|
editorial revisions, annotations, elaborations, or other modifications
|
||||||
|
represent, as a whole, an original work of authorship. For the purposes
|
||||||
|
of this License, Derivative Works shall not include works that remain
|
||||||
|
separable from, or merely link (or bind by name) to the interfaces of,
|
||||||
|
the Work and Derivative Works thereof.
|
||||||
|
|
||||||
|
"Contribution" shall mean any work of authorship, including
|
||||||
|
the original version of the Work and any modifications or additions
|
||||||
|
to that Work or Derivative Works thereof, that is intentionally
|
||||||
|
submitted to Licensor for inclusion in the Work by the copyright owner
|
||||||
|
or by an individual or Legal Entity authorized to submit on behalf of
|
||||||
|
the copyright owner. For the purposes of this definition, "submitted"
|
||||||
|
means any form of electronic, verbal, or written communication sent
|
||||||
|
to the Licensor or its representatives, including but not limited to
|
||||||
|
communication on electronic mailing lists, source code control systems,
|
||||||
|
and issue tracking systems that are managed by, or on behalf of, the
|
||||||
|
Licensor for the purpose of discussing and improving the Work, but
|
||||||
|
excluding communication that is conspicuously marked or otherwise
|
||||||
|
designated in writing by the copyright owner as "Not a Contribution."
|
||||||
|
|
||||||
|
"Contributor" shall mean Licensor and any individual or Legal Entity
|
||||||
|
on behalf of whom a Contribution has been received by Licensor and
|
||||||
|
subsequently incorporated within the Work.
|
||||||
|
|
||||||
|
2. Grant of Copyright License. Subject to the terms and conditions of
|
||||||
|
this License, each Contributor hereby grants to You a perpetual,
|
||||||
|
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
||||||
|
copyright license to reproduce, prepare Derivative Works of,
|
||||||
|
publicly display, publicly perform, sublicense, and distribute the
|
||||||
|
Work and such Derivative Works in Source or Object form.
|
||||||
|
|
||||||
|
3. Grant of Patent License. Subject to the terms and conditions of
|
||||||
|
this License, each Contributor hereby grants to You a perpetual,
|
||||||
|
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
||||||
|
(except as stated in this section) patent license to make, have made,
|
||||||
|
use, offer to sell, sell, import, and otherwise transfer the Work,
|
||||||
|
where such license applies only to those patent claims licensable
|
||||||
|
by such Contributor that are necessarily infringed by their
|
||||||
|
Contribution(s) alone or by combination of their Contribution(s)
|
||||||
|
with the Work to which such Contribution(s) was submitted. If You
|
||||||
|
institute patent litigation against any entity (including a
|
||||||
|
cross-claim or counterclaim in a lawsuit) alleging that the Work
|
||||||
|
or a Contribution incorporated within the Work constitutes direct
|
||||||
|
or contributory patent infringement, then any patent licenses
|
||||||
|
granted to You under this License for that Work shall terminate
|
||||||
|
as of the date such litigation is filed.
|
||||||
|
|
||||||
|
4. Redistribution. You may reproduce and distribute copies of the
|
||||||
|
Work or Derivative Works thereof in any medium, with or without
|
||||||
|
modifications, and in Source or Object form, provided that You
|
||||||
|
meet the following conditions:
|
||||||
|
|
||||||
|
(a) You must give any other recipients of the Work or
|
||||||
|
Derivative Works a copy of this License; and
|
||||||
|
|
||||||
|
(b) You must cause any modified files to carry prominent notices
|
||||||
|
stating that You changed the files; and
|
||||||
|
|
||||||
|
(c) You must retain, in the Source form of any Derivative Works
|
||||||
|
that You distribute, all copyright, patent, trademark, and
|
||||||
|
attribution notices from the Source form of the Work,
|
||||||
|
excluding those notices that do not pertain to any part of
|
||||||
|
the Derivative Works; and
|
||||||
|
|
||||||
|
(d) If the Work includes a "NOTICE" text file as part of its
|
||||||
|
distribution, then any Derivative Works that You distribute must
|
||||||
|
include a readable copy of the attribution notices contained
|
||||||
|
within such NOTICE file, excluding those notices that do not
|
||||||
|
pertain to any part of the Derivative Works, in at least one
|
||||||
|
of the following places: within a NOTICE text file distributed
|
||||||
|
as part of the Derivative Works; within the Source form or
|
||||||
|
documentation, if provided along with the Derivative Works; or,
|
||||||
|
within a display generated by the Derivative Works, if and
|
||||||
|
wherever such third-party notices normally appear. The contents
|
||||||
|
of the NOTICE file are for informational purposes only and
|
||||||
|
do not modify the License. You may add Your own attribution
|
||||||
|
notices within Derivative Works that You distribute, alongside
|
||||||
|
or as an addendum to the NOTICE text from the Work, provided
|
||||||
|
that such additional attribution notices cannot be construed
|
||||||
|
as modifying the License.
|
||||||
|
|
||||||
|
You may add Your own copyright statement to Your modifications and
|
||||||
|
may provide additional or different license terms and conditions
|
||||||
|
for use, reproduction, or distribution of Your modifications, or
|
||||||
|
for any such Derivative Works as a whole, provided Your use,
|
||||||
|
reproduction, and distribution of the Work otherwise complies with
|
||||||
|
the conditions stated in this License.
|
||||||
|
|
||||||
|
5. Submission of Contributions. Unless You explicitly state otherwise,
|
||||||
|
any Contribution intentionally submitted for inclusion in the Work
|
||||||
|
by You to the Licensor shall be under the terms and conditions of
|
||||||
|
this License, without any additional terms or conditions.
|
||||||
|
Notwithstanding the above, nothing herein shall supersede or modify
|
||||||
|
the terms of any separate license agreement you may have executed
|
||||||
|
with Licensor regarding such Contributions.
|
||||||
|
|
||||||
|
6. Trademarks. This License does not grant permission to use the trade
|
||||||
|
names, trademarks, service marks, or product names of the Licensor,
|
||||||
|
except as required for reasonable and customary use in describing the
|
||||||
|
origin of the Work and reproducing the content of the NOTICE file.
|
||||||
|
|
||||||
|
7. Disclaimer of Warranty. Unless required by applicable law or
|
||||||
|
agreed to in writing, Licensor provides the Work (and each
|
||||||
|
Contributor provides its Contributions) on an "AS IS" BASIS,
|
||||||
|
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
|
||||||
|
implied, including, without limitation, any warranties or conditions
|
||||||
|
of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
|
||||||
|
PARTICULAR PURPOSE. You are solely responsible for determining the
|
||||||
|
appropriateness of using or redistributing the Work and assume any
|
||||||
|
risks associated with Your exercise of permissions under this License.
|
||||||
|
|
||||||
|
8. Limitation of Liability. In no event and under no legal theory,
|
||||||
|
whether in tort (including negligence), contract, or otherwise,
|
||||||
|
unless required by applicable law (such as deliberate and grossly
|
||||||
|
negligent acts) or agreed to in writing, shall any Contributor be
|
||||||
|
liable to You for damages, including any direct, indirect, special,
|
||||||
|
incidental, or consequential damages of any character arising as a
|
||||||
|
result of this License or out of the use or inability to use the
|
||||||
|
Work (including but not limited to damages for loss of goodwill,
|
||||||
|
work stoppage, computer failure or malfunction, or any and all
|
||||||
|
other commercial damages or losses), even if such Contributor
|
||||||
|
has been advised of the possibility of such damages.
|
||||||
|
|
||||||
|
9. Accepting Warranty or Additional Liability. While redistributing
|
||||||
|
the Work or Derivative Works thereof, You may choose to offer,
|
||||||
|
and charge a fee for, acceptance of support, warranty, indemnity,
|
||||||
|
or other liability obligations and/or rights consistent with this
|
||||||
|
License. However, in accepting such obligations, You may act only
|
||||||
|
on Your own behalf and on Your sole responsibility, not on behalf
|
||||||
|
of any other Contributor, and only if You agree to indemnify,
|
||||||
|
defend, and hold each Contributor harmless for any liability
|
||||||
|
incurred by, or claims asserted against, such Contributor by reason
|
||||||
|
of your accepting any such warranty or additional liability.
|
||||||
|
|
||||||
|
END OF TERMS AND CONDITIONS
|
||||||
|
|
||||||
|
APPENDIX: How to apply the Apache License to your work.
|
||||||
|
|
||||||
|
To apply the Apache License to your work, attach the following
|
||||||
|
boilerplate notice, with the fields enclosed by brackets "[]"
|
||||||
|
replaced with your own identifying information. (Don't include
|
||||||
|
the brackets!) The text should be enclosed in the appropriate
|
||||||
|
comment syntax for the file format. We also recommend that a
|
||||||
|
file or class name and description of purpose be included on the
|
||||||
|
same "printed page" as the copyright notice for easier
|
||||||
|
identification within third-party archives.
|
||||||
|
|
||||||
|
Copyright [yyyy] [name of copyright owner]
|
||||||
|
|
||||||
|
Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
|
you may not use this file except in compliance with the License.
|
||||||
|
You may obtain a copy of the License at
|
||||||
|
|
||||||
|
http://www.apache.org/licenses/LICENSE-2.0
|
||||||
|
|
||||||
|
Unless required by applicable law or agreed to in writing, software
|
||||||
|
distributed under the License is distributed on an "AS IS" BASIS,
|
||||||
|
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||||
|
See the License for the specific language governing permissions and
|
||||||
|
limitations under the License.
|
||||||
139
README.md
Normal file
139
README.md
Normal file
@@ -0,0 +1,139 @@
|
|||||||
|
---
|
||||||
|
license: apache-2.0
|
||||||
|
language:
|
||||||
|
- en
|
||||||
|
tags:
|
||||||
|
- sft
|
||||||
|
pipeline_tag: text-generation
|
||||||
|
widget:
|
||||||
|
- text: <|prompter|>What is a meme, and what's the history behind this word?<|endoftext|><|assistant|>
|
||||||
|
- text: <|prompter|>What's the Earth total population<|endoftext|><|assistant|>
|
||||||
|
- text: <|prompter|>Write a story about future of AI development<|endoftext|><|assistant|>
|
||||||
|
---
|
||||||
|
|
||||||
|
# Open-Assistant SFT-4 12B Model
|
||||||
|
|
||||||
|
|
||||||
|
This is the 4th iteration English supervised-fine-tuning (SFT) model of
|
||||||
|
the [Open-Assistant](https://github.com/LAION-AI/Open-Assistant) project.
|
||||||
|
It is based on a Pythia 12B that was fine-tuned on human demonstrations
|
||||||
|
of assistant conversations collected through the
|
||||||
|
[https://open-assistant.io/](https://open-assistant.io/) human feedback web
|
||||||
|
app before March 25, 2023.
|
||||||
|
|
||||||
|
## Model Details
|
||||||
|
|
||||||
|
- **Developed by:** [Open-Assistant Contributors](https://open-assistant.io/)
|
||||||
|
- **Model type:** Transformer-based Language Model
|
||||||
|
- **Language:** English
|
||||||
|
- **Finetuned from:** [EleutherAI / pythia-12b-deduped](https://huggingface.co/EleutherAI/pythia-12b-deduped)
|
||||||
|
- **Code:** [Open-Assistant/model/model_training](https://github.com/LAION-AI/Open-Assistant/tree/main/model/model_training)
|
||||||
|
- **Demo:** [Continuations for 250 random prompts](https://open-assistant.github.io/oasst-model-eval/?f=https%3A%2F%2Fraw.githubusercontent.com%2FOpen-Assistant%2Foasst-model-eval%2Fmain%2Fsampling_reports%2Foasst-sft%2F2023-04-03_andreaskoepf_oasst-sft-4-pythia-12b-epoch-3_5_sampling_noprefix_lottery.json%0Ahttps%3A%2F%2Fraw.githubusercontent.com%2FOpen-Assistant%2Foasst-model-eval%2Fmain%2Fsampling_reports%2Fchat-gpt%2F2023-04-11_gpt-3.5-turbo_lottery.json)
|
||||||
|
- **License:** Apache 2.0
|
||||||
|
- **Contact:** [Open-Assistant Discord](https://ykilcher.com/open-assistant-discord)
|
||||||
|
|
||||||
|
## Prompting
|
||||||
|
|
||||||
|
Two special tokens are used to mark the beginning of user and assistant turns:
|
||||||
|
`<|prompter|>` and `<|assistant|>`. Each turn ends with a `<|endoftext|>` token.
|
||||||
|
|
||||||
|
Input prompt example:
|
||||||
|
```
|
||||||
|
<|prompter|>What is a meme, and what's the history behind this word?<|endoftext|><|assistant|>
|
||||||
|
```
|
||||||
|
The input ends with the `<|assistant|>` token to signal that the model should
|
||||||
|
start generating the assistant reply.
|
||||||
|
|
||||||
|
|
||||||
|
## Dev Details
|
||||||
|
|
||||||
|
- wandb: https://wandb.ai/open-assistant/supervised-finetuning/runs/770a0t41
|
||||||
|
- base model: [andreaskoepf/pythia-12b-pre-2000](https://huggingface.co/andreaskoepf/pythia-12b-pre-2000)
|
||||||
|
- checkpoint: 4000 steps
|
||||||
|
|
||||||
|
command: `deepspeed trainer_sft.py --configs defaults reference-data reference-pythia-12b --cache_dir /home/ubuntu/data_cache --output_dir .saved/oasst-sft-3-pythia-12b-reference_2kpre --num_train_epochs 8 --residual_dropout 0.2 --deepspeed --use_flash_attention true --model_name andreaskoepf/pythia-12b-pre-2000`
|
||||||
|
|
||||||
|
data:
|
||||||
|
```
|
||||||
|
reference-data:
|
||||||
|
datasets:
|
||||||
|
- oasst_export:
|
||||||
|
lang: "bg,ca,cs,da,de,en,es,fr,hr,hu,it,nl,pl,pt,ro,ru,sl,sr,sv,uk"
|
||||||
|
input_file_path: 2023-03-25_oasst_research_ready_synth_labels.jsonl.gz
|
||||||
|
val_split: 0.05
|
||||||
|
- alpaca
|
||||||
|
sort_by_length: false
|
||||||
|
use_custom_sampler: false
|
||||||
|
```
|
||||||
|
|
||||||
|
|
||||||
|
pythia:
|
||||||
|
```
|
||||||
|
reference-pythia-12b:
|
||||||
|
dtype: fp16
|
||||||
|
log_dir: "pythia_log_12b"
|
||||||
|
learning_rate: 6e-6
|
||||||
|
model_name: EleutherAI/pythia-12b-deduped
|
||||||
|
output_dir: pythia_model_12b
|
||||||
|
weight_decay: 0.0
|
||||||
|
max_length: 2048
|
||||||
|
warmup_steps: 100
|
||||||
|
gradient_checkpointing: true
|
||||||
|
gradient_accumulation_steps: 2
|
||||||
|
per_device_train_batch_size: 4
|
||||||
|
per_device_eval_batch_size: 4
|
||||||
|
eval_steps: 100
|
||||||
|
save_steps: 1000
|
||||||
|
num_train_epochs: 8
|
||||||
|
save_total_limit: 4
|
||||||
|
```
|
||||||
|
|
||||||
|
zero config:
|
||||||
|
```
|
||||||
|
{
|
||||||
|
"fp16": {
|
||||||
|
"enabled": "auto",
|
||||||
|
"loss_scale": 0,
|
||||||
|
"loss_scale_window": 1000,
|
||||||
|
"initial_scale_power": 16,
|
||||||
|
"hysteresis": 2,
|
||||||
|
"min_loss_scale": 1
|
||||||
|
},
|
||||||
|
"bf16": {
|
||||||
|
"enabled": "auto"
|
||||||
|
},
|
||||||
|
"optimizer": {
|
||||||
|
"type": "AdamW",
|
||||||
|
"params": {
|
||||||
|
"lr": "auto",
|
||||||
|
"betas": "auto",
|
||||||
|
"eps": "auto",
|
||||||
|
"weight_decay": "auto"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"scheduler": {
|
||||||
|
"type": "WarmupDecayLR",
|
||||||
|
"params": {
|
||||||
|
"warmup_min_lr": "auto",
|
||||||
|
"warmup_max_lr": "auto",
|
||||||
|
"warmup_num_steps": "auto",
|
||||||
|
"total_num_steps": "auto"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"zero_optimization": {
|
||||||
|
"stage": 2,
|
||||||
|
"allgather_partitions": true,
|
||||||
|
"allgather_bucket_size": 1e9,
|
||||||
|
"overlap_comm": false,
|
||||||
|
"reduce_scatter": true,
|
||||||
|
"reduce_bucket_size": 1e9,
|
||||||
|
"contiguous_gradients": true
|
||||||
|
},
|
||||||
|
"gradient_accumulation_steps": "auto",
|
||||||
|
"gradient_clipping": "auto",
|
||||||
|
"steps_per_print": 2000,
|
||||||
|
"train_batch_size": "auto",
|
||||||
|
"train_micro_batch_size_per_gpu": "auto",
|
||||||
|
"wall_clock_breakdown": false
|
||||||
|
}
|
||||||
|
```
|
||||||
25
config.json
Normal file
25
config.json
Normal file
@@ -0,0 +1,25 @@
|
|||||||
|
{
|
||||||
|
"_name_or_path": ".saved/oasst-sft-3-pythia-12b-reference_2kpre/checkpoint-4000/",
|
||||||
|
"architectures": [
|
||||||
|
"GPTNeoXForCausalLM"
|
||||||
|
],
|
||||||
|
"bos_token_id": 0,
|
||||||
|
"eos_token_id": 0,
|
||||||
|
"hidden_act": "gelu",
|
||||||
|
"hidden_size": 5120,
|
||||||
|
"initializer_range": 0.02,
|
||||||
|
"intermediate_size": 20480,
|
||||||
|
"layer_norm_eps": 1e-05,
|
||||||
|
"max_position_embeddings": 2048,
|
||||||
|
"model_type": "gpt_neox",
|
||||||
|
"num_attention_heads": 40,
|
||||||
|
"num_hidden_layers": 36,
|
||||||
|
"rotary_emb_base": 10000,
|
||||||
|
"rotary_pct": 0.25,
|
||||||
|
"tie_word_embeddings": false,
|
||||||
|
"torch_dtype": "float16",
|
||||||
|
"transformers_version": "4.28.0.dev0",
|
||||||
|
"use_cache": true,
|
||||||
|
"use_parallel_residual": true,
|
||||||
|
"vocab_size": 50288
|
||||||
|
}
|
||||||
6
generation_config.json
Normal file
6
generation_config.json
Normal file
@@ -0,0 +1,6 @@
|
|||||||
|
{
|
||||||
|
"_from_model_config": true,
|
||||||
|
"bos_token_id": 0,
|
||||||
|
"eos_token_id": 0,
|
||||||
|
"transformers_version": "4.28.0.dev0"
|
||||||
|
}
|
||||||
3
pytorch_model-00001-of-00003.bin
Normal file
3
pytorch_model-00001-of-00003.bin
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:05e2fd7f91d4a9991438b8025f7750be4d7fec2bedf0d6e0ce5ee173a4f4e59f
|
||||||
|
size 10021361430
|
||||||
3
pytorch_model-00002-of-00003.bin
Normal file
3
pytorch_model-00002-of-00003.bin
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:7c839f7a3ac083eb359496a53c78fafc0cb18a53a06050ea38c5ae284004b1cb
|
||||||
|
size 9921688624
|
||||||
3
pytorch_model-00003-of-00003.bin
Normal file
3
pytorch_model-00003-of-00003.bin
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:1751ca985e39b71fd363a15597376266a4920466144acb8b2c190e4c791cae58
|
||||||
|
size 3892087407
|
||||||
551
pytorch_model.bin.index.json
Normal file
551
pytorch_model.bin.index.json
Normal file
@@ -0,0 +1,551 @@
|
|||||||
|
{
|
||||||
|
"metadata": {
|
||||||
|
"total_size": 23702829384.0
|
||||||
|
},
|
||||||
|
"weight_map": {
|
||||||
|
"embed_out.weight": "pytorch_model-00003-of-00003.bin",
|
||||||
|
"gpt_neox.embed_in.weight": "pytorch_model-00001-of-00003.bin",
|
||||||
|
"gpt_neox.final_layer_norm.bias": "pytorch_model-00003-of-00003.bin",
|
||||||
|
"gpt_neox.final_layer_norm.weight": "pytorch_model-00003-of-00003.bin",
|
||||||
|
"gpt_neox.layers.0.attention.bias": "pytorch_model-00001-of-00003.bin",
|
||||||
|
"gpt_neox.layers.0.attention.dense.bias": "pytorch_model-00001-of-00003.bin",
|
||||||
|
"gpt_neox.layers.0.attention.dense.weight": "pytorch_model-00001-of-00003.bin",
|
||||||
|
"gpt_neox.layers.0.attention.masked_bias": "pytorch_model-00001-of-00003.bin",
|
||||||
|
"gpt_neox.layers.0.attention.query_key_value.bias": "pytorch_model-00001-of-00003.bin",
|
||||||
|
"gpt_neox.layers.0.attention.query_key_value.weight": "pytorch_model-00001-of-00003.bin",
|
||||||
|
"gpt_neox.layers.0.attention.rotary_emb.inv_freq": "pytorch_model-00001-of-00003.bin",
|
||||||
|
"gpt_neox.layers.0.input_layernorm.bias": "pytorch_model-00001-of-00003.bin",
|
||||||
|
"gpt_neox.layers.0.input_layernorm.weight": "pytorch_model-00001-of-00003.bin",
|
||||||
|
"gpt_neox.layers.0.mlp.dense_4h_to_h.bias": "pytorch_model-00001-of-00003.bin",
|
||||||
|
"gpt_neox.layers.0.mlp.dense_4h_to_h.weight": "pytorch_model-00001-of-00003.bin",
|
||||||
|
"gpt_neox.layers.0.mlp.dense_h_to_4h.bias": "pytorch_model-00001-of-00003.bin",
|
||||||
|
"gpt_neox.layers.0.mlp.dense_h_to_4h.weight": "pytorch_model-00001-of-00003.bin",
|
||||||
|
"gpt_neox.layers.0.post_attention_layernorm.bias": "pytorch_model-00001-of-00003.bin",
|
||||||
|
"gpt_neox.layers.0.post_attention_layernorm.weight": "pytorch_model-00001-of-00003.bin",
|
||||||
|
"gpt_neox.layers.1.attention.bias": "pytorch_model-00001-of-00003.bin",
|
||||||
|
"gpt_neox.layers.1.attention.dense.bias": "pytorch_model-00001-of-00003.bin",
|
||||||
|
"gpt_neox.layers.1.attention.dense.weight": "pytorch_model-00001-of-00003.bin",
|
||||||
|
"gpt_neox.layers.1.attention.masked_bias": "pytorch_model-00001-of-00003.bin",
|
||||||
|
"gpt_neox.layers.1.attention.query_key_value.bias": "pytorch_model-00001-of-00003.bin",
|
||||||
|
"gpt_neox.layers.1.attention.query_key_value.weight": "pytorch_model-00001-of-00003.bin",
|
||||||
|
"gpt_neox.layers.1.attention.rotary_emb.inv_freq": "pytorch_model-00001-of-00003.bin",
|
||||||
|
"gpt_neox.layers.1.input_layernorm.bias": "pytorch_model-00001-of-00003.bin",
|
||||||
|
"gpt_neox.layers.1.input_layernorm.weight": "pytorch_model-00001-of-00003.bin",
|
||||||
|
"gpt_neox.layers.1.mlp.dense_4h_to_h.bias": "pytorch_model-00001-of-00003.bin",
|
||||||
|
"gpt_neox.layers.1.mlp.dense_4h_to_h.weight": "pytorch_model-00001-of-00003.bin",
|
||||||
|
"gpt_neox.layers.1.mlp.dense_h_to_4h.bias": "pytorch_model-00001-of-00003.bin",
|
||||||
|
"gpt_neox.layers.1.mlp.dense_h_to_4h.weight": "pytorch_model-00001-of-00003.bin",
|
||||||
|
"gpt_neox.layers.1.post_attention_layernorm.bias": "pytorch_model-00001-of-00003.bin",
|
||||||
|
"gpt_neox.layers.1.post_attention_layernorm.weight": "pytorch_model-00001-of-00003.bin",
|
||||||
|
"gpt_neox.layers.10.attention.bias": "pytorch_model-00001-of-00003.bin",
|
||||||
|
"gpt_neox.layers.10.attention.dense.bias": "pytorch_model-00001-of-00003.bin",
|
||||||
|
"gpt_neox.layers.10.attention.dense.weight": "pytorch_model-00001-of-00003.bin",
|
||||||
|
"gpt_neox.layers.10.attention.masked_bias": "pytorch_model-00001-of-00003.bin",
|
||||||
|
"gpt_neox.layers.10.attention.query_key_value.bias": "pytorch_model-00001-of-00003.bin",
|
||||||
|
"gpt_neox.layers.10.attention.query_key_value.weight": "pytorch_model-00001-of-00003.bin",
|
||||||
|
"gpt_neox.layers.10.attention.rotary_emb.inv_freq": "pytorch_model-00001-of-00003.bin",
|
||||||
|
"gpt_neox.layers.10.input_layernorm.bias": "pytorch_model-00001-of-00003.bin",
|
||||||
|
"gpt_neox.layers.10.input_layernorm.weight": "pytorch_model-00001-of-00003.bin",
|
||||||
|
"gpt_neox.layers.10.mlp.dense_4h_to_h.bias": "pytorch_model-00001-of-00003.bin",
|
||||||
|
"gpt_neox.layers.10.mlp.dense_4h_to_h.weight": "pytorch_model-00001-of-00003.bin",
|
||||||
|
"gpt_neox.layers.10.mlp.dense_h_to_4h.bias": "pytorch_model-00001-of-00003.bin",
|
||||||
|
"gpt_neox.layers.10.mlp.dense_h_to_4h.weight": "pytorch_model-00001-of-00003.bin",
|
||||||
|
"gpt_neox.layers.10.post_attention_layernorm.bias": "pytorch_model-00001-of-00003.bin",
|
||||||
|
"gpt_neox.layers.10.post_attention_layernorm.weight": "pytorch_model-00001-of-00003.bin",
|
||||||
|
"gpt_neox.layers.11.attention.bias": "pytorch_model-00001-of-00003.bin",
|
||||||
|
"gpt_neox.layers.11.attention.dense.bias": "pytorch_model-00001-of-00003.bin",
|
||||||
|
"gpt_neox.layers.11.attention.dense.weight": "pytorch_model-00001-of-00003.bin",
|
||||||
|
"gpt_neox.layers.11.attention.masked_bias": "pytorch_model-00001-of-00003.bin",
|
||||||
|
"gpt_neox.layers.11.attention.query_key_value.bias": "pytorch_model-00001-of-00003.bin",
|
||||||
|
"gpt_neox.layers.11.attention.query_key_value.weight": "pytorch_model-00001-of-00003.bin",
|
||||||
|
"gpt_neox.layers.11.attention.rotary_emb.inv_freq": "pytorch_model-00001-of-00003.bin",
|
||||||
|
"gpt_neox.layers.11.input_layernorm.bias": "pytorch_model-00001-of-00003.bin",
|
||||||
|
"gpt_neox.layers.11.input_layernorm.weight": "pytorch_model-00001-of-00003.bin",
|
||||||
|
"gpt_neox.layers.11.mlp.dense_4h_to_h.bias": "pytorch_model-00001-of-00003.bin",
|
||||||
|
"gpt_neox.layers.11.mlp.dense_4h_to_h.weight": "pytorch_model-00001-of-00003.bin",
|
||||||
|
"gpt_neox.layers.11.mlp.dense_h_to_4h.bias": "pytorch_model-00001-of-00003.bin",
|
||||||
|
"gpt_neox.layers.11.mlp.dense_h_to_4h.weight": "pytorch_model-00001-of-00003.bin",
|
||||||
|
"gpt_neox.layers.11.post_attention_layernorm.bias": "pytorch_model-00001-of-00003.bin",
|
||||||
|
"gpt_neox.layers.11.post_attention_layernorm.weight": "pytorch_model-00001-of-00003.bin",
|
||||||
|
"gpt_neox.layers.12.attention.bias": "pytorch_model-00001-of-00003.bin",
|
||||||
|
"gpt_neox.layers.12.attention.dense.bias": "pytorch_model-00001-of-00003.bin",
|
||||||
|
"gpt_neox.layers.12.attention.dense.weight": "pytorch_model-00001-of-00003.bin",
|
||||||
|
"gpt_neox.layers.12.attention.masked_bias": "pytorch_model-00001-of-00003.bin",
|
||||||
|
"gpt_neox.layers.12.attention.query_key_value.bias": "pytorch_model-00001-of-00003.bin",
|
||||||
|
"gpt_neox.layers.12.attention.query_key_value.weight": "pytorch_model-00001-of-00003.bin",
|
||||||
|
"gpt_neox.layers.12.attention.rotary_emb.inv_freq": "pytorch_model-00001-of-00003.bin",
|
||||||
|
"gpt_neox.layers.12.input_layernorm.bias": "pytorch_model-00001-of-00003.bin",
|
||||||
|
"gpt_neox.layers.12.input_layernorm.weight": "pytorch_model-00001-of-00003.bin",
|
||||||
|
"gpt_neox.layers.12.mlp.dense_4h_to_h.bias": "pytorch_model-00001-of-00003.bin",
|
||||||
|
"gpt_neox.layers.12.mlp.dense_4h_to_h.weight": "pytorch_model-00001-of-00003.bin",
|
||||||
|
"gpt_neox.layers.12.mlp.dense_h_to_4h.bias": "pytorch_model-00001-of-00003.bin",
|
||||||
|
"gpt_neox.layers.12.mlp.dense_h_to_4h.weight": "pytorch_model-00001-of-00003.bin",
|
||||||
|
"gpt_neox.layers.12.post_attention_layernorm.bias": "pytorch_model-00001-of-00003.bin",
|
||||||
|
"gpt_neox.layers.12.post_attention_layernorm.weight": "pytorch_model-00001-of-00003.bin",
|
||||||
|
"gpt_neox.layers.13.attention.bias": "pytorch_model-00001-of-00003.bin",
|
||||||
|
"gpt_neox.layers.13.attention.dense.bias": "pytorch_model-00001-of-00003.bin",
|
||||||
|
"gpt_neox.layers.13.attention.dense.weight": "pytorch_model-00001-of-00003.bin",
|
||||||
|
"gpt_neox.layers.13.attention.masked_bias": "pytorch_model-00001-of-00003.bin",
|
||||||
|
"gpt_neox.layers.13.attention.query_key_value.bias": "pytorch_model-00001-of-00003.bin",
|
||||||
|
"gpt_neox.layers.13.attention.query_key_value.weight": "pytorch_model-00001-of-00003.bin",
|
||||||
|
"gpt_neox.layers.13.attention.rotary_emb.inv_freq": "pytorch_model-00001-of-00003.bin",
|
||||||
|
"gpt_neox.layers.13.input_layernorm.bias": "pytorch_model-00001-of-00003.bin",
|
||||||
|
"gpt_neox.layers.13.input_layernorm.weight": "pytorch_model-00001-of-00003.bin",
|
||||||
|
"gpt_neox.layers.13.mlp.dense_4h_to_h.bias": "pytorch_model-00001-of-00003.bin",
|
||||||
|
"gpt_neox.layers.13.mlp.dense_4h_to_h.weight": "pytorch_model-00001-of-00003.bin",
|
||||||
|
"gpt_neox.layers.13.mlp.dense_h_to_4h.bias": "pytorch_model-00001-of-00003.bin",
|
||||||
|
"gpt_neox.layers.13.mlp.dense_h_to_4h.weight": "pytorch_model-00001-of-00003.bin",
|
||||||
|
"gpt_neox.layers.13.post_attention_layernorm.bias": "pytorch_model-00001-of-00003.bin",
|
||||||
|
"gpt_neox.layers.13.post_attention_layernorm.weight": "pytorch_model-00001-of-00003.bin",
|
||||||
|
"gpt_neox.layers.14.attention.bias": "pytorch_model-00001-of-00003.bin",
|
||||||
|
"gpt_neox.layers.14.attention.dense.bias": "pytorch_model-00001-of-00003.bin",
|
||||||
|
"gpt_neox.layers.14.attention.dense.weight": "pytorch_model-00001-of-00003.bin",
|
||||||
|
"gpt_neox.layers.14.attention.masked_bias": "pytorch_model-00001-of-00003.bin",
|
||||||
|
"gpt_neox.layers.14.attention.query_key_value.bias": "pytorch_model-00001-of-00003.bin",
|
||||||
|
"gpt_neox.layers.14.attention.query_key_value.weight": "pytorch_model-00001-of-00003.bin",
|
||||||
|
"gpt_neox.layers.14.attention.rotary_emb.inv_freq": "pytorch_model-00001-of-00003.bin",
|
||||||
|
"gpt_neox.layers.14.input_layernorm.bias": "pytorch_model-00001-of-00003.bin",
|
||||||
|
"gpt_neox.layers.14.input_layernorm.weight": "pytorch_model-00001-of-00003.bin",
|
||||||
|
"gpt_neox.layers.14.mlp.dense_4h_to_h.bias": "pytorch_model-00001-of-00003.bin",
|
||||||
|
"gpt_neox.layers.14.mlp.dense_4h_to_h.weight": "pytorch_model-00001-of-00003.bin",
|
||||||
|
"gpt_neox.layers.14.mlp.dense_h_to_4h.bias": "pytorch_model-00001-of-00003.bin",
|
||||||
|
"gpt_neox.layers.14.mlp.dense_h_to_4h.weight": "pytorch_model-00001-of-00003.bin",
|
||||||
|
"gpt_neox.layers.14.post_attention_layernorm.bias": "pytorch_model-00001-of-00003.bin",
|
||||||
|
"gpt_neox.layers.14.post_attention_layernorm.weight": "pytorch_model-00001-of-00003.bin",
|
||||||
|
"gpt_neox.layers.15.attention.bias": "pytorch_model-00001-of-00003.bin",
|
||||||
|
"gpt_neox.layers.15.attention.dense.bias": "pytorch_model-00002-of-00003.bin",
|
||||||
|
"gpt_neox.layers.15.attention.dense.weight": "pytorch_model-00002-of-00003.bin",
|
||||||
|
"gpt_neox.layers.15.attention.masked_bias": "pytorch_model-00001-of-00003.bin",
|
||||||
|
"gpt_neox.layers.15.attention.query_key_value.bias": "pytorch_model-00002-of-00003.bin",
|
||||||
|
"gpt_neox.layers.15.attention.query_key_value.weight": "pytorch_model-00002-of-00003.bin",
|
||||||
|
"gpt_neox.layers.15.attention.rotary_emb.inv_freq": "pytorch_model-00001-of-00003.bin",
|
||||||
|
"gpt_neox.layers.15.input_layernorm.bias": "pytorch_model-00001-of-00003.bin",
|
||||||
|
"gpt_neox.layers.15.input_layernorm.weight": "pytorch_model-00001-of-00003.bin",
|
||||||
|
"gpt_neox.layers.15.mlp.dense_4h_to_h.bias": "pytorch_model-00002-of-00003.bin",
|
||||||
|
"gpt_neox.layers.15.mlp.dense_4h_to_h.weight": "pytorch_model-00002-of-00003.bin",
|
||||||
|
"gpt_neox.layers.15.mlp.dense_h_to_4h.bias": "pytorch_model-00002-of-00003.bin",
|
||||||
|
"gpt_neox.layers.15.mlp.dense_h_to_4h.weight": "pytorch_model-00002-of-00003.bin",
|
||||||
|
"gpt_neox.layers.15.post_attention_layernorm.bias": "pytorch_model-00001-of-00003.bin",
|
||||||
|
"gpt_neox.layers.15.post_attention_layernorm.weight": "pytorch_model-00001-of-00003.bin",
|
||||||
|
"gpt_neox.layers.16.attention.bias": "pytorch_model-00002-of-00003.bin",
|
||||||
|
"gpt_neox.layers.16.attention.dense.bias": "pytorch_model-00002-of-00003.bin",
|
||||||
|
"gpt_neox.layers.16.attention.dense.weight": "pytorch_model-00002-of-00003.bin",
|
||||||
|
"gpt_neox.layers.16.attention.masked_bias": "pytorch_model-00002-of-00003.bin",
|
||||||
|
"gpt_neox.layers.16.attention.query_key_value.bias": "pytorch_model-00002-of-00003.bin",
|
||||||
|
"gpt_neox.layers.16.attention.query_key_value.weight": "pytorch_model-00002-of-00003.bin",
|
||||||
|
"gpt_neox.layers.16.attention.rotary_emb.inv_freq": "pytorch_model-00002-of-00003.bin",
|
||||||
|
"gpt_neox.layers.16.input_layernorm.bias": "pytorch_model-00002-of-00003.bin",
|
||||||
|
"gpt_neox.layers.16.input_layernorm.weight": "pytorch_model-00002-of-00003.bin",
|
||||||
|
"gpt_neox.layers.16.mlp.dense_4h_to_h.bias": "pytorch_model-00002-of-00003.bin",
|
||||||
|
"gpt_neox.layers.16.mlp.dense_4h_to_h.weight": "pytorch_model-00002-of-00003.bin",
|
||||||
|
"gpt_neox.layers.16.mlp.dense_h_to_4h.bias": "pytorch_model-00002-of-00003.bin",
|
||||||
|
"gpt_neox.layers.16.mlp.dense_h_to_4h.weight": "pytorch_model-00002-of-00003.bin",
|
||||||
|
"gpt_neox.layers.16.post_attention_layernorm.bias": "pytorch_model-00002-of-00003.bin",
|
||||||
|
"gpt_neox.layers.16.post_attention_layernorm.weight": "pytorch_model-00002-of-00003.bin",
|
||||||
|
"gpt_neox.layers.17.attention.bias": "pytorch_model-00002-of-00003.bin",
|
||||||
|
"gpt_neox.layers.17.attention.dense.bias": "pytorch_model-00002-of-00003.bin",
|
||||||
|
"gpt_neox.layers.17.attention.dense.weight": "pytorch_model-00002-of-00003.bin",
|
||||||
|
"gpt_neox.layers.17.attention.masked_bias": "pytorch_model-00002-of-00003.bin",
|
||||||
|
"gpt_neox.layers.17.attention.query_key_value.bias": "pytorch_model-00002-of-00003.bin",
|
||||||
|
"gpt_neox.layers.17.attention.query_key_value.weight": "pytorch_model-00002-of-00003.bin",
|
||||||
|
"gpt_neox.layers.17.attention.rotary_emb.inv_freq": "pytorch_model-00002-of-00003.bin",
|
||||||
|
"gpt_neox.layers.17.input_layernorm.bias": "pytorch_model-00002-of-00003.bin",
|
||||||
|
"gpt_neox.layers.17.input_layernorm.weight": "pytorch_model-00002-of-00003.bin",
|
||||||
|
"gpt_neox.layers.17.mlp.dense_4h_to_h.bias": "pytorch_model-00002-of-00003.bin",
|
||||||
|
"gpt_neox.layers.17.mlp.dense_4h_to_h.weight": "pytorch_model-00002-of-00003.bin",
|
||||||
|
"gpt_neox.layers.17.mlp.dense_h_to_4h.bias": "pytorch_model-00002-of-00003.bin",
|
||||||
|
"gpt_neox.layers.17.mlp.dense_h_to_4h.weight": "pytorch_model-00002-of-00003.bin",
|
||||||
|
"gpt_neox.layers.17.post_attention_layernorm.bias": "pytorch_model-00002-of-00003.bin",
|
||||||
|
"gpt_neox.layers.17.post_attention_layernorm.weight": "pytorch_model-00002-of-00003.bin",
|
||||||
|
"gpt_neox.layers.18.attention.bias": "pytorch_model-00002-of-00003.bin",
|
||||||
|
"gpt_neox.layers.18.attention.dense.bias": "pytorch_model-00002-of-00003.bin",
|
||||||
|
"gpt_neox.layers.18.attention.dense.weight": "pytorch_model-00002-of-00003.bin",
|
||||||
|
"gpt_neox.layers.18.attention.masked_bias": "pytorch_model-00002-of-00003.bin",
|
||||||
|
"gpt_neox.layers.18.attention.query_key_value.bias": "pytorch_model-00002-of-00003.bin",
|
||||||
|
"gpt_neox.layers.18.attention.query_key_value.weight": "pytorch_model-00002-of-00003.bin",
|
||||||
|
"gpt_neox.layers.18.attention.rotary_emb.inv_freq": "pytorch_model-00002-of-00003.bin",
|
||||||
|
"gpt_neox.layers.18.input_layernorm.bias": "pytorch_model-00002-of-00003.bin",
|
||||||
|
"gpt_neox.layers.18.input_layernorm.weight": "pytorch_model-00002-of-00003.bin",
|
||||||
|
"gpt_neox.layers.18.mlp.dense_4h_to_h.bias": "pytorch_model-00002-of-00003.bin",
|
||||||
|
"gpt_neox.layers.18.mlp.dense_4h_to_h.weight": "pytorch_model-00002-of-00003.bin",
|
||||||
|
"gpt_neox.layers.18.mlp.dense_h_to_4h.bias": "pytorch_model-00002-of-00003.bin",
|
||||||
|
"gpt_neox.layers.18.mlp.dense_h_to_4h.weight": "pytorch_model-00002-of-00003.bin",
|
||||||
|
"gpt_neox.layers.18.post_attention_layernorm.bias": "pytorch_model-00002-of-00003.bin",
|
||||||
|
"gpt_neox.layers.18.post_attention_layernorm.weight": "pytorch_model-00002-of-00003.bin",
|
||||||
|
"gpt_neox.layers.19.attention.bias": "pytorch_model-00002-of-00003.bin",
|
||||||
|
"gpt_neox.layers.19.attention.dense.bias": "pytorch_model-00002-of-00003.bin",
|
||||||
|
"gpt_neox.layers.19.attention.dense.weight": "pytorch_model-00002-of-00003.bin",
|
||||||
|
"gpt_neox.layers.19.attention.masked_bias": "pytorch_model-00002-of-00003.bin",
|
||||||
|
"gpt_neox.layers.19.attention.query_key_value.bias": "pytorch_model-00002-of-00003.bin",
|
||||||
|
"gpt_neox.layers.19.attention.query_key_value.weight": "pytorch_model-00002-of-00003.bin",
|
||||||
|
"gpt_neox.layers.19.attention.rotary_emb.inv_freq": "pytorch_model-00002-of-00003.bin",
|
||||||
|
"gpt_neox.layers.19.input_layernorm.bias": "pytorch_model-00002-of-00003.bin",
|
||||||
|
"gpt_neox.layers.19.input_layernorm.weight": "pytorch_model-00002-of-00003.bin",
|
||||||
|
"gpt_neox.layers.19.mlp.dense_4h_to_h.bias": "pytorch_model-00002-of-00003.bin",
|
||||||
|
"gpt_neox.layers.19.mlp.dense_4h_to_h.weight": "pytorch_model-00002-of-00003.bin",
|
||||||
|
"gpt_neox.layers.19.mlp.dense_h_to_4h.bias": "pytorch_model-00002-of-00003.bin",
|
||||||
|
"gpt_neox.layers.19.mlp.dense_h_to_4h.weight": "pytorch_model-00002-of-00003.bin",
|
||||||
|
"gpt_neox.layers.19.post_attention_layernorm.bias": "pytorch_model-00002-of-00003.bin",
|
||||||
|
"gpt_neox.layers.19.post_attention_layernorm.weight": "pytorch_model-00002-of-00003.bin",
|
||||||
|
"gpt_neox.layers.2.attention.bias": "pytorch_model-00001-of-00003.bin",
|
||||||
|
"gpt_neox.layers.2.attention.dense.bias": "pytorch_model-00001-of-00003.bin",
|
||||||
|
"gpt_neox.layers.2.attention.dense.weight": "pytorch_model-00001-of-00003.bin",
|
||||||
|
"gpt_neox.layers.2.attention.masked_bias": "pytorch_model-00001-of-00003.bin",
|
||||||
|
"gpt_neox.layers.2.attention.query_key_value.bias": "pytorch_model-00001-of-00003.bin",
|
||||||
|
"gpt_neox.layers.2.attention.query_key_value.weight": "pytorch_model-00001-of-00003.bin",
|
||||||
|
"gpt_neox.layers.2.attention.rotary_emb.inv_freq": "pytorch_model-00001-of-00003.bin",
|
||||||
|
"gpt_neox.layers.2.input_layernorm.bias": "pytorch_model-00001-of-00003.bin",
|
||||||
|
"gpt_neox.layers.2.input_layernorm.weight": "pytorch_model-00001-of-00003.bin",
|
||||||
|
"gpt_neox.layers.2.mlp.dense_4h_to_h.bias": "pytorch_model-00001-of-00003.bin",
|
||||||
|
"gpt_neox.layers.2.mlp.dense_4h_to_h.weight": "pytorch_model-00001-of-00003.bin",
|
||||||
|
"gpt_neox.layers.2.mlp.dense_h_to_4h.bias": "pytorch_model-00001-of-00003.bin",
|
||||||
|
"gpt_neox.layers.2.mlp.dense_h_to_4h.weight": "pytorch_model-00001-of-00003.bin",
|
||||||
|
"gpt_neox.layers.2.post_attention_layernorm.bias": "pytorch_model-00001-of-00003.bin",
|
||||||
|
"gpt_neox.layers.2.post_attention_layernorm.weight": "pytorch_model-00001-of-00003.bin",
|
||||||
|
"gpt_neox.layers.20.attention.bias": "pytorch_model-00002-of-00003.bin",
|
||||||
|
"gpt_neox.layers.20.attention.dense.bias": "pytorch_model-00002-of-00003.bin",
|
||||||
|
"gpt_neox.layers.20.attention.dense.weight": "pytorch_model-00002-of-00003.bin",
|
||||||
|
"gpt_neox.layers.20.attention.masked_bias": "pytorch_model-00002-of-00003.bin",
|
||||||
|
"gpt_neox.layers.20.attention.query_key_value.bias": "pytorch_model-00002-of-00003.bin",
|
||||||
|
"gpt_neox.layers.20.attention.query_key_value.weight": "pytorch_model-00002-of-00003.bin",
|
||||||
|
"gpt_neox.layers.20.attention.rotary_emb.inv_freq": "pytorch_model-00002-of-00003.bin",
|
||||||
|
"gpt_neox.layers.20.input_layernorm.bias": "pytorch_model-00002-of-00003.bin",
|
||||||
|
"gpt_neox.layers.20.input_layernorm.weight": "pytorch_model-00002-of-00003.bin",
|
||||||
|
"gpt_neox.layers.20.mlp.dense_4h_to_h.bias": "pytorch_model-00002-of-00003.bin",
|
||||||
|
"gpt_neox.layers.20.mlp.dense_4h_to_h.weight": "pytorch_model-00002-of-00003.bin",
|
||||||
|
"gpt_neox.layers.20.mlp.dense_h_to_4h.bias": "pytorch_model-00002-of-00003.bin",
|
||||||
|
"gpt_neox.layers.20.mlp.dense_h_to_4h.weight": "pytorch_model-00002-of-00003.bin",
|
||||||
|
"gpt_neox.layers.20.post_attention_layernorm.bias": "pytorch_model-00002-of-00003.bin",
|
||||||
|
"gpt_neox.layers.20.post_attention_layernorm.weight": "pytorch_model-00002-of-00003.bin",
|
||||||
|
"gpt_neox.layers.21.attention.bias": "pytorch_model-00002-of-00003.bin",
|
||||||
|
"gpt_neox.layers.21.attention.dense.bias": "pytorch_model-00002-of-00003.bin",
|
||||||
|
"gpt_neox.layers.21.attention.dense.weight": "pytorch_model-00002-of-00003.bin",
|
||||||
|
"gpt_neox.layers.21.attention.masked_bias": "pytorch_model-00002-of-00003.bin",
|
||||||
|
"gpt_neox.layers.21.attention.query_key_value.bias": "pytorch_model-00002-of-00003.bin",
|
||||||
|
"gpt_neox.layers.21.attention.query_key_value.weight": "pytorch_model-00002-of-00003.bin",
|
||||||
|
"gpt_neox.layers.21.attention.rotary_emb.inv_freq": "pytorch_model-00002-of-00003.bin",
|
||||||
|
"gpt_neox.layers.21.input_layernorm.bias": "pytorch_model-00002-of-00003.bin",
|
||||||
|
"gpt_neox.layers.21.input_layernorm.weight": "pytorch_model-00002-of-00003.bin",
|
||||||
|
"gpt_neox.layers.21.mlp.dense_4h_to_h.bias": "pytorch_model-00002-of-00003.bin",
|
||||||
|
"gpt_neox.layers.21.mlp.dense_4h_to_h.weight": "pytorch_model-00002-of-00003.bin",
|
||||||
|
"gpt_neox.layers.21.mlp.dense_h_to_4h.bias": "pytorch_model-00002-of-00003.bin",
|
||||||
|
"gpt_neox.layers.21.mlp.dense_h_to_4h.weight": "pytorch_model-00002-of-00003.bin",
|
||||||
|
"gpt_neox.layers.21.post_attention_layernorm.bias": "pytorch_model-00002-of-00003.bin",
|
||||||
|
"gpt_neox.layers.21.post_attention_layernorm.weight": "pytorch_model-00002-of-00003.bin",
|
||||||
|
"gpt_neox.layers.22.attention.bias": "pytorch_model-00002-of-00003.bin",
|
||||||
|
"gpt_neox.layers.22.attention.dense.bias": "pytorch_model-00002-of-00003.bin",
|
||||||
|
"gpt_neox.layers.22.attention.dense.weight": "pytorch_model-00002-of-00003.bin",
|
||||||
|
"gpt_neox.layers.22.attention.masked_bias": "pytorch_model-00002-of-00003.bin",
|
||||||
|
"gpt_neox.layers.22.attention.query_key_value.bias": "pytorch_model-00002-of-00003.bin",
|
||||||
|
"gpt_neox.layers.22.attention.query_key_value.weight": "pytorch_model-00002-of-00003.bin",
|
||||||
|
"gpt_neox.layers.22.attention.rotary_emb.inv_freq": "pytorch_model-00002-of-00003.bin",
|
||||||
|
"gpt_neox.layers.22.input_layernorm.bias": "pytorch_model-00002-of-00003.bin",
|
||||||
|
"gpt_neox.layers.22.input_layernorm.weight": "pytorch_model-00002-of-00003.bin",
|
||||||
|
"gpt_neox.layers.22.mlp.dense_4h_to_h.bias": "pytorch_model-00002-of-00003.bin",
|
||||||
|
"gpt_neox.layers.22.mlp.dense_4h_to_h.weight": "pytorch_model-00002-of-00003.bin",
|
||||||
|
"gpt_neox.layers.22.mlp.dense_h_to_4h.bias": "pytorch_model-00002-of-00003.bin",
|
||||||
|
"gpt_neox.layers.22.mlp.dense_h_to_4h.weight": "pytorch_model-00002-of-00003.bin",
|
||||||
|
"gpt_neox.layers.22.post_attention_layernorm.bias": "pytorch_model-00002-of-00003.bin",
|
||||||
|
"gpt_neox.layers.22.post_attention_layernorm.weight": "pytorch_model-00002-of-00003.bin",
|
||||||
|
"gpt_neox.layers.23.attention.bias": "pytorch_model-00002-of-00003.bin",
|
||||||
|
"gpt_neox.layers.23.attention.dense.bias": "pytorch_model-00002-of-00003.bin",
|
||||||
|
"gpt_neox.layers.23.attention.dense.weight": "pytorch_model-00002-of-00003.bin",
|
||||||
|
"gpt_neox.layers.23.attention.masked_bias": "pytorch_model-00002-of-00003.bin",
|
||||||
|
"gpt_neox.layers.23.attention.query_key_value.bias": "pytorch_model-00002-of-00003.bin",
|
||||||
|
"gpt_neox.layers.23.attention.query_key_value.weight": "pytorch_model-00002-of-00003.bin",
|
||||||
|
"gpt_neox.layers.23.attention.rotary_emb.inv_freq": "pytorch_model-00002-of-00003.bin",
|
||||||
|
"gpt_neox.layers.23.input_layernorm.bias": "pytorch_model-00002-of-00003.bin",
|
||||||
|
"gpt_neox.layers.23.input_layernorm.weight": "pytorch_model-00002-of-00003.bin",
|
||||||
|
"gpt_neox.layers.23.mlp.dense_4h_to_h.bias": "pytorch_model-00002-of-00003.bin",
|
||||||
|
"gpt_neox.layers.23.mlp.dense_4h_to_h.weight": "pytorch_model-00002-of-00003.bin",
|
||||||
|
"gpt_neox.layers.23.mlp.dense_h_to_4h.bias": "pytorch_model-00002-of-00003.bin",
|
||||||
|
"gpt_neox.layers.23.mlp.dense_h_to_4h.weight": "pytorch_model-00002-of-00003.bin",
|
||||||
|
"gpt_neox.layers.23.post_attention_layernorm.bias": "pytorch_model-00002-of-00003.bin",
|
||||||
|
"gpt_neox.layers.23.post_attention_layernorm.weight": "pytorch_model-00002-of-00003.bin",
|
||||||
|
"gpt_neox.layers.24.attention.bias": "pytorch_model-00002-of-00003.bin",
|
||||||
|
"gpt_neox.layers.24.attention.dense.bias": "pytorch_model-00002-of-00003.bin",
|
||||||
|
"gpt_neox.layers.24.attention.dense.weight": "pytorch_model-00002-of-00003.bin",
|
||||||
|
"gpt_neox.layers.24.attention.masked_bias": "pytorch_model-00002-of-00003.bin",
|
||||||
|
"gpt_neox.layers.24.attention.query_key_value.bias": "pytorch_model-00002-of-00003.bin",
|
||||||
|
"gpt_neox.layers.24.attention.query_key_value.weight": "pytorch_model-00002-of-00003.bin",
|
||||||
|
"gpt_neox.layers.24.attention.rotary_emb.inv_freq": "pytorch_model-00002-of-00003.bin",
|
||||||
|
"gpt_neox.layers.24.input_layernorm.bias": "pytorch_model-00002-of-00003.bin",
|
||||||
|
"gpt_neox.layers.24.input_layernorm.weight": "pytorch_model-00002-of-00003.bin",
|
||||||
|
"gpt_neox.layers.24.mlp.dense_4h_to_h.bias": "pytorch_model-00002-of-00003.bin",
|
||||||
|
"gpt_neox.layers.24.mlp.dense_4h_to_h.weight": "pytorch_model-00002-of-00003.bin",
|
||||||
|
"gpt_neox.layers.24.mlp.dense_h_to_4h.bias": "pytorch_model-00002-of-00003.bin",
|
||||||
|
"gpt_neox.layers.24.mlp.dense_h_to_4h.weight": "pytorch_model-00002-of-00003.bin",
|
||||||
|
"gpt_neox.layers.24.post_attention_layernorm.bias": "pytorch_model-00002-of-00003.bin",
|
||||||
|
"gpt_neox.layers.24.post_attention_layernorm.weight": "pytorch_model-00002-of-00003.bin",
|
||||||
|
"gpt_neox.layers.25.attention.bias": "pytorch_model-00002-of-00003.bin",
|
||||||
|
"gpt_neox.layers.25.attention.dense.bias": "pytorch_model-00002-of-00003.bin",
|
||||||
|
"gpt_neox.layers.25.attention.dense.weight": "pytorch_model-00002-of-00003.bin",
|
||||||
|
"gpt_neox.layers.25.attention.masked_bias": "pytorch_model-00002-of-00003.bin",
|
||||||
|
"gpt_neox.layers.25.attention.query_key_value.bias": "pytorch_model-00002-of-00003.bin",
|
||||||
|
"gpt_neox.layers.25.attention.query_key_value.weight": "pytorch_model-00002-of-00003.bin",
|
||||||
|
"gpt_neox.layers.25.attention.rotary_emb.inv_freq": "pytorch_model-00002-of-00003.bin",
|
||||||
|
"gpt_neox.layers.25.input_layernorm.bias": "pytorch_model-00002-of-00003.bin",
|
||||||
|
"gpt_neox.layers.25.input_layernorm.weight": "pytorch_model-00002-of-00003.bin",
|
||||||
|
"gpt_neox.layers.25.mlp.dense_4h_to_h.bias": "pytorch_model-00002-of-00003.bin",
|
||||||
|
"gpt_neox.layers.25.mlp.dense_4h_to_h.weight": "pytorch_model-00002-of-00003.bin",
|
||||||
|
"gpt_neox.layers.25.mlp.dense_h_to_4h.bias": "pytorch_model-00002-of-00003.bin",
|
||||||
|
"gpt_neox.layers.25.mlp.dense_h_to_4h.weight": "pytorch_model-00002-of-00003.bin",
|
||||||
|
"gpt_neox.layers.25.post_attention_layernorm.bias": "pytorch_model-00002-of-00003.bin",
|
||||||
|
"gpt_neox.layers.25.post_attention_layernorm.weight": "pytorch_model-00002-of-00003.bin",
|
||||||
|
"gpt_neox.layers.26.attention.bias": "pytorch_model-00002-of-00003.bin",
|
||||||
|
"gpt_neox.layers.26.attention.dense.bias": "pytorch_model-00002-of-00003.bin",
|
||||||
|
"gpt_neox.layers.26.attention.dense.weight": "pytorch_model-00002-of-00003.bin",
|
||||||
|
"gpt_neox.layers.26.attention.masked_bias": "pytorch_model-00002-of-00003.bin",
|
||||||
|
"gpt_neox.layers.26.attention.query_key_value.bias": "pytorch_model-00002-of-00003.bin",
|
||||||
|
"gpt_neox.layers.26.attention.query_key_value.weight": "pytorch_model-00002-of-00003.bin",
|
||||||
|
"gpt_neox.layers.26.attention.rotary_emb.inv_freq": "pytorch_model-00002-of-00003.bin",
|
||||||
|
"gpt_neox.layers.26.input_layernorm.bias": "pytorch_model-00002-of-00003.bin",
|
||||||
|
"gpt_neox.layers.26.input_layernorm.weight": "pytorch_model-00002-of-00003.bin",
|
||||||
|
"gpt_neox.layers.26.mlp.dense_4h_to_h.bias": "pytorch_model-00002-of-00003.bin",
|
||||||
|
"gpt_neox.layers.26.mlp.dense_4h_to_h.weight": "pytorch_model-00002-of-00003.bin",
|
||||||
|
"gpt_neox.layers.26.mlp.dense_h_to_4h.bias": "pytorch_model-00002-of-00003.bin",
|
||||||
|
"gpt_neox.layers.26.mlp.dense_h_to_4h.weight": "pytorch_model-00002-of-00003.bin",
|
||||||
|
"gpt_neox.layers.26.post_attention_layernorm.bias": "pytorch_model-00002-of-00003.bin",
|
||||||
|
"gpt_neox.layers.26.post_attention_layernorm.weight": "pytorch_model-00002-of-00003.bin",
|
||||||
|
"gpt_neox.layers.27.attention.bias": "pytorch_model-00002-of-00003.bin",
|
||||||
|
"gpt_neox.layers.27.attention.dense.bias": "pytorch_model-00002-of-00003.bin",
|
||||||
|
"gpt_neox.layers.27.attention.dense.weight": "pytorch_model-00002-of-00003.bin",
|
||||||
|
"gpt_neox.layers.27.attention.masked_bias": "pytorch_model-00002-of-00003.bin",
|
||||||
|
"gpt_neox.layers.27.attention.query_key_value.bias": "pytorch_model-00002-of-00003.bin",
|
||||||
|
"gpt_neox.layers.27.attention.query_key_value.weight": "pytorch_model-00002-of-00003.bin",
|
||||||
|
"gpt_neox.layers.27.attention.rotary_emb.inv_freq": "pytorch_model-00002-of-00003.bin",
|
||||||
|
"gpt_neox.layers.27.input_layernorm.bias": "pytorch_model-00002-of-00003.bin",
|
||||||
|
"gpt_neox.layers.27.input_layernorm.weight": "pytorch_model-00002-of-00003.bin",
|
||||||
|
"gpt_neox.layers.27.mlp.dense_4h_to_h.bias": "pytorch_model-00002-of-00003.bin",
|
||||||
|
"gpt_neox.layers.27.mlp.dense_4h_to_h.weight": "pytorch_model-00002-of-00003.bin",
|
||||||
|
"gpt_neox.layers.27.mlp.dense_h_to_4h.bias": "pytorch_model-00002-of-00003.bin",
|
||||||
|
"gpt_neox.layers.27.mlp.dense_h_to_4h.weight": "pytorch_model-00002-of-00003.bin",
|
||||||
|
"gpt_neox.layers.27.post_attention_layernorm.bias": "pytorch_model-00002-of-00003.bin",
|
||||||
|
"gpt_neox.layers.27.post_attention_layernorm.weight": "pytorch_model-00002-of-00003.bin",
|
||||||
|
"gpt_neox.layers.28.attention.bias": "pytorch_model-00002-of-00003.bin",
|
||||||
|
"gpt_neox.layers.28.attention.dense.bias": "pytorch_model-00002-of-00003.bin",
|
||||||
|
"gpt_neox.layers.28.attention.dense.weight": "pytorch_model-00002-of-00003.bin",
|
||||||
|
"gpt_neox.layers.28.attention.masked_bias": "pytorch_model-00002-of-00003.bin",
|
||||||
|
"gpt_neox.layers.28.attention.query_key_value.bias": "pytorch_model-00002-of-00003.bin",
|
||||||
|
"gpt_neox.layers.28.attention.query_key_value.weight": "pytorch_model-00002-of-00003.bin",
|
||||||
|
"gpt_neox.layers.28.attention.rotary_emb.inv_freq": "pytorch_model-00002-of-00003.bin",
|
||||||
|
"gpt_neox.layers.28.input_layernorm.bias": "pytorch_model-00002-of-00003.bin",
|
||||||
|
"gpt_neox.layers.28.input_layernorm.weight": "pytorch_model-00002-of-00003.bin",
|
||||||
|
"gpt_neox.layers.28.mlp.dense_4h_to_h.bias": "pytorch_model-00002-of-00003.bin",
|
||||||
|
"gpt_neox.layers.28.mlp.dense_4h_to_h.weight": "pytorch_model-00002-of-00003.bin",
|
||||||
|
"gpt_neox.layers.28.mlp.dense_h_to_4h.bias": "pytorch_model-00002-of-00003.bin",
|
||||||
|
"gpt_neox.layers.28.mlp.dense_h_to_4h.weight": "pytorch_model-00002-of-00003.bin",
|
||||||
|
"gpt_neox.layers.28.post_attention_layernorm.bias": "pytorch_model-00002-of-00003.bin",
|
||||||
|
"gpt_neox.layers.28.post_attention_layernorm.weight": "pytorch_model-00002-of-00003.bin",
|
||||||
|
"gpt_neox.layers.29.attention.bias": "pytorch_model-00002-of-00003.bin",
|
||||||
|
"gpt_neox.layers.29.attention.dense.bias": "pytorch_model-00002-of-00003.bin",
|
||||||
|
"gpt_neox.layers.29.attention.dense.weight": "pytorch_model-00002-of-00003.bin",
|
||||||
|
"gpt_neox.layers.29.attention.masked_bias": "pytorch_model-00002-of-00003.bin",
|
||||||
|
"gpt_neox.layers.29.attention.query_key_value.bias": "pytorch_model-00002-of-00003.bin",
|
||||||
|
"gpt_neox.layers.29.attention.query_key_value.weight": "pytorch_model-00002-of-00003.bin",
|
||||||
|
"gpt_neox.layers.29.attention.rotary_emb.inv_freq": "pytorch_model-00002-of-00003.bin",
|
||||||
|
"gpt_neox.layers.29.input_layernorm.bias": "pytorch_model-00002-of-00003.bin",
|
||||||
|
"gpt_neox.layers.29.input_layernorm.weight": "pytorch_model-00002-of-00003.bin",
|
||||||
|
"gpt_neox.layers.29.mlp.dense_4h_to_h.bias": "pytorch_model-00002-of-00003.bin",
|
||||||
|
"gpt_neox.layers.29.mlp.dense_4h_to_h.weight": "pytorch_model-00002-of-00003.bin",
|
||||||
|
"gpt_neox.layers.29.mlp.dense_h_to_4h.bias": "pytorch_model-00002-of-00003.bin",
|
||||||
|
"gpt_neox.layers.29.mlp.dense_h_to_4h.weight": "pytorch_model-00002-of-00003.bin",
|
||||||
|
"gpt_neox.layers.29.post_attention_layernorm.bias": "pytorch_model-00002-of-00003.bin",
|
||||||
|
"gpt_neox.layers.29.post_attention_layernorm.weight": "pytorch_model-00002-of-00003.bin",
|
||||||
|
"gpt_neox.layers.3.attention.bias": "pytorch_model-00001-of-00003.bin",
|
||||||
|
"gpt_neox.layers.3.attention.dense.bias": "pytorch_model-00001-of-00003.bin",
|
||||||
|
"gpt_neox.layers.3.attention.dense.weight": "pytorch_model-00001-of-00003.bin",
|
||||||
|
"gpt_neox.layers.3.attention.masked_bias": "pytorch_model-00001-of-00003.bin",
|
||||||
|
"gpt_neox.layers.3.attention.query_key_value.bias": "pytorch_model-00001-of-00003.bin",
|
||||||
|
"gpt_neox.layers.3.attention.query_key_value.weight": "pytorch_model-00001-of-00003.bin",
|
||||||
|
"gpt_neox.layers.3.attention.rotary_emb.inv_freq": "pytorch_model-00001-of-00003.bin",
|
||||||
|
"gpt_neox.layers.3.input_layernorm.bias": "pytorch_model-00001-of-00003.bin",
|
||||||
|
"gpt_neox.layers.3.input_layernorm.weight": "pytorch_model-00001-of-00003.bin",
|
||||||
|
"gpt_neox.layers.3.mlp.dense_4h_to_h.bias": "pytorch_model-00001-of-00003.bin",
|
||||||
|
"gpt_neox.layers.3.mlp.dense_4h_to_h.weight": "pytorch_model-00001-of-00003.bin",
|
||||||
|
"gpt_neox.layers.3.mlp.dense_h_to_4h.bias": "pytorch_model-00001-of-00003.bin",
|
||||||
|
"gpt_neox.layers.3.mlp.dense_h_to_4h.weight": "pytorch_model-00001-of-00003.bin",
|
||||||
|
"gpt_neox.layers.3.post_attention_layernorm.bias": "pytorch_model-00001-of-00003.bin",
|
||||||
|
"gpt_neox.layers.3.post_attention_layernorm.weight": "pytorch_model-00001-of-00003.bin",
|
||||||
|
"gpt_neox.layers.30.attention.bias": "pytorch_model-00002-of-00003.bin",
|
||||||
|
"gpt_neox.layers.30.attention.dense.bias": "pytorch_model-00002-of-00003.bin",
|
||||||
|
"gpt_neox.layers.30.attention.dense.weight": "pytorch_model-00002-of-00003.bin",
|
||||||
|
"gpt_neox.layers.30.attention.masked_bias": "pytorch_model-00002-of-00003.bin",
|
||||||
|
"gpt_neox.layers.30.attention.query_key_value.bias": "pytorch_model-00002-of-00003.bin",
|
||||||
|
"gpt_neox.layers.30.attention.query_key_value.weight": "pytorch_model-00002-of-00003.bin",
|
||||||
|
"gpt_neox.layers.30.attention.rotary_emb.inv_freq": "pytorch_model-00002-of-00003.bin",
|
||||||
|
"gpt_neox.layers.30.input_layernorm.bias": "pytorch_model-00002-of-00003.bin",
|
||||||
|
"gpt_neox.layers.30.input_layernorm.weight": "pytorch_model-00002-of-00003.bin",
|
||||||
|
"gpt_neox.layers.30.mlp.dense_4h_to_h.bias": "pytorch_model-00003-of-00003.bin",
|
||||||
|
"gpt_neox.layers.30.mlp.dense_4h_to_h.weight": "pytorch_model-00003-of-00003.bin",
|
||||||
|
"gpt_neox.layers.30.mlp.dense_h_to_4h.bias": "pytorch_model-00002-of-00003.bin",
|
||||||
|
"gpt_neox.layers.30.mlp.dense_h_to_4h.weight": "pytorch_model-00002-of-00003.bin",
|
||||||
|
"gpt_neox.layers.30.post_attention_layernorm.bias": "pytorch_model-00002-of-00003.bin",
|
||||||
|
"gpt_neox.layers.30.post_attention_layernorm.weight": "pytorch_model-00002-of-00003.bin",
|
||||||
|
"gpt_neox.layers.31.attention.bias": "pytorch_model-00003-of-00003.bin",
|
||||||
|
"gpt_neox.layers.31.attention.dense.bias": "pytorch_model-00003-of-00003.bin",
|
||||||
|
"gpt_neox.layers.31.attention.dense.weight": "pytorch_model-00003-of-00003.bin",
|
||||||
|
"gpt_neox.layers.31.attention.masked_bias": "pytorch_model-00003-of-00003.bin",
|
||||||
|
"gpt_neox.layers.31.attention.query_key_value.bias": "pytorch_model-00003-of-00003.bin",
|
||||||
|
"gpt_neox.layers.31.attention.query_key_value.weight": "pytorch_model-00003-of-00003.bin",
|
||||||
|
"gpt_neox.layers.31.attention.rotary_emb.inv_freq": "pytorch_model-00003-of-00003.bin",
|
||||||
|
"gpt_neox.layers.31.input_layernorm.bias": "pytorch_model-00003-of-00003.bin",
|
||||||
|
"gpt_neox.layers.31.input_layernorm.weight": "pytorch_model-00003-of-00003.bin",
|
||||||
|
"gpt_neox.layers.31.mlp.dense_4h_to_h.bias": "pytorch_model-00003-of-00003.bin",
|
||||||
|
"gpt_neox.layers.31.mlp.dense_4h_to_h.weight": "pytorch_model-00003-of-00003.bin",
|
||||||
|
"gpt_neox.layers.31.mlp.dense_h_to_4h.bias": "pytorch_model-00003-of-00003.bin",
|
||||||
|
"gpt_neox.layers.31.mlp.dense_h_to_4h.weight": "pytorch_model-00003-of-00003.bin",
|
||||||
|
"gpt_neox.layers.31.post_attention_layernorm.bias": "pytorch_model-00003-of-00003.bin",
|
||||||
|
"gpt_neox.layers.31.post_attention_layernorm.weight": "pytorch_model-00003-of-00003.bin",
|
||||||
|
"gpt_neox.layers.32.attention.bias": "pytorch_model-00003-of-00003.bin",
|
||||||
|
"gpt_neox.layers.32.attention.dense.bias": "pytorch_model-00003-of-00003.bin",
|
||||||
|
"gpt_neox.layers.32.attention.dense.weight": "pytorch_model-00003-of-00003.bin",
|
||||||
|
"gpt_neox.layers.32.attention.masked_bias": "pytorch_model-00003-of-00003.bin",
|
||||||
|
"gpt_neox.layers.32.attention.query_key_value.bias": "pytorch_model-00003-of-00003.bin",
|
||||||
|
"gpt_neox.layers.32.attention.query_key_value.weight": "pytorch_model-00003-of-00003.bin",
|
||||||
|
"gpt_neox.layers.32.attention.rotary_emb.inv_freq": "pytorch_model-00003-of-00003.bin",
|
||||||
|
"gpt_neox.layers.32.input_layernorm.bias": "pytorch_model-00003-of-00003.bin",
|
||||||
|
"gpt_neox.layers.32.input_layernorm.weight": "pytorch_model-00003-of-00003.bin",
|
||||||
|
"gpt_neox.layers.32.mlp.dense_4h_to_h.bias": "pytorch_model-00003-of-00003.bin",
|
||||||
|
"gpt_neox.layers.32.mlp.dense_4h_to_h.weight": "pytorch_model-00003-of-00003.bin",
|
||||||
|
"gpt_neox.layers.32.mlp.dense_h_to_4h.bias": "pytorch_model-00003-of-00003.bin",
|
||||||
|
"gpt_neox.layers.32.mlp.dense_h_to_4h.weight": "pytorch_model-00003-of-00003.bin",
|
||||||
|
"gpt_neox.layers.32.post_attention_layernorm.bias": "pytorch_model-00003-of-00003.bin",
|
||||||
|
"gpt_neox.layers.32.post_attention_layernorm.weight": "pytorch_model-00003-of-00003.bin",
|
||||||
|
"gpt_neox.layers.33.attention.bias": "pytorch_model-00003-of-00003.bin",
|
||||||
|
"gpt_neox.layers.33.attention.dense.bias": "pytorch_model-00003-of-00003.bin",
|
||||||
|
"gpt_neox.layers.33.attention.dense.weight": "pytorch_model-00003-of-00003.bin",
|
||||||
|
"gpt_neox.layers.33.attention.masked_bias": "pytorch_model-00003-of-00003.bin",
|
||||||
|
"gpt_neox.layers.33.attention.query_key_value.bias": "pytorch_model-00003-of-00003.bin",
|
||||||
|
"gpt_neox.layers.33.attention.query_key_value.weight": "pytorch_model-00003-of-00003.bin",
|
||||||
|
"gpt_neox.layers.33.attention.rotary_emb.inv_freq": "pytorch_model-00003-of-00003.bin",
|
||||||
|
"gpt_neox.layers.33.input_layernorm.bias": "pytorch_model-00003-of-00003.bin",
|
||||||
|
"gpt_neox.layers.33.input_layernorm.weight": "pytorch_model-00003-of-00003.bin",
|
||||||
|
"gpt_neox.layers.33.mlp.dense_4h_to_h.bias": "pytorch_model-00003-of-00003.bin",
|
||||||
|
"gpt_neox.layers.33.mlp.dense_4h_to_h.weight": "pytorch_model-00003-of-00003.bin",
|
||||||
|
"gpt_neox.layers.33.mlp.dense_h_to_4h.bias": "pytorch_model-00003-of-00003.bin",
|
||||||
|
"gpt_neox.layers.33.mlp.dense_h_to_4h.weight": "pytorch_model-00003-of-00003.bin",
|
||||||
|
"gpt_neox.layers.33.post_attention_layernorm.bias": "pytorch_model-00003-of-00003.bin",
|
||||||
|
"gpt_neox.layers.33.post_attention_layernorm.weight": "pytorch_model-00003-of-00003.bin",
|
||||||
|
"gpt_neox.layers.34.attention.bias": "pytorch_model-00003-of-00003.bin",
|
||||||
|
"gpt_neox.layers.34.attention.dense.bias": "pytorch_model-00003-of-00003.bin",
|
||||||
|
"gpt_neox.layers.34.attention.dense.weight": "pytorch_model-00003-of-00003.bin",
|
||||||
|
"gpt_neox.layers.34.attention.masked_bias": "pytorch_model-00003-of-00003.bin",
|
||||||
|
"gpt_neox.layers.34.attention.query_key_value.bias": "pytorch_model-00003-of-00003.bin",
|
||||||
|
"gpt_neox.layers.34.attention.query_key_value.weight": "pytorch_model-00003-of-00003.bin",
|
||||||
|
"gpt_neox.layers.34.attention.rotary_emb.inv_freq": "pytorch_model-00003-of-00003.bin",
|
||||||
|
"gpt_neox.layers.34.input_layernorm.bias": "pytorch_model-00003-of-00003.bin",
|
||||||
|
"gpt_neox.layers.34.input_layernorm.weight": "pytorch_model-00003-of-00003.bin",
|
||||||
|
"gpt_neox.layers.34.mlp.dense_4h_to_h.bias": "pytorch_model-00003-of-00003.bin",
|
||||||
|
"gpt_neox.layers.34.mlp.dense_4h_to_h.weight": "pytorch_model-00003-of-00003.bin",
|
||||||
|
"gpt_neox.layers.34.mlp.dense_h_to_4h.bias": "pytorch_model-00003-of-00003.bin",
|
||||||
|
"gpt_neox.layers.34.mlp.dense_h_to_4h.weight": "pytorch_model-00003-of-00003.bin",
|
||||||
|
"gpt_neox.layers.34.post_attention_layernorm.bias": "pytorch_model-00003-of-00003.bin",
|
||||||
|
"gpt_neox.layers.34.post_attention_layernorm.weight": "pytorch_model-00003-of-00003.bin",
|
||||||
|
"gpt_neox.layers.35.attention.bias": "pytorch_model-00003-of-00003.bin",
|
||||||
|
"gpt_neox.layers.35.attention.dense.bias": "pytorch_model-00003-of-00003.bin",
|
||||||
|
"gpt_neox.layers.35.attention.dense.weight": "pytorch_model-00003-of-00003.bin",
|
||||||
|
"gpt_neox.layers.35.attention.masked_bias": "pytorch_model-00003-of-00003.bin",
|
||||||
|
"gpt_neox.layers.35.attention.query_key_value.bias": "pytorch_model-00003-of-00003.bin",
|
||||||
|
"gpt_neox.layers.35.attention.query_key_value.weight": "pytorch_model-00003-of-00003.bin",
|
||||||
|
"gpt_neox.layers.35.attention.rotary_emb.inv_freq": "pytorch_model-00003-of-00003.bin",
|
||||||
|
"gpt_neox.layers.35.input_layernorm.bias": "pytorch_model-00003-of-00003.bin",
|
||||||
|
"gpt_neox.layers.35.input_layernorm.weight": "pytorch_model-00003-of-00003.bin",
|
||||||
|
"gpt_neox.layers.35.mlp.dense_4h_to_h.bias": "pytorch_model-00003-of-00003.bin",
|
||||||
|
"gpt_neox.layers.35.mlp.dense_4h_to_h.weight": "pytorch_model-00003-of-00003.bin",
|
||||||
|
"gpt_neox.layers.35.mlp.dense_h_to_4h.bias": "pytorch_model-00003-of-00003.bin",
|
||||||
|
"gpt_neox.layers.35.mlp.dense_h_to_4h.weight": "pytorch_model-00003-of-00003.bin",
|
||||||
|
"gpt_neox.layers.35.post_attention_layernorm.bias": "pytorch_model-00003-of-00003.bin",
|
||||||
|
"gpt_neox.layers.35.post_attention_layernorm.weight": "pytorch_model-00003-of-00003.bin",
|
||||||
|
"gpt_neox.layers.4.attention.bias": "pytorch_model-00001-of-00003.bin",
|
||||||
|
"gpt_neox.layers.4.attention.dense.bias": "pytorch_model-00001-of-00003.bin",
|
||||||
|
"gpt_neox.layers.4.attention.dense.weight": "pytorch_model-00001-of-00003.bin",
|
||||||
|
"gpt_neox.layers.4.attention.masked_bias": "pytorch_model-00001-of-00003.bin",
|
||||||
|
"gpt_neox.layers.4.attention.query_key_value.bias": "pytorch_model-00001-of-00003.bin",
|
||||||
|
"gpt_neox.layers.4.attention.query_key_value.weight": "pytorch_model-00001-of-00003.bin",
|
||||||
|
"gpt_neox.layers.4.attention.rotary_emb.inv_freq": "pytorch_model-00001-of-00003.bin",
|
||||||
|
"gpt_neox.layers.4.input_layernorm.bias": "pytorch_model-00001-of-00003.bin",
|
||||||
|
"gpt_neox.layers.4.input_layernorm.weight": "pytorch_model-00001-of-00003.bin",
|
||||||
|
"gpt_neox.layers.4.mlp.dense_4h_to_h.bias": "pytorch_model-00001-of-00003.bin",
|
||||||
|
"gpt_neox.layers.4.mlp.dense_4h_to_h.weight": "pytorch_model-00001-of-00003.bin",
|
||||||
|
"gpt_neox.layers.4.mlp.dense_h_to_4h.bias": "pytorch_model-00001-of-00003.bin",
|
||||||
|
"gpt_neox.layers.4.mlp.dense_h_to_4h.weight": "pytorch_model-00001-of-00003.bin",
|
||||||
|
"gpt_neox.layers.4.post_attention_layernorm.bias": "pytorch_model-00001-of-00003.bin",
|
||||||
|
"gpt_neox.layers.4.post_attention_layernorm.weight": "pytorch_model-00001-of-00003.bin",
|
||||||
|
"gpt_neox.layers.5.attention.bias": "pytorch_model-00001-of-00003.bin",
|
||||||
|
"gpt_neox.layers.5.attention.dense.bias": "pytorch_model-00001-of-00003.bin",
|
||||||
|
"gpt_neox.layers.5.attention.dense.weight": "pytorch_model-00001-of-00003.bin",
|
||||||
|
"gpt_neox.layers.5.attention.masked_bias": "pytorch_model-00001-of-00003.bin",
|
||||||
|
"gpt_neox.layers.5.attention.query_key_value.bias": "pytorch_model-00001-of-00003.bin",
|
||||||
|
"gpt_neox.layers.5.attention.query_key_value.weight": "pytorch_model-00001-of-00003.bin",
|
||||||
|
"gpt_neox.layers.5.attention.rotary_emb.inv_freq": "pytorch_model-00001-of-00003.bin",
|
||||||
|
"gpt_neox.layers.5.input_layernorm.bias": "pytorch_model-00001-of-00003.bin",
|
||||||
|
"gpt_neox.layers.5.input_layernorm.weight": "pytorch_model-00001-of-00003.bin",
|
||||||
|
"gpt_neox.layers.5.mlp.dense_4h_to_h.bias": "pytorch_model-00001-of-00003.bin",
|
||||||
|
"gpt_neox.layers.5.mlp.dense_4h_to_h.weight": "pytorch_model-00001-of-00003.bin",
|
||||||
|
"gpt_neox.layers.5.mlp.dense_h_to_4h.bias": "pytorch_model-00001-of-00003.bin",
|
||||||
|
"gpt_neox.layers.5.mlp.dense_h_to_4h.weight": "pytorch_model-00001-of-00003.bin",
|
||||||
|
"gpt_neox.layers.5.post_attention_layernorm.bias": "pytorch_model-00001-of-00003.bin",
|
||||||
|
"gpt_neox.layers.5.post_attention_layernorm.weight": "pytorch_model-00001-of-00003.bin",
|
||||||
|
"gpt_neox.layers.6.attention.bias": "pytorch_model-00001-of-00003.bin",
|
||||||
|
"gpt_neox.layers.6.attention.dense.bias": "pytorch_model-00001-of-00003.bin",
|
||||||
|
"gpt_neox.layers.6.attention.dense.weight": "pytorch_model-00001-of-00003.bin",
|
||||||
|
"gpt_neox.layers.6.attention.masked_bias": "pytorch_model-00001-of-00003.bin",
|
||||||
|
"gpt_neox.layers.6.attention.query_key_value.bias": "pytorch_model-00001-of-00003.bin",
|
||||||
|
"gpt_neox.layers.6.attention.query_key_value.weight": "pytorch_model-00001-of-00003.bin",
|
||||||
|
"gpt_neox.layers.6.attention.rotary_emb.inv_freq": "pytorch_model-00001-of-00003.bin",
|
||||||
|
"gpt_neox.layers.6.input_layernorm.bias": "pytorch_model-00001-of-00003.bin",
|
||||||
|
"gpt_neox.layers.6.input_layernorm.weight": "pytorch_model-00001-of-00003.bin",
|
||||||
|
"gpt_neox.layers.6.mlp.dense_4h_to_h.bias": "pytorch_model-00001-of-00003.bin",
|
||||||
|
"gpt_neox.layers.6.mlp.dense_4h_to_h.weight": "pytorch_model-00001-of-00003.bin",
|
||||||
|
"gpt_neox.layers.6.mlp.dense_h_to_4h.bias": "pytorch_model-00001-of-00003.bin",
|
||||||
|
"gpt_neox.layers.6.mlp.dense_h_to_4h.weight": "pytorch_model-00001-of-00003.bin",
|
||||||
|
"gpt_neox.layers.6.post_attention_layernorm.bias": "pytorch_model-00001-of-00003.bin",
|
||||||
|
"gpt_neox.layers.6.post_attention_layernorm.weight": "pytorch_model-00001-of-00003.bin",
|
||||||
|
"gpt_neox.layers.7.attention.bias": "pytorch_model-00001-of-00003.bin",
|
||||||
|
"gpt_neox.layers.7.attention.dense.bias": "pytorch_model-00001-of-00003.bin",
|
||||||
|
"gpt_neox.layers.7.attention.dense.weight": "pytorch_model-00001-of-00003.bin",
|
||||||
|
"gpt_neox.layers.7.attention.masked_bias": "pytorch_model-00001-of-00003.bin",
|
||||||
|
"gpt_neox.layers.7.attention.query_key_value.bias": "pytorch_model-00001-of-00003.bin",
|
||||||
|
"gpt_neox.layers.7.attention.query_key_value.weight": "pytorch_model-00001-of-00003.bin",
|
||||||
|
"gpt_neox.layers.7.attention.rotary_emb.inv_freq": "pytorch_model-00001-of-00003.bin",
|
||||||
|
"gpt_neox.layers.7.input_layernorm.bias": "pytorch_model-00001-of-00003.bin",
|
||||||
|
"gpt_neox.layers.7.input_layernorm.weight": "pytorch_model-00001-of-00003.bin",
|
||||||
|
"gpt_neox.layers.7.mlp.dense_4h_to_h.bias": "pytorch_model-00001-of-00003.bin",
|
||||||
|
"gpt_neox.layers.7.mlp.dense_4h_to_h.weight": "pytorch_model-00001-of-00003.bin",
|
||||||
|
"gpt_neox.layers.7.mlp.dense_h_to_4h.bias": "pytorch_model-00001-of-00003.bin",
|
||||||
|
"gpt_neox.layers.7.mlp.dense_h_to_4h.weight": "pytorch_model-00001-of-00003.bin",
|
||||||
|
"gpt_neox.layers.7.post_attention_layernorm.bias": "pytorch_model-00001-of-00003.bin",
|
||||||
|
"gpt_neox.layers.7.post_attention_layernorm.weight": "pytorch_model-00001-of-00003.bin",
|
||||||
|
"gpt_neox.layers.8.attention.bias": "pytorch_model-00001-of-00003.bin",
|
||||||
|
"gpt_neox.layers.8.attention.dense.bias": "pytorch_model-00001-of-00003.bin",
|
||||||
|
"gpt_neox.layers.8.attention.dense.weight": "pytorch_model-00001-of-00003.bin",
|
||||||
|
"gpt_neox.layers.8.attention.masked_bias": "pytorch_model-00001-of-00003.bin",
|
||||||
|
"gpt_neox.layers.8.attention.query_key_value.bias": "pytorch_model-00001-of-00003.bin",
|
||||||
|
"gpt_neox.layers.8.attention.query_key_value.weight": "pytorch_model-00001-of-00003.bin",
|
||||||
|
"gpt_neox.layers.8.attention.rotary_emb.inv_freq": "pytorch_model-00001-of-00003.bin",
|
||||||
|
"gpt_neox.layers.8.input_layernorm.bias": "pytorch_model-00001-of-00003.bin",
|
||||||
|
"gpt_neox.layers.8.input_layernorm.weight": "pytorch_model-00001-of-00003.bin",
|
||||||
|
"gpt_neox.layers.8.mlp.dense_4h_to_h.bias": "pytorch_model-00001-of-00003.bin",
|
||||||
|
"gpt_neox.layers.8.mlp.dense_4h_to_h.weight": "pytorch_model-00001-of-00003.bin",
|
||||||
|
"gpt_neox.layers.8.mlp.dense_h_to_4h.bias": "pytorch_model-00001-of-00003.bin",
|
||||||
|
"gpt_neox.layers.8.mlp.dense_h_to_4h.weight": "pytorch_model-00001-of-00003.bin",
|
||||||
|
"gpt_neox.layers.8.post_attention_layernorm.bias": "pytorch_model-00001-of-00003.bin",
|
||||||
|
"gpt_neox.layers.8.post_attention_layernorm.weight": "pytorch_model-00001-of-00003.bin",
|
||||||
|
"gpt_neox.layers.9.attention.bias": "pytorch_model-00001-of-00003.bin",
|
||||||
|
"gpt_neox.layers.9.attention.dense.bias": "pytorch_model-00001-of-00003.bin",
|
||||||
|
"gpt_neox.layers.9.attention.dense.weight": "pytorch_model-00001-of-00003.bin",
|
||||||
|
"gpt_neox.layers.9.attention.masked_bias": "pytorch_model-00001-of-00003.bin",
|
||||||
|
"gpt_neox.layers.9.attention.query_key_value.bias": "pytorch_model-00001-of-00003.bin",
|
||||||
|
"gpt_neox.layers.9.attention.query_key_value.weight": "pytorch_model-00001-of-00003.bin",
|
||||||
|
"gpt_neox.layers.9.attention.rotary_emb.inv_freq": "pytorch_model-00001-of-00003.bin",
|
||||||
|
"gpt_neox.layers.9.input_layernorm.bias": "pytorch_model-00001-of-00003.bin",
|
||||||
|
"gpt_neox.layers.9.input_layernorm.weight": "pytorch_model-00001-of-00003.bin",
|
||||||
|
"gpt_neox.layers.9.mlp.dense_4h_to_h.bias": "pytorch_model-00001-of-00003.bin",
|
||||||
|
"gpt_neox.layers.9.mlp.dense_4h_to_h.weight": "pytorch_model-00001-of-00003.bin",
|
||||||
|
"gpt_neox.layers.9.mlp.dense_h_to_4h.bias": "pytorch_model-00001-of-00003.bin",
|
||||||
|
"gpt_neox.layers.9.mlp.dense_h_to_4h.weight": "pytorch_model-00001-of-00003.bin",
|
||||||
|
"gpt_neox.layers.9.post_attention_layernorm.bias": "pytorch_model-00001-of-00003.bin",
|
||||||
|
"gpt_neox.layers.9.post_attention_layernorm.weight": "pytorch_model-00001-of-00003.bin"
|
||||||
|
}
|
||||||
|
}
|
||||||
14
special_tokens_map.json
Normal file
14
special_tokens_map.json
Normal file
@@ -0,0 +1,14 @@
|
|||||||
|
{
|
||||||
|
"additional_special_tokens": [
|
||||||
|
"<|system|>",
|
||||||
|
"<|assistant|>",
|
||||||
|
"<|prefix_begin|>",
|
||||||
|
"<|prefix_end|>",
|
||||||
|
"<|prompter|>"
|
||||||
|
],
|
||||||
|
"bos_token": "<|endoftext|>",
|
||||||
|
"eos_token": "<|endoftext|>",
|
||||||
|
"pad_token": "<|padding|>",
|
||||||
|
"sep_token": "<|endoftext|>",
|
||||||
|
"unk_token": "<|endoftext|>"
|
||||||
|
}
|
||||||
100573
tokenizer.json
Normal file
100573
tokenizer.json
Normal file
File diff suppressed because it is too large
Load Diff
10
tokenizer_config.json
Normal file
10
tokenizer_config.json
Normal file
@@ -0,0 +1,10 @@
|
|||||||
|
{
|
||||||
|
"add_prefix_space": false,
|
||||||
|
"bos_token": "<|endoftext|>",
|
||||||
|
"clean_up_tokenization_spaces": true,
|
||||||
|
"eos_token": "<|endoftext|>",
|
||||||
|
"model_max_length": 1000000000000000019884624838656,
|
||||||
|
"special_tokens_map_file": "/fsx/home-hailey/.cache/huggingface/hub/models--EleutherAI--gpt-neox-20b/snapshots/3523781c8df75f7741687a4284f6f70e1afa12f4/special_tokens_map.json",
|
||||||
|
"tokenizer_class": "GPTNeoXTokenizer",
|
||||||
|
"unk_token": "<|endoftext|>"
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user