Upload 34 files
Browse files- README.md +147 -0
- added_tokens.json +5 -0
- all_results.json +21 -0
- colab-demo.ipynb +0 -0
- config.json +26 -0
- eval_results.json +16 -0
- generation_config.json +6 -0
- gitattributes +35 -0
- model-00001-of-00008.safetensors +3 -0
- model-00002-of-00008.safetensors +3 -0
- model-00003-of-00008.safetensors +3 -0
- model-00004-of-00008.safetensors +3 -0
- model-00005-of-00008.safetensors +3 -0
- model-00006-of-00008.safetensors +3 -0
- model-00007-of-00008.safetensors +3 -0
- model-00008-of-00008.safetensors +3 -0
- model.safetensors.index.json +298 -0
- pytorch_model-00001-of-00008.bin +3 -0
- pytorch_model-00002-of-00008.bin +3 -0
- pytorch_model-00003-of-00008.bin +3 -0
- pytorch_model-00004-of-00008.bin +3 -0
- pytorch_model-00005-of-00008.bin +3 -0
- pytorch_model-00006-of-00008.bin +3 -0
- pytorch_model-00007-of-00008.bin +3 -0
- pytorch_model-00008-of-00008.bin +3 -0
- pytorch_model.bin.index.json +298 -0
- special_tokens_map.json +11 -0
- thumbnail.png +0 -0
- tokenizer.json +0 -0
- tokenizer.model +3 -0
- tokenizer_config.json +46 -0
- train_results.json +8 -0
- trainer_state.json +0 -0
- training_args.bin +3 -0
README.md
ADDED
@@ -0,0 +1,147 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
tags:
|
3 |
+
- generated_from_trainer
|
4 |
+
model-index:
|
5 |
+
- name: zephyr-7b-alpha
|
6 |
+
results: []
|
7 |
+
license: mit
|
8 |
+
datasets:
|
9 |
+
- stingning/ultrachat
|
10 |
+
- openbmb/UltraFeedback
|
11 |
+
language:
|
12 |
+
- en
|
13 |
+
base_model: mistralai/Mistral-7B-v0.1
|
14 |
+
---
|
15 |
+
|
16 |
+
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
17 |
+
should probably proofread and complete it, then remove this comment. -->
|
18 |
+
|
19 |
+
<img src="https://huggingface.co/HuggingFaceH4/zephyr-7b-alpha/resolve/main/thumbnail.png" alt="Zephyr Logo" width="800" style="margin-left:'auto' margin-right:'auto' display:'block'"/>
|
20 |
+
|
21 |
+
|
22 |
+
# Model Card for Zephyr 7B Alpha
|
23 |
+
|
24 |
+
Zephyr is a series of language models that are trained to act as helpful assistants. Zephyr-7B-α is the first model in the series, and is a fine-tuned version of [mistralai/Mistral-7B-v0.1](https://huggingface.co/mistralai/Mistral-7B-v0.1) that was trained on on a mix of publicly available, synthetic datasets using [Direct Preference Optimization (DPO)](https://arxiv.org/abs/2305.18290). We found that removing the in-built alignment of these datasets boosted performance on [MT Bench](https://huggingface.co/spaces/lmsys/mt-bench) and made the model more helpful. However, this means that model is likely to generate problematic text when prompted to do so.
|
25 |
+
|
26 |
+
|
27 |
+
## Model description
|
28 |
+
|
29 |
+
- **Model type:** A 7B parameter GPT-like model fine-tuned on a mix of publicly available, synthetic datasets.
|
30 |
+
- **Language(s) (NLP):** Primarily English
|
31 |
+
- **License:** MIT
|
32 |
+
- **Finetuned from model:** [mistralai/Mistral-7B-v0.1](https://huggingface.co/mistralai/Mistral-7B-v0.1)
|
33 |
+
|
34 |
+
### Model Sources
|
35 |
+
|
36 |
+
<!-- Provide the basic links for the model. -->
|
37 |
+
|
38 |
+
- **Repository:** https://github.com/huggingface/alignment-handbook
|
39 |
+
- **Demo:** https://huggingface.co/spaces/HuggingFaceH4/zephyr-chat
|
40 |
+
|
41 |
+
## Intended uses & limitations
|
42 |
+
|
43 |
+
The model was initially fine-tuned on a variant of the [`UltraChat`](https://huggingface.co/datasets/stingning/ultrachat) dataset, which contains a diverse range of synthetic dialogues generated by ChatGPT. We then further aligned the model with [🤗 TRL's](https://github.com/huggingface/trl) `DPOTrainer` on the [openbmb/UltraFeedback](https://huggingface.co/datasets/openbmb/UltraFeedback) dataset, which contain 64k prompts and model completions that are ranked by GPT-4. As a result, the model can be used for chat and you can check out our [demo](https://huggingface.co/spaces/HuggingFaceH4/zephyr-chat) to test its capabilities.
|
44 |
+
|
45 |
+
Here's how you can run the model using the `pipeline()` function from 🤗 Transformers:
|
46 |
+
|
47 |
+
```python
|
48 |
+
# Install transformers from source - only needed for versions <= v4.34
|
49 |
+
# pip install git+https://github.com/huggingface/transformers.git
|
50 |
+
# pip install accelerate
|
51 |
+
|
52 |
+
import torch
|
53 |
+
from transformers import pipeline
|
54 |
+
|
55 |
+
pipe = pipeline("text-generation", model="HuggingFaceH4/zephyr-7b-alpha", torch_dtype=torch.bfloat16, device_map="auto")
|
56 |
+
|
57 |
+
# We use the tokenizer's chat template to format each message - see https://huggingface.co/docs/transformers/main/en/chat_templating
|
58 |
+
messages = [
|
59 |
+
{
|
60 |
+
"role": "system",
|
61 |
+
"content": "You are a friendly chatbot who always responds in the style of a pirate",
|
62 |
+
},
|
63 |
+
{"role": "user", "content": "How many helicopters can a human eat in one sitting?"},
|
64 |
+
]
|
65 |
+
prompt = pipe.tokenizer.apply_chat_template(messages, tokenize=False, add_generation_prompt=True)
|
66 |
+
outputs = pipe(prompt, max_new_tokens=256, do_sample=True, temperature=0.7, top_k=50, top_p=0.95)
|
67 |
+
print(outputs[0]["generated_text"])
|
68 |
+
# <|system|>
|
69 |
+
# You are a friendly chatbot who always responds in the style of a pirate.</s>
|
70 |
+
# <|user|>
|
71 |
+
# How many helicopters can a human eat in one sitting?</s>
|
72 |
+
# <|assistant|>
|
73 |
+
# Ah, me hearty matey! But yer question be a puzzler! A human cannot eat a helicopter in one sitting, as helicopters are not edible. They be made of metal, plastic, and other materials, not food!
|
74 |
+
```
|
75 |
+
|
76 |
+
## Bias, Risks, and Limitations
|
77 |
+
|
78 |
+
<!-- This section is meant to convey both technical and sociotechnical limitations. -->
|
79 |
+
|
80 |
+
Zephyr-7B-α has not been aligned to human preferences with techniques like RLHF or deployed with in-the-loop filtering of responses like ChatGPT, so the model can produce problematic outputs (especially when prompted to do so).
|
81 |
+
It is also unknown what the size and composition of the corpus was used to train the base model (`mistralai/Mistral-7B-v0.1`), however it is likely to have included a mix of Web data and technical sources like books and code. See the [Falcon 180B model card](https://huggingface.co/tiiuae/falcon-180B#training-data) for an example of this.
|
82 |
+
|
83 |
+
|
84 |
+
## Training and evaluation data
|
85 |
+
|
86 |
+
Zephyr 7B Alpha achieves the following results on the evaluation set:
|
87 |
+
|
88 |
+
- Loss: 0.4605
|
89 |
+
- Rewards/chosen: -0.5053
|
90 |
+
- Rewards/rejected: -1.8752
|
91 |
+
- Rewards/accuracies: 0.7812
|
92 |
+
- Rewards/margins: 1.3699
|
93 |
+
- Logps/rejected: -327.4286
|
94 |
+
- Logps/chosen: -297.1040
|
95 |
+
- Logits/rejected: -2.7153
|
96 |
+
- Logits/chosen: -2.7447
|
97 |
+
|
98 |
+
## Training procedure
|
99 |
+
|
100 |
+
### Training hyperparameters
|
101 |
+
|
102 |
+
The following hyperparameters were used during training:
|
103 |
+
|
104 |
+
- learning_rate: 5e-07
|
105 |
+
- train_batch_size: 2
|
106 |
+
- eval_batch_size: 4
|
107 |
+
- seed: 42
|
108 |
+
- distributed_type: multi-GPU
|
109 |
+
- num_devices: 16
|
110 |
+
- total_train_batch_size: 32
|
111 |
+
- total_eval_batch_size: 64
|
112 |
+
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
113 |
+
- lr_scheduler_type: linear
|
114 |
+
- lr_scheduler_warmup_ratio: 0.1
|
115 |
+
- num_epochs: 1
|
116 |
+
|
117 |
+
### Training results
|
118 |
+
|
119 |
+
| Training Loss | Epoch | Step | Validation Loss | Rewards/chosen | Rewards/rejected | Rewards/accuracies | Rewards/margins | Logps/rejected | Logps/chosen | Logits/rejected | Logits/chosen |
|
120 |
+
|:-------------:|:-----:|:----:|:---------------:|:--------------:|:----------------:|:------------------:|:---------------:|:--------------:|:------------:|:---------------:|:-------------:|
|
121 |
+
| 0.5602 | 0.05 | 100 | 0.5589 | -0.3359 | -0.8168 | 0.7188 | 0.4809 | -306.2607 | -293.7161 | -2.6554 | -2.6797 |
|
122 |
+
| 0.4852 | 0.1 | 200 | 0.5136 | -0.5310 | -1.4994 | 0.8125 | 0.9684 | -319.9124 | -297.6181 | -2.5762 | -2.5957 |
|
123 |
+
| 0.5212 | 0.15 | 300 | 0.5168 | -0.1686 | -1.1760 | 0.7812 | 1.0074 | -313.4444 | -290.3699 | -2.6865 | -2.7125 |
|
124 |
+
| 0.5496 | 0.21 | 400 | 0.4835 | -0.1617 | -1.7170 | 0.8281 | 1.5552 | -324.2635 | -290.2326 | -2.7947 | -2.8218 |
|
125 |
+
| 0.5209 | 0.26 | 500 | 0.5054 | -0.4778 | -1.6604 | 0.7344 | 1.1826 | -323.1325 | -296.5546 | -2.8388 | -2.8667 |
|
126 |
+
| 0.4617 | 0.31 | 600 | 0.4910 | -0.3738 | -1.5180 | 0.7656 | 1.1442 | -320.2848 | -294.4741 | -2.8234 | -2.8521 |
|
127 |
+
| 0.4452 | 0.36 | 700 | 0.4838 | -0.4591 | -1.6576 | 0.7031 | 1.1986 | -323.0770 | -296.1796 | -2.7401 | -2.7653 |
|
128 |
+
| 0.4674 | 0.41 | 800 | 0.5077 | -0.5692 | -1.8659 | 0.7656 | 1.2967 | -327.2416 | -298.3818 | -2.6740 | -2.6945 |
|
129 |
+
| 0.4656 | 0.46 | 900 | 0.4927 | -0.5279 | -1.6614 | 0.7656 | 1.1335 | -323.1518 | -297.5553 | -2.7817 | -2.8015 |
|
130 |
+
| 0.4102 | 0.52 | 1000 | 0.4772 | -0.5767 | -2.0667 | 0.7656 | 1.4900 | -331.2578 | -298.5311 | -2.7160 | -2.7455 |
|
131 |
+
| 0.4663 | 0.57 | 1100 | 0.4740 | -0.8038 | -2.1018 | 0.7656 | 1.2980 | -331.9604 | -303.0741 | -2.6994 | -2.7257 |
|
132 |
+
| 0.4737 | 0.62 | 1200 | 0.4716 | -0.3783 | -1.7015 | 0.7969 | 1.3232 | -323.9545 | -294.5634 | -2.6842 | -2.7135 |
|
133 |
+
| 0.4259 | 0.67 | 1300 | 0.4866 | -0.6239 | -1.9703 | 0.7812 | 1.3464 | -329.3312 | -299.4761 | -2.7046 | -2.7356 |
|
134 |
+
| 0.4935 | 0.72 | 1400 | 0.4747 | -0.5626 | -1.7600 | 0.7812 | 1.1974 | -325.1243 | -298.2491 | -2.7153 | -2.7444 |
|
135 |
+
| 0.4211 | 0.77 | 1500 | 0.4645 | -0.6099 | -1.9993 | 0.7656 | 1.3894 | -329.9109 | -299.1959 | -2.6944 | -2.7236 |
|
136 |
+
| 0.4931 | 0.83 | 1600 | 0.4684 | -0.6798 | -2.1082 | 0.7656 | 1.4285 | -332.0890 | -300.5934 | -2.7006 | -2.7305 |
|
137 |
+
| 0.5029 | 0.88 | 1700 | 0.4595 | -0.5063 | -1.8951 | 0.7812 | 1.3889 | -327.8267 | -297.1233 | -2.7108 | -2.7403 |
|
138 |
+
| 0.4965 | 0.93 | 1800 | 0.4613 | -0.5561 | -1.9079 | 0.7812 | 1.3518 | -328.0831 | -298.1203 | -2.7226 | -2.7523 |
|
139 |
+
| 0.4337 | 0.98 | 1900 | 0.4608 | -0.5066 | -1.8718 | 0.7656 | 1.3652 | -327.3599 | -297.1296 | -2.7175 | -2.7469 |
|
140 |
+
|
141 |
+
|
142 |
+
### Framework versions
|
143 |
+
|
144 |
+
- Transformers 4.34.0
|
145 |
+
- Pytorch 2.0.1+cu118
|
146 |
+
- Datasets 2.12.0
|
147 |
+
- Tokenizers 0.14.0
|
added_tokens.json
ADDED
@@ -0,0 +1,5 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"</s>": 2,
|
3 |
+
"<s>": 1,
|
4 |
+
"<unk>": 0
|
5 |
+
}
|
all_results.json
ADDED
@@ -0,0 +1,21 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"epoch": 1.0,
|
3 |
+
"eval_logits/chosen": -2.744652509689331,
|
4 |
+
"eval_logits/rejected": -2.71529483795166,
|
5 |
+
"eval_logps/chosen": -297.10400390625,
|
6 |
+
"eval_logps/rejected": -327.4286193847656,
|
7 |
+
"eval_loss": 0.46045970916748047,
|
8 |
+
"eval_rewards/accuracies": 0.78125,
|
9 |
+
"eval_rewards/chosen": -0.5052940249443054,
|
10 |
+
"eval_rewards/margins": 1.3699172735214233,
|
11 |
+
"eval_rewards/rejected": -1.8752113580703735,
|
12 |
+
"eval_runtime": 52.3218,
|
13 |
+
"eval_samples": 1000,
|
14 |
+
"eval_samples_per_second": 19.113,
|
15 |
+
"eval_steps_per_second": 0.306,
|
16 |
+
"train_loss": 0.48803097129668166,
|
17 |
+
"train_runtime": 7971.1784,
|
18 |
+
"train_samples": 61966,
|
19 |
+
"train_samples_per_second": 7.774,
|
20 |
+
"train_steps_per_second": 0.243
|
21 |
+
}
|
colab-demo.ipynb
ADDED
The diff for this file is too large to render.
See raw diff
|
|
config.json
ADDED
@@ -0,0 +1,26 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_name_or_path": "./zephyr-7b-alpha/",
|
3 |
+
"architectures": [
|
4 |
+
"MistralForCausalLM"
|
5 |
+
],
|
6 |
+
"bos_token_id": 1,
|
7 |
+
"eos_token_id": 2,
|
8 |
+
"hidden_act": "silu",
|
9 |
+
"hidden_size": 4096,
|
10 |
+
"initializer_range": 0.02,
|
11 |
+
"intermediate_size": 14336,
|
12 |
+
"max_position_embeddings": 32768,
|
13 |
+
"model_type": "mistral",
|
14 |
+
"num_attention_heads": 32,
|
15 |
+
"num_hidden_layers": 32,
|
16 |
+
"num_key_value_heads": 8,
|
17 |
+
"pad_token_id": 2,
|
18 |
+
"rms_norm_eps": 1e-05,
|
19 |
+
"rope_theta": 10000.0,
|
20 |
+
"sliding_window": 4096,
|
21 |
+
"tie_word_embeddings": false,
|
22 |
+
"torch_dtype": "bfloat16",
|
23 |
+
"transformers_version": "4.34.0",
|
24 |
+
"use_cache": true,
|
25 |
+
"vocab_size": 32000
|
26 |
+
}
|
eval_results.json
ADDED
@@ -0,0 +1,16 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"epoch": 1.0,
|
3 |
+
"eval_logits/chosen": -2.744652509689331,
|
4 |
+
"eval_logits/rejected": -2.71529483795166,
|
5 |
+
"eval_logps/chosen": -297.10400390625,
|
6 |
+
"eval_logps/rejected": -327.4286193847656,
|
7 |
+
"eval_loss": 0.46045970916748047,
|
8 |
+
"eval_rewards/accuracies": 0.78125,
|
9 |
+
"eval_rewards/chosen": -0.5052940249443054,
|
10 |
+
"eval_rewards/margins": 1.3699172735214233,
|
11 |
+
"eval_rewards/rejected": -1.8752113580703735,
|
12 |
+
"eval_runtime": 52.3218,
|
13 |
+
"eval_samples": 1000,
|
14 |
+
"eval_samples_per_second": 19.113,
|
15 |
+
"eval_steps_per_second": 0.306
|
16 |
+
}
|
generation_config.json
ADDED
@@ -0,0 +1,6 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_from_model_config": true,
|
3 |
+
"bos_token_id": 1,
|
4 |
+
"eos_token_id": 2,
|
5 |
+
"transformers_version": "4.34.0"
|
6 |
+
}
|
gitattributes
ADDED
@@ -0,0 +1,35 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
*.7z filter=lfs diff=lfs merge=lfs -text
|
2 |
+
*.arrow filter=lfs diff=lfs merge=lfs -text
|
3 |
+
*.bin filter=lfs diff=lfs merge=lfs -text
|
4 |
+
*.bz2 filter=lfs diff=lfs merge=lfs -text
|
5 |
+
*.ckpt filter=lfs diff=lfs merge=lfs -text
|
6 |
+
*.ftz filter=lfs diff=lfs merge=lfs -text
|
7 |
+
*.gz filter=lfs diff=lfs merge=lfs -text
|
8 |
+
*.h5 filter=lfs diff=lfs merge=lfs -text
|
9 |
+
*.joblib filter=lfs diff=lfs merge=lfs -text
|
10 |
+
*.lfs.* filter=lfs diff=lfs merge=lfs -text
|
11 |
+
*.mlmodel filter=lfs diff=lfs merge=lfs -text
|
12 |
+
*.model filter=lfs diff=lfs merge=lfs -text
|
13 |
+
*.msgpack filter=lfs diff=lfs merge=lfs -text
|
14 |
+
*.npy filter=lfs diff=lfs merge=lfs -text
|
15 |
+
*.npz filter=lfs diff=lfs merge=lfs -text
|
16 |
+
*.onnx filter=lfs diff=lfs merge=lfs -text
|
17 |
+
*.ot filter=lfs diff=lfs merge=lfs -text
|
18 |
+
*.parquet filter=lfs diff=lfs merge=lfs -text
|
19 |
+
*.pb filter=lfs diff=lfs merge=lfs -text
|
20 |
+
*.pickle filter=lfs diff=lfs merge=lfs -text
|
21 |
+
*.pkl filter=lfs diff=lfs merge=lfs -text
|
22 |
+
*.pt filter=lfs diff=lfs merge=lfs -text
|
23 |
+
*.pth filter=lfs diff=lfs merge=lfs -text
|
24 |
+
*.rar filter=lfs diff=lfs merge=lfs -text
|
25 |
+
*.safetensors filter=lfs diff=lfs merge=lfs -text
|
26 |
+
saved_model/**/* filter=lfs diff=lfs merge=lfs -text
|
27 |
+
*.tar.* filter=lfs diff=lfs merge=lfs -text
|
28 |
+
*.tar filter=lfs diff=lfs merge=lfs -text
|
29 |
+
*.tflite filter=lfs diff=lfs merge=lfs -text
|
30 |
+
*.tgz filter=lfs diff=lfs merge=lfs -text
|
31 |
+
*.wasm filter=lfs diff=lfs merge=lfs -text
|
32 |
+
*.xz filter=lfs diff=lfs merge=lfs -text
|
33 |
+
*.zip filter=lfs diff=lfs merge=lfs -text
|
34 |
+
*.zst filter=lfs diff=lfs merge=lfs -text
|
35 |
+
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
model-00001-of-00008.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:8a326e1e4738e5542c4c7fcbd4a98042b656f710a58444aec9b65c03106a173f
|
3 |
+
size 1889587040
|
model-00002-of-00008.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:dd3780c719220b990e284d46d725de1e897a41d2a2c9cb91412e67eb37febd81
|
3 |
+
size 1946243936
|
model-00003-of-00008.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:f193bbbdbf45f96e70119c361fb65d577bd96fbc9929f6f8b8ef381f06dae78d
|
3 |
+
size 1979781432
|
model-00004-of-00008.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:57aa1516be6c70c2dc0bdc9358aa3fc21a0a9e1f495b4a489be0892a77fcc169
|
3 |
+
size 1946243984
|
model-00005-of-00008.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:e6d3de7f15f72b7efaea9fa7b4c3a8250c2b3977b44dbf6a541c9e833d87dafe
|
3 |
+
size 1979781448
|
model-00006-of-00008.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:f7802127af417a113424be223deaeb2dea0bd74518a0ae81a9bf8b7e90592f4f
|
3 |
+
size 1946243984
|
model-00007-of-00008.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:2aa156167951408feeb432b4a459cab2a7b370b6d9bae8552e9438333ea7b73c
|
3 |
+
size 1979781448
|
model-00008-of-00008.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:bc926df799ef165ad0dd8b4b648f6860ed06366583950a9922ada27633d4c477
|
3 |
+
size 815834680
|
model.safetensors.index.json
ADDED
@@ -0,0 +1,298 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"metadata": {
|
3 |
+
"total_size": 14483464192
|
4 |
+
},
|
5 |
+
"weight_map": {
|
6 |
+
"lm_head.weight": "model-00008-of-00008.safetensors",
|
7 |
+
"model.embed_tokens.weight": "model-00001-of-00008.safetensors",
|
8 |
+
"model.layers.0.input_layernorm.weight": "model-00001-of-00008.safetensors",
|
9 |
+
"model.layers.0.mlp.down_proj.weight": "model-00001-of-00008.safetensors",
|
10 |
+
"model.layers.0.mlp.gate_proj.weight": "model-00001-of-00008.safetensors",
|
11 |
+
"model.layers.0.mlp.up_proj.weight": "model-00001-of-00008.safetensors",
|
12 |
+
"model.layers.0.post_attention_layernorm.weight": "model-00001-of-00008.safetensors",
|
13 |
+
"model.layers.0.self_attn.k_proj.weight": "model-00001-of-00008.safetensors",
|
14 |
+
"model.layers.0.self_attn.o_proj.weight": "model-00001-of-00008.safetensors",
|
15 |
+
"model.layers.0.self_attn.q_proj.weight": "model-00001-of-00008.safetensors",
|
16 |
+
"model.layers.0.self_attn.v_proj.weight": "model-00001-of-00008.safetensors",
|
17 |
+
"model.layers.1.input_layernorm.weight": "model-00001-of-00008.safetensors",
|
18 |
+
"model.layers.1.mlp.down_proj.weight": "model-00001-of-00008.safetensors",
|
19 |
+
"model.layers.1.mlp.gate_proj.weight": "model-00001-of-00008.safetensors",
|
20 |
+
"model.layers.1.mlp.up_proj.weight": "model-00001-of-00008.safetensors",
|
21 |
+
"model.layers.1.post_attention_layernorm.weight": "model-00001-of-00008.safetensors",
|
22 |
+
"model.layers.1.self_attn.k_proj.weight": "model-00001-of-00008.safetensors",
|
23 |
+
"model.layers.1.self_attn.o_proj.weight": "model-00001-of-00008.safetensors",
|
24 |
+
"model.layers.1.self_attn.q_proj.weight": "model-00001-of-00008.safetensors",
|
25 |
+
"model.layers.1.self_attn.v_proj.weight": "model-00001-of-00008.safetensors",
|
26 |
+
"model.layers.10.input_layernorm.weight": "model-00003-of-00008.safetensors",
|
27 |
+
"model.layers.10.mlp.down_proj.weight": "model-00003-of-00008.safetensors",
|
28 |
+
"model.layers.10.mlp.gate_proj.weight": "model-00003-of-00008.safetensors",
|
29 |
+
"model.layers.10.mlp.up_proj.weight": "model-00003-of-00008.safetensors",
|
30 |
+
"model.layers.10.post_attention_layernorm.weight": "model-00003-of-00008.safetensors",
|
31 |
+
"model.layers.10.self_attn.k_proj.weight": "model-00003-of-00008.safetensors",
|
32 |
+
"model.layers.10.self_attn.o_proj.weight": "model-00003-of-00008.safetensors",
|
33 |
+
"model.layers.10.self_attn.q_proj.weight": "model-00003-of-00008.safetensors",
|
34 |
+
"model.layers.10.self_attn.v_proj.weight": "model-00003-of-00008.safetensors",
|
35 |
+
"model.layers.11.input_layernorm.weight": "model-00003-of-00008.safetensors",
|
36 |
+
"model.layers.11.mlp.down_proj.weight": "model-00003-of-00008.safetensors",
|
37 |
+
"model.layers.11.mlp.gate_proj.weight": "model-00003-of-00008.safetensors",
|
38 |
+
"model.layers.11.mlp.up_proj.weight": "model-00003-of-00008.safetensors",
|
39 |
+
"model.layers.11.post_attention_layernorm.weight": "model-00003-of-00008.safetensors",
|
40 |
+
"model.layers.11.self_attn.k_proj.weight": "model-00003-of-00008.safetensors",
|
41 |
+
"model.layers.11.self_attn.o_proj.weight": "model-00003-of-00008.safetensors",
|
42 |
+
"model.layers.11.self_attn.q_proj.weight": "model-00003-of-00008.safetensors",
|
43 |
+
"model.layers.11.self_attn.v_proj.weight": "model-00003-of-00008.safetensors",
|
44 |
+
"model.layers.12.input_layernorm.weight": "model-00004-of-00008.safetensors",
|
45 |
+
"model.layers.12.mlp.down_proj.weight": "model-00004-of-00008.safetensors",
|
46 |
+
"model.layers.12.mlp.gate_proj.weight": "model-00003-of-00008.safetensors",
|
47 |
+
"model.layers.12.mlp.up_proj.weight": "model-00003-of-00008.safetensors",
|
48 |
+
"model.layers.12.post_attention_layernorm.weight": "model-00004-of-00008.safetensors",
|
49 |
+
"model.layers.12.self_attn.k_proj.weight": "model-00003-of-00008.safetensors",
|
50 |
+
"model.layers.12.self_attn.o_proj.weight": "model-00003-of-00008.safetensors",
|
51 |
+
"model.layers.12.self_attn.q_proj.weight": "model-00003-of-00008.safetensors",
|
52 |
+
"model.layers.12.self_attn.v_proj.weight": "model-00003-of-00008.safetensors",
|
53 |
+
"model.layers.13.input_layernorm.weight": "model-00004-of-00008.safetensors",
|
54 |
+
"model.layers.13.mlp.down_proj.weight": "model-00004-of-00008.safetensors",
|
55 |
+
"model.layers.13.mlp.gate_proj.weight": "model-00004-of-00008.safetensors",
|
56 |
+
"model.layers.13.mlp.up_proj.weight": "model-00004-of-00008.safetensors",
|
57 |
+
"model.layers.13.post_attention_layernorm.weight": "model-00004-of-00008.safetensors",
|
58 |
+
"model.layers.13.self_attn.k_proj.weight": "model-00004-of-00008.safetensors",
|
59 |
+
"model.layers.13.self_attn.o_proj.weight": "model-00004-of-00008.safetensors",
|
60 |
+
"model.layers.13.self_attn.q_proj.weight": "model-00004-of-00008.safetensors",
|
61 |
+
"model.layers.13.self_attn.v_proj.weight": "model-00004-of-00008.safetensors",
|
62 |
+
"model.layers.14.input_layernorm.weight": "model-00004-of-00008.safetensors",
|
63 |
+
"model.layers.14.mlp.down_proj.weight": "model-00004-of-00008.safetensors",
|
64 |
+
"model.layers.14.mlp.gate_proj.weight": "model-00004-of-00008.safetensors",
|
65 |
+
"model.layers.14.mlp.up_proj.weight": "model-00004-of-00008.safetensors",
|
66 |
+
"model.layers.14.post_attention_layernorm.weight": "model-00004-of-00008.safetensors",
|
67 |
+
"model.layers.14.self_attn.k_proj.weight": "model-00004-of-00008.safetensors",
|
68 |
+
"model.layers.14.self_attn.o_proj.weight": "model-00004-of-00008.safetensors",
|
69 |
+
"model.layers.14.self_attn.q_proj.weight": "model-00004-of-00008.safetensors",
|
70 |
+
"model.layers.14.self_attn.v_proj.weight": "model-00004-of-00008.safetensors",
|
71 |
+
"model.layers.15.input_layernorm.weight": "model-00004-of-00008.safetensors",
|
72 |
+
"model.layers.15.mlp.down_proj.weight": "model-00004-of-00008.safetensors",
|
73 |
+
"model.layers.15.mlp.gate_proj.weight": "model-00004-of-00008.safetensors",
|
74 |
+
"model.layers.15.mlp.up_proj.weight": "model-00004-of-00008.safetensors",
|
75 |
+
"model.layers.15.post_attention_layernorm.weight": "model-00004-of-00008.safetensors",
|
76 |
+
"model.layers.15.self_attn.k_proj.weight": "model-00004-of-00008.safetensors",
|
77 |
+
"model.layers.15.self_attn.o_proj.weight": "model-00004-of-00008.safetensors",
|
78 |
+
"model.layers.15.self_attn.q_proj.weight": "model-00004-of-00008.safetensors",
|
79 |
+
"model.layers.15.self_attn.v_proj.weight": "model-00004-of-00008.safetensors",
|
80 |
+
"model.layers.16.input_layernorm.weight": "model-00004-of-00008.safetensors",
|
81 |
+
"model.layers.16.mlp.down_proj.weight": "model-00004-of-00008.safetensors",
|
82 |
+
"model.layers.16.mlp.gate_proj.weight": "model-00004-of-00008.safetensors",
|
83 |
+
"model.layers.16.mlp.up_proj.weight": "model-00004-of-00008.safetensors",
|
84 |
+
"model.layers.16.post_attention_layernorm.weight": "model-00004-of-00008.safetensors",
|
85 |
+
"model.layers.16.self_attn.k_proj.weight": "model-00004-of-00008.safetensors",
|
86 |
+
"model.layers.16.self_attn.o_proj.weight": "model-00004-of-00008.safetensors",
|
87 |
+
"model.layers.16.self_attn.q_proj.weight": "model-00004-of-00008.safetensors",
|
88 |
+
"model.layers.16.self_attn.v_proj.weight": "model-00004-of-00008.safetensors",
|
89 |
+
"model.layers.17.input_layernorm.weight": "model-00005-of-00008.safetensors",
|
90 |
+
"model.layers.17.mlp.down_proj.weight": "model-00005-of-00008.safetensors",
|
91 |
+
"model.layers.17.mlp.gate_proj.weight": "model-00005-of-00008.safetensors",
|
92 |
+
"model.layers.17.mlp.up_proj.weight": "model-00005-of-00008.safetensors",
|
93 |
+
"model.layers.17.post_attention_layernorm.weight": "model-00005-of-00008.safetensors",
|
94 |
+
"model.layers.17.self_attn.k_proj.weight": "model-00004-of-00008.safetensors",
|
95 |
+
"model.layers.17.self_attn.o_proj.weight": "model-00004-of-00008.safetensors",
|
96 |
+
"model.layers.17.self_attn.q_proj.weight": "model-00004-of-00008.safetensors",
|
97 |
+
"model.layers.17.self_attn.v_proj.weight": "model-00004-of-00008.safetensors",
|
98 |
+
"model.layers.18.input_layernorm.weight": "model-00005-of-00008.safetensors",
|
99 |
+
"model.layers.18.mlp.down_proj.weight": "model-00005-of-00008.safetensors",
|
100 |
+
"model.layers.18.mlp.gate_proj.weight": "model-00005-of-00008.safetensors",
|
101 |
+
"model.layers.18.mlp.up_proj.weight": "model-00005-of-00008.safetensors",
|
102 |
+
"model.layers.18.post_attention_layernorm.weight": "model-00005-of-00008.safetensors",
|
103 |
+
"model.layers.18.self_attn.k_proj.weight": "model-00005-of-00008.safetensors",
|
104 |
+
"model.layers.18.self_attn.o_proj.weight": "model-00005-of-00008.safetensors",
|
105 |
+
"model.layers.18.self_attn.q_proj.weight": "model-00005-of-00008.safetensors",
|
106 |
+
"model.layers.18.self_attn.v_proj.weight": "model-00005-of-00008.safetensors",
|
107 |
+
"model.layers.19.input_layernorm.weight": "model-00005-of-00008.safetensors",
|
108 |
+
"model.layers.19.mlp.down_proj.weight": "model-00005-of-00008.safetensors",
|
109 |
+
"model.layers.19.mlp.gate_proj.weight": "model-00005-of-00008.safetensors",
|
110 |
+
"model.layers.19.mlp.up_proj.weight": "model-00005-of-00008.safetensors",
|
111 |
+
"model.layers.19.post_attention_layernorm.weight": "model-00005-of-00008.safetensors",
|
112 |
+
"model.layers.19.self_attn.k_proj.weight": "model-00005-of-00008.safetensors",
|
113 |
+
"model.layers.19.self_attn.o_proj.weight": "model-00005-of-00008.safetensors",
|
114 |
+
"model.layers.19.self_attn.q_proj.weight": "model-00005-of-00008.safetensors",
|
115 |
+
"model.layers.19.self_attn.v_proj.weight": "model-00005-of-00008.safetensors",
|
116 |
+
"model.layers.2.input_layernorm.weight": "model-00001-of-00008.safetensors",
|
117 |
+
"model.layers.2.mlp.down_proj.weight": "model-00001-of-00008.safetensors",
|
118 |
+
"model.layers.2.mlp.gate_proj.weight": "model-00001-of-00008.safetensors",
|
119 |
+
"model.layers.2.mlp.up_proj.weight": "model-00001-of-00008.safetensors",
|
120 |
+
"model.layers.2.post_attention_layernorm.weight": "model-00001-of-00008.safetensors",
|
121 |
+
"model.layers.2.self_attn.k_proj.weight": "model-00001-of-00008.safetensors",
|
122 |
+
"model.layers.2.self_attn.o_proj.weight": "model-00001-of-00008.safetensors",
|
123 |
+
"model.layers.2.self_attn.q_proj.weight": "model-00001-of-00008.safetensors",
|
124 |
+
"model.layers.2.self_attn.v_proj.weight": "model-00001-of-00008.safetensors",
|
125 |
+
"model.layers.20.input_layernorm.weight": "model-00005-of-00008.safetensors",
|
126 |
+
"model.layers.20.mlp.down_proj.weight": "model-00005-of-00008.safetensors",
|
127 |
+
"model.layers.20.mlp.gate_proj.weight": "model-00005-of-00008.safetensors",
|
128 |
+
"model.layers.20.mlp.up_proj.weight": "model-00005-of-00008.safetensors",
|
129 |
+
"model.layers.20.post_attention_layernorm.weight": "model-00005-of-00008.safetensors",
|
130 |
+
"model.layers.20.self_attn.k_proj.weight": "model-00005-of-00008.safetensors",
|
131 |
+
"model.layers.20.self_attn.o_proj.weight": "model-00005-of-00008.safetensors",
|
132 |
+
"model.layers.20.self_attn.q_proj.weight": "model-00005-of-00008.safetensors",
|
133 |
+
"model.layers.20.self_attn.v_proj.weight": "model-00005-of-00008.safetensors",
|
134 |
+
"model.layers.21.input_layernorm.weight": "model-00006-of-00008.safetensors",
|
135 |
+
"model.layers.21.mlp.down_proj.weight": "model-00006-of-00008.safetensors",
|
136 |
+
"model.layers.21.mlp.gate_proj.weight": "model-00005-of-00008.safetensors",
|
137 |
+
"model.layers.21.mlp.up_proj.weight": "model-00005-of-00008.safetensors",
|
138 |
+
"model.layers.21.post_attention_layernorm.weight": "model-00006-of-00008.safetensors",
|
139 |
+
"model.layers.21.self_attn.k_proj.weight": "model-00005-of-00008.safetensors",
|
140 |
+
"model.layers.21.self_attn.o_proj.weight": "model-00005-of-00008.safetensors",
|
141 |
+
"model.layers.21.self_attn.q_proj.weight": "model-00005-of-00008.safetensors",
|
142 |
+
"model.layers.21.self_attn.v_proj.weight": "model-00005-of-00008.safetensors",
|
143 |
+
"model.layers.22.input_layernorm.weight": "model-00006-of-00008.safetensors",
|
144 |
+
"model.layers.22.mlp.down_proj.weight": "model-00006-of-00008.safetensors",
|
145 |
+
"model.layers.22.mlp.gate_proj.weight": "model-00006-of-00008.safetensors",
|
146 |
+
"model.layers.22.mlp.up_proj.weight": "model-00006-of-00008.safetensors",
|
147 |
+
"model.layers.22.post_attention_layernorm.weight": "model-00006-of-00008.safetensors",
|
148 |
+
"model.layers.22.self_attn.k_proj.weight": "model-00006-of-00008.safetensors",
|
149 |
+
"model.layers.22.self_attn.o_proj.weight": "model-00006-of-00008.safetensors",
|
150 |
+
"model.layers.22.self_attn.q_proj.weight": "model-00006-of-00008.safetensors",
|
151 |
+
"model.layers.22.self_attn.v_proj.weight": "model-00006-of-00008.safetensors",
|
152 |
+
"model.layers.23.input_layernorm.weight": "model-00006-of-00008.safetensors",
|
153 |
+
"model.layers.23.mlp.down_proj.weight": "model-00006-of-00008.safetensors",
|
154 |
+
"model.layers.23.mlp.gate_proj.weight": "model-00006-of-00008.safetensors",
|
155 |
+
"model.layers.23.mlp.up_proj.weight": "model-00006-of-00008.safetensors",
|
156 |
+
"model.layers.23.post_attention_layernorm.weight": "model-00006-of-00008.safetensors",
|
157 |
+
"model.layers.23.self_attn.k_proj.weight": "model-00006-of-00008.safetensors",
|
158 |
+
"model.layers.23.self_attn.o_proj.weight": "model-00006-of-00008.safetensors",
|
159 |
+
"model.layers.23.self_attn.q_proj.weight": "model-00006-of-00008.safetensors",
|
160 |
+
"model.layers.23.self_attn.v_proj.weight": "model-00006-of-00008.safetensors",
|
161 |
+
"model.layers.24.input_layernorm.weight": "model-00006-of-00008.safetensors",
|
162 |
+
"model.layers.24.mlp.down_proj.weight": "model-00006-of-00008.safetensors",
|
163 |
+
"model.layers.24.mlp.gate_proj.weight": "model-00006-of-00008.safetensors",
|
164 |
+
"model.layers.24.mlp.up_proj.weight": "model-00006-of-00008.safetensors",
|
165 |
+
"model.layers.24.post_attention_layernorm.weight": "model-00006-of-00008.safetensors",
|
166 |
+
"model.layers.24.self_attn.k_proj.weight": "model-00006-of-00008.safetensors",
|
167 |
+
"model.layers.24.self_attn.o_proj.weight": "model-00006-of-00008.safetensors",
|
168 |
+
"model.layers.24.self_attn.q_proj.weight": "model-00006-of-00008.safetensors",
|
169 |
+
"model.layers.24.self_attn.v_proj.weight": "model-00006-of-00008.safetensors",
|
170 |
+
"model.layers.25.input_layernorm.weight": "model-00006-of-00008.safetensors",
|
171 |
+
"model.layers.25.mlp.down_proj.weight": "model-00006-of-00008.safetensors",
|
172 |
+
"model.layers.25.mlp.gate_proj.weight": "model-00006-of-00008.safetensors",
|
173 |
+
"model.layers.25.mlp.up_proj.weight": "model-00006-of-00008.safetensors",
|
174 |
+
"model.layers.25.post_attention_layernorm.weight": "model-00006-of-00008.safetensors",
|
175 |
+
"model.layers.25.self_attn.k_proj.weight": "model-00006-of-00008.safetensors",
|
176 |
+
"model.layers.25.self_attn.o_proj.weight": "model-00006-of-00008.safetensors",
|
177 |
+
"model.layers.25.self_attn.q_proj.weight": "model-00006-of-00008.safetensors",
|
178 |
+
"model.layers.25.self_attn.v_proj.weight": "model-00006-of-00008.safetensors",
|
179 |
+
"model.layers.26.input_layernorm.weight": "model-00007-of-00008.safetensors",
|
180 |
+
"model.layers.26.mlp.down_proj.weight": "model-00007-of-00008.safetensors",
|
181 |
+
"model.layers.26.mlp.gate_proj.weight": "model-00007-of-00008.safetensors",
|
182 |
+
"model.layers.26.mlp.up_proj.weight": "model-00007-of-00008.safetensors",
|
183 |
+
"model.layers.26.post_attention_layernorm.weight": "model-00007-of-00008.safetensors",
|
184 |
+
"model.layers.26.self_attn.k_proj.weight": "model-00006-of-00008.safetensors",
|
185 |
+
"model.layers.26.self_attn.o_proj.weight": "model-00006-of-00008.safetensors",
|
186 |
+
"model.layers.26.self_attn.q_proj.weight": "model-00006-of-00008.safetensors",
|
187 |
+
"model.layers.26.self_attn.v_proj.weight": "model-00006-of-00008.safetensors",
|
188 |
+
"model.layers.27.input_layernorm.weight": "model-00007-of-00008.safetensors",
|
189 |
+
"model.layers.27.mlp.down_proj.weight": "model-00007-of-00008.safetensors",
|
190 |
+
"model.layers.27.mlp.gate_proj.weight": "model-00007-of-00008.safetensors",
|
191 |
+
"model.layers.27.mlp.up_proj.weight": "model-00007-of-00008.safetensors",
|
192 |
+
"model.layers.27.post_attention_layernorm.weight": "model-00007-of-00008.safetensors",
|
193 |
+
"model.layers.27.self_attn.k_proj.weight": "model-00007-of-00008.safetensors",
|
194 |
+
"model.layers.27.self_attn.o_proj.weight": "model-00007-of-00008.safetensors",
|
195 |
+
"model.layers.27.self_attn.q_proj.weight": "model-00007-of-00008.safetensors",
|
196 |
+
"model.layers.27.self_attn.v_proj.weight": "model-00007-of-00008.safetensors",
|
197 |
+
"model.layers.28.input_layernorm.weight": "model-00007-of-00008.safetensors",
|
198 |
+
"model.layers.28.mlp.down_proj.weight": "model-00007-of-00008.safetensors",
|
199 |
+
"model.layers.28.mlp.gate_proj.weight": "model-00007-of-00008.safetensors",
|
200 |
+
"model.layers.28.mlp.up_proj.weight": "model-00007-of-00008.safetensors",
|
201 |
+
"model.layers.28.post_attention_layernorm.weight": "model-00007-of-00008.safetensors",
|
202 |
+
"model.layers.28.self_attn.k_proj.weight": "model-00007-of-00008.safetensors",
|
203 |
+
"model.layers.28.self_attn.o_proj.weight": "model-00007-of-00008.safetensors",
|
204 |
+
"model.layers.28.self_attn.q_proj.weight": "model-00007-of-00008.safetensors",
|
205 |
+
"model.layers.28.self_attn.v_proj.weight": "model-00007-of-00008.safetensors",
|
206 |
+
"model.layers.29.input_layernorm.weight": "model-00007-of-00008.safetensors",
|
207 |
+
"model.layers.29.mlp.down_proj.weight": "model-00007-of-00008.safetensors",
|
208 |
+
"model.layers.29.mlp.gate_proj.weight": "model-00007-of-00008.safetensors",
|
209 |
+
"model.layers.29.mlp.up_proj.weight": "model-00007-of-00008.safetensors",
|
210 |
+
"model.layers.29.post_attention_layernorm.weight": "model-00007-of-00008.safetensors",
|
211 |
+
"model.layers.29.self_attn.k_proj.weight": "model-00007-of-00008.safetensors",
|
212 |
+
"model.layers.29.self_attn.o_proj.weight": "model-00007-of-00008.safetensors",
|
213 |
+
"model.layers.29.self_attn.q_proj.weight": "model-00007-of-00008.safetensors",
|
214 |
+
"model.layers.29.self_attn.v_proj.weight": "model-00007-of-00008.safetensors",
|
215 |
+
"model.layers.3.input_layernorm.weight": "model-00002-of-00008.safetensors",
|
216 |
+
"model.layers.3.mlp.down_proj.weight": "model-00002-of-00008.safetensors",
|
217 |
+
"model.layers.3.mlp.gate_proj.weight": "model-00001-of-00008.safetensors",
|
218 |
+
"model.layers.3.mlp.up_proj.weight": "model-00001-of-00008.safetensors",
|
219 |
+
"model.layers.3.post_attention_layernorm.weight": "model-00002-of-00008.safetensors",
|
220 |
+
"model.layers.3.self_attn.k_proj.weight": "model-00001-of-00008.safetensors",
|
221 |
+
"model.layers.3.self_attn.o_proj.weight": "model-00001-of-00008.safetensors",
|
222 |
+
"model.layers.3.self_attn.q_proj.weight": "model-00001-of-00008.safetensors",
|
223 |
+
"model.layers.3.self_attn.v_proj.weight": "model-00001-of-00008.safetensors",
|
224 |
+
"model.layers.30.input_layernorm.weight": "model-00008-of-00008.safetensors",
|
225 |
+
"model.layers.30.mlp.down_proj.weight": "model-00008-of-00008.safetensors",
|
226 |
+
"model.layers.30.mlp.gate_proj.weight": "model-00007-of-00008.safetensors",
|
227 |
+
"model.layers.30.mlp.up_proj.weight": "model-00007-of-00008.safetensors",
|
228 |
+
"model.layers.30.post_attention_layernorm.weight": "model-00008-of-00008.safetensors",
|
229 |
+
"model.layers.30.self_attn.k_proj.weight": "model-00007-of-00008.safetensors",
|
230 |
+
"model.layers.30.self_attn.o_proj.weight": "model-00007-of-00008.safetensors",
|
231 |
+
"model.layers.30.self_attn.q_proj.weight": "model-00007-of-00008.safetensors",
|
232 |
+
"model.layers.30.self_attn.v_proj.weight": "model-00007-of-00008.safetensors",
|
233 |
+
"model.layers.31.input_layernorm.weight": "model-00008-of-00008.safetensors",
|
234 |
+
"model.layers.31.mlp.down_proj.weight": "model-00008-of-00008.safetensors",
|
235 |
+
"model.layers.31.mlp.gate_proj.weight": "model-00008-of-00008.safetensors",
|
236 |
+
"model.layers.31.mlp.up_proj.weight": "model-00008-of-00008.safetensors",
|
237 |
+
"model.layers.31.post_attention_layernorm.weight": "model-00008-of-00008.safetensors",
|
238 |
+
"model.layers.31.self_attn.k_proj.weight": "model-00008-of-00008.safetensors",
|
239 |
+
"model.layers.31.self_attn.o_proj.weight": "model-00008-of-00008.safetensors",
|
240 |
+
"model.layers.31.self_attn.q_proj.weight": "model-00008-of-00008.safetensors",
|
241 |
+
"model.layers.31.self_attn.v_proj.weight": "model-00008-of-00008.safetensors",
|
242 |
+
"model.layers.4.input_layernorm.weight": "model-00002-of-00008.safetensors",
|
243 |
+
"model.layers.4.mlp.down_proj.weight": "model-00002-of-00008.safetensors",
|
244 |
+
"model.layers.4.mlp.gate_proj.weight": "model-00002-of-00008.safetensors",
|
245 |
+
"model.layers.4.mlp.up_proj.weight": "model-00002-of-00008.safetensors",
|
246 |
+
"model.layers.4.post_attention_layernorm.weight": "model-00002-of-00008.safetensors",
|
247 |
+
"model.layers.4.self_attn.k_proj.weight": "model-00002-of-00008.safetensors",
|
248 |
+
"model.layers.4.self_attn.o_proj.weight": "model-00002-of-00008.safetensors",
|
249 |
+
"model.layers.4.self_attn.q_proj.weight": "model-00002-of-00008.safetensors",
|
250 |
+
"model.layers.4.self_attn.v_proj.weight": "model-00002-of-00008.safetensors",
|
251 |
+
"model.layers.5.input_layernorm.weight": "model-00002-of-00008.safetensors",
|
252 |
+
"model.layers.5.mlp.down_proj.weight": "model-00002-of-00008.safetensors",
|
253 |
+
"model.layers.5.mlp.gate_proj.weight": "model-00002-of-00008.safetensors",
|
254 |
+
"model.layers.5.mlp.up_proj.weight": "model-00002-of-00008.safetensors",
|
255 |
+
"model.layers.5.post_attention_layernorm.weight": "model-00002-of-00008.safetensors",
|
256 |
+
"model.layers.5.self_attn.k_proj.weight": "model-00002-of-00008.safetensors",
|
257 |
+
"model.layers.5.self_attn.o_proj.weight": "model-00002-of-00008.safetensors",
|
258 |
+
"model.layers.5.self_attn.q_proj.weight": "model-00002-of-00008.safetensors",
|
259 |
+
"model.layers.5.self_attn.v_proj.weight": "model-00002-of-00008.safetensors",
|
260 |
+
"model.layers.6.input_layernorm.weight": "model-00002-of-00008.safetensors",
|
261 |
+
"model.layers.6.mlp.down_proj.weight": "model-00002-of-00008.safetensors",
|
262 |
+
"model.layers.6.mlp.gate_proj.weight": "model-00002-of-00008.safetensors",
|
263 |
+
"model.layers.6.mlp.up_proj.weight": "model-00002-of-00008.safetensors",
|
264 |
+
"model.layers.6.post_attention_layernorm.weight": "model-00002-of-00008.safetensors",
|
265 |
+
"model.layers.6.self_attn.k_proj.weight": "model-00002-of-00008.safetensors",
|
266 |
+
"model.layers.6.self_attn.o_proj.weight": "model-00002-of-00008.safetensors",
|
267 |
+
"model.layers.6.self_attn.q_proj.weight": "model-00002-of-00008.safetensors",
|
268 |
+
"model.layers.6.self_attn.v_proj.weight": "model-00002-of-00008.safetensors",
|
269 |
+
"model.layers.7.input_layernorm.weight": "model-00002-of-00008.safetensors",
|
270 |
+
"model.layers.7.mlp.down_proj.weight": "model-00002-of-00008.safetensors",
|
271 |
+
"model.layers.7.mlp.gate_proj.weight": "model-00002-of-00008.safetensors",
|
272 |
+
"model.layers.7.mlp.up_proj.weight": "model-00002-of-00008.safetensors",
|
273 |
+
"model.layers.7.post_attention_layernorm.weight": "model-00002-of-00008.safetensors",
|
274 |
+
"model.layers.7.self_attn.k_proj.weight": "model-00002-of-00008.safetensors",
|
275 |
+
"model.layers.7.self_attn.o_proj.weight": "model-00002-of-00008.safetensors",
|
276 |
+
"model.layers.7.self_attn.q_proj.weight": "model-00002-of-00008.safetensors",
|
277 |
+
"model.layers.7.self_attn.v_proj.weight": "model-00002-of-00008.safetensors",
|
278 |
+
"model.layers.8.input_layernorm.weight": "model-00003-of-00008.safetensors",
|
279 |
+
"model.layers.8.mlp.down_proj.weight": "model-00003-of-00008.safetensors",
|
280 |
+
"model.layers.8.mlp.gate_proj.weight": "model-00003-of-00008.safetensors",
|
281 |
+
"model.layers.8.mlp.up_proj.weight": "model-00003-of-00008.safetensors",
|
282 |
+
"model.layers.8.post_attention_layernorm.weight": "model-00003-of-00008.safetensors",
|
283 |
+
"model.layers.8.self_attn.k_proj.weight": "model-00002-of-00008.safetensors",
|
284 |
+
"model.layers.8.self_attn.o_proj.weight": "model-00002-of-00008.safetensors",
|
285 |
+
"model.layers.8.self_attn.q_proj.weight": "model-00002-of-00008.safetensors",
|
286 |
+
"model.layers.8.self_attn.v_proj.weight": "model-00002-of-00008.safetensors",
|
287 |
+
"model.layers.9.input_layernorm.weight": "model-00003-of-00008.safetensors",
|
288 |
+
"model.layers.9.mlp.down_proj.weight": "model-00003-of-00008.safetensors",
|
289 |
+
"model.layers.9.mlp.gate_proj.weight": "model-00003-of-00008.safetensors",
|
290 |
+
"model.layers.9.mlp.up_proj.weight": "model-00003-of-00008.safetensors",
|
291 |
+
"model.layers.9.post_attention_layernorm.weight": "model-00003-of-00008.safetensors",
|
292 |
+
"model.layers.9.self_attn.k_proj.weight": "model-00003-of-00008.safetensors",
|
293 |
+
"model.layers.9.self_attn.o_proj.weight": "model-00003-of-00008.safetensors",
|
294 |
+
"model.layers.9.self_attn.q_proj.weight": "model-00003-of-00008.safetensors",
|
295 |
+
"model.layers.9.self_attn.v_proj.weight": "model-00003-of-00008.safetensors",
|
296 |
+
"model.norm.weight": "model-00008-of-00008.safetensors"
|
297 |
+
}
|
298 |
+
}
|
pytorch_model-00001-of-00008.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:5e6e08a052e25fc9766d3c8dc03f9badf7ed78f5ac8bf667bee18d223464a65d
|
3 |
+
size 1889594419
|
pytorch_model-00002-of-00008.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:a211772beab275d1696c295a77cc0fd0b9e5e585d004bdb23541bdf1985a4157
|
3 |
+
size 1946253333
|
pytorch_model-00003-of-00008.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:715d009ddd4e40d069fc88904eaa6f029fbf87bd7b2b985367618eb2f99c17d0
|
3 |
+
size 1979789691
|
pytorch_model-00004-of-00008.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:f6ea860edada7b276bd174f095a03f86fe0c4fdd6d09831d9db2f77fdb3333ec
|
3 |
+
size 1946253397
|
pytorch_model-00005-of-00008.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:660240279eed274f7da19d6689621b2a607b05bd136b50d58be93e1401c7856a
|
3 |
+
size 1979789691
|
pytorch_model-00006-of-00008.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:9ee421c50c3494420a11263a4f1d4b8d70bd22dcf21e4f09414efd60cce0b70b
|
3 |
+
size 1946253397
|
pytorch_model-00007-of-00008.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:7145f22d245fdea964607b314efd4a4e7821cc991b7dd728c5154f1121af6c37
|
3 |
+
size 1979789691
|
pytorch_model-00008-of-00008.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:58ee4fdfec2bf9b297f2943f043461699aed20b2fb1a5632ac168e8866851eb9
|
3 |
+
size 815838027
|
pytorch_model.bin.index.json
ADDED
@@ -0,0 +1,298 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"metadata": {
|
3 |
+
"total_size": 14483464192
|
4 |
+
},
|
5 |
+
"weight_map": {
|
6 |
+
"lm_head.weight": "pytorch_model-00008-of-00008.bin",
|
7 |
+
"model.embed_tokens.weight": "pytorch_model-00001-of-00008.bin",
|
8 |
+
"model.layers.0.input_layernorm.weight": "pytorch_model-00001-of-00008.bin",
|
9 |
+
"model.layers.0.mlp.down_proj.weight": "pytorch_model-00001-of-00008.bin",
|
10 |
+
"model.layers.0.mlp.gate_proj.weight": "pytorch_model-00001-of-00008.bin",
|
11 |
+
"model.layers.0.mlp.up_proj.weight": "pytorch_model-00001-of-00008.bin",
|
12 |
+
"model.layers.0.post_attention_layernorm.weight": "pytorch_model-00001-of-00008.bin",
|
13 |
+
"model.layers.0.self_attn.k_proj.weight": "pytorch_model-00001-of-00008.bin",
|
14 |
+
"model.layers.0.self_attn.o_proj.weight": "pytorch_model-00001-of-00008.bin",
|
15 |
+
"model.layers.0.self_attn.q_proj.weight": "pytorch_model-00001-of-00008.bin",
|
16 |
+
"model.layers.0.self_attn.v_proj.weight": "pytorch_model-00001-of-00008.bin",
|
17 |
+
"model.layers.1.input_layernorm.weight": "pytorch_model-00001-of-00008.bin",
|
18 |
+
"model.layers.1.mlp.down_proj.weight": "pytorch_model-00001-of-00008.bin",
|
19 |
+
"model.layers.1.mlp.gate_proj.weight": "pytorch_model-00001-of-00008.bin",
|
20 |
+
"model.layers.1.mlp.up_proj.weight": "pytorch_model-00001-of-00008.bin",
|
21 |
+
"model.layers.1.post_attention_layernorm.weight": "pytorch_model-00001-of-00008.bin",
|
22 |
+
"model.layers.1.self_attn.k_proj.weight": "pytorch_model-00001-of-00008.bin",
|
23 |
+
"model.layers.1.self_attn.o_proj.weight": "pytorch_model-00001-of-00008.bin",
|
24 |
+
"model.layers.1.self_attn.q_proj.weight": "pytorch_model-00001-of-00008.bin",
|
25 |
+
"model.layers.1.self_attn.v_proj.weight": "pytorch_model-00001-of-00008.bin",
|
26 |
+
"model.layers.10.input_layernorm.weight": "pytorch_model-00003-of-00008.bin",
|
27 |
+
"model.layers.10.mlp.down_proj.weight": "pytorch_model-00003-of-00008.bin",
|
28 |
+
"model.layers.10.mlp.gate_proj.weight": "pytorch_model-00003-of-00008.bin",
|
29 |
+
"model.layers.10.mlp.up_proj.weight": "pytorch_model-00003-of-00008.bin",
|
30 |
+
"model.layers.10.post_attention_layernorm.weight": "pytorch_model-00003-of-00008.bin",
|
31 |
+
"model.layers.10.self_attn.k_proj.weight": "pytorch_model-00003-of-00008.bin",
|
32 |
+
"model.layers.10.self_attn.o_proj.weight": "pytorch_model-00003-of-00008.bin",
|
33 |
+
"model.layers.10.self_attn.q_proj.weight": "pytorch_model-00003-of-00008.bin",
|
34 |
+
"model.layers.10.self_attn.v_proj.weight": "pytorch_model-00003-of-00008.bin",
|
35 |
+
"model.layers.11.input_layernorm.weight": "pytorch_model-00003-of-00008.bin",
|
36 |
+
"model.layers.11.mlp.down_proj.weight": "pytorch_model-00003-of-00008.bin",
|
37 |
+
"model.layers.11.mlp.gate_proj.weight": "pytorch_model-00003-of-00008.bin",
|
38 |
+
"model.layers.11.mlp.up_proj.weight": "pytorch_model-00003-of-00008.bin",
|
39 |
+
"model.layers.11.post_attention_layernorm.weight": "pytorch_model-00003-of-00008.bin",
|
40 |
+
"model.layers.11.self_attn.k_proj.weight": "pytorch_model-00003-of-00008.bin",
|
41 |
+
"model.layers.11.self_attn.o_proj.weight": "pytorch_model-00003-of-00008.bin",
|
42 |
+
"model.layers.11.self_attn.q_proj.weight": "pytorch_model-00003-of-00008.bin",
|
43 |
+
"model.layers.11.self_attn.v_proj.weight": "pytorch_model-00003-of-00008.bin",
|
44 |
+
"model.layers.12.input_layernorm.weight": "pytorch_model-00004-of-00008.bin",
|
45 |
+
"model.layers.12.mlp.down_proj.weight": "pytorch_model-00004-of-00008.bin",
|
46 |
+
"model.layers.12.mlp.gate_proj.weight": "pytorch_model-00003-of-00008.bin",
|
47 |
+
"model.layers.12.mlp.up_proj.weight": "pytorch_model-00003-of-00008.bin",
|
48 |
+
"model.layers.12.post_attention_layernorm.weight": "pytorch_model-00004-of-00008.bin",
|
49 |
+
"model.layers.12.self_attn.k_proj.weight": "pytorch_model-00003-of-00008.bin",
|
50 |
+
"model.layers.12.self_attn.o_proj.weight": "pytorch_model-00003-of-00008.bin",
|
51 |
+
"model.layers.12.self_attn.q_proj.weight": "pytorch_model-00003-of-00008.bin",
|
52 |
+
"model.layers.12.self_attn.v_proj.weight": "pytorch_model-00003-of-00008.bin",
|
53 |
+
"model.layers.13.input_layernorm.weight": "pytorch_model-00004-of-00008.bin",
|
54 |
+
"model.layers.13.mlp.down_proj.weight": "pytorch_model-00004-of-00008.bin",
|
55 |
+
"model.layers.13.mlp.gate_proj.weight": "pytorch_model-00004-of-00008.bin",
|
56 |
+
"model.layers.13.mlp.up_proj.weight": "pytorch_model-00004-of-00008.bin",
|
57 |
+
"model.layers.13.post_attention_layernorm.weight": "pytorch_model-00004-of-00008.bin",
|
58 |
+
"model.layers.13.self_attn.k_proj.weight": "pytorch_model-00004-of-00008.bin",
|
59 |
+
"model.layers.13.self_attn.o_proj.weight": "pytorch_model-00004-of-00008.bin",
|
60 |
+
"model.layers.13.self_attn.q_proj.weight": "pytorch_model-00004-of-00008.bin",
|
61 |
+
"model.layers.13.self_attn.v_proj.weight": "pytorch_model-00004-of-00008.bin",
|
62 |
+
"model.layers.14.input_layernorm.weight": "pytorch_model-00004-of-00008.bin",
|
63 |
+
"model.layers.14.mlp.down_proj.weight": "pytorch_model-00004-of-00008.bin",
|
64 |
+
"model.layers.14.mlp.gate_proj.weight": "pytorch_model-00004-of-00008.bin",
|
65 |
+
"model.layers.14.mlp.up_proj.weight": "pytorch_model-00004-of-00008.bin",
|
66 |
+
"model.layers.14.post_attention_layernorm.weight": "pytorch_model-00004-of-00008.bin",
|
67 |
+
"model.layers.14.self_attn.k_proj.weight": "pytorch_model-00004-of-00008.bin",
|
68 |
+
"model.layers.14.self_attn.o_proj.weight": "pytorch_model-00004-of-00008.bin",
|
69 |
+
"model.layers.14.self_attn.q_proj.weight": "pytorch_model-00004-of-00008.bin",
|
70 |
+
"model.layers.14.self_attn.v_proj.weight": "pytorch_model-00004-of-00008.bin",
|
71 |
+
"model.layers.15.input_layernorm.weight": "pytorch_model-00004-of-00008.bin",
|
72 |
+
"model.layers.15.mlp.down_proj.weight": "pytorch_model-00004-of-00008.bin",
|
73 |
+
"model.layers.15.mlp.gate_proj.weight": "pytorch_model-00004-of-00008.bin",
|
74 |
+
"model.layers.15.mlp.up_proj.weight": "pytorch_model-00004-of-00008.bin",
|
75 |
+
"model.layers.15.post_attention_layernorm.weight": "pytorch_model-00004-of-00008.bin",
|
76 |
+
"model.layers.15.self_attn.k_proj.weight": "pytorch_model-00004-of-00008.bin",
|
77 |
+
"model.layers.15.self_attn.o_proj.weight": "pytorch_model-00004-of-00008.bin",
|
78 |
+
"model.layers.15.self_attn.q_proj.weight": "pytorch_model-00004-of-00008.bin",
|
79 |
+
"model.layers.15.self_attn.v_proj.weight": "pytorch_model-00004-of-00008.bin",
|
80 |
+
"model.layers.16.input_layernorm.weight": "pytorch_model-00004-of-00008.bin",
|
81 |
+
"model.layers.16.mlp.down_proj.weight": "pytorch_model-00004-of-00008.bin",
|
82 |
+
"model.layers.16.mlp.gate_proj.weight": "pytorch_model-00004-of-00008.bin",
|
83 |
+
"model.layers.16.mlp.up_proj.weight": "pytorch_model-00004-of-00008.bin",
|
84 |
+
"model.layers.16.post_attention_layernorm.weight": "pytorch_model-00004-of-00008.bin",
|
85 |
+
"model.layers.16.self_attn.k_proj.weight": "pytorch_model-00004-of-00008.bin",
|
86 |
+
"model.layers.16.self_attn.o_proj.weight": "pytorch_model-00004-of-00008.bin",
|
87 |
+
"model.layers.16.self_attn.q_proj.weight": "pytorch_model-00004-of-00008.bin",
|
88 |
+
"model.layers.16.self_attn.v_proj.weight": "pytorch_model-00004-of-00008.bin",
|
89 |
+
"model.layers.17.input_layernorm.weight": "pytorch_model-00005-of-00008.bin",
|
90 |
+
"model.layers.17.mlp.down_proj.weight": "pytorch_model-00005-of-00008.bin",
|
91 |
+
"model.layers.17.mlp.gate_proj.weight": "pytorch_model-00005-of-00008.bin",
|
92 |
+
"model.layers.17.mlp.up_proj.weight": "pytorch_model-00005-of-00008.bin",
|
93 |
+
"model.layers.17.post_attention_layernorm.weight": "pytorch_model-00005-of-00008.bin",
|
94 |
+
"model.layers.17.self_attn.k_proj.weight": "pytorch_model-00004-of-00008.bin",
|
95 |
+
"model.layers.17.self_attn.o_proj.weight": "pytorch_model-00004-of-00008.bin",
|
96 |
+
"model.layers.17.self_attn.q_proj.weight": "pytorch_model-00004-of-00008.bin",
|
97 |
+
"model.layers.17.self_attn.v_proj.weight": "pytorch_model-00004-of-00008.bin",
|
98 |
+
"model.layers.18.input_layernorm.weight": "pytorch_model-00005-of-00008.bin",
|
99 |
+
"model.layers.18.mlp.down_proj.weight": "pytorch_model-00005-of-00008.bin",
|
100 |
+
"model.layers.18.mlp.gate_proj.weight": "pytorch_model-00005-of-00008.bin",
|
101 |
+
"model.layers.18.mlp.up_proj.weight": "pytorch_model-00005-of-00008.bin",
|
102 |
+
"model.layers.18.post_attention_layernorm.weight": "pytorch_model-00005-of-00008.bin",
|
103 |
+
"model.layers.18.self_attn.k_proj.weight": "pytorch_model-00005-of-00008.bin",
|
104 |
+
"model.layers.18.self_attn.o_proj.weight": "pytorch_model-00005-of-00008.bin",
|
105 |
+
"model.layers.18.self_attn.q_proj.weight": "pytorch_model-00005-of-00008.bin",
|
106 |
+
"model.layers.18.self_attn.v_proj.weight": "pytorch_model-00005-of-00008.bin",
|
107 |
+
"model.layers.19.input_layernorm.weight": "pytorch_model-00005-of-00008.bin",
|
108 |
+
"model.layers.19.mlp.down_proj.weight": "pytorch_model-00005-of-00008.bin",
|
109 |
+
"model.layers.19.mlp.gate_proj.weight": "pytorch_model-00005-of-00008.bin",
|
110 |
+
"model.layers.19.mlp.up_proj.weight": "pytorch_model-00005-of-00008.bin",
|
111 |
+
"model.layers.19.post_attention_layernorm.weight": "pytorch_model-00005-of-00008.bin",
|
112 |
+
"model.layers.19.self_attn.k_proj.weight": "pytorch_model-00005-of-00008.bin",
|
113 |
+
"model.layers.19.self_attn.o_proj.weight": "pytorch_model-00005-of-00008.bin",
|
114 |
+
"model.layers.19.self_attn.q_proj.weight": "pytorch_model-00005-of-00008.bin",
|
115 |
+
"model.layers.19.self_attn.v_proj.weight": "pytorch_model-00005-of-00008.bin",
|
116 |
+
"model.layers.2.input_layernorm.weight": "pytorch_model-00001-of-00008.bin",
|
117 |
+
"model.layers.2.mlp.down_proj.weight": "pytorch_model-00001-of-00008.bin",
|
118 |
+
"model.layers.2.mlp.gate_proj.weight": "pytorch_model-00001-of-00008.bin",
|
119 |
+
"model.layers.2.mlp.up_proj.weight": "pytorch_model-00001-of-00008.bin",
|
120 |
+
"model.layers.2.post_attention_layernorm.weight": "pytorch_model-00001-of-00008.bin",
|
121 |
+
"model.layers.2.self_attn.k_proj.weight": "pytorch_model-00001-of-00008.bin",
|
122 |
+
"model.layers.2.self_attn.o_proj.weight": "pytorch_model-00001-of-00008.bin",
|
123 |
+
"model.layers.2.self_attn.q_proj.weight": "pytorch_model-00001-of-00008.bin",
|
124 |
+
"model.layers.2.self_attn.v_proj.weight": "pytorch_model-00001-of-00008.bin",
|
125 |
+
"model.layers.20.input_layernorm.weight": "pytorch_model-00005-of-00008.bin",
|
126 |
+
"model.layers.20.mlp.down_proj.weight": "pytorch_model-00005-of-00008.bin",
|
127 |
+
"model.layers.20.mlp.gate_proj.weight": "pytorch_model-00005-of-00008.bin",
|
128 |
+
"model.layers.20.mlp.up_proj.weight": "pytorch_model-00005-of-00008.bin",
|
129 |
+
"model.layers.20.post_attention_layernorm.weight": "pytorch_model-00005-of-00008.bin",
|
130 |
+
"model.layers.20.self_attn.k_proj.weight": "pytorch_model-00005-of-00008.bin",
|
131 |
+
"model.layers.20.self_attn.o_proj.weight": "pytorch_model-00005-of-00008.bin",
|
132 |
+
"model.layers.20.self_attn.q_proj.weight": "pytorch_model-00005-of-00008.bin",
|
133 |
+
"model.layers.20.self_attn.v_proj.weight": "pytorch_model-00005-of-00008.bin",
|
134 |
+
"model.layers.21.input_layernorm.weight": "pytorch_model-00006-of-00008.bin",
|
135 |
+
"model.layers.21.mlp.down_proj.weight": "pytorch_model-00006-of-00008.bin",
|
136 |
+
"model.layers.21.mlp.gate_proj.weight": "pytorch_model-00005-of-00008.bin",
|
137 |
+
"model.layers.21.mlp.up_proj.weight": "pytorch_model-00005-of-00008.bin",
|
138 |
+
"model.layers.21.post_attention_layernorm.weight": "pytorch_model-00006-of-00008.bin",
|
139 |
+
"model.layers.21.self_attn.k_proj.weight": "pytorch_model-00005-of-00008.bin",
|
140 |
+
"model.layers.21.self_attn.o_proj.weight": "pytorch_model-00005-of-00008.bin",
|
141 |
+
"model.layers.21.self_attn.q_proj.weight": "pytorch_model-00005-of-00008.bin",
|
142 |
+
"model.layers.21.self_attn.v_proj.weight": "pytorch_model-00005-of-00008.bin",
|
143 |
+
"model.layers.22.input_layernorm.weight": "pytorch_model-00006-of-00008.bin",
|
144 |
+
"model.layers.22.mlp.down_proj.weight": "pytorch_model-00006-of-00008.bin",
|
145 |
+
"model.layers.22.mlp.gate_proj.weight": "pytorch_model-00006-of-00008.bin",
|
146 |
+
"model.layers.22.mlp.up_proj.weight": "pytorch_model-00006-of-00008.bin",
|
147 |
+
"model.layers.22.post_attention_layernorm.weight": "pytorch_model-00006-of-00008.bin",
|
148 |
+
"model.layers.22.self_attn.k_proj.weight": "pytorch_model-00006-of-00008.bin",
|
149 |
+
"model.layers.22.self_attn.o_proj.weight": "pytorch_model-00006-of-00008.bin",
|
150 |
+
"model.layers.22.self_attn.q_proj.weight": "pytorch_model-00006-of-00008.bin",
|
151 |
+
"model.layers.22.self_attn.v_proj.weight": "pytorch_model-00006-of-00008.bin",
|
152 |
+
"model.layers.23.input_layernorm.weight": "pytorch_model-00006-of-00008.bin",
|
153 |
+
"model.layers.23.mlp.down_proj.weight": "pytorch_model-00006-of-00008.bin",
|
154 |
+
"model.layers.23.mlp.gate_proj.weight": "pytorch_model-00006-of-00008.bin",
|
155 |
+
"model.layers.23.mlp.up_proj.weight": "pytorch_model-00006-of-00008.bin",
|
156 |
+
"model.layers.23.post_attention_layernorm.weight": "pytorch_model-00006-of-00008.bin",
|
157 |
+
"model.layers.23.self_attn.k_proj.weight": "pytorch_model-00006-of-00008.bin",
|
158 |
+
"model.layers.23.self_attn.o_proj.weight": "pytorch_model-00006-of-00008.bin",
|
159 |
+
"model.layers.23.self_attn.q_proj.weight": "pytorch_model-00006-of-00008.bin",
|
160 |
+
"model.layers.23.self_attn.v_proj.weight": "pytorch_model-00006-of-00008.bin",
|
161 |
+
"model.layers.24.input_layernorm.weight": "pytorch_model-00006-of-00008.bin",
|
162 |
+
"model.layers.24.mlp.down_proj.weight": "pytorch_model-00006-of-00008.bin",
|
163 |
+
"model.layers.24.mlp.gate_proj.weight": "pytorch_model-00006-of-00008.bin",
|
164 |
+
"model.layers.24.mlp.up_proj.weight": "pytorch_model-00006-of-00008.bin",
|
165 |
+
"model.layers.24.post_attention_layernorm.weight": "pytorch_model-00006-of-00008.bin",
|
166 |
+
"model.layers.24.self_attn.k_proj.weight": "pytorch_model-00006-of-00008.bin",
|
167 |
+
"model.layers.24.self_attn.o_proj.weight": "pytorch_model-00006-of-00008.bin",
|
168 |
+
"model.layers.24.self_attn.q_proj.weight": "pytorch_model-00006-of-00008.bin",
|
169 |
+
"model.layers.24.self_attn.v_proj.weight": "pytorch_model-00006-of-00008.bin",
|
170 |
+
"model.layers.25.input_layernorm.weight": "pytorch_model-00006-of-00008.bin",
|
171 |
+
"model.layers.25.mlp.down_proj.weight": "pytorch_model-00006-of-00008.bin",
|
172 |
+
"model.layers.25.mlp.gate_proj.weight": "pytorch_model-00006-of-00008.bin",
|
173 |
+
"model.layers.25.mlp.up_proj.weight": "pytorch_model-00006-of-00008.bin",
|
174 |
+
"model.layers.25.post_attention_layernorm.weight": "pytorch_model-00006-of-00008.bin",
|
175 |
+
"model.layers.25.self_attn.k_proj.weight": "pytorch_model-00006-of-00008.bin",
|
176 |
+
"model.layers.25.self_attn.o_proj.weight": "pytorch_model-00006-of-00008.bin",
|
177 |
+
"model.layers.25.self_attn.q_proj.weight": "pytorch_model-00006-of-00008.bin",
|
178 |
+
"model.layers.25.self_attn.v_proj.weight": "pytorch_model-00006-of-00008.bin",
|
179 |
+
"model.layers.26.input_layernorm.weight": "pytorch_model-00007-of-00008.bin",
|
180 |
+
"model.layers.26.mlp.down_proj.weight": "pytorch_model-00007-of-00008.bin",
|
181 |
+
"model.layers.26.mlp.gate_proj.weight": "pytorch_model-00007-of-00008.bin",
|
182 |
+
"model.layers.26.mlp.up_proj.weight": "pytorch_model-00007-of-00008.bin",
|
183 |
+
"model.layers.26.post_attention_layernorm.weight": "pytorch_model-00007-of-00008.bin",
|
184 |
+
"model.layers.26.self_attn.k_proj.weight": "pytorch_model-00006-of-00008.bin",
|
185 |
+
"model.layers.26.self_attn.o_proj.weight": "pytorch_model-00006-of-00008.bin",
|
186 |
+
"model.layers.26.self_attn.q_proj.weight": "pytorch_model-00006-of-00008.bin",
|
187 |
+
"model.layers.26.self_attn.v_proj.weight": "pytorch_model-00006-of-00008.bin",
|
188 |
+
"model.layers.27.input_layernorm.weight": "pytorch_model-00007-of-00008.bin",
|
189 |
+
"model.layers.27.mlp.down_proj.weight": "pytorch_model-00007-of-00008.bin",
|
190 |
+
"model.layers.27.mlp.gate_proj.weight": "pytorch_model-00007-of-00008.bin",
|
191 |
+
"model.layers.27.mlp.up_proj.weight": "pytorch_model-00007-of-00008.bin",
|
192 |
+
"model.layers.27.post_attention_layernorm.weight": "pytorch_model-00007-of-00008.bin",
|
193 |
+
"model.layers.27.self_attn.k_proj.weight": "pytorch_model-00007-of-00008.bin",
|
194 |
+
"model.layers.27.self_attn.o_proj.weight": "pytorch_model-00007-of-00008.bin",
|
195 |
+
"model.layers.27.self_attn.q_proj.weight": "pytorch_model-00007-of-00008.bin",
|
196 |
+
"model.layers.27.self_attn.v_proj.weight": "pytorch_model-00007-of-00008.bin",
|
197 |
+
"model.layers.28.input_layernorm.weight": "pytorch_model-00007-of-00008.bin",
|
198 |
+
"model.layers.28.mlp.down_proj.weight": "pytorch_model-00007-of-00008.bin",
|
199 |
+
"model.layers.28.mlp.gate_proj.weight": "pytorch_model-00007-of-00008.bin",
|
200 |
+
"model.layers.28.mlp.up_proj.weight": "pytorch_model-00007-of-00008.bin",
|
201 |
+
"model.layers.28.post_attention_layernorm.weight": "pytorch_model-00007-of-00008.bin",
|
202 |
+
"model.layers.28.self_attn.k_proj.weight": "pytorch_model-00007-of-00008.bin",
|
203 |
+
"model.layers.28.self_attn.o_proj.weight": "pytorch_model-00007-of-00008.bin",
|
204 |
+
"model.layers.28.self_attn.q_proj.weight": "pytorch_model-00007-of-00008.bin",
|
205 |
+
"model.layers.28.self_attn.v_proj.weight": "pytorch_model-00007-of-00008.bin",
|
206 |
+
"model.layers.29.input_layernorm.weight": "pytorch_model-00007-of-00008.bin",
|
207 |
+
"model.layers.29.mlp.down_proj.weight": "pytorch_model-00007-of-00008.bin",
|
208 |
+
"model.layers.29.mlp.gate_proj.weight": "pytorch_model-00007-of-00008.bin",
|
209 |
+
"model.layers.29.mlp.up_proj.weight": "pytorch_model-00007-of-00008.bin",
|
210 |
+
"model.layers.29.post_attention_layernorm.weight": "pytorch_model-00007-of-00008.bin",
|
211 |
+
"model.layers.29.self_attn.k_proj.weight": "pytorch_model-00007-of-00008.bin",
|
212 |
+
"model.layers.29.self_attn.o_proj.weight": "pytorch_model-00007-of-00008.bin",
|
213 |
+
"model.layers.29.self_attn.q_proj.weight": "pytorch_model-00007-of-00008.bin",
|
214 |
+
"model.layers.29.self_attn.v_proj.weight": "pytorch_model-00007-of-00008.bin",
|
215 |
+
"model.layers.3.input_layernorm.weight": "pytorch_model-00002-of-00008.bin",
|
216 |
+
"model.layers.3.mlp.down_proj.weight": "pytorch_model-00002-of-00008.bin",
|
217 |
+
"model.layers.3.mlp.gate_proj.weight": "pytorch_model-00001-of-00008.bin",
|
218 |
+
"model.layers.3.mlp.up_proj.weight": "pytorch_model-00001-of-00008.bin",
|
219 |
+
"model.layers.3.post_attention_layernorm.weight": "pytorch_model-00002-of-00008.bin",
|
220 |
+
"model.layers.3.self_attn.k_proj.weight": "pytorch_model-00001-of-00008.bin",
|
221 |
+
"model.layers.3.self_attn.o_proj.weight": "pytorch_model-00001-of-00008.bin",
|
222 |
+
"model.layers.3.self_attn.q_proj.weight": "pytorch_model-00001-of-00008.bin",
|
223 |
+
"model.layers.3.self_attn.v_proj.weight": "pytorch_model-00001-of-00008.bin",
|
224 |
+
"model.layers.30.input_layernorm.weight": "pytorch_model-00008-of-00008.bin",
|
225 |
+
"model.layers.30.mlp.down_proj.weight": "pytorch_model-00008-of-00008.bin",
|
226 |
+
"model.layers.30.mlp.gate_proj.weight": "pytorch_model-00007-of-00008.bin",
|
227 |
+
"model.layers.30.mlp.up_proj.weight": "pytorch_model-00007-of-00008.bin",
|
228 |
+
"model.layers.30.post_attention_layernorm.weight": "pytorch_model-00008-of-00008.bin",
|
229 |
+
"model.layers.30.self_attn.k_proj.weight": "pytorch_model-00007-of-00008.bin",
|
230 |
+
"model.layers.30.self_attn.o_proj.weight": "pytorch_model-00007-of-00008.bin",
|
231 |
+
"model.layers.30.self_attn.q_proj.weight": "pytorch_model-00007-of-00008.bin",
|
232 |
+
"model.layers.30.self_attn.v_proj.weight": "pytorch_model-00007-of-00008.bin",
|
233 |
+
"model.layers.31.input_layernorm.weight": "pytorch_model-00008-of-00008.bin",
|
234 |
+
"model.layers.31.mlp.down_proj.weight": "pytorch_model-00008-of-00008.bin",
|
235 |
+
"model.layers.31.mlp.gate_proj.weight": "pytorch_model-00008-of-00008.bin",
|
236 |
+
"model.layers.31.mlp.up_proj.weight": "pytorch_model-00008-of-00008.bin",
|
237 |
+
"model.layers.31.post_attention_layernorm.weight": "pytorch_model-00008-of-00008.bin",
|
238 |
+
"model.layers.31.self_attn.k_proj.weight": "pytorch_model-00008-of-00008.bin",
|
239 |
+
"model.layers.31.self_attn.o_proj.weight": "pytorch_model-00008-of-00008.bin",
|
240 |
+
"model.layers.31.self_attn.q_proj.weight": "pytorch_model-00008-of-00008.bin",
|
241 |
+
"model.layers.31.self_attn.v_proj.weight": "pytorch_model-00008-of-00008.bin",
|
242 |
+
"model.layers.4.input_layernorm.weight": "pytorch_model-00002-of-00008.bin",
|
243 |
+
"model.layers.4.mlp.down_proj.weight": "pytorch_model-00002-of-00008.bin",
|
244 |
+
"model.layers.4.mlp.gate_proj.weight": "pytorch_model-00002-of-00008.bin",
|
245 |
+
"model.layers.4.mlp.up_proj.weight": "pytorch_model-00002-of-00008.bin",
|
246 |
+
"model.layers.4.post_attention_layernorm.weight": "pytorch_model-00002-of-00008.bin",
|
247 |
+
"model.layers.4.self_attn.k_proj.weight": "pytorch_model-00002-of-00008.bin",
|
248 |
+
"model.layers.4.self_attn.o_proj.weight": "pytorch_model-00002-of-00008.bin",
|
249 |
+
"model.layers.4.self_attn.q_proj.weight": "pytorch_model-00002-of-00008.bin",
|
250 |
+
"model.layers.4.self_attn.v_proj.weight": "pytorch_model-00002-of-00008.bin",
|
251 |
+
"model.layers.5.input_layernorm.weight": "pytorch_model-00002-of-00008.bin",
|
252 |
+
"model.layers.5.mlp.down_proj.weight": "pytorch_model-00002-of-00008.bin",
|
253 |
+
"model.layers.5.mlp.gate_proj.weight": "pytorch_model-00002-of-00008.bin",
|
254 |
+
"model.layers.5.mlp.up_proj.weight": "pytorch_model-00002-of-00008.bin",
|
255 |
+
"model.layers.5.post_attention_layernorm.weight": "pytorch_model-00002-of-00008.bin",
|
256 |
+
"model.layers.5.self_attn.k_proj.weight": "pytorch_model-00002-of-00008.bin",
|
257 |
+
"model.layers.5.self_attn.o_proj.weight": "pytorch_model-00002-of-00008.bin",
|
258 |
+
"model.layers.5.self_attn.q_proj.weight": "pytorch_model-00002-of-00008.bin",
|
259 |
+
"model.layers.5.self_attn.v_proj.weight": "pytorch_model-00002-of-00008.bin",
|
260 |
+
"model.layers.6.input_layernorm.weight": "pytorch_model-00002-of-00008.bin",
|
261 |
+
"model.layers.6.mlp.down_proj.weight": "pytorch_model-00002-of-00008.bin",
|
262 |
+
"model.layers.6.mlp.gate_proj.weight": "pytorch_model-00002-of-00008.bin",
|
263 |
+
"model.layers.6.mlp.up_proj.weight": "pytorch_model-00002-of-00008.bin",
|
264 |
+
"model.layers.6.post_attention_layernorm.weight": "pytorch_model-00002-of-00008.bin",
|
265 |
+
"model.layers.6.self_attn.k_proj.weight": "pytorch_model-00002-of-00008.bin",
|
266 |
+
"model.layers.6.self_attn.o_proj.weight": "pytorch_model-00002-of-00008.bin",
|
267 |
+
"model.layers.6.self_attn.q_proj.weight": "pytorch_model-00002-of-00008.bin",
|
268 |
+
"model.layers.6.self_attn.v_proj.weight": "pytorch_model-00002-of-00008.bin",
|
269 |
+
"model.layers.7.input_layernorm.weight": "pytorch_model-00002-of-00008.bin",
|
270 |
+
"model.layers.7.mlp.down_proj.weight": "pytorch_model-00002-of-00008.bin",
|
271 |
+
"model.layers.7.mlp.gate_proj.weight": "pytorch_model-00002-of-00008.bin",
|
272 |
+
"model.layers.7.mlp.up_proj.weight": "pytorch_model-00002-of-00008.bin",
|
273 |
+
"model.layers.7.post_attention_layernorm.weight": "pytorch_model-00002-of-00008.bin",
|
274 |
+
"model.layers.7.self_attn.k_proj.weight": "pytorch_model-00002-of-00008.bin",
|
275 |
+
"model.layers.7.self_attn.o_proj.weight": "pytorch_model-00002-of-00008.bin",
|
276 |
+
"model.layers.7.self_attn.q_proj.weight": "pytorch_model-00002-of-00008.bin",
|
277 |
+
"model.layers.7.self_attn.v_proj.weight": "pytorch_model-00002-of-00008.bin",
|
278 |
+
"model.layers.8.input_layernorm.weight": "pytorch_model-00003-of-00008.bin",
|
279 |
+
"model.layers.8.mlp.down_proj.weight": "pytorch_model-00003-of-00008.bin",
|
280 |
+
"model.layers.8.mlp.gate_proj.weight": "pytorch_model-00003-of-00008.bin",
|
281 |
+
"model.layers.8.mlp.up_proj.weight": "pytorch_model-00003-of-00008.bin",
|
282 |
+
"model.layers.8.post_attention_layernorm.weight": "pytorch_model-00003-of-00008.bin",
|
283 |
+
"model.layers.8.self_attn.k_proj.weight": "pytorch_model-00002-of-00008.bin",
|
284 |
+
"model.layers.8.self_attn.o_proj.weight": "pytorch_model-00002-of-00008.bin",
|
285 |
+
"model.layers.8.self_attn.q_proj.weight": "pytorch_model-00002-of-00008.bin",
|
286 |
+
"model.layers.8.self_attn.v_proj.weight": "pytorch_model-00002-of-00008.bin",
|
287 |
+
"model.layers.9.input_layernorm.weight": "pytorch_model-00003-of-00008.bin",
|
288 |
+
"model.layers.9.mlp.down_proj.weight": "pytorch_model-00003-of-00008.bin",
|
289 |
+
"model.layers.9.mlp.gate_proj.weight": "pytorch_model-00003-of-00008.bin",
|
290 |
+
"model.layers.9.mlp.up_proj.weight": "pytorch_model-00003-of-00008.bin",
|
291 |
+
"model.layers.9.post_attention_layernorm.weight": "pytorch_model-00003-of-00008.bin",
|
292 |
+
"model.layers.9.self_attn.k_proj.weight": "pytorch_model-00003-of-00008.bin",
|
293 |
+
"model.layers.9.self_attn.o_proj.weight": "pytorch_model-00003-of-00008.bin",
|
294 |
+
"model.layers.9.self_attn.q_proj.weight": "pytorch_model-00003-of-00008.bin",
|
295 |
+
"model.layers.9.self_attn.v_proj.weight": "pytorch_model-00003-of-00008.bin",
|
296 |
+
"model.norm.weight": "pytorch_model-00008-of-00008.bin"
|
297 |
+
}
|
298 |
+
}
|
special_tokens_map.json
ADDED
@@ -0,0 +1,11 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"additional_special_tokens": [
|
3 |
+
"<unk>",
|
4 |
+
"<s>",
|
5 |
+
"</s>"
|
6 |
+
],
|
7 |
+
"bos_token": "<s>",
|
8 |
+
"eos_token": "</s>",
|
9 |
+
"pad_token": "</s>",
|
10 |
+
"unk_token": "<unk>"
|
11 |
+
}
|
thumbnail.png
ADDED
tokenizer.json
ADDED
The diff for this file is too large to render.
See raw diff
|
|
tokenizer.model
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:dadfd56d766715c61d2ef780a525ab43b8e6da4de6865bda3d95fdef5e134055
|
3 |
+
size 493443
|
tokenizer_config.json
ADDED
@@ -0,0 +1,46 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"added_tokens_decoder": {
|
3 |
+
"0": {
|
4 |
+
"content": "<unk>",
|
5 |
+
"lstrip": false,
|
6 |
+
"normalized": false,
|
7 |
+
"rstrip": false,
|
8 |
+
"single_word": false,
|
9 |
+
"special": true
|
10 |
+
},
|
11 |
+
"1": {
|
12 |
+
"content": "<s>",
|
13 |
+
"lstrip": false,
|
14 |
+
"normalized": false,
|
15 |
+
"rstrip": false,
|
16 |
+
"single_word": false,
|
17 |
+
"special": true
|
18 |
+
},
|
19 |
+
"2": {
|
20 |
+
"content": "</s>",
|
21 |
+
"lstrip": false,
|
22 |
+
"normalized": false,
|
23 |
+
"rstrip": false,
|
24 |
+
"single_word": false,
|
25 |
+
"special": true
|
26 |
+
}
|
27 |
+
},
|
28 |
+
"additional_special_tokens": [
|
29 |
+
"<unk>",
|
30 |
+
"<s>",
|
31 |
+
"</s>"
|
32 |
+
],
|
33 |
+
"bos_token": "<s>",
|
34 |
+
"chat_template": "{% for message in messages %}\n{% if message['role'] == 'user' %}\n{{ '<|user|>\n' + message['content'] + eos_token }}\n{% elif message['role'] == 'system' %}\n{{ '<|system|>\n' + message['content'] + eos_token }}\n{% elif message['role'] == 'assistant' %}\n{{ '<|assistant|>\n' + message['content'] + eos_token }}\n{% endif %}\n{% if loop.last and add_generation_prompt %}\n{{ '<|assistant|>' }}\n{% endif %}\n{% endfor %}",
|
35 |
+
"clean_up_tokenization_spaces": false,
|
36 |
+
"eos_token": "</s>",
|
37 |
+
"legacy": true,
|
38 |
+
"model_max_length": 1000000000000000019884624838656,
|
39 |
+
"pad_token": "</s>",
|
40 |
+
"sp_model_kwargs": {},
|
41 |
+
"spaces_between_special_tokens": false,
|
42 |
+
"tokenizer_class": "LlamaTokenizer",
|
43 |
+
"truncation_side": "left",
|
44 |
+
"unk_token": "<unk>",
|
45 |
+
"use_default_system_prompt": true
|
46 |
+
}
|
train_results.json
ADDED
@@ -0,0 +1,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"epoch": 1.0,
|
3 |
+
"train_loss": 0.48803097129668166,
|
4 |
+
"train_runtime": 7971.1784,
|
5 |
+
"train_samples": 61966,
|
6 |
+
"train_samples_per_second": 7.774,
|
7 |
+
"train_steps_per_second": 0.243
|
8 |
+
}
|
trainer_state.json
ADDED
The diff for this file is too large to render.
See raw diff
|
|
training_args.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:64e623b49514a1cd5515d049be8d0aff5d04ae5562289d80ac5c9059e9bef51e
|
3 |
+
size 5435
|