初始化项目,由ModelHub XC社区提供模型
Model: HPLT/NorOLMo-13B 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
|
||||||
181
README.md
Normal file
181
README.md
Normal file
@@ -0,0 +1,181 @@
|
|||||||
|
---
|
||||||
|
license: apache-2.0
|
||||||
|
datasets:
|
||||||
|
- HPLT/HPLT3.0
|
||||||
|
- allenai/olmo-mix-1124
|
||||||
|
- HuggingFaceFW/finepdfs
|
||||||
|
- HuggingFaceTB/finemath
|
||||||
|
- LLM360/MegaMath
|
||||||
|
- HuggingFaceTB/stack-edu
|
||||||
|
- HuggingFaceFW/finepdfs-edu
|
||||||
|
- cis-lmu/Glot500
|
||||||
|
- ltg/saami-web
|
||||||
|
language:
|
||||||
|
- nb
|
||||||
|
- nn
|
||||||
|
- 'no'
|
||||||
|
base_model:
|
||||||
|
- allenai/OLMo-2-1124-13B
|
||||||
|
library_name: transformers
|
||||||
|
tags:
|
||||||
|
- norwegian
|
||||||
|
- norsk
|
||||||
|
- HPLT
|
||||||
|
---
|
||||||
|
|
||||||
|
# NorOLMo
|
||||||
|
|
||||||
|

