初始化项目,由ModelHub XC社区提供模型
Model: matsuo-lab/weblab-10b-instruction-sft Source: Original Platform
This commit is contained in:
35
.gitattributes
vendored
Normal file
35
.gitattributes
vendored
Normal file
@@ -0,0 +1,35 @@
|
||||
*.7z filter=lfs diff=lfs merge=lfs -text
|
||||
*.arrow filter=lfs diff=lfs merge=lfs -text
|
||||
*.bin filter=lfs diff=lfs merge=lfs -text
|
||||
*.bz2 filter=lfs diff=lfs merge=lfs -text
|
||||
*.ckpt filter=lfs diff=lfs merge=lfs -text
|
||||
*.ftz filter=lfs diff=lfs merge=lfs -text
|
||||
*.gz filter=lfs diff=lfs merge=lfs -text
|
||||
*.h5 filter=lfs diff=lfs merge=lfs -text
|
||||
*.joblib filter=lfs diff=lfs merge=lfs -text
|
||||
*.lfs.* filter=lfs diff=lfs merge=lfs -text
|
||||
*.mlmodel filter=lfs diff=lfs merge=lfs -text
|
||||
*.model filter=lfs diff=lfs merge=lfs -text
|
||||
*.msgpack filter=lfs diff=lfs merge=lfs -text
|
||||
*.npy filter=lfs diff=lfs merge=lfs -text
|
||||
*.npz filter=lfs diff=lfs merge=lfs -text
|
||||
*.onnx filter=lfs diff=lfs merge=lfs -text
|
||||
*.ot filter=lfs diff=lfs merge=lfs -text
|
||||
*.parquet filter=lfs diff=lfs merge=lfs -text
|
||||
*.pb filter=lfs diff=lfs merge=lfs -text
|
||||
*.pickle filter=lfs diff=lfs merge=lfs -text
|
||||
*.pkl filter=lfs diff=lfs merge=lfs -text
|
||||
*.pt filter=lfs diff=lfs merge=lfs -text
|
||||
*.pth filter=lfs diff=lfs merge=lfs -text
|
||||
*.rar filter=lfs diff=lfs merge=lfs -text
|
||||
*.safetensors filter=lfs diff=lfs merge=lfs -text
|
||||
saved_model/**/* filter=lfs diff=lfs merge=lfs -text
|
||||
*.tar.* filter=lfs diff=lfs merge=lfs -text
|
||||
*.tar filter=lfs diff=lfs merge=lfs -text
|
||||
*.tflite filter=lfs diff=lfs merge=lfs -text
|
||||
*.tgz filter=lfs diff=lfs merge=lfs -text
|
||||
*.wasm filter=lfs diff=lfs merge=lfs -text
|
||||
*.xz filter=lfs diff=lfs merge=lfs -text
|
||||
*.zip filter=lfs diff=lfs merge=lfs -text
|
||||
*.zst filter=lfs diff=lfs merge=lfs -text
|
||||
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
||||
109
README.md
Normal file
109
README.md
Normal file
@@ -0,0 +1,109 @@
|
||||
---
|
||||
license: cc-by-nc-4.0
|
||||
---
|
||||
|
||||
# weblab-10b-instruction-sft
|
||||
|
||||
# Overview
|
||||
This repository provides a Japanese-centric multilingual GPT-NeoX model of 10 billion parameters.
|
||||
|
||||
* **Library**
|
||||
|
||||
The model was trained using code based on [EleutherAI/gpt-neox](https://github.com/EleutherAI/gpt-neox).
|
||||
|
||||
* **Model architecture**
|
||||
|
||||
A 36-layer, 4864-hidden-size transformer-based language model.
|
||||
|
||||
* **Pre-training**
|
||||
|
||||
The model was trained on around **600B** tokens from a mixture of the following corpora.
|
||||
|
||||
- [Japanese C4](https://huggingface.co/datasets/mc4)
|
||||
- [The Pile](https://huggingface.co/datasets/EleutherAI/pile)
|
||||
|
||||
* **Instruction-supervised-finetuning**
|
||||
|
||||
The model was finetuned on a subset records from a mixture of the following dataset. Training epoch: 1.
|
||||
|
||||
- [Alpaca (English)](https://github.com/gururise/AlpacaDataCleaned/blob/main/alpaca_data_cleaned.json)
|
||||
- [Alpaca (Japanese translation)](https://github.com/shi3z/alpaca_ja/blob/main/alpaca_cleaned_ja.json)
|
||||
- [Flan 2021 (English)](https://huggingface.co/datasets/conceptofmind/flan2021_submix_original)
|
||||
- [Flan CoT (English)](https://huggingface.co/datasets/conceptofmind/cot_submix_original)
|
||||
- [Flan Dialog (English)](https://huggingface.co/datasets/conceptofmind/dialog_submix_original)
|
||||
|
||||
* **Model Series**
|
||||
|
||||
| Variant | Link |
|
||||
| :-- | :--|
|
||||
| weblab-10b-instruction-sft | https://huggingface.co/matsuo-lab/weblab-10b-instruction-sft |
|
||||
| weblab-10b | https://huggingface.co/matsuo-lab/weblab-10b |
|
||||
|
||||
* **Authors**
|
||||
|
||||
Takeshi Kojima
|
||||
|
||||
---
|
||||
|
||||
# Benchmarking
|
||||
|
||||
* **Japanese benchmark : JGLUE 8-task (2023-08-27)**
|
||||
|
||||
- *We used [Stability-AI/lm-evaluation-harness](https://github.com/Stability-AI/lm-evaluation-harness/tree/2f1583c0735eacdfdfa5b7d656074b69577b6774) library for evaluation.*
|
||||
- *The 8-task average accuracy is based on results of JCommonsenseQA-1.1, JNLI-1.1, MARC-ja-1.1, JSQuAD-1.1, jaqket_v2-0.2, xlsum_ja-1.0, xwinograd_ja, and mgsm-1.0.*
|
||||
- *model loading is performed with float16, and evaluation is performed with template version 0.3 using the few-shot in-context learning.*
|
||||
- *The number of few-shots is 3,3,3,2,1,1,0,5.*
|
||||
- *special_tokens_map.json is modified to avoid errors during the evaluation of the second half benchmarks. As a result, the results of the first half benchmarks became slightly different.*
|
||||
|
||||
model | average | jcommonsenseqa | jnli | marc_ja | jsquad | jaqket_v2 | xlsum_ja | xwinograd_ja | mgsm
|
||||
| :-- | :-- | :-- | :-- | :-- | :-- | :-- | :-- | :-- | :-- |
|
||||
weblab-10b-instruction-sft | 59.11 | 74.62 | 66.56 | 95.49 | 78.34 | 63.32 | 20.57 | 71.95 | 2
|
||||
weblab-10b | 50.74 | 66.58 | 53.74 | 82.07 | 62.94 | 56.19 | 10.03 | 71.95 | 2.4
|
||||
|
||||
* **Japanese benchmark : JGLUE 4-task (2023-08-18)**
|
||||
|
||||
- *We used [Stability-AI/lm-evaluation-harness](https://github.com/Stability-AI/lm-evaluation-harness/tree/2f1583c0735eacdfdfa5b7d656074b69577b6774) library for evaluation.*
|
||||
- *The 4-task average accuracy is based on results of JCommonsenseQA-1.1, JNLI-1.1, MARC-ja-1.1, and JSQuAD-1.1.*
|
||||
- *model loading is performed with float16, and evaluation is performed with template version 0.3 using the few-shot in-context learning.*
|
||||
- *The number of few-shots is 3,3,3,2.*
|
||||
|
||||
| Model | Average | JCommonsenseQA | JNLI | MARC-ja | JSQuAD |
|
||||
| :-- | :-- | :-- | :-- | :-- | :-- |
|
||||
| weblab-10b-instruction-sft | 78.78 | 74.35 | 65.65 | 96.06 | 79.04 |
|
||||
| weblab-10b | 66.38 | 65.86 | 54.19 | 84.49 | 60.98 |
|
||||
|
||||
---
|
||||
|
||||
# How to use the model
|
||||
|
||||
~~~~python
|
||||
import torch
|
||||
from transformers import AutoTokenizer, AutoModelForCausalLM
|
||||
|
||||
tokenizer = AutoTokenizer.from_pretrained("matsuo-lab/weblab-10b-instruction-sft")
|
||||
model = AutoModelForCausalLM.from_pretrained("matsuo-lab/weblab-10b-instruction-sft", torch_dtype=torch.float16)
|
||||
|
||||
if torch.cuda.is_available():
|
||||
model = model.to("cuda")
|
||||
|
||||
text = "大規模言語モデルについて説明してください。"
|
||||
text = f'以下は、タスクを説明する指示です。要求を適切に満たす応答を書きなさい。\n\n### 指示:\n{text}\n\n### 応答:'
|
||||
token_ids = tokenizer.encode(text, add_special_tokens=False, return_tensors="pt")
|
||||
|
||||
with torch.no_grad():
|
||||
output_ids = model.generate(
|
||||
token_ids.to(model.device),
|
||||
max_new_tokens=100,
|
||||
do_sample=True,
|
||||
temperature=0.7,
|
||||
top_p=0.95
|
||||
)
|
||||
|
||||
output = tokenizer.decode(output_ids.tolist()[0])
|
||||
print(output)
|
||||
|
||||
~~~~
|
||||
---
|
||||
|
||||
# Licenese
|
||||
[cc-by-nc-4.0](https://creativecommons.org/licenses/by-nc/4.0/)
|
||||
24
config.json
Normal file
24
config.json
Normal file
@@ -0,0 +1,24 @@
|
||||
{
|
||||
"architectures": [
|
||||
"GPTNeoXForCausalLM"
|
||||
],
|
||||
"bos_token_id": 0,
|
||||
"eos_token_id": 0,
|
||||
"hidden_act": "gelu",
|
||||
"hidden_size": 4864,
|
||||
"initializer_range": 0.02,
|
||||
"intermediate_size": 19456,
|
||||
"layer_norm_eps": 1e-05,
|
||||
"max_position_embeddings": 2048,
|
||||
"model_type": "gpt_neox",
|
||||
"num_attention_heads": 38,
|
||||
"num_hidden_layers": 36,
|
||||
"rotary_emb_base": 10000,
|
||||
"rotary_pct": 0.25,
|
||||
"tie_word_embeddings": false,
|
||||
"torch_dtype": "float16",
|
||||
"transformers_version": "4.28.1",
|
||||
"use_cache": true,
|
||||
"use_parallel_residual": true,
|
||||
"vocab_size": 50277
|
||||
}
|
||||
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.1"
|
||||
}
|
||||
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:ff00cb54af8b300aed77fc51b2c03b5526fc8c0cd7ab24e6bb5fc80a2e07cd5f
|
||||
size 9954710571
|
||||
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:44e58ac7e42ba7fe3941232e980048107a56b1d40143fb560ea9667b5cd4ed89
|
||||
size 9986194033
|
||||
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:2a737602f0d874cb4c3d4a1dcaeb3f9ff34c6a5213085214ae20745805179c5b
|
||||
size 1482963355
|
||||
479
pytorch_model.bin.index.json
Normal file
479
pytorch_model.bin.index.json
Normal file
@@ -0,0 +1,479 @@
|
||||
{
|
||||
"metadata": {
|
||||
"total_size": 21423704320
|
||||
},
|
||||
"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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.dense.bias": "pytorch_model-00001-of-00003.bin",
|
||||
"gpt_neox.layers.15.attention.dense.weight": "pytorch_model-00001-of-00003.bin",
|
||||
"gpt_neox.layers.15.attention.query_key_value.bias": "pytorch_model-00001-of-00003.bin",
|
||||
"gpt_neox.layers.15.attention.query_key_value.weight": "pytorch_model-00001-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-00001-of-00003.bin",
|
||||
"gpt_neox.layers.15.mlp.dense_4h_to_h.weight": "pytorch_model-00001-of-00003.bin",
|
||||
"gpt_neox.layers.15.mlp.dense_h_to_4h.bias": "pytorch_model-00001-of-00003.bin",
|
||||
"gpt_neox.layers.15.mlp.dense_h_to_4h.weight": "pytorch_model-00001-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.dense.bias": "pytorch_model-00001-of-00003.bin",
|
||||
"gpt_neox.layers.16.attention.dense.weight": "pytorch_model-00001-of-00003.bin",
|
||||
"gpt_neox.layers.16.attention.query_key_value.bias": "pytorch_model-00001-of-00003.bin",
|
||||
"gpt_neox.layers.16.attention.query_key_value.weight": "pytorch_model-00001-of-00003.bin",
|
||||
"gpt_neox.layers.16.attention.rotary_emb.inv_freq": "pytorch_model-00001-of-00003.bin",
|
||||
"gpt_neox.layers.16.input_layernorm.bias": "pytorch_model-00001-of-00003.bin",
|
||||
"gpt_neox.layers.16.input_layernorm.weight": "pytorch_model-00001-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-00001-of-00003.bin",
|
||||
"gpt_neox.layers.16.mlp.dense_h_to_4h.weight": "pytorch_model-00001-of-00003.bin",
|
||||
"gpt_neox.layers.16.post_attention_layernorm.bias": "pytorch_model-00001-of-00003.bin",
|
||||
"gpt_neox.layers.16.post_attention_layernorm.weight": "pytorch_model-00001-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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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-00002-of-00003.bin",
|
||||
"gpt_neox.layers.30.mlp.dense_4h_to_h.weight": "pytorch_model-00002-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.dense.bias": "pytorch_model-00002-of-00003.bin",
|
||||
"gpt_neox.layers.31.attention.dense.weight": "pytorch_model-00002-of-00003.bin",
|
||||
"gpt_neox.layers.31.attention.query_key_value.bias": "pytorch_model-00002-of-00003.bin",
|
||||
"gpt_neox.layers.31.attention.query_key_value.weight": "pytorch_model-00002-of-00003.bin",
|
||||
"gpt_neox.layers.31.attention.rotary_emb.inv_freq": "pytorch_model-00002-of-00003.bin",
|
||||
"gpt_neox.layers.31.input_layernorm.bias": "pytorch_model-00002-of-00003.bin",
|
||||
"gpt_neox.layers.31.input_layernorm.weight": "pytorch_model-00002-of-00003.bin",
|
||||
"gpt_neox.layers.31.mlp.dense_4h_to_h.bias": "pytorch_model-00002-of-00003.bin",
|
||||
"gpt_neox.layers.31.mlp.dense_4h_to_h.weight": "pytorch_model-00002-of-00003.bin",
|
||||
"gpt_neox.layers.31.mlp.dense_h_to_4h.bias": "pytorch_model-00002-of-00003.bin",
|
||||
"gpt_neox.layers.31.mlp.dense_h_to_4h.weight": "pytorch_model-00002-of-00003.bin",
|
||||
"gpt_neox.layers.31.post_attention_layernorm.bias": "pytorch_model-00002-of-00003.bin",
|
||||
"gpt_neox.layers.31.post_attention_layernorm.weight": "pytorch_model-00002-of-00003.bin",
|
||||
"gpt_neox.layers.32.attention.dense.bias": "pytorch_model-00002-of-00003.bin",
|
||||
"gpt_neox.layers.32.attention.dense.weight": "pytorch_model-00002-of-00003.bin",
|
||||
"gpt_neox.layers.32.attention.query_key_value.bias": "pytorch_model-00002-of-00003.bin",
|
||||
"gpt_neox.layers.32.attention.query_key_value.weight": "pytorch_model-00002-of-00003.bin",
|
||||
"gpt_neox.layers.32.attention.rotary_emb.inv_freq": "pytorch_model-00002-of-00003.bin",
|
||||
"gpt_neox.layers.32.input_layernorm.bias": "pytorch_model-00002-of-00003.bin",
|
||||
"gpt_neox.layers.32.input_layernorm.weight": "pytorch_model-00002-of-00003.bin",
|
||||
"gpt_neox.layers.32.mlp.dense_4h_to_h.bias": "pytorch_model-00002-of-00003.bin",
|
||||
"gpt_neox.layers.32.mlp.dense_4h_to_h.weight": "pytorch_model-00002-of-00003.bin",
|
||||
"gpt_neox.layers.32.mlp.dense_h_to_4h.bias": "pytorch_model-00002-of-00003.bin",
|
||||
"gpt_neox.layers.32.mlp.dense_h_to_4h.weight": "pytorch_model-00002-of-00003.bin",
|
||||
"gpt_neox.layers.32.post_attention_layernorm.bias": "pytorch_model-00002-of-00003.bin",
|
||||
"gpt_neox.layers.32.post_attention_layernorm.weight": "pytorch_model-00002-of-00003.bin",
|
||||
"gpt_neox.layers.33.attention.dense.bias": "pytorch_model-00002-of-00003.bin",
|
||||
"gpt_neox.layers.33.attention.dense.weight": "pytorch_model-00002-of-00003.bin",
|
||||
"gpt_neox.layers.33.attention.query_key_value.bias": "pytorch_model-00002-of-00003.bin",
|
||||
"gpt_neox.layers.33.attention.query_key_value.weight": "pytorch_model-00002-of-00003.bin",
|
||||
"gpt_neox.layers.33.attention.rotary_emb.inv_freq": "pytorch_model-00002-of-00003.bin",
|
||||
"gpt_neox.layers.33.input_layernorm.bias": "pytorch_model-00002-of-00003.bin",
|
||||
"gpt_neox.layers.33.input_layernorm.weight": "pytorch_model-00002-of-00003.bin",
|
||||
"gpt_neox.layers.33.mlp.dense_4h_to_h.bias": "pytorch_model-00002-of-00003.bin",
|
||||
"gpt_neox.layers.33.mlp.dense_4h_to_h.weight": "pytorch_model-00002-of-00003.bin",
|
||||
"gpt_neox.layers.33.mlp.dense_h_to_4h.bias": "pytorch_model-00002-of-00003.bin",
|
||||
"gpt_neox.layers.33.mlp.dense_h_to_4h.weight": "pytorch_model-00002-of-00003.bin",
|
||||
"gpt_neox.layers.33.post_attention_layernorm.bias": "pytorch_model-00002-of-00003.bin",
|
||||
"gpt_neox.layers.33.post_attention_layernorm.weight": "pytorch_model-00002-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.query_key_value.bias": "pytorch_model-00002-of-00003.bin",
|
||||
"gpt_neox.layers.34.attention.query_key_value.weight": "pytorch_model-00002-of-00003.bin",
|
||||
"gpt_neox.layers.34.attention.rotary_emb.inv_freq": "pytorch_model-00002-of-00003.bin",
|
||||
"gpt_neox.layers.34.input_layernorm.bias": "pytorch_model-00002-of-00003.bin",
|
||||
"gpt_neox.layers.34.input_layernorm.weight": "pytorch_model-00002-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-00002-of-00003.bin",
|
||||
"gpt_neox.layers.34.post_attention_layernorm.weight": "pytorch_model-00002-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.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.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.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.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.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.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.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.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.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.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.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.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.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"
|
||||
}
|
||||
}
|
||||
6
special_tokens_map.json
Normal file
6
special_tokens_map.json
Normal file
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"bos_token": "<|endoftext|>",
|
||||
"eos_token": "<|endoftext|>",
|
||||
"pad_token": "<|padding|>",
|
||||
"unk_token": "<|endoftext|>"
|
||||
}
|
||||
100529
tokenizer.json
Normal file
100529
tokenizer.json
Normal file
File diff suppressed because it is too large
Load Diff
5
tokenizer_config.json
Normal file
5
tokenizer_config.json
Normal file
@@ -0,0 +1,5 @@
|
||||
{
|
||||
"clean_up_tokenization_spaces": true,
|
||||
"model_max_length": 1000000000000000019884624838656,
|
||||
"tokenizer_class": "PreTrainedTokenizerFast"
|
||||
}
|
||||
Reference in New Issue
Block a user