|
||||||
|
|
||||||
|
This is a base (not instruction-tuned) large language model, continually pre-trained on Norwegian data starting from the English [OLMo2-13B](https://huggingface.co/allenai/OLMo-2-1124-13B) model.
|
||||||
|
|
||||||
|
The model was trained for 33 000 steps on around 275 billion tokens. Intermediate checkpoints are published here as branches.
|
||||||
|
|
||||||
|
## Data Details
|
||||||
|
|
||||||
|
### Stage 1 (24 000 steps -- 200B tokens)
|
||||||
|
|
||||||
|
Data
|
||||||
|
- [HPLTv3](https://huggingface.co/datasets/HPLT/HPLT3.0) Bokmål, Nynorsk, Faroese, Icelandic, Danish, Swedish
|
||||||
|
- FinePDFs Bokmål, Nynorsk, Faroese, Icelandic, Danish, Swedish
|
||||||
|
- OLMo-Mix
|
||||||
|
- Northern Sami (cis-lmu/Glot500, ltg/saami-web, SIKOR North Saami corpus)
|
||||||
|
|
||||||
|
Data Splits
|
||||||
|
| Data | Percentage | Unique Tokens | Total Tokens | Number of Documents | Average Document Length |
|
||||||
|
| ------------------------ | ---------- | ------------- | ------------ | ------------------- | ----------------------- |
|
||||||
|
| HPLT Bokmål | 39.57 | 39.8B | 79.7B | 36.5M | 1 092 |
|
||||||
|
| HPLT Nynorsk | 4.95 | 1.2B | 10.0B | 1.5M | 826 |
|
||||||
|
| HPLT Faroese | 0.46 | 0.2B | 0.9B | 0.3M | 711 |
|
||||||
|
| HPLT Icelandic | 2.50 | 5.0B | 5.0B | 4.3M | 1 173 |
|
||||||
|
| HPLT Swedish | 12.09 | 92.1B | 24.4B | 97.7M | 942 |
|
||||||
|
| HPLT Danish | 12.12 | 50.1B | 24.4B | 52.5M | 954 |
|
||||||
|
| FinePDFs Bokmål | 8.36 | 8.4B | 16.8B | 1.5M | 5 604 |
|
||||||
|
| FinePDFs Nynorsk | 1.15 | 0.3B | 2.3B | 92.8K | 3 117 |
|
||||||
|
| FinePDFs Faroese | 0.17 | 87.1M | 0.3B | 20.8K | 4 196 |
|
||||||
|
| FinePDFs Icelandic | 1.60 | 3.2B | 3.2B | 0.4M | 8 855 |
|
||||||
|
| FinePDFs Swedish | 2.48 | 18.9B | 5.0B | 4.1M | 4 574 |
|
||||||
|
| FinePDFs Danish | 2.45 | 10.1B | 4.9B | 2.4M | 4 190 |
|
||||||
|
| Northern Sami | 0.18 | 46.4M | 0.4B | 0.2M | 288 |
|
||||||
|
| Wiki (OLMo-Mix) | 0.02 | 0.2B | 40.3M | 0.3M | 667 |
|
||||||
|
| Alg. Stack (OLMo-Mix) | 0.04 | 0.6B | 80.5M | 0.1M | 4 201 |
|
||||||
|
| Open Web Math (OLMo-Mix) | 0.04 | 0.6B | 80.5M | 0.1M | 4 199 |
|
||||||
|
| ArXiv (OLMo-Mix) | 0.05 | 1.0B | 0.1B | 0.2M | 5 210 |
|
||||||
|
| PeS2o (OLMo-Mix) | 0.15 | 2.5B | 0.3B | 1.6M | 1 641 |
|
||||||
|
| DCLM (OLMo-Mix) | 9.50 | 48.3B | 19.1B | 35.1M | 1 377 |
|
||||||
|
| StarCoder (OLMo-Mix) | 2.10 | 30.5B | 4.2B | 23.6M | 1 293 |
|
||||||
|
|
||||||
|
> [!NOTE]
|
||||||
|
> The number of documents represents the total unique number of documents, not the documents used during training.
|
||||||
|
|
||||||
|
> [!NOTE]
|
||||||
|
> We only took a portion of OLMo-Mix as our unique data.
|
||||||
|
|
||||||
|
### Stage 2 (6 000 steps -- 50B tokens)
|
||||||
|
|
||||||
|
Data
|
||||||
|
- [HPLTv3](https://huggingface.co/datasets/HPLT/HPLT3.0) (filtered) Bokmål, Nynorsk, Icelandic, Danish, Swedish
|
||||||
|
- FinePDFs-Edu Bokmål, Nynorsk, Icelandic, Danish, Swedish, English
|
||||||
|
- FindePDFs Faroese
|
||||||
|
- Northern Sami (cis-lmu/Glot500, ltg/saami-web, SIKOR North Saami corpus)
|
||||||
|
- Stack-Edu
|
||||||
|
- MegaMath Web-Pro
|
||||||
|
- FineMath 4+
|
||||||
|
- InfiWebMath 4+
|
||||||
|
|
||||||
|
Data Splits
|
||||||
|
| Data | Percentage | Unique Tokens | Total Tokens | Number of Documents | Average Document Length |
|
||||||
|
| ------------------------ | ---------- | ------------- | ------------ | ------------------- | ----------------------- |
|
||||||
|
| HPLT Bokmål | 45.78 | 23.0B | 23.0B | 19.0M | 1 215 |
|
||||||
|
| HPLT Nynorsk | 7.84 | 1.0B | 3.9B | 1.0M | 1 003 |
|
||||||
|
| HPLT Icelandic | 6.87 | 3.5B | 3.5B | 2.7M | 1 268 |
|
||||||
|
| HPLT Swedish | 4.90 | 2.5B | 2.5B | 3.6M | 3 403 |
|
||||||
|
| HPLT Danish | 7.73 | 3.9B | 3.9B | 4.1M | 2 950 |
|
||||||
|
| FinePDFs-Edu Bokmål | 2.24 | 1.1B | 1.1B | 0.2M | 6 897 |
|
||||||
|
| FinePDFs-Edu Nynorsk | 0.28 | 35.8M | 0.1B | 9.7K | 3 681 |
|
||||||
|
| FinePDFs Faroese | 0.69 | 87.1M | 0.3B | 20.8K | 4 196 |
|
||||||
|
| FinePDFs-Edu Icelandic | 0.53 | 0.3B | 0.3B | 40.1K | 6 598 |
|
||||||
|
| FinePDFs-Edu Swedish | 5.80 | 2.9B | 2.9B | 0.4M | 6 755 |
|
||||||
|
| FinePDFs-Edu Danish | 2.97 | 1.5B | 1.5B | 0.3M | 5 833 |
|
||||||
|
| FinePDFs-Edu English | 7.00 | 7.2B | 3.5B | 1.1M | 6 280 |
|
||||||
|
| Northern Sami | 0.37 | 46.4M | 0.2B | 0.2M | 288 |
|
||||||
|
| Stack-Edu | 5.00 | 12.8B | 2.5B | 15.0M | 856 |
|
||||||
|
| MegaMath Web-Pro | 0.84 | 13.7B | 0.4B | 15.0M | 917 |
|
||||||
|
| FineMath 4+ | 0.62 | 10.1B | 0.3B | 6.7M | 1 512 |
|
||||||
|
| InfiWebMath 4+ | 0.54 | 8.9B | 0.3B | 6.3M | 1 417 |
|
||||||
|
|
||||||
|
### Stage 2-continued (3 000 steps -- 25B tokens)
|
||||||
|
|
||||||
|
Same data as for stage 2 but using half the total tokens.
|
||||||
|
|
||||||
|
## Training details
|
||||||
|
|
||||||
|
### Stage 1
|
||||||
|
|
||||||
|
| Hyperparameter | Value |
|
||||||
|
| ------------------------ | ----------------- |
|
||||||
|
| Embedding train steps | 1 000 |
|
||||||
|
| Warmup steps | 2 000 |
|
||||||
|
| Total train steps | 24 000 |
|
||||||
|
| Learning rate schedule | Warmup + constant |
|
||||||
|
| Learning rate | 3e-4 |
|
||||||
|
| Weight decay | 1e-1 |
|
||||||
|
| Sequence length | 4 096 |
|
||||||
|
| Batch size | 2 048 |
|
||||||
|
| RoPe theta | 500 000 |
|
||||||
|
| Clip grad | 1.0 |
|
||||||
|
| Adam epsilon | 1e-8 |
|
||||||
|
| Adam beta_1 | 0.9 |
|
||||||
|
| Adam beta_2 | 0.95 |
|
||||||
|
| RMSNorm epsilon | 1e-6 |
|
||||||
|
| Z-loss ratio | 1e-5 |
|
||||||
|
| Diffusion loss ratio | 2e-2 |
|
||||||
|
|
||||||
|
### Stage 2
|
||||||
|
|
||||||
|
| Hyperparameter | Value |
|
||||||
|
| ------------------------ | ----------------- |
|
||||||
|
| Decay steps | 6 000 |
|
||||||
|
| Total train steps | 6 000 |
|
||||||
|
| Learning rate schedule | Linear decay |
|
||||||
|
| Initial learning rate | 3e-4 |
|
||||||
|
| Final learning rate | 0 |
|
||||||
|
| Weight decay | 1e-1 |
|
||||||
|
| Sequence length | 16 384 |
|
||||||
|
| Batch size | 512 |
|
||||||
|
| RoPe theta | 2 000 000 |
|
||||||
|
| Clip grad | 1.0 |
|
||||||
|
| Adam epsilon | 1e-8 |
|
||||||
|
| Adam beta_1 | 0.9 |
|
||||||
|
| Adam beta_2 | 0.95 |
|
||||||
|
| RMSNorm epsilon | 1e-6 |
|
||||||
|
| Z-loss ratio | 1e-5 |
|
||||||
|
| Diffusion loss ratio | 2e-2 |
|
||||||
|
|
||||||
|
### Stage 2-continued
|
||||||
|
|
||||||
|
| Hyperparameter | Value |
|
||||||
|
| ------------------------ | --------------------- |
|
||||||
|
| Warmup steps | 100 |
|
||||||
|
| Decay steps | 2 900 |
|
||||||
|
| Total train steps | 3 000 |
|
||||||
|
| Learning rate schedule | Warmup + Linear decay |
|
||||||
|
| Max learning rate | 3e-4 |
|
||||||
|
| Final learning rate | 0 |
|
||||||
|
| Weight decay | 1e-1 |
|
||||||
|
| Sequence length | 16 384 |
|
||||||
|
| Batch size | 512 |
|
||||||
|
| RoPe theta | 2 000 000 |
|
||||||
|
| Clip grad | 1.0 |
|
||||||
|
| Adam epsilon | 1e-8 |
|
||||||
|
| Adam beta_1 | 0.9 |
|
||||||
|
| Adam beta_2 | 0.95 |
|
||||||
|
| RMSNorm epsilon | 1e-6 |
|
||||||
|
| Z-loss ratio | 1e-5 |
|
||||||
|
| Diffusion loss ratio | 2e-2 |
|
||||||
|
|
||||||
|
## Acknowledgements
|
||||||
|
|
||||||
|
Training was conducted as a part of the [HPLT project](https://hplt-project.org/).
|
||||||
|
|
||||||
|
_This project has received funding from the European Union’s Horizon Europe research and innovation programme under grant agreement No 101070350 and from UK Research and Innovation (UKRI) under the UK government’s Horizon Europe funding guarantee [grant number 10052546]_
|
||||||
27
config.json
Normal file
27
config.json
Normal file
@@ -0,0 +1,27 @@
|
|||||||
|
{
|
||||||
|
"architectures": [
|
||||||
|
"Olmo2ForCausalLM"
|
||||||
|
],
|
||||||
|
"attention_bias": false,
|
||||||
|
"attention_dropout": 0.0,
|
||||||
|
"eos_token_id": 2,
|
||||||
|
"hidden_act": "silu",
|
||||||
|
"hidden_size": 5120,
|
||||||
|
"initializer_range": 0.02,
|
||||||
|
"intermediate_size": 13824,
|
||||||
|
"max_position_embeddings": 16384,
|
||||||
|
"model_type": "olmo2",
|
||||||
|
"num_attention_heads": 40,
|
||||||
|
"num_hidden_layers": 40,
|
||||||
|
"num_key_value_heads": 40,
|
||||||
|
"pad_token_id": 3,
|
||||||
|
"rms_norm_eps": 1e-06,
|
||||||
|
"rope_scaling": null,
|
||||||
|
"rope_theta": 2000000,
|
||||||
|
"tie_word_embeddings": false,
|
||||||
|
"tokenizer_class": "PreTrainedTokenizerFast",
|
||||||
|
"torch_dtype": "bfloat16",
|
||||||
|
"transformers_version": "4.53.3",
|
||||||
|
"use_cache": true,
|
||||||
|
"vocab_size": 52224
|
||||||
|
}
|
||||||
3
pytorch_model-00001-of-00006.bin
Normal file
3
pytorch_model-00001-of-00006.bin
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:b9399cf13c4e6553567bb1af38f89b5e004964c881cd9134c82e3697d3c847bc
|
||||||
|
size 4969302755
|
||||||
3
pytorch_model-00002-of-00006.bin
Normal file
3
pytorch_model-00002-of-00006.bin
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:5ab06a501c5a62680debe192d59b254d9f0524a5a5f9d96c8f0be61adb430075
|
||||||
|
size 4933569523
|
||||||
3
pytorch_model-00003-of-00006.bin
Normal file
3
pytorch_model-00003-of-00006.bin
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:eb7e6a3a790c72c288bc30800ffd0a75fbd41bffc018c5516f759f48c33823bc
|
||||||
|
size 4933569587
|
||||||
3
pytorch_model-00004-of-00006.bin
Normal file
3
pytorch_model-00004-of-00006.bin
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:a159efb0ede10e52050547b11a333f2d82925382605a879b20d8275fdd5b8995
|
||||||
|
size 4970269409
|
||||||
3
pytorch_model-00005-of-00006.bin
Normal file
3
pytorch_model-00005-of-00006.bin
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:39bac4448155da38324fa87f6af5ac6466af8da72e015ac3d2cc8bd04ba15060
|
||||||
|
size 4970269409
|
||||||
3
pytorch_model-00006-of-00006.bin
Normal file
3
pytorch_model-00006-of-00006.bin
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:686cc33e26b2d31bacf8aeffcd4f43ebde956aa48bec1aa1686fea8cebc19539
|
||||||
|
size 4975510877
|
||||||
450
pytorch_model.bin.index.json
Normal file
450
pytorch_model.bin.index.json
Normal file
@@ -0,0 +1,450 @@
|
|||||||
|
{
|
||||||
|
"metadata": {
|
||||||
|
"total_size": 29752371200
|
||||||
|
},
|
||||||
|
"weight_map": {
|
||||||
|
"model.embed_tokens.weight": "pytorch_model-00001-of-00006.bin",
|
||||||
|
"model.layers.0.self_attn.o_proj.weight": "pytorch_model-00001-of-00006.bin",
|
||||||
|
"model.layers.0.post_attention_layernorm.weight": "pytorch_model-00001-of-00006.bin",
|
||||||
|
"model.layers.0.self_attn.q_proj.weight": "pytorch_model-00001-of-00006.bin",
|
||||||
|
"model.layers.0.self_attn.k_proj.weight": "pytorch_model-00001-of-00006.bin",
|
||||||
|
"model.layers.0.self_attn.v_proj.weight": "pytorch_model-00001-of-00006.bin",
|
||||||
|
"model.layers.0.mlp.up_proj.weight": "pytorch_model-00001-of-00006.bin",
|
||||||
|
"model.layers.0.mlp.gate_proj.weight": "pytorch_model-00001-of-00006.bin",
|
||||||
|
"model.layers.0.mlp.down_proj.weight": "pytorch_model-00001-of-00006.bin",
|
||||||
|
"model.layers.1.self_attn.o_proj.weight": "pytorch_model-00001-of-00006.bin",
|
||||||
|
"model.layers.1.self_attn.q_proj.weight": "pytorch_model-00001-of-00006.bin",
|
||||||
|
"model.layers.1.self_attn.k_proj.weight": "pytorch_model-00001-of-00006.bin",
|
||||||
|
"model.layers.1.self_attn.v_proj.weight": "pytorch_model-00001-of-00006.bin",
|
||||||
|
"model.layers.1.mlp.up_proj.weight": "pytorch_model-00001-of-00006.bin",
|
||||||
|
"model.layers.1.mlp.gate_proj.weight": "pytorch_model-00001-of-00006.bin",
|
||||||
|
"model.layers.0.self_attn.q_norm.weight": "pytorch_model-00001-of-00006.bin",
|
||||||
|
"model.layers.0.self_attn.k_norm.weight": "pytorch_model-00001-of-00006.bin",
|
||||||
|
"model.layers.0.post_feedforward_layernorm.weight": "pytorch_model-00001-of-00006.bin",
|
||||||
|
"model.layers.1.post_attention_layernorm.weight": "pytorch_model-00001-of-00006.bin",
|
||||||
|
"model.layers.1.self_attn.q_norm.weight": "pytorch_model-00001-of-00006.bin",
|
||||||
|
"model.layers.1.self_attn.k_norm.weight": "pytorch_model-00001-of-00006.bin",
|
||||||
|
"model.layers.1.post_feedforward_layernorm.weight": "pytorch_model-00001-of-00006.bin",
|
||||||
|
"model.layers.2.post_attention_layernorm.weight": "pytorch_model-00001-of-00006.bin",
|
||||||
|
"model.layers.2.self_attn.q_norm.weight": "pytorch_model-00001-of-00006.bin",
|
||||||
|
"model.layers.2.self_attn.k_norm.weight": "pytorch_model-00001-of-00006.bin",
|
||||||
|
"model.layers.2.post_feedforward_layernorm.weight": "pytorch_model-00001-of-00006.bin",
|
||||||
|
"model.layers.3.post_attention_layernorm.weight": "pytorch_model-00001-of-00006.bin",
|
||||||
|
"model.layers.3.self_attn.q_norm.weight": "pytorch_model-00001-of-00006.bin",
|
||||||
|
"model.layers.3.self_attn.k_norm.weight": "pytorch_model-00001-of-00006.bin",
|
||||||
|
"model.layers.3.post_feedforward_layernorm.weight": "pytorch_model-00001-of-00006.bin",
|
||||||
|
"model.layers.4.post_attention_layernorm.weight": "pytorch_model-00001-of-00006.bin",
|
||||||
|
"model.layers.4.self_attn.q_norm.weight": "pytorch_model-00001-of-00006.bin",
|
||||||
|
"model.layers.4.self_attn.k_norm.weight": "pytorch_model-00001-of-00006.bin",
|
||||||
|
"model.layers.4.post_feedforward_layernorm.weight": "pytorch_model-00001-of-00006.bin",
|
||||||
|
"model.layers.5.post_attention_layernorm.weight": "pytorch_model-00001-of-00006.bin",
|
||||||
|
"model.layers.5.self_attn.q_norm.weight": "pytorch_model-00001-of-00006.bin",
|
||||||
|
"model.layers.5.self_attn.k_norm.weight": "pytorch_model-00001-of-00006.bin",
|
||||||
|
"model.layers.5.post_feedforward_layernorm.weight": "pytorch_model-00001-of-00006.bin",
|
||||||
|
"model.layers.6.post_attention_layernorm.weight": "pytorch_model-00001-of-00006.bin",
|
||||||
|
"model.layers.6.self_attn.q_norm.weight": "pytorch_model-00001-of-00006.bin",
|
||||||
|
"model.layers.6.self_attn.k_norm.weight": "pytorch_model-00001-of-00006.bin",
|
||||||
|
"model.layers.6.post_feedforward_layernorm.weight": "pytorch_model-00001-of-00006.bin",
|
||||||
|
"model.layers.7.post_attention_layernorm.weight": "pytorch_model-00001-of-00006.bin",
|
||||||
|
"model.layers.7.self_attn.q_norm.weight": "pytorch_model-00001-of-00006.bin",
|
||||||
|
"model.layers.7.self_attn.k_norm.weight": "pytorch_model-00001-of-00006.bin",
|
||||||
|
"model.layers.7.post_feedforward_layernorm.weight": "pytorch_model-00001-of-00006.bin",
|
||||||
|
"model.layers.8.post_attention_layernorm.weight": "pytorch_model-00001-of-00006.bin",
|
||||||
|
"model.layers.8.self_attn.q_norm.weight": "pytorch_model-00001-of-00006.bin",
|
||||||
|
"model.layers.8.self_attn.k_norm.weight": "pytorch_model-00001-of-00006.bin",
|
||||||
|
"model.layers.8.post_feedforward_layernorm.weight": "pytorch_model-00001-of-00006.bin",
|
||||||
|
"model.layers.9.post_attention_layernorm.weight": "pytorch_model-00001-of-00006.bin",
|
||||||
|
"model.layers.9.self_attn.q_norm.weight": "pytorch_model-00001-of-00006.bin",
|
||||||
|
"model.layers.9.self_attn.k_norm.weight": "pytorch_model-00001-of-00006.bin",
|
||||||
|
"model.layers.9.post_feedforward_layernorm.weight": "pytorch_model-00001-of-00006.bin",
|
||||||
|
"model.layers.10.post_attention_layernorm.weight": "pytorch_model-00001-of-00006.bin",
|
||||||
|
"model.layers.10.self_attn.q_norm.weight": "pytorch_model-00001-of-00006.bin",
|
||||||
|
"model.layers.10.self_attn.k_norm.weight": "pytorch_model-00001-of-00006.bin",
|
||||||
|
"model.layers.10.post_feedforward_layernorm.weight": "pytorch_model-00001-of-00006.bin",
|
||||||
|
"model.layers.11.post_attention_layernorm.weight": "pytorch_model-00001-of-00006.bin",
|
||||||
|
"model.layers.11.self_attn.q_norm.weight": "pytorch_model-00001-of-00006.bin",
|
||||||
|
"model.layers.11.self_attn.k_norm.weight": "pytorch_model-00001-of-00006.bin",
|
||||||
|
"model.layers.11.post_feedforward_layernorm.weight": "pytorch_model-00001-of-00006.bin",
|
||||||
|
"model.layers.12.post_attention_layernorm.weight": "pytorch_model-00001-of-00006.bin",
|
||||||
|
"model.layers.12.self_attn.q_norm.weight": "pytorch_model-00001-of-00006.bin",
|
||||||
|
"model.layers.12.self_attn.k_norm.weight": "pytorch_model-00001-of-00006.bin",
|
||||||
|
"model.layers.12.post_feedforward_layernorm.weight": "pytorch_model-00001-of-00006.bin",
|
||||||
|
"model.layers.13.post_attention_layernorm.weight": "pytorch_model-00001-of-00006.bin",
|
||||||
|
"model.layers.13.self_attn.q_norm.weight": "pytorch_model-00001-of-00006.bin",
|
||||||
|
"model.layers.13.self_attn.k_norm.weight": "pytorch_model-00001-of-00006.bin",
|
||||||
|
"model.layers.13.post_feedforward_layernorm.weight": "pytorch_model-00001-of-00006.bin",
|
||||||
|
"model.layers.14.post_attention_layernorm.weight": "pytorch_model-00001-of-00006.bin",
|
||||||
|
"model.layers.14.self_attn.q_norm.weight": "pytorch_model-00001-of-00006.bin",
|
||||||
|
"model.layers.14.self_attn.k_norm.weight": "pytorch_model-00001-of-00006.bin",
|
||||||
|
"model.layers.14.post_feedforward_layernorm.weight": "pytorch_model-00001-of-00006.bin",
|
||||||
|
"model.layers.15.post_attention_layernorm.weight": "pytorch_model-00001-of-00006.bin",
|
||||||
|
"model.layers.15.self_attn.q_norm.weight": "pytorch_model-00001-of-00006.bin",
|
||||||
|
"model.layers.15.self_attn.k_norm.weight": "pytorch_model-00001-of-00006.bin",
|
||||||
|
"model.layers.15.post_feedforward_layernorm.weight": "pytorch_model-00001-of-00006.bin",
|
||||||
|
"model.layers.16.post_attention_layernorm.weight": "pytorch_model-00001-of-00006.bin",
|
||||||
|
"model.layers.16.self_attn.q_norm.weight": "pytorch_model-00001-of-00006.bin",
|
||||||
|
"model.layers.16.self_attn.k_norm.weight": "pytorch_model-00001-of-00006.bin",
|
||||||
|
"model.layers.16.post_feedforward_layernorm.weight": "pytorch_model-00001-of-00006.bin",
|
||||||
|
"model.layers.17.post_attention_layernorm.weight": "pytorch_model-00001-of-00006.bin",
|
||||||
|
"model.layers.17.self_attn.q_norm.weight": "pytorch_model-00001-of-00006.bin",
|
||||||
|
"model.layers.17.self_attn.k_norm.weight": "pytorch_model-00001-of-00006.bin",
|
||||||
|
"model.layers.17.post_feedforward_layernorm.weight": "pytorch_model-00001-of-00006.bin",
|
||||||
|
"model.layers.18.post_attention_layernorm.weight": "pytorch_model-00001-of-00006.bin",
|
||||||
|
"model.layers.18.self_attn.q_norm.weight": "pytorch_model-00001-of-00006.bin",
|
||||||
|
"model.layers.18.self_attn.k_norm.weight": "pytorch_model-00001-of-00006.bin",
|
||||||
|
"model.layers.18.post_feedforward_layernorm.weight": "pytorch_model-00001-of-00006.bin",
|
||||||
|
"model.layers.19.post_attention_layernorm.weight": "pytorch_model-00001-of-00006.bin",
|
||||||
|
"model.layers.19.self_attn.q_norm.weight": "pytorch_model-00001-of-00006.bin",
|
||||||
|
"model.layers.19.self_attn.k_norm.weight": "pytorch_model-00001-of-00006.bin",
|
||||||
|
"model.layers.19.post_feedforward_layernorm.weight": "pytorch_model-00001-of-00006.bin",
|
||||||
|
"model.layers.20.post_attention_layernorm.weight": "pytorch_model-00001-of-00006.bin",
|
||||||
|
"model.layers.20.self_attn.q_norm.weight": "pytorch_model-00001-of-00006.bin",
|
||||||
|
"model.layers.20.self_attn.k_norm.weight": "pytorch_model-00001-of-00006.bin",
|
||||||
|
"model.layers.20.post_feedforward_layernorm.weight": "pytorch_model-00001-of-00006.bin",
|
||||||
|
"model.layers.21.post_attention_layernorm.weight": "pytorch_model-00001-of-00006.bin",
|
||||||
|
"model.layers.21.self_attn.q_norm.weight": "pytorch_model-00001-of-00006.bin",
|
||||||
|
"model.layers.21.self_attn.k_norm.weight": "pytorch_model-00001-of-00006.bin",
|
||||||
|
"model.layers.21.post_feedforward_layernorm.weight": "pytorch_model-00001-of-00006.bin",
|
||||||
|
"model.layers.22.post_attention_layernorm.weight": "pytorch_model-00001-of-00006.bin",
|
||||||
|
"model.layers.22.self_attn.q_norm.weight": "pytorch_model-00001-of-00006.bin",
|
||||||
|
"model.layers.22.self_attn.k_norm.weight": "pytorch_model-00001-of-00006.bin",
|
||||||
|
"model.layers.22.post_feedforward_layernorm.weight": "pytorch_model-00001-of-00006.bin",
|
||||||
|
"model.layers.23.post_attention_layernorm.weight": "pytorch_model-00001-of-00006.bin",
|
||||||
|
"model.layers.23.self_attn.q_norm.weight": "pytorch_model-00001-of-00006.bin",
|
||||||
|
"model.layers.23.self_attn.k_norm.weight": "pytorch_model-00001-of-00006.bin",
|
||||||
|
"model.layers.23.post_feedforward_layernorm.weight": "pytorch_model-00001-of-00006.bin",
|
||||||
|
"model.layers.24.post_attention_layernorm.weight": "pytorch_model-00001-of-00006.bin",
|
||||||
|
"model.layers.24.self_attn.q_norm.weight": "pytorch_model-00001-of-00006.bin",
|
||||||
|
"model.layers.24.self_attn.k_norm.weight": "pytorch_model-00001-of-00006.bin",
|
||||||
|
"model.layers.24.post_feedforward_layernorm.weight": "pytorch_model-00001-of-00006.bin",
|
||||||
|
"model.layers.25.post_attention_layernorm.weight": "pytorch_model-00001-of-00006.bin",
|
||||||
|
"model.layers.25.self_attn.q_norm.weight": "pytorch_model-00001-of-00006.bin",
|
||||||
|
"model.layers.25.self_attn.k_norm.weight": "pytorch_model-00001-of-00006.bin",
|
||||||
|
"model.layers.25.post_feedforward_layernorm.weight": "pytorch_model-00001-of-00006.bin",
|
||||||
|
"model.layers.26.post_attention_layernorm.weight": "pytorch_model-00001-of-00006.bin",
|
||||||
|
"model.layers.26.self_attn.q_norm.weight": "pytorch_model-00001-of-00006.bin",
|
||||||
|
"model.layers.26.self_attn.k_norm.weight": "pytorch_model-00001-of-00006.bin",
|
||||||
|
"model.layers.26.post_feedforward_layernorm.weight": "pytorch_model-00001-of-00006.bin",
|
||||||
|
"model.layers.27.post_attention_layernorm.weight": "pytorch_model-00001-of-00006.bin",
|
||||||
|
"model.layers.27.self_attn.q_norm.weight": "pytorch_model-00001-of-00006.bin",
|
||||||
|
"model.layers.27.self_attn.k_norm.weight": "pytorch_model-00001-of-00006.bin",
|
||||||
|
"model.layers.27.post_feedforward_layernorm.weight": "pytorch_model-00001-of-00006.bin",
|
||||||
|
"model.layers.28.post_attention_layernorm.weight": "pytorch_model-00001-of-00006.bin",
|
||||||
|
"model.layers.28.self_attn.q_norm.weight": "pytorch_model-00001-of-00006.bin",
|
||||||
|
"model.layers.28.self_attn.k_norm.weight": "pytorch_model-00001-of-00006.bin",
|
||||||
|
"model.layers.28.post_feedforward_layernorm.weight": "pytorch_model-00001-of-00006.bin",
|
||||||
|
"model.layers.29.post_attention_layernorm.weight": "pytorch_model-00001-of-00006.bin",
|
||||||
|
"model.layers.29.self_attn.q_norm.weight": "pytorch_model-00001-of-00006.bin",
|
||||||
|
"model.layers.29.self_attn.k_norm.weight": "pytorch_model-00001-of-00006.bin",
|
||||||
|
"model.layers.29.post_feedforward_layernorm.weight": "pytorch_model-00001-of-00006.bin",
|
||||||
|
"model.layers.30.post_attention_layernorm.weight": "pytorch_model-00001-of-00006.bin",
|
||||||
|
"model.layers.30.self_attn.q_norm.weight": "pytorch_model-00001-of-00006.bin",
|
||||||
|
"model.layers.30.self_attn.k_norm.weight": "pytorch_model-00001-of-00006.bin",
|
||||||
|
"model.layers.30.post_feedforward_layernorm.weight": "pytorch_model-00001-of-00006.bin",
|
||||||
|
"model.layers.31.post_attention_layernorm.weight": "pytorch_model-00001-of-00006.bin",
|
||||||
|
"model.layers.31.self_attn.q_norm.weight": "pytorch_model-00001-of-00006.bin",
|
||||||
|
"model.layers.31.self_attn.k_norm.weight": "pytorch_model-00001-of-00006.bin",
|
||||||
|
"model.layers.31.post_feedforward_layernorm.weight": "pytorch_model-00001-of-00006.bin",
|
||||||
|
"model.layers.32.post_attention_layernorm.weight": "pytorch_model-00001-of-00006.bin",
|
||||||
|
"model.layers.32.self_attn.q_norm.weight": "pytorch_model-00001-of-00006.bin",
|
||||||
|
"model.layers.32.self_attn.k_norm.weight": "pytorch_model-00001-of-00006.bin",
|
||||||
|
"model.layers.32.post_feedforward_layernorm.weight": "pytorch_model-00001-of-00006.bin",
|
||||||
|
"model.layers.33.post_attention_layernorm.weight": "pytorch_model-00001-of-00006.bin",
|
||||||
|
"model.layers.33.self_attn.q_norm.weight": "pytorch_model-00001-of-00006.bin",
|
||||||
|
"model.layers.33.self_attn.k_norm.weight": "pytorch_model-00001-of-00006.bin",
|
||||||
|
"model.layers.33.post_feedforward_layernorm.weight": "pytorch_model-00001-of-00006.bin",
|
||||||
|
"model.layers.34.post_attention_layernorm.weight": "pytorch_model-00001-of-00006.bin",
|
||||||
|
"model.layers.34.self_attn.q_norm.weight": "pytorch_model-00001-of-00006.bin",
|
||||||
|
"model.layers.34.self_attn.k_norm.weight": "pytorch_model-00001-of-00006.bin",
|
||||||
|
"model.layers.34.post_feedforward_layernorm.weight": "pytorch_model-00001-of-00006.bin",
|
||||||
|
"model.layers.35.post_attention_layernorm.weight": "pytorch_model-00001-of-00006.bin",
|
||||||
|
"model.layers.35.self_attn.q_norm.weight": "pytorch_model-00001-of-00006.bin",
|
||||||
|
"model.layers.35.self_attn.k_norm.weight": "pytorch_model-00001-of-00006.bin",
|
||||||
|
"model.layers.35.post_feedforward_layernorm.weight": "pytorch_model-00001-of-00006.bin",
|
||||||
|
"model.layers.36.post_attention_layernorm.weight": "pytorch_model-00001-of-00006.bin",
|
||||||
|
"model.layers.36.self_attn.q_norm.weight": "pytorch_model-00001-of-00006.bin",
|
||||||
|
"model.layers.36.self_attn.k_norm.weight": "pytorch_model-00001-of-00006.bin",
|
||||||
|
"model.layers.36.post_feedforward_layernorm.weight": "pytorch_model-00001-of-00006.bin",
|
||||||
|
"model.layers.37.post_attention_layernorm.weight": "pytorch_model-00001-of-00006.bin",
|
||||||
|
"model.layers.37.self_attn.q_norm.weight": "pytorch_model-00001-of-00006.bin",
|
||||||
|
"model.layers.37.self_attn.k_norm.weight": "pytorch_model-00001-of-00006.bin",
|
||||||
|
"model.layers.37.post_feedforward_layernorm.weight": "pytorch_model-00001-of-00006.bin",
|
||||||
|
"model.layers.38.post_attention_layernorm.weight": "pytorch_model-00001-of-00006.bin",
|
||||||
|
"model.layers.38.self_attn.q_norm.weight": "pytorch_model-00001-of-00006.bin",
|
||||||
|
"model.layers.38.self_attn.k_norm.weight": "pytorch_model-00001-of-00006.bin",
|
||||||
|
"model.layers.38.post_feedforward_layernorm.weight": "pytorch_model-00001-of-00006.bin",
|
||||||
|
"model.layers.39.post_attention_layernorm.weight": "pytorch_model-00001-of-00006.bin",
|
||||||
|
"model.layers.39.self_attn.q_norm.weight": "pytorch_model-00001-of-00006.bin",
|
||||||
|
"model.layers.39.self_attn.k_norm.weight": "pytorch_model-00001-of-00006.bin",
|
||||||
|
"model.layers.39.post_feedforward_layernorm.weight": "pytorch_model-00001-of-00006.bin",
|
||||||
|
"model.norm.weight": "pytorch_model-00001-of-00006.bin",
|
||||||
|
"model.layers.1.mlp.down_proj.weight": "pytorch_model-00002-of-00006.bin",
|
||||||
|
"model.layers.2.self_attn.o_proj.weight": "pytorch_model-00002-of-00006.bin",
|
||||||
|
"model.layers.2.self_attn.q_proj.weight": "pytorch_model-00002-of-00006.bin",
|
||||||
|
"model.layers.2.self_attn.k_proj.weight": "pytorch_model-00002-of-00006.bin",
|
||||||
|
"model.layers.2.self_attn.v_proj.weight": "pytorch_model-00002-of-00006.bin",
|
||||||
|
"model.layers.2.mlp.up_proj.weight": "pytorch_model-00002-of-00006.bin",
|
||||||
|
"model.layers.2.mlp.gate_proj.weight": "pytorch_model-00002-of-00006.bin",
|
||||||
|
"model.layers.2.mlp.down_proj.weight": "pytorch_model-00002-of-00006.bin",
|
||||||
|
"model.layers.3.self_attn.o_proj.weight": "pytorch_model-00002-of-00006.bin",
|
||||||
|
"model.layers.3.self_attn.q_proj.weight": "pytorch_model-00002-of-00006.bin",
|
||||||
|
"model.layers.3.self_attn.k_proj.weight": "pytorch_model-00002-of-00006.bin",
|
||||||
|
"model.layers.3.self_attn.v_proj.weight": "pytorch_model-00002-of-00006.bin",
|
||||||
|
"model.layers.3.mlp.up_proj.weight": "pytorch_model-00002-of-00006.bin",
|
||||||
|
"model.layers.3.mlp.gate_proj.weight": "pytorch_model-00002-of-00006.bin",
|
||||||
|
"model.layers.3.mlp.down_proj.weight": "pytorch_model-00002-of-00006.bin",
|
||||||
|
"model.layers.4.self_attn.o_proj.weight": "pytorch_model-00002-of-00006.bin",
|
||||||
|
"model.layers.4.self_attn.q_proj.weight": "pytorch_model-00002-of-00006.bin",
|
||||||
|
"model.layers.4.self_attn.k_proj.weight": "pytorch_model-00002-of-00006.bin",
|
||||||
|
"model.layers.4.self_attn.v_proj.weight": "pytorch_model-00002-of-00006.bin",
|
||||||
|
"model.layers.4.mlp.up_proj.weight": "pytorch_model-00002-of-00006.bin",
|
||||||
|
"model.layers.4.mlp.gate_proj.weight": "pytorch_model-00002-of-00006.bin",
|
||||||
|
"model.layers.4.mlp.down_proj.weight": "pytorch_model-00002-of-00006.bin",
|
||||||
|
"model.layers.5.self_attn.o_proj.weight": "pytorch_model-00002-of-00006.bin",
|
||||||
|
"model.layers.5.self_attn.q_proj.weight": "pytorch_model-00002-of-00006.bin",
|
||||||
|
"model.layers.5.self_attn.k_proj.weight": "pytorch_model-00002-of-00006.bin",
|
||||||
|
"model.layers.5.self_attn.v_proj.weight": "pytorch_model-00002-of-00006.bin",
|
||||||
|
"model.layers.5.mlp.up_proj.weight": "pytorch_model-00002-of-00006.bin",
|
||||||
|
"model.layers.5.mlp.gate_proj.weight": "pytorch_model-00002-of-00006.bin",
|
||||||
|
"model.layers.5.mlp.down_proj.weight": "pytorch_model-00002-of-00006.bin",
|
||||||
|
"model.layers.6.self_attn.o_proj.weight": "pytorch_model-00002-of-00006.bin",
|
||||||
|
"model.layers.6.self_attn.q_proj.weight": "pytorch_model-00002-of-00006.bin",
|
||||||
|
"model.layers.6.self_attn.k_proj.weight": "pytorch_model-00002-of-00006.bin",
|
||||||
|
"model.layers.6.self_attn.v_proj.weight": "pytorch_model-00002-of-00006.bin",
|
||||||
|
"model.layers.6.mlp.up_proj.weight": "pytorch_model-00002-of-00006.bin",
|
||||||
|
"model.layers.6.mlp.gate_proj.weight": "pytorch_model-00002-of-00006.bin",
|
||||||
|
"model.layers.6.mlp.down_proj.weight": "pytorch_model-00002-of-00006.bin",
|
||||||
|
"model.layers.7.self_attn.o_proj.weight": "pytorch_model-00002-of-00006.bin",
|
||||||
|
"model.layers.7.self_attn.q_proj.weight": "pytorch_model-00002-of-00006.bin",
|
||||||
|
"model.layers.7.self_attn.k_proj.weight": "pytorch_model-00002-of-00006.bin",
|
||||||
|
"model.layers.7.self_attn.v_proj.weight": "pytorch_model-00002-of-00006.bin",
|
||||||
|
"model.layers.7.mlp.up_proj.weight": "pytorch_model-00002-of-00006.bin",
|
||||||
|
"model.layers.7.mlp.gate_proj.weight": "pytorch_model-00002-of-00006.bin",
|
||||||
|
"model.layers.7.mlp.down_proj.weight": "pytorch_model-00002-of-00006.bin",
|
||||||
|
"model.layers.8.self_attn.o_proj.weight": "pytorch_model-00002-of-00006.bin",
|
||||||
|
"model.layers.8.self_attn.q_proj.weight": "pytorch_model-00002-of-00006.bin",
|
||||||
|
"model.layers.8.self_attn.k_proj.weight": "pytorch_model-00002-of-00006.bin",
|
||||||
|
"model.layers.8.self_attn.v_proj.weight": "pytorch_model-00002-of-00006.bin",
|
||||||
|
"model.layers.8.mlp.up_proj.weight": "pytorch_model-00002-of-00006.bin",
|
||||||
|
"model.layers.8.mlp.gate_proj.weight": "pytorch_model-00002-of-00006.bin",
|
||||||
|
"model.layers.8.mlp.down_proj.weight": "pytorch_model-00002-of-00006.bin",
|
||||||
|
"model.layers.9.self_attn.o_proj.weight": "pytorch_model-00002-of-00006.bin",
|
||||||
|
"model.layers.9.self_attn.q_proj.weight": "pytorch_model-00002-of-00006.bin",
|
||||||
|
"model.layers.9.self_attn.k_proj.weight": "pytorch_model-00002-of-00006.bin",
|
||||||
|
"model.layers.9.self_attn.v_proj.weight": "pytorch_model-00002-of-00006.bin",
|
||||||
|
"model.layers.9.mlp.up_proj.weight": "pytorch_model-00002-of-00006.bin",
|
||||||
|
"model.layers.9.mlp.gate_proj.weight": "pytorch_model-00003-of-00006.bin",
|
||||||
|
"model.layers.9.mlp.down_proj.weight": "pytorch_model-00003-of-00006.bin",
|
||||||
|
"model.layers.10.self_attn.o_proj.weight": "pytorch_model-00003-of-00006.bin",
|
||||||
|
"model.layers.10.self_attn.q_proj.weight": "pytorch_model-00003-of-00006.bin",
|
||||||
|
"model.layers.10.self_attn.k_proj.weight": "pytorch_model-00003-of-00006.bin",
|
||||||
|
"model.layers.10.self_attn.v_proj.weight": "pytorch_model-00003-of-00006.bin",
|
||||||
|
"model.layers.10.mlp.up_proj.weight": "pytorch_model-00003-of-00006.bin",
|
||||||
|
"model.layers.10.mlp.gate_proj.weight": "pytorch_model-00003-of-00006.bin",
|
||||||
|
"model.layers.10.mlp.down_proj.weight": "pytorch_model-00003-of-00006.bin",
|
||||||
|
"model.layers.11.self_attn.o_proj.weight": "pytorch_model-00003-of-00006.bin",
|
||||||
|
"model.layers.11.self_attn.q_proj.weight": "pytorch_model-00003-of-00006.bin",
|
||||||
|
"model.layers.11.self_attn.k_proj.weight": "pytorch_model-00003-of-00006.bin",
|
||||||
|
"model.layers.11.self_attn.v_proj.weight": "pytorch_model-00003-of-00006.bin",
|
||||||
|
"model.layers.11.mlp.up_proj.weight": "pytorch_model-00003-of-00006.bin",
|
||||||
|
"model.layers.11.mlp.gate_proj.weight": "pytorch_model-00003-of-00006.bin",
|
||||||
|
"model.layers.11.mlp.down_proj.weight": "pytorch_model-00003-of-00006.bin",
|
||||||
|
"model.layers.12.self_attn.o_proj.weight": "pytorch_model-00003-of-00006.bin",
|
||||||
|
"model.layers.12.self_attn.q_proj.weight": "pytorch_model-00003-of-00006.bin",
|
||||||
|
"model.layers.12.self_attn.k_proj.weight": "pytorch_model-00003-of-00006.bin",
|
||||||
|
"model.layers.12.self_attn.v_proj.weight": "pytorch_model-00003-of-00006.bin",
|
||||||
|
"model.layers.12.mlp.up_proj.weight": "pytorch_model-00003-of-00006.bin",
|
||||||
|
"model.layers.12.mlp.gate_proj.weight": "pytorch_model-00003-of-00006.bin",
|
||||||
|
"model.layers.12.mlp.down_proj.weight": "pytorch_model-00003-of-00006.bin",
|
||||||
|
"model.layers.13.self_attn.o_proj.weight": "pytorch_model-00003-of-00006.bin",
|
||||||
|
"model.layers.13.self_attn.q_proj.weight": "pytorch_model-00003-of-00006.bin",
|
||||||
|
"model.layers.13.self_attn.k_proj.weight": "pytorch_model-00003-of-00006.bin",
|
||||||
|
"model.layers.13.self_attn.v_proj.weight": "pytorch_model-00003-of-00006.bin",
|
||||||
|
"model.layers.13.mlp.up_proj.weight": "pytorch_model-00003-of-00006.bin",
|
||||||
|
"model.layers.13.mlp.gate_proj.weight": "pytorch_model-00003-of-00006.bin",
|
||||||
|
"model.layers.13.mlp.down_proj.weight": "pytorch_model-00003-of-00006.bin",
|
||||||
|
"model.layers.14.self_attn.o_proj.weight": "pytorch_model-00003-of-00006.bin",
|
||||||
|
"model.layers.14.self_attn.q_proj.weight": "pytorch_model-00003-of-00006.bin",
|
||||||
|
"model.layers.14.self_attn.k_proj.weight": "pytorch_model-00003-of-00006.bin",
|
||||||
|
"model.layers.14.self_attn.v_proj.weight": "pytorch_model-00003-of-00006.bin",
|
||||||
|
"model.layers.14.mlp.up_proj.weight": "pytorch_model-00003-of-00006.bin",
|
||||||
|
"model.layers.14.mlp.gate_proj.weight": "pytorch_model-00003-of-00006.bin",
|
||||||
|
"model.layers.14.mlp.down_proj.weight": "pytorch_model-00003-of-00006.bin",
|
||||||
|
"model.layers.15.self_attn.o_proj.weight": "pytorch_model-00003-of-00006.bin",
|
||||||
|
"model.layers.15.self_attn.q_proj.weight": "pytorch_model-00003-of-00006.bin",
|
||||||
|
"model.layers.15.self_attn.k_proj.weight": "pytorch_model-00003-of-00006.bin",
|
||||||
|
"model.layers.15.self_attn.v_proj.weight": "pytorch_model-00003-of-00006.bin",
|
||||||
|
"model.layers.15.mlp.up_proj.weight": "pytorch_model-00003-of-00006.bin",
|
||||||
|
"model.layers.15.mlp.gate_proj.weight": "pytorch_model-00003-of-00006.bin",
|
||||||
|
"model.layers.15.mlp.down_proj.weight": "pytorch_model-00003-of-00006.bin",
|
||||||
|
"model.layers.16.self_attn.o_proj.weight": "pytorch_model-00003-of-00006.bin",
|
||||||
|
"model.layers.16.self_attn.q_proj.weight": "pytorch_model-00003-of-00006.bin",
|
||||||
|
"model.layers.16.self_attn.k_proj.weight": "pytorch_model-00003-of-00006.bin",
|
||||||
|
"model.layers.16.self_attn.v_proj.weight": "pytorch_model-00003-of-00006.bin",
|
||||||
|
"model.layers.16.mlp.up_proj.weight": "pytorch_model-00003-of-00006.bin",
|
||||||
|
"model.layers.16.mlp.gate_proj.weight": "pytorch_model-00003-of-00006.bin",
|
||||||
|
"model.layers.16.mlp.down_proj.weight": "pytorch_model-00003-of-00006.bin",
|
||||||
|
"model.layers.17.self_attn.o_proj.weight": "pytorch_model-00003-of-00006.bin",
|
||||||
|
"model.layers.17.self_attn.q_proj.weight": "pytorch_model-00003-of-00006.bin",
|
||||||
|
"model.layers.17.self_attn.k_proj.weight": "pytorch_model-00003-of-00006.bin",
|
||||||
|
"model.layers.17.self_attn.v_proj.weight": "pytorch_model-00003-of-00006.bin",
|
||||||
|
"model.layers.17.mlp.up_proj.weight": "pytorch_model-00004-of-00006.bin",
|
||||||
|
"model.layers.17.mlp.gate_proj.weight": "pytorch_model-00004-of-00006.bin",
|
||||||
|
"model.layers.17.mlp.down_proj.weight": "pytorch_model-00004-of-00006.bin",
|
||||||
|
"model.layers.18.self_attn.o_proj.weight": "pytorch_model-00004-of-00006.bin",
|
||||||
|
"model.layers.18.self_attn.q_proj.weight": "pytorch_model-00004-of-00006.bin",
|
||||||
|
"model.layers.18.self_attn.k_proj.weight": "pytorch_model-00004-of-00006.bin",
|
||||||
|
"model.layers.18.self_attn.v_proj.weight": "pytorch_model-00004-of-00006.bin",
|
||||||
|
"model.layers.18.mlp.up_proj.weight": "pytorch_model-00004-of-00006.bin",
|
||||||
|
"model.layers.18.mlp.gate_proj.weight": "pytorch_model-00004-of-00006.bin",
|
||||||
|
"model.layers.18.mlp.down_proj.weight": "pytorch_model-00004-of-00006.bin",
|
||||||
|
"model.layers.19.self_attn.o_proj.weight": "pytorch_model-00004-of-00006.bin",
|
||||||
|
"model.layers.19.self_attn.q_proj.weight": "pytorch_model-00004-of-00006.bin",
|
||||||
|
"model.layers.19.self_attn.k_proj.weight": "pytorch_model-00004-of-00006.bin",
|
||||||
|
"model.layers.19.self_attn.v_proj.weight": "pytorch_model-00004-of-00006.bin",
|
||||||
|
"model.layers.19.mlp.up_proj.weight": "pytorch_model-00004-of-00006.bin",
|
||||||
|
"model.layers.19.mlp.gate_proj.weight": "pytorch_model-00004-of-00006.bin",
|
||||||
|
"model.layers.19.mlp.down_proj.weight": "pytorch_model-00004-of-00006.bin",
|
||||||
|
"model.layers.20.self_attn.o_proj.weight": "pytorch_model-00004-of-00006.bin",
|
||||||
|
"model.layers.20.self_attn.q_proj.weight": "pytorch_model-00004-of-00006.bin",
|
||||||
|
"model.layers.20.self_attn.k_proj.weight": "pytorch_model-00004-of-00006.bin",
|
||||||
|
"model.layers.20.self_attn.v_proj.weight": "pytorch_model-00004-of-00006.bin",
|
||||||
|
"model.layers.20.mlp.up_proj.weight": "pytorch_model-00004-of-00006.bin",
|
||||||
|
"model.layers.20.mlp.gate_proj.weight": "pytorch_model-00004-of-00006.bin",
|
||||||
|
"model.layers.20.mlp.down_proj.weight": "pytorch_model-00004-of-00006.bin",
|
||||||
|
"model.layers.21.self_attn.o_proj.weight": "pytorch_model-00004-of-00006.bin",
|
||||||
|
"model.layers.21.self_attn.q_proj.weight": "pytorch_model-00004-of-00006.bin",
|
||||||
|
"model.layers.21.self_attn.k_proj.weight": "pytorch_model-00004-of-00006.bin",
|
||||||
|
"model.layers.21.self_attn.v_proj.weight": "pytorch_model-00004-of-00006.bin",
|
||||||
|
"model.layers.21.mlp.up_proj.weight": "pytorch_model-00004-of-00006.bin",
|
||||||
|
"model.layers.21.mlp.gate_proj.weight": "pytorch_model-00004-of-00006.bin",
|
||||||
|
"model.layers.21.mlp.down_proj.weight": "pytorch_model-00004-of-00006.bin",
|
||||||
|
"model.layers.22.self_attn.o_proj.weight": "pytorch_model-00004-of-00006.bin",
|
||||||
|
"model.layers.22.self_attn.q_proj.weight": "pytorch_model-00004-of-00006.bin",
|
||||||
|
"model.layers.22.self_attn.k_proj.weight": "pytorch_model-00004-of-00006.bin",
|
||||||
|
"model.layers.22.self_attn.v_proj.weight": "pytorch_model-00004-of-00006.bin",
|
||||||
|
"model.layers.22.mlp.up_proj.weight": "pytorch_model-00004-of-00006.bin",
|
||||||
|
"model.layers.22.mlp.gate_proj.weight": "pytorch_model-00004-of-00006.bin",
|
||||||
|
"model.layers.22.mlp.down_proj.weight": "pytorch_model-00004-of-00006.bin",
|
||||||
|
"model.layers.23.self_attn.o_proj.weight": "pytorch_model-00004-of-00006.bin",
|
||||||
|
"model.layers.23.self_attn.q_proj.weight": "pytorch_model-00004-of-00006.bin",
|
||||||
|
"model.layers.23.self_attn.k_proj.weight": "pytorch_model-00004-of-00006.bin",
|
||||||
|
"model.layers.23.self_attn.v_proj.weight": "pytorch_model-00004-of-00006.bin",
|
||||||
|
"model.layers.23.mlp.up_proj.weight": "pytorch_model-00004-of-00006.bin",
|
||||||
|
"model.layers.23.mlp.gate_proj.weight": "pytorch_model-00004-of-00006.bin",
|
||||||
|
"model.layers.23.mlp.down_proj.weight": "pytorch_model-00004-of-00006.bin",
|
||||||
|
"model.layers.24.self_attn.o_proj.weight": "pytorch_model-00004-of-00006.bin",
|
||||||
|
"model.layers.24.self_attn.q_proj.weight": "pytorch_model-00004-of-00006.bin",
|
||||||
|
"model.layers.24.self_attn.k_proj.weight": "pytorch_model-00004-of-00006.bin",
|
||||||
|
"model.layers.24.self_attn.v_proj.weight": "pytorch_model-00004-of-00006.bin",
|
||||||
|
"model.layers.24.mlp.up_proj.weight": "pytorch_model-00004-of-00006.bin",
|
||||||
|
"model.layers.24.mlp.gate_proj.weight": "pytorch_model-00004-of-00006.bin",
|
||||||
|
"model.layers.24.mlp.down_proj.weight": "pytorch_model-00004-of-00006.bin",
|
||||||
|
"model.layers.25.self_attn.o_proj.weight": "pytorch_model-00004-of-00006.bin",
|
||||||
|
"model.layers.25.self_attn.q_proj.weight": "pytorch_model-00004-of-00006.bin",
|
||||||
|
"model.layers.25.self_attn.k_proj.weight": "pytorch_model-00005-of-00006.bin",
|
||||||
|
"model.layers.25.self_attn.v_proj.weight": "pytorch_model-00005-of-00006.bin",
|
||||||
|
"model.layers.25.mlp.up_proj.weight": "pytorch_model-00005-of-00006.bin",
|
||||||
|
"model.layers.25.mlp.gate_proj.weight": "pytorch_model-00005-of-00006.bin",
|
||||||
|
"model.layers.25.mlp.down_proj.weight": "pytorch_model-00005-of-00006.bin",
|
||||||
|
"model.layers.26.self_attn.o_proj.weight": "pytorch_model-00005-of-00006.bin",
|
||||||
|
"model.layers.26.self_attn.q_proj.weight": "pytorch_model-00005-of-00006.bin",
|
||||||
|
"model.layers.26.self_attn.k_proj.weight": "pytorch_model-00005-of-00006.bin",
|
||||||
|
"model.layers.26.self_attn.v_proj.weight": "pytorch_model-00005-of-00006.bin",
|
||||||
|
"model.layers.26.mlp.up_proj.weight": "pytorch_model-00005-of-00006.bin",
|
||||||
|
"model.layers.26.mlp.gate_proj.weight": "pytorch_model-00005-of-00006.bin",
|
||||||
|
"model.layers.26.mlp.down_proj.weight": "pytorch_model-00005-of-00006.bin",
|
||||||
|
"model.layers.27.self_attn.o_proj.weight": "pytorch_model-00005-of-00006.bin",
|
||||||
|
"model.layers.27.self_attn.q_proj.weight": "pytorch_model-00005-of-00006.bin",
|
||||||
|
"model.layers.27.self_attn.k_proj.weight": "pytorch_model-00005-of-00006.bin",
|
||||||
|
"model.layers.27.self_attn.v_proj.weight": "pytorch_model-00005-of-00006.bin",
|
||||||
|
"model.layers.27.mlp.up_proj.weight": "pytorch_model-00005-of-00006.bin",
|
||||||
|
"model.layers.27.mlp.gate_proj.weight": "pytorch_model-00005-of-00006.bin",
|
||||||
|
"model.layers.27.mlp.down_proj.weight": "pytorch_model-00005-of-00006.bin",
|
||||||
|
"model.layers.28.self_attn.o_proj.weight": "pytorch_model-00005-of-00006.bin",
|
||||||
|
"model.layers.28.self_attn.q_proj.weight": "pytorch_model-00005-of-00006.bin",
|
||||||
|
"model.layers.28.self_attn.k_proj.weight": "pytorch_model-00005-of-00006.bin",
|
||||||
|
"model.layers.28.self_attn.v_proj.weight": "pytorch_model-00005-of-00006.bin",
|
||||||
|
"model.layers.28.mlp.up_proj.weight": "pytorch_model-00005-of-00006.bin",
|
||||||
|
"model.layers.28.mlp.gate_proj.weight": "pytorch_model-00005-of-00006.bin",
|
||||||
|
"model.layers.28.mlp.down_proj.weight": "pytorch_model-00005-of-00006.bin",
|
||||||
|
"model.layers.29.self_attn.o_proj.weight": "pytorch_model-00005-of-00006.bin",
|
||||||
|
"model.layers.29.self_attn.q_proj.weight": "pytorch_model-00005-of-00006.bin",
|
||||||
|
"model.layers.29.self_attn.k_proj.weight": "pytorch_model-00005-of-00006.bin",
|
||||||
|
"model.layers.29.self_attn.v_proj.weight": "pytorch_model-00005-of-00006.bin",
|
||||||
|
"model.layers.29.mlp.up_proj.weight": "pytorch_model-00005-of-00006.bin",
|
||||||
|
"model.layers.29.mlp.gate_proj.weight": "pytorch_model-00005-of-00006.bin",
|
||||||
|
"model.layers.29.mlp.down_proj.weight": "pytorch_model-00005-of-00006.bin",
|
||||||
|
"model.layers.30.self_attn.o_proj.weight": "pytorch_model-00005-of-00006.bin",
|
||||||
|
"model.layers.30.self_attn.q_proj.weight": "pytorch_model-00005-of-00006.bin",
|
||||||
|
"model.layers.30.self_attn.k_proj.weight": "pytorch_model-00005-of-00006.bin",
|
||||||
|
"model.layers.30.self_attn.v_proj.weight": "pytorch_model-00005-of-00006.bin",
|
||||||
|
"model.layers.30.mlp.up_proj.weight": "pytorch_model-00005-of-00006.bin",
|
||||||
|
"model.layers.30.mlp.gate_proj.weight": "pytorch_model-00005-of-00006.bin",
|
||||||
|
"model.layers.30.mlp.down_proj.weight": "pytorch_model-00005-of-00006.bin",
|
||||||
|
"model.layers.31.self_attn.o_proj.weight": "pytorch_model-00005-of-00006.bin",
|
||||||
|
"model.layers.31.self_attn.q_proj.weight": "pytorch_model-00005-of-00006.bin",
|
||||||
|
"model.layers.31.self_attn.k_proj.weight": "pytorch_model-00005-of-00006.bin",
|
||||||
|
"model.layers.31.self_attn.v_proj.weight": "pytorch_model-00005-of-00006.bin",
|
||||||
|
"model.layers.31.mlp.up_proj.weight": "pytorch_model-00005-of-00006.bin",
|
||||||
|
"model.layers.31.mlp.gate_proj.weight": "pytorch_model-00005-of-00006.bin",
|
||||||
|
"model.layers.31.mlp.down_proj.weight": "pytorch_model-00005-of-00006.bin",
|
||||||
|
"model.layers.32.self_attn.o_proj.weight": "pytorch_model-00005-of-00006.bin",
|
||||||
|
"model.layers.32.self_attn.q_proj.weight": "pytorch_model-00005-of-00006.bin",
|
||||||
|
"model.layers.32.self_attn.k_proj.weight": "pytorch_model-00005-of-00006.bin",
|
||||||
|
"model.layers.32.self_attn.v_proj.weight": "pytorch_model-00005-of-00006.bin",
|
||||||
|
"model.layers.32.mlp.up_proj.weight": "pytorch_model-00005-of-00006.bin",
|
||||||
|
"model.layers.32.mlp.gate_proj.weight": "pytorch_model-00005-of-00006.bin",
|
||||||
|
"model.layers.32.mlp.down_proj.weight": "pytorch_model-00005-of-00006.bin",
|
||||||
|
"model.layers.33.self_attn.o_proj.weight": "pytorch_model-00006-of-00006.bin",
|
||||||
|
"model.layers.33.self_attn.q_proj.weight": "pytorch_model-00006-of-00006.bin",
|
||||||
|
"model.layers.33.self_attn.k_proj.weight": "pytorch_model-00006-of-00006.bin",
|
||||||
|
"model.layers.33.self_attn.v_proj.weight": "pytorch_model-00006-of-00006.bin",
|
||||||
|
"model.layers.33.mlp.up_proj.weight": "pytorch_model-00006-of-00006.bin",
|
||||||
|
"model.layers.33.mlp.gate_proj.weight": "pytorch_model-00006-of-00006.bin",
|
||||||
|
"model.layers.33.mlp.down_proj.weight": "pytorch_model-00006-of-00006.bin",
|
||||||
|
"model.layers.34.self_attn.o_proj.weight": "pytorch_model-00006-of-00006.bin",
|
||||||
|
"model.layers.34.self_attn.q_proj.weight": "pytorch_model-00006-of-00006.bin",
|
||||||
|
"model.layers.34.self_attn.k_proj.weight": "pytorch_model-00006-of-00006.bin",
|
||||||
|
"model.layers.34.self_attn.v_proj.weight": "pytorch_model-00006-of-00006.bin",
|
||||||
|
"model.layers.34.mlp.up_proj.weight": "pytorch_model-00006-of-00006.bin",
|
||||||
|
"model.layers.34.mlp.gate_proj.weight": "pytorch_model-00006-of-00006.bin",
|
||||||
|
"model.layers.34.mlp.down_proj.weight": "pytorch_model-00006-of-00006.bin",
|
||||||
|
"model.layers.35.self_attn.o_proj.weight": "pytorch_model-00006-of-00006.bin",
|
||||||
|
"model.layers.35.self_attn.q_proj.weight": "pytorch_model-00006-of-00006.bin",
|
||||||
|
"model.layers.35.self_attn.k_proj.weight": "pytorch_model-00006-of-00006.bin",
|
||||||
|
"model.layers.35.self_attn.v_proj.weight": "pytorch_model-00006-of-00006.bin",
|
||||||
|
"model.layers.35.mlp.up_proj.weight": "pytorch_model-00006-of-00006.bin",
|
||||||
|
"model.layers.35.mlp.gate_proj.weight": "pytorch_model-00006-of-00006.bin",
|
||||||
|
"model.layers.35.mlp.down_proj.weight": "pytorch_model-00006-of-00006.bin",
|
||||||
|
"model.layers.36.self_attn.o_proj.weight": "pytorch_model-00006-of-00006.bin",
|
||||||
|
"model.layers.36.self_attn.q_proj.weight": "pytorch_model-00006-of-00006.bin",
|
||||||
|
"model.layers.36.self_attn.k_proj.weight": "pytorch_model-00006-of-00006.bin",
|
||||||
|
"model.layers.36.self_attn.v_proj.weight": "pytorch_model-00006-of-00006.bin",
|
||||||
|
"model.layers.36.mlp.up_proj.weight": "pytorch_model-00006-of-00006.bin",
|
||||||
|
"model.layers.36.mlp.gate_proj.weight": "pytorch_model-00006-of-00006.bin",
|
||||||
|
"model.layers.36.mlp.down_proj.weight": "pytorch_model-00006-of-00006.bin",
|
||||||
|
"model.layers.37.self_attn.o_proj.weight": "pytorch_model-00006-of-00006.bin",
|
||||||
|
"model.layers.37.self_attn.q_proj.weight": "pytorch_model-00006-of-00006.bin",
|
||||||
|
"model.layers.37.self_attn.k_proj.weight": "pytorch_model-00006-of-00006.bin",
|
||||||
|
"model.layers.37.self_attn.v_proj.weight": "pytorch_model-00006-of-00006.bin",
|
||||||
|
"model.layers.37.mlp.up_proj.weight": "pytorch_model-00006-of-00006.bin",
|
||||||
|
"model.layers.37.mlp.gate_proj.weight": "pytorch_model-00006-of-00006.bin",
|
||||||
|
"model.layers.37.mlp.down_proj.weight": "pytorch_model-00006-of-00006.bin",
|
||||||
|
"model.layers.38.self_attn.o_proj.weight": "pytorch_model-00006-of-00006.bin",
|
||||||
|
"model.layers.38.self_attn.q_proj.weight": "pytorch_model-00006-of-00006.bin",
|
||||||
|
"model.layers.38.self_attn.k_proj.weight": "pytorch_model-00006-of-00006.bin",
|
||||||
|
"model.layers.38.self_attn.v_proj.weight": "pytorch_model-00006-of-00006.bin",
|
||||||
|
"model.layers.38.mlp.up_proj.weight": "pytorch_model-00006-of-00006.bin",
|
||||||
|
"model.layers.38.mlp.gate_proj.weight": "pytorch_model-00006-of-00006.bin",
|
||||||
|
"model.layers.38.mlp.down_proj.weight": "pytorch_model-00006-of-00006.bin",
|
||||||
|
"model.layers.39.self_attn.o_proj.weight": "pytorch_model-00006-of-00006.bin",
|
||||||
|
"model.layers.39.self_attn.q_proj.weight": "pytorch_model-00006-of-00006.bin",
|
||||||
|
"model.layers.39.self_attn.k_proj.weight": "pytorch_model-00006-of-00006.bin",
|
||||||
|
"model.layers.39.self_attn.v_proj.weight": "pytorch_model-00006-of-00006.bin",
|
||||||
|
"model.layers.39.mlp.up_proj.weight": "pytorch_model-00006-of-00006.bin",
|
||||||
|
"model.layers.39.mlp.gate_proj.weight": "pytorch_model-00006-of-00006.bin",
|
||||||
|
"model.layers.39.mlp.down_proj.weight": "pytorch_model-00006-of-00006.bin",
|
||||||
|
"lm_head.weight": "pytorch_model-00006-of-00006.bin"
|
||||||
|
}
|
||||||
|
}
|
||||||
51
special_tokens_map.json
Normal file
51
special_tokens_map.json
Normal file
@@ -0,0 +1,51 @@
|
|||||||
|
{
|
||||||
|
"bos_token": {
|
||||||
|
"content": "<|endoftext|>",
|
||||||
|
"lstrip": false,
|
||||||
|
"normalized": false,
|
||||||
|
"rstrip": false,
|
||||||
|
"single_word": false
|
||||||
|
},
|
||||||
|
"cls_token": {
|
||||||
|
"content": "<|startoftext|>",
|
||||||
|
"lstrip": false,
|
||||||
|
"normalized": false,
|
||||||
|
"rstrip": false,
|
||||||
|
"single_word": false
|
||||||
|
},
|
||||||
|
"eos_token": {
|
||||||
|
"content": "<|endoftext|>",
|
||||||
|
"lstrip": false,
|
||||||
|
"normalized": false,
|
||||||
|
"rstrip": false,
|
||||||
|
"single_word": false
|
||||||
|
},
|
||||||
|
"mask_token": {
|
||||||
|
"content": "<|mask|>",
|
||||||
|
"lstrip": false,
|
||||||
|
"normalized": false,
|
||||||
|
"rstrip": false,
|
||||||
|
"single_word": false
|
||||||
|
},
|
||||||
|
"pad_token": {
|
||||||
|
"content": "<|pad|>",
|
||||||
|
"lstrip": false,
|
||||||
|
"normalized": false,
|
||||||
|
"rstrip": false,
|
||||||
|
"single_word": false
|
||||||
|
},
|
||||||
|
"sep_token": {
|
||||||
|
"content": "<|endoftext|>",
|
||||||
|
"lstrip": false,
|
||||||
|
"normalized": false,
|
||||||
|
"rstrip": false,
|
||||||
|
"single_word": false
|
||||||
|
},
|
||||||
|
"unk_token": {
|
||||||
|
"content": "<|unk|>",
|
||||||
|
"lstrip": false,
|
||||||
|
"normalized": false,
|
||||||
|
"rstrip": false,
|
||||||
|
"single_word": false
|
||||||
|
}
|
||||||
|
}
|
||||||
255654
tokenizer.json
Normal file
255654
tokenizer.json
Normal file
File diff suppressed because it is too large
Load Diff
216
tokenizer_config.json
Normal file
216
tokenizer_config.json
Normal file
@@ -0,0 +1,216 @@
|
|||||||
|
{
|
||||||
|
"add_prefix_space": false,
|
||||||
|
"added_tokens_decoder": {
|
||||||
|
"0": {
|
||||||
|
"content": "<|unk|>",
|
||||||
|
"lstrip": false,
|
||||||
|
"normalized": false,
|
||||||
|
"rstrip": false,
|
||||||
|
"single_word": false,
|
||||||
|
"special": true
|
||||||
|
},
|
||||||
|
"1": {
|
||||||
|
"content": "<|startoftext|>",
|
||||||
|
"lstrip": false,
|
||||||
|
"normalized": false,
|
||||||
|
"rstrip": false,
|
||||||
|
"single_word": false,
|
||||||
|
"special": true
|
||||||
|
},
|
||||||
|
"2": {
|
||||||
|
"content": "<|endoftext|>",
|
||||||
|
"lstrip": false,
|
||||||
|
"normalized": false,
|
||||||
|
"rstrip": false,
|
||||||
|
"single_word": false,
|
||||||
|
"special": true
|
||||||
|
},
|
||||||
|
"3": {
|
||||||
|
"content": "<|pad|>",
|
||||||
|
"lstrip": false,
|
||||||
|
"normalized": false,
|
||||||
|
"rstrip": false,
|
||||||
|
"single_word": false,
|
||||||
|
"special": true
|
||||||
|
},
|
||||||
|
"4": {
|
||||||
|
"content": "<|mask|>",
|
||||||
|
"lstrip": false,
|
||||||
|
"normalized": false,
|
||||||
|
"rstrip": false,
|
||||||
|
"single_word": false,
|
||||||
|
"special": true
|
||||||
|
},
|
||||||
|
"5": {
|
||||||
|
"content": "<|fim_prefix|>",
|
||||||
|
"lstrip": false,
|
||||||
|
"normalized": false,
|
||||||
|
"rstrip": false,
|
||||||
|
"single_word": false,
|
||||||
|
"special": true
|
||||||
|
},
|
||||||
|
"6": {
|
||||||
|
"content": "<|fim_middle|>",
|
||||||
|
"lstrip": false,
|
||||||
|
"normalized": false,
|
||||||
|
"rstrip": false,
|
||||||
|
"single_word": false,
|
||||||
|
"special": true
|
||||||
|
},
|
||||||
|
"7": {
|
||||||
|
"content": "<|fim_suffix|>",
|
||||||
|
"lstrip": false,
|
||||||
|
"normalized": false,
|
||||||
|
"rstrip": false,
|
||||||
|
"single_word": false,
|
||||||
|
"special": true
|
||||||
|
},
|
||||||
|
"8": {
|
||||||
|
"content": "<|im_start|>",
|
||||||
|
"lstrip": false,
|
||||||
|
"normalized": false,
|
||||||
|
"rstrip": false,
|
||||||
|
"single_word": false,
|
||||||
|
"special": true
|
||||||
|
},
|
||||||
|
"9": {
|
||||||
|
"content": "<|im_end|>",
|
||||||
|
"lstrip": false,
|
||||||
|
"normalized": false,
|
||||||
|
"rstrip": false,
|
||||||
|
"single_word": false,
|
||||||
|
"special": true
|
||||||
|
},
|
||||||
|
"10": {
|
||||||
|
"content": "|||PHONE_NUMBER|||",
|
||||||
|
"lstrip": false,
|
||||||
|
"normalized": false,
|
||||||
|
"rstrip": false,
|
||||||
|
"single_word": false,
|
||||||
|
"special": true
|
||||||
|
},
|
||||||
|
"11": {
|
||||||
|
"content": "|||EMAIL_ADDRESS|||",
|
||||||
|
"lstrip": false,
|
||||||
|
"normalized": false,
|
||||||
|
"rstrip": false,
|
||||||
|
"single_word": false,
|
||||||
|
"special": true
|
||||||
|
},
|
||||||
|
"12": {
|
||||||
|
"content": "|||IP_ADDRESS|||",
|
||||||
|
"lstrip": false,
|
||||||
|
"normalized": false,
|
||||||
|
"rstrip": false,
|
||||||
|
"single_word": false,
|
||||||
|
"special": true
|
||||||
|
},
|
||||||
|
"13": {
|
||||||
|
"content": "<|endofprompt|>",
|
||||||
|
"lstrip": false,
|
||||||
|
"normalized": false,
|
||||||
|
"rstrip": false,
|
||||||
|
"single_word": false,
|
||||||
|
"special": true
|
||||||
|
},
|
||||||
|
"14": {
|
||||||
|
"content": "<extra_id_0>",
|
||||||
|
"lstrip": false,
|
||||||
|
"normalized": false,
|
||||||
|
"rstrip": false,
|
||||||
|
"single_word": false,
|
||||||
|
"special": true
|
||||||
|
},
|
||||||
|
"15": {
|
||||||
|
"content": "<extra_id_1>",
|
||||||
|
"lstrip": false,
|
||||||
|
"normalized": false,
|
||||||
|
"rstrip": false,
|
||||||
|
"single_word": false,
|
||||||
|
"special": true
|
||||||
|
},
|
||||||
|
"16": {
|
||||||
|
"content": "<extra_id_2>",
|
||||||
|
"lstrip": false,
|
||||||
|
"normalized": false,
|
||||||
|
"rstrip": false,
|
||||||
|
"single_word": false,
|
||||||
|
"special": true
|
||||||
|
},
|
||||||
|
"17": {
|
||||||
|
"content": "<extra_id_3>",
|
||||||
|
"lstrip": false,
|
||||||
|
"normalized": false,
|
||||||
|
"rstrip": false,
|
||||||
|
"single_word": false,
|
||||||
|
"special": true
|
||||||
|
},
|
||||||
|
"18": {
|
||||||
|
"content": "<extra_id_4>",
|
||||||
|
"lstrip": false,
|
||||||
|
"normalized": false,
|
||||||
|
"rstrip": false,
|
||||||
|
"single_word": false,
|
||||||
|
"special": true
|
||||||
|
},
|
||||||
|
"19": {
|
||||||
|
"content": "<extra_id_5>",
|
||||||
|
"lstrip": false,
|
||||||
|
"normalized": false,
|
||||||
|
"rstrip": false,
|
||||||
|
"single_word": false,
|
||||||
|
"special": true
|
||||||
|
},
|
||||||
|
"20": {
|
||||||
|
"content": "<extra_id_6>",
|
||||||
|
"lstrip": false,
|
||||||
|
"normalized": false,
|
||||||
|
"rstrip": false,
|
||||||
|
"single_word": false,
|
||||||
|
"special": true
|
||||||
|
},
|
||||||
|
"21": {
|
||||||
|
"content": "<extra_id_7>",
|
||||||
|
"lstrip": false,
|
||||||
|
"normalized": false,
|
||||||
|
"rstrip": false,
|
||||||
|
"single_word": false,
|
||||||
|
"special": true
|
||||||
|
},
|
||||||
|
"22": {
|
||||||
|
"content": "<extra_id_8>",
|
||||||
|
"lstrip": false,
|
||||||
|
"normalized": false,
|
||||||
|
"rstrip": false,
|
||||||
|
"single_word": false,
|
||||||
|
"special": true
|
||||||
|
},
|
||||||
|
"23": {
|
||||||
|
"content": "<extra_id_9>",
|
||||||
|
"lstrip": false,
|
||||||
|
"normalized": false,
|
||||||
|
"rstrip": false,
|
||||||
|
"single_word": false,
|
||||||
|
"special": true
|
||||||
|
},
|
||||||
|
"24": {
|
||||||
|
"content": "<extra_id_10>",
|
||||||
|
"lstrip": false,
|
||||||
|
"normalized": false,
|
||||||
|
"rstrip": false,
|
||||||
|
"single_word": false,
|
||||||
|
"special": true
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"bos_token": "<|endoftext|>",
|
||||||
|
"clean_up_tokenization_spaces": false,
|
||||||
|
"cls_token": "<|startoftext|>",
|
||||||
|
"eos_token": "<|endoftext|>",
|
||||||
|
"extra_special_tokens": {},
|
||||||
|
"mask_token": "<|mask|>",
|
||||||
|
"model_max_length": 1000000000000000019884624838656,
|
||||||
|
"pad_token": "<|pad|>",
|
||||||
|
"sep_token": "<|endoftext|>",
|
||||||
|
"tokenizer_class": "PreTrainedTokenizerFast",
|
||||||
|
"unk_token": "<|unk|>"
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user