Upload 12 files
Browse files- config.json +38 -0
- loftq_init/README.md +204 -0
- loftq_init/adapter_config.json +34 -0
- loftq_init/adapter_model.bin +3 -0
- loftq_init/adapter_model.safetensors +3 -0
- model-00001-of-00003.safetensors +3 -0
- model-00002-of-00003.safetensors +3 -0
- model-00003-of-00003.safetensors +3 -0
- model.safetensors.index.json +202 -0
- special_tokens_map.json +22 -0
- tokenizer.json +0 -0
- tokenizer_config.json +123 -0
config.json
ADDED
@@ -0,0 +1,38 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_name_or_path": "tiiuae/falcon-7b",
|
3 |
+
"alibi": false,
|
4 |
+
"apply_residual_connection_post_layernorm": false,
|
5 |
+
"architectures": [
|
6 |
+
"FalconModel"
|
7 |
+
],
|
8 |
+
"attention_dropout": 0.0,
|
9 |
+
"auto_map": {
|
10 |
+
"AutoConfig": "tiiuae/falcon-7b--configuration_falcon.FalconConfig",
|
11 |
+
"AutoModel": "tiiuae/falcon-7b--modeling_falcon.FalconModel",
|
12 |
+
"AutoModelForCausalLM": "tiiuae/falcon-7b--modeling_falcon.FalconForCausalLM",
|
13 |
+
"AutoModelForQuestionAnswering": "tiiuae/falcon-7b--modeling_falcon.FalconForQuestionAnswering",
|
14 |
+
"AutoModelForSequenceClassification": "tiiuae/falcon-7b--modeling_falcon.FalconForSequenceClassification",
|
15 |
+
"AutoModelForTokenClassification": "tiiuae/falcon-7b--modeling_falcon.FalconForTokenClassification"
|
16 |
+
},
|
17 |
+
"bias": false,
|
18 |
+
"bos_token_id": 11,
|
19 |
+
"eos_token_id": 11,
|
20 |
+
"hidden_dropout": 0.0,
|
21 |
+
"hidden_size": 4544,
|
22 |
+
"initializer_range": 0.02,
|
23 |
+
"layer_norm_epsilon": 1e-05,
|
24 |
+
"max_position_embeddings": 2048,
|
25 |
+
"model_type": "falcon",
|
26 |
+
"multi_query": true,
|
27 |
+
"new_decoder_architecture": false,
|
28 |
+
"num_attention_heads": 71,
|
29 |
+
"num_hidden_layers": 32,
|
30 |
+
"num_kv_heads": 71,
|
31 |
+
"parallel_attn": true,
|
32 |
+
"rope_scaling": null,
|
33 |
+
"rope_theta": 10000.0,
|
34 |
+
"torch_dtype": "bfloat16",
|
35 |
+
"transformers_version": "4.39.3",
|
36 |
+
"use_cache": true,
|
37 |
+
"vocab_size": 65024
|
38 |
+
}
|
loftq_init/README.md
ADDED
@@ -0,0 +1,204 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
library_name: peft
|
3 |
+
base_model: tiiuae/falcon-7b
|
4 |
+
---
|
5 |
+
|
6 |
+
# Model Card for Model ID
|
7 |
+
|
8 |
+
<!-- Provide a quick summary of what the model is/does. -->
|
9 |
+
|
10 |
+
|
11 |
+
|
12 |
+
## Model Details
|
13 |
+
|
14 |
+
### Model Description
|
15 |
+
|
16 |
+
<!-- Provide a longer summary of what this model is. -->
|
17 |
+
|
18 |
+
|
19 |
+
|
20 |
+
- **Developed by:** [More Information Needed]
|
21 |
+
- **Funded by [optional]:** [More Information Needed]
|
22 |
+
- **Shared by [optional]:** [More Information Needed]
|
23 |
+
- **Model type:** [More Information Needed]
|
24 |
+
- **Language(s) (NLP):** [More Information Needed]
|
25 |
+
- **License:** [More Information Needed]
|
26 |
+
- **Finetuned from model [optional]:** [More Information Needed]
|
27 |
+
|
28 |
+
### Model Sources [optional]
|
29 |
+
|
30 |
+
<!-- Provide the basic links for the model. -->
|
31 |
+
|
32 |
+
- **Repository:** [More Information Needed]
|
33 |
+
- **Paper [optional]:** [More Information Needed]
|
34 |
+
- **Demo [optional]:** [More Information Needed]
|
35 |
+
|
36 |
+
## Uses
|
37 |
+
|
38 |
+
<!-- Address questions around how the model is intended to be used, including the foreseeable users of the model and those affected by the model. -->
|
39 |
+
|
40 |
+
### Direct Use
|
41 |
+
|
42 |
+
<!-- This section is for the model use without fine-tuning or plugging into a larger ecosystem/app. -->
|
43 |
+
|
44 |
+
[More Information Needed]
|
45 |
+
|
46 |
+
### Downstream Use [optional]
|
47 |
+
|
48 |
+
<!-- This section is for the model use when fine-tuned for a task, or when plugged into a larger ecosystem/app -->
|
49 |
+
|
50 |
+
[More Information Needed]
|
51 |
+
|
52 |
+
### Out-of-Scope Use
|
53 |
+
|
54 |
+
<!-- This section addresses misuse, malicious use, and uses that the model will not work well for. -->
|
55 |
+
|
56 |
+
[More Information Needed]
|
57 |
+
|
58 |
+
## Bias, Risks, and Limitations
|
59 |
+
|
60 |
+
<!-- This section is meant to convey both technical and sociotechnical limitations. -->
|
61 |
+
|
62 |
+
[More Information Needed]
|
63 |
+
|
64 |
+
### Recommendations
|
65 |
+
|
66 |
+
<!-- This section is meant to convey recommendations with respect to the bias, risk, and technical limitations. -->
|
67 |
+
|
68 |
+
Users (both direct and downstream) should be made aware of the risks, biases and limitations of the model. More information needed for further recommendations.
|
69 |
+
|
70 |
+
## How to Get Started with the Model
|
71 |
+
|
72 |
+
Use the code below to get started with the model.
|
73 |
+
|
74 |
+
[More Information Needed]
|
75 |
+
|
76 |
+
## Training Details
|
77 |
+
|
78 |
+
### Training Data
|
79 |
+
|
80 |
+
<!-- This should link to a Dataset Card, perhaps with a short stub of information on what the training data is all about as well as documentation related to data pre-processing or additional filtering. -->
|
81 |
+
|
82 |
+
[More Information Needed]
|
83 |
+
|
84 |
+
### Training Procedure
|
85 |
+
|
86 |
+
<!-- This relates heavily to the Technical Specifications. Content here should link to that section when it is relevant to the training procedure. -->
|
87 |
+
|
88 |
+
#### Preprocessing [optional]
|
89 |
+
|
90 |
+
[More Information Needed]
|
91 |
+
|
92 |
+
|
93 |
+
#### Training Hyperparameters
|
94 |
+
|
95 |
+
- **Training regime:** [More Information Needed] <!--fp32, fp16 mixed precision, bf16 mixed precision, bf16 non-mixed precision, fp16 non-mixed precision, fp8 mixed precision -->
|
96 |
+
|
97 |
+
#### Speeds, Sizes, Times [optional]
|
98 |
+
|
99 |
+
<!-- This section provides information about throughput, start/end time, checkpoint size if relevant, etc. -->
|
100 |
+
|
101 |
+
[More Information Needed]
|
102 |
+
|
103 |
+
## Evaluation
|
104 |
+
|
105 |
+
<!-- This section describes the evaluation protocols and provides the results. -->
|
106 |
+
|
107 |
+
### Testing Data, Factors & Metrics
|
108 |
+
|
109 |
+
#### Testing Data
|
110 |
+
|
111 |
+
<!-- This should link to a Dataset Card if possible. -->
|
112 |
+
|
113 |
+
[More Information Needed]
|
114 |
+
|
115 |
+
#### Factors
|
116 |
+
|
117 |
+
<!-- These are the things the evaluation is disaggregating by, e.g., subpopulations or domains. -->
|
118 |
+
|
119 |
+
[More Information Needed]
|
120 |
+
|
121 |
+
#### Metrics
|
122 |
+
|
123 |
+
<!-- These are the evaluation metrics being used, ideally with a description of why. -->
|
124 |
+
|
125 |
+
[More Information Needed]
|
126 |
+
|
127 |
+
### Results
|
128 |
+
|
129 |
+
[More Information Needed]
|
130 |
+
|
131 |
+
#### Summary
|
132 |
+
|
133 |
+
|
134 |
+
|
135 |
+
## Model Examination [optional]
|
136 |
+
|
137 |
+
<!-- Relevant interpretability work for the model goes here -->
|
138 |
+
|
139 |
+
[More Information Needed]
|
140 |
+
|
141 |
+
## Environmental Impact
|
142 |
+
|
143 |
+
<!-- Total emissions (in grams of CO2eq) and additional considerations, such as electricity usage, go here. Edit the suggested text below accordingly -->
|
144 |
+
|
145 |
+
Carbon emissions can be estimated using the [Machine Learning Impact calculator](https://mlco2.github.io/impact#compute) presented in [Lacoste et al. (2019)](https://arxiv.org/abs/1910.09700).
|
146 |
+
|
147 |
+
- **Hardware Type:** [More Information Needed]
|
148 |
+
- **Hours used:** [More Information Needed]
|
149 |
+
- **Cloud Provider:** [More Information Needed]
|
150 |
+
- **Compute Region:** [More Information Needed]
|
151 |
+
- **Carbon Emitted:** [More Information Needed]
|
152 |
+
|
153 |
+
## Technical Specifications [optional]
|
154 |
+
|
155 |
+
### Model Architecture and Objective
|
156 |
+
|
157 |
+
[More Information Needed]
|
158 |
+
|
159 |
+
### Compute Infrastructure
|
160 |
+
|
161 |
+
[More Information Needed]
|
162 |
+
|
163 |
+
#### Hardware
|
164 |
+
|
165 |
+
[More Information Needed]
|
166 |
+
|
167 |
+
#### Software
|
168 |
+
|
169 |
+
[More Information Needed]
|
170 |
+
|
171 |
+
## Citation [optional]
|
172 |
+
|
173 |
+
<!-- If there is a paper or blog post introducing the model, the APA and Bibtex information for that should go in this section. -->
|
174 |
+
|
175 |
+
**BibTeX:**
|
176 |
+
|
177 |
+
[More Information Needed]
|
178 |
+
|
179 |
+
**APA:**
|
180 |
+
|
181 |
+
[More Information Needed]
|
182 |
+
|
183 |
+
## Glossary [optional]
|
184 |
+
|
185 |
+
<!-- If relevant, include terms and calculations in this section that can help readers understand the model or model card. -->
|
186 |
+
|
187 |
+
[More Information Needed]
|
188 |
+
|
189 |
+
## More Information [optional]
|
190 |
+
|
191 |
+
[More Information Needed]
|
192 |
+
|
193 |
+
## Model Card Authors [optional]
|
194 |
+
|
195 |
+
[More Information Needed]
|
196 |
+
|
197 |
+
## Model Card Contact
|
198 |
+
|
199 |
+
[More Information Needed]
|
200 |
+
|
201 |
+
|
202 |
+
### Framework versions
|
203 |
+
|
204 |
+
- PEFT 0.10.0
|
loftq_init/adapter_config.json
ADDED
@@ -0,0 +1,34 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"alpha_pattern": {},
|
3 |
+
"auto_mapping": null,
|
4 |
+
"base_model_name_or_path": "model_zoo/loftq/falcon-7b-4bit-32rank",
|
5 |
+
"bias": "none",
|
6 |
+
"fan_in_fan_out": false,
|
7 |
+
"inference_mode": true,
|
8 |
+
"init_lora_weights": true,
|
9 |
+
"layer_replication": null,
|
10 |
+
"layers_pattern": null,
|
11 |
+
"layers_to_transform": null,
|
12 |
+
"loftq_config": {
|
13 |
+
"loftq_bits": 4,
|
14 |
+
"loftq_iter": 5
|
15 |
+
},
|
16 |
+
"lora_alpha": 16,
|
17 |
+
"lora_dropout": 0.1,
|
18 |
+
"megatron_config": null,
|
19 |
+
"megatron_core": "megatron.core",
|
20 |
+
"modules_to_save": null,
|
21 |
+
"peft_type": "LORA",
|
22 |
+
"r": 32,
|
23 |
+
"rank_pattern": {},
|
24 |
+
"revision": null,
|
25 |
+
"target_modules": [
|
26 |
+
"dense_4h_to_h",
|
27 |
+
"dense_h_to_4h",
|
28 |
+
"dense",
|
29 |
+
"query_key_value"
|
30 |
+
],
|
31 |
+
"task_type": "FEATURE_EXTRACTION",
|
32 |
+
"use_dora": false,
|
33 |
+
"use_rslora": false
|
34 |
+
}
|
loftq_init/adapter_model.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:73f0e185540ff3c6eae801b193ff36c1040a06c0e3c466cd049d633bb0fd8a91
|
3 |
+
size 130635594
|
loftq_init/adapter_model.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:491ee7bb216bc34590bcb6536cd18bbe5b32bb8ae7b916d59cc6b55e136425af
|
3 |
+
size 130581096
|
model-00001-of-00003.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:8c7135ab65310e9ba94974c0a2a9551136b38004866b6f39069207394959c863
|
3 |
+
size 4981285080
|
model-00002-of-00003.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:b9872451996ab6f976ed5affb832751dbdd541f0cf6447d5899ff5ded81e4264
|
3 |
+
size 4969689704
|
model-00003-of-00003.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:b3443e83a1969f29c3f91778b3ddd484804c4771d1503535ae97c2c0f6d1c7f3
|
3 |
+
size 3892487592
|
model.safetensors.index.json
ADDED
@@ -0,0 +1,202 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"metadata": {
|
3 |
+
"total_size": 13843441408
|
4 |
+
},
|
5 |
+
"weight_map": {
|
6 |
+
"h.0.input_layernorm.bias": "model-00001-of-00003.safetensors",
|
7 |
+
"h.0.input_layernorm.weight": "model-00001-of-00003.safetensors",
|
8 |
+
"h.0.mlp.dense_4h_to_h.weight": "model-00001-of-00003.safetensors",
|
9 |
+
"h.0.mlp.dense_h_to_4h.weight": "model-00001-of-00003.safetensors",
|
10 |
+
"h.0.self_attention.dense.weight": "model-00001-of-00003.safetensors",
|
11 |
+
"h.0.self_attention.query_key_value.weight": "model-00001-of-00003.safetensors",
|
12 |
+
"h.1.input_layernorm.bias": "model-00001-of-00003.safetensors",
|
13 |
+
"h.1.input_layernorm.weight": "model-00001-of-00003.safetensors",
|
14 |
+
"h.1.mlp.dense_4h_to_h.weight": "model-00001-of-00003.safetensors",
|
15 |
+
"h.1.mlp.dense_h_to_4h.weight": "model-00001-of-00003.safetensors",
|
16 |
+
"h.1.self_attention.dense.weight": "model-00001-of-00003.safetensors",
|
17 |
+
"h.1.self_attention.query_key_value.weight": "model-00001-of-00003.safetensors",
|
18 |
+
"h.10.input_layernorm.bias": "model-00002-of-00003.safetensors",
|
19 |
+
"h.10.input_layernorm.weight": "model-00002-of-00003.safetensors",
|
20 |
+
"h.10.mlp.dense_4h_to_h.weight": "model-00002-of-00003.safetensors",
|
21 |
+
"h.10.mlp.dense_h_to_4h.weight": "model-00001-of-00003.safetensors",
|
22 |
+
"h.10.self_attention.dense.weight": "model-00001-of-00003.safetensors",
|
23 |
+
"h.10.self_attention.query_key_value.weight": "model-00001-of-00003.safetensors",
|
24 |
+
"h.11.input_layernorm.bias": "model-00002-of-00003.safetensors",
|
25 |
+
"h.11.input_layernorm.weight": "model-00002-of-00003.safetensors",
|
26 |
+
"h.11.mlp.dense_4h_to_h.weight": "model-00002-of-00003.safetensors",
|
27 |
+
"h.11.mlp.dense_h_to_4h.weight": "model-00002-of-00003.safetensors",
|
28 |
+
"h.11.self_attention.dense.weight": "model-00002-of-00003.safetensors",
|
29 |
+
"h.11.self_attention.query_key_value.weight": "model-00002-of-00003.safetensors",
|
30 |
+
"h.12.input_layernorm.bias": "model-00002-of-00003.safetensors",
|
31 |
+
"h.12.input_layernorm.weight": "model-00002-of-00003.safetensors",
|
32 |
+
"h.12.mlp.dense_4h_to_h.weight": "model-00002-of-00003.safetensors",
|
33 |
+
"h.12.mlp.dense_h_to_4h.weight": "model-00002-of-00003.safetensors",
|
34 |
+
"h.12.self_attention.dense.weight": "model-00002-of-00003.safetensors",
|
35 |
+
"h.12.self_attention.query_key_value.weight": "model-00002-of-00003.safetensors",
|
36 |
+
"h.13.input_layernorm.bias": "model-00002-of-00003.safetensors",
|
37 |
+
"h.13.input_layernorm.weight": "model-00002-of-00003.safetensors",
|
38 |
+
"h.13.mlp.dense_4h_to_h.weight": "model-00002-of-00003.safetensors",
|
39 |
+
"h.13.mlp.dense_h_to_4h.weight": "model-00002-of-00003.safetensors",
|
40 |
+
"h.13.self_attention.dense.weight": "model-00002-of-00003.safetensors",
|
41 |
+
"h.13.self_attention.query_key_value.weight": "model-00002-of-00003.safetensors",
|
42 |
+
"h.14.input_layernorm.bias": "model-00002-of-00003.safetensors",
|
43 |
+
"h.14.input_layernorm.weight": "model-00002-of-00003.safetensors",
|
44 |
+
"h.14.mlp.dense_4h_to_h.weight": "model-00002-of-00003.safetensors",
|
45 |
+
"h.14.mlp.dense_h_to_4h.weight": "model-00002-of-00003.safetensors",
|
46 |
+
"h.14.self_attention.dense.weight": "model-00002-of-00003.safetensors",
|
47 |
+
"h.14.self_attention.query_key_value.weight": "model-00002-of-00003.safetensors",
|
48 |
+
"h.15.input_layernorm.bias": "model-00002-of-00003.safetensors",
|
49 |
+
"h.15.input_layernorm.weight": "model-00002-of-00003.safetensors",
|
50 |
+
"h.15.mlp.dense_4h_to_h.weight": "model-00002-of-00003.safetensors",
|
51 |
+
"h.15.mlp.dense_h_to_4h.weight": "model-00002-of-00003.safetensors",
|
52 |
+
"h.15.self_attention.dense.weight": "model-00002-of-00003.safetensors",
|
53 |
+
"h.15.self_attention.query_key_value.weight": "model-00002-of-00003.safetensors",
|
54 |
+
"h.16.input_layernorm.bias": "model-00002-of-00003.safetensors",
|
55 |
+
"h.16.input_layernorm.weight": "model-00002-of-00003.safetensors",
|
56 |
+
"h.16.mlp.dense_4h_to_h.weight": "model-00002-of-00003.safetensors",
|
57 |
+
"h.16.mlp.dense_h_to_4h.weight": "model-00002-of-00003.safetensors",
|
58 |
+
"h.16.self_attention.dense.weight": "model-00002-of-00003.safetensors",
|
59 |
+
"h.16.self_attention.query_key_value.weight": "model-00002-of-00003.safetensors",
|
60 |
+
"h.17.input_layernorm.bias": "model-00002-of-00003.safetensors",
|
61 |
+
"h.17.input_layernorm.weight": "model-00002-of-00003.safetensors",
|
62 |
+
"h.17.mlp.dense_4h_to_h.weight": "model-00002-of-00003.safetensors",
|
63 |
+
"h.17.mlp.dense_h_to_4h.weight": "model-00002-of-00003.safetensors",
|
64 |
+
"h.17.self_attention.dense.weight": "model-00002-of-00003.safetensors",
|
65 |
+
"h.17.self_attention.query_key_value.weight": "model-00002-of-00003.safetensors",
|
66 |
+
"h.18.input_layernorm.bias": "model-00002-of-00003.safetensors",
|
67 |
+
"h.18.input_layernorm.weight": "model-00002-of-00003.safetensors",
|
68 |
+
"h.18.mlp.dense_4h_to_h.weight": "model-00002-of-00003.safetensors",
|
69 |
+
"h.18.mlp.dense_h_to_4h.weight": "model-00002-of-00003.safetensors",
|
70 |
+
"h.18.self_attention.dense.weight": "model-00002-of-00003.safetensors",
|
71 |
+
"h.18.self_attention.query_key_value.weight": "model-00002-of-00003.safetensors",
|
72 |
+
"h.19.input_layernorm.bias": "model-00002-of-00003.safetensors",
|
73 |
+
"h.19.input_layernorm.weight": "model-00002-of-00003.safetensors",
|
74 |
+
"h.19.mlp.dense_4h_to_h.weight": "model-00002-of-00003.safetensors",
|
75 |
+
"h.19.mlp.dense_h_to_4h.weight": "model-00002-of-00003.safetensors",
|
76 |
+
"h.19.self_attention.dense.weight": "model-00002-of-00003.safetensors",
|
77 |
+
"h.19.self_attention.query_key_value.weight": "model-00002-of-00003.safetensors",
|
78 |
+
"h.2.input_layernorm.bias": "model-00001-of-00003.safetensors",
|
79 |
+
"h.2.input_layernorm.weight": "model-00001-of-00003.safetensors",
|
80 |
+
"h.2.mlp.dense_4h_to_h.weight": "model-00001-of-00003.safetensors",
|
81 |
+
"h.2.mlp.dense_h_to_4h.weight": "model-00001-of-00003.safetensors",
|
82 |
+
"h.2.self_attention.dense.weight": "model-00001-of-00003.safetensors",
|
83 |
+
"h.2.self_attention.query_key_value.weight": "model-00001-of-00003.safetensors",
|
84 |
+
"h.20.input_layernorm.bias": "model-00002-of-00003.safetensors",
|
85 |
+
"h.20.input_layernorm.weight": "model-00002-of-00003.safetensors",
|
86 |
+
"h.20.mlp.dense_4h_to_h.weight": "model-00002-of-00003.safetensors",
|
87 |
+
"h.20.mlp.dense_h_to_4h.weight": "model-00002-of-00003.safetensors",
|
88 |
+
"h.20.self_attention.dense.weight": "model-00002-of-00003.safetensors",
|
89 |
+
"h.20.self_attention.query_key_value.weight": "model-00002-of-00003.safetensors",
|
90 |
+
"h.21.input_layernorm.bias": "model-00002-of-00003.safetensors",
|
91 |
+
"h.21.input_layernorm.weight": "model-00002-of-00003.safetensors",
|
92 |
+
"h.21.mlp.dense_4h_to_h.weight": "model-00002-of-00003.safetensors",
|
93 |
+
"h.21.mlp.dense_h_to_4h.weight": "model-00002-of-00003.safetensors",
|
94 |
+
"h.21.self_attention.dense.weight": "model-00002-of-00003.safetensors",
|
95 |
+
"h.21.self_attention.query_key_value.weight": "model-00002-of-00003.safetensors",
|
96 |
+
"h.22.input_layernorm.bias": "model-00003-of-00003.safetensors",
|
97 |
+
"h.22.input_layernorm.weight": "model-00003-of-00003.safetensors",
|
98 |
+
"h.22.mlp.dense_4h_to_h.weight": "model-00003-of-00003.safetensors",
|
99 |
+
"h.22.mlp.dense_h_to_4h.weight": "model-00002-of-00003.safetensors",
|
100 |
+
"h.22.self_attention.dense.weight": "model-00002-of-00003.safetensors",
|
101 |
+
"h.22.self_attention.query_key_value.weight": "model-00002-of-00003.safetensors",
|
102 |
+
"h.23.input_layernorm.bias": "model-00003-of-00003.safetensors",
|
103 |
+
"h.23.input_layernorm.weight": "model-00003-of-00003.safetensors",
|
104 |
+
"h.23.mlp.dense_4h_to_h.weight": "model-00003-of-00003.safetensors",
|
105 |
+
"h.23.mlp.dense_h_to_4h.weight": "model-00003-of-00003.safetensors",
|
106 |
+
"h.23.self_attention.dense.weight": "model-00003-of-00003.safetensors",
|
107 |
+
"h.23.self_attention.query_key_value.weight": "model-00003-of-00003.safetensors",
|
108 |
+
"h.24.input_layernorm.bias": "model-00003-of-00003.safetensors",
|
109 |
+
"h.24.input_layernorm.weight": "model-00003-of-00003.safetensors",
|
110 |
+
"h.24.mlp.dense_4h_to_h.weight": "model-00003-of-00003.safetensors",
|
111 |
+
"h.24.mlp.dense_h_to_4h.weight": "model-00003-of-00003.safetensors",
|
112 |
+
"h.24.self_attention.dense.weight": "model-00003-of-00003.safetensors",
|
113 |
+
"h.24.self_attention.query_key_value.weight": "model-00003-of-00003.safetensors",
|
114 |
+
"h.25.input_layernorm.bias": "model-00003-of-00003.safetensors",
|
115 |
+
"h.25.input_layernorm.weight": "model-00003-of-00003.safetensors",
|
116 |
+
"h.25.mlp.dense_4h_to_h.weight": "model-00003-of-00003.safetensors",
|
117 |
+
"h.25.mlp.dense_h_to_4h.weight": "model-00003-of-00003.safetensors",
|
118 |
+
"h.25.self_attention.dense.weight": "model-00003-of-00003.safetensors",
|
119 |
+
"h.25.self_attention.query_key_value.weight": "model-00003-of-00003.safetensors",
|
120 |
+
"h.26.input_layernorm.bias": "model-00003-of-00003.safetensors",
|
121 |
+
"h.26.input_layernorm.weight": "model-00003-of-00003.safetensors",
|
122 |
+
"h.26.mlp.dense_4h_to_h.weight": "model-00003-of-00003.safetensors",
|
123 |
+
"h.26.mlp.dense_h_to_4h.weight": "model-00003-of-00003.safetensors",
|
124 |
+
"h.26.self_attention.dense.weight": "model-00003-of-00003.safetensors",
|
125 |
+
"h.26.self_attention.query_key_value.weight": "model-00003-of-00003.safetensors",
|
126 |
+
"h.27.input_layernorm.bias": "model-00003-of-00003.safetensors",
|
127 |
+
"h.27.input_layernorm.weight": "model-00003-of-00003.safetensors",
|
128 |
+
"h.27.mlp.dense_4h_to_h.weight": "model-00003-of-00003.safetensors",
|
129 |
+
"h.27.mlp.dense_h_to_4h.weight": "model-00003-of-00003.safetensors",
|
130 |
+
"h.27.self_attention.dense.weight": "model-00003-of-00003.safetensors",
|
131 |
+
"h.27.self_attention.query_key_value.weight": "model-00003-of-00003.safetensors",
|
132 |
+
"h.28.input_layernorm.bias": "model-00003-of-00003.safetensors",
|
133 |
+
"h.28.input_layernorm.weight": "model-00003-of-00003.safetensors",
|
134 |
+
"h.28.mlp.dense_4h_to_h.weight": "model-00003-of-00003.safetensors",
|
135 |
+
"h.28.mlp.dense_h_to_4h.weight": "model-00003-of-00003.safetensors",
|
136 |
+
"h.28.self_attention.dense.weight": "model-00003-of-00003.safetensors",
|
137 |
+
"h.28.self_attention.query_key_value.weight": "model-00003-of-00003.safetensors",
|
138 |
+
"h.29.input_layernorm.bias": "model-00003-of-00003.safetensors",
|
139 |
+
"h.29.input_layernorm.weight": "model-00003-of-00003.safetensors",
|
140 |
+
"h.29.mlp.dense_4h_to_h.weight": "model-00003-of-00003.safetensors",
|
141 |
+
"h.29.mlp.dense_h_to_4h.weight": "model-00003-of-00003.safetensors",
|
142 |
+
"h.29.self_attention.dense.weight": "model-00003-of-00003.safetensors",
|
143 |
+
"h.29.self_attention.query_key_value.weight": "model-00003-of-00003.safetensors",
|
144 |
+
"h.3.input_layernorm.bias": "model-00001-of-00003.safetensors",
|
145 |
+
"h.3.input_layernorm.weight": "model-00001-of-00003.safetensors",
|
146 |
+
"h.3.mlp.dense_4h_to_h.weight": "model-00001-of-00003.safetensors",
|
147 |
+
"h.3.mlp.dense_h_to_4h.weight": "model-00001-of-00003.safetensors",
|
148 |
+
"h.3.self_attention.dense.weight": "model-00001-of-00003.safetensors",
|
149 |
+
"h.3.self_attention.query_key_value.weight": "model-00001-of-00003.safetensors",
|
150 |
+
"h.30.input_layernorm.bias": "model-00003-of-00003.safetensors",
|
151 |
+
"h.30.input_layernorm.weight": "model-00003-of-00003.safetensors",
|
152 |
+
"h.30.mlp.dense_4h_to_h.weight": "model-00003-of-00003.safetensors",
|
153 |
+
"h.30.mlp.dense_h_to_4h.weight": "model-00003-of-00003.safetensors",
|
154 |
+
"h.30.self_attention.dense.weight": "model-00003-of-00003.safetensors",
|
155 |
+
"h.30.self_attention.query_key_value.weight": "model-00003-of-00003.safetensors",
|
156 |
+
"h.31.input_layernorm.bias": "model-00003-of-00003.safetensors",
|
157 |
+
"h.31.input_layernorm.weight": "model-00003-of-00003.safetensors",
|
158 |
+
"h.31.mlp.dense_4h_to_h.weight": "model-00003-of-00003.safetensors",
|
159 |
+
"h.31.mlp.dense_h_to_4h.weight": "model-00003-of-00003.safetensors",
|
160 |
+
"h.31.self_attention.dense.weight": "model-00003-of-00003.safetensors",
|
161 |
+
"h.31.self_attention.query_key_value.weight": "model-00003-of-00003.safetensors",
|
162 |
+
"h.4.input_layernorm.bias": "model-00001-of-00003.safetensors",
|
163 |
+
"h.4.input_layernorm.weight": "model-00001-of-00003.safetensors",
|
164 |
+
"h.4.mlp.dense_4h_to_h.weight": "model-00001-of-00003.safetensors",
|
165 |
+
"h.4.mlp.dense_h_to_4h.weight": "model-00001-of-00003.safetensors",
|
166 |
+
"h.4.self_attention.dense.weight": "model-00001-of-00003.safetensors",
|
167 |
+
"h.4.self_attention.query_key_value.weight": "model-00001-of-00003.safetensors",
|
168 |
+
"h.5.input_layernorm.bias": "model-00001-of-00003.safetensors",
|
169 |
+
"h.5.input_layernorm.weight": "model-00001-of-00003.safetensors",
|
170 |
+
"h.5.mlp.dense_4h_to_h.weight": "model-00001-of-00003.safetensors",
|
171 |
+
"h.5.mlp.dense_h_to_4h.weight": "model-00001-of-00003.safetensors",
|
172 |
+
"h.5.self_attention.dense.weight": "model-00001-of-00003.safetensors",
|
173 |
+
"h.5.self_attention.query_key_value.weight": "model-00001-of-00003.safetensors",
|
174 |
+
"h.6.input_layernorm.bias": "model-00001-of-00003.safetensors",
|
175 |
+
"h.6.input_layernorm.weight": "model-00001-of-00003.safetensors",
|
176 |
+
"h.6.mlp.dense_4h_to_h.weight": "model-00001-of-00003.safetensors",
|
177 |
+
"h.6.mlp.dense_h_to_4h.weight": "model-00001-of-00003.safetensors",
|
178 |
+
"h.6.self_attention.dense.weight": "model-00001-of-00003.safetensors",
|
179 |
+
"h.6.self_attention.query_key_value.weight": "model-00001-of-00003.safetensors",
|
180 |
+
"h.7.input_layernorm.bias": "model-00001-of-00003.safetensors",
|
181 |
+
"h.7.input_layernorm.weight": "model-00001-of-00003.safetensors",
|
182 |
+
"h.7.mlp.dense_4h_to_h.weight": "model-00001-of-00003.safetensors",
|
183 |
+
"h.7.mlp.dense_h_to_4h.weight": "model-00001-of-00003.safetensors",
|
184 |
+
"h.7.self_attention.dense.weight": "model-00001-of-00003.safetensors",
|
185 |
+
"h.7.self_attention.query_key_value.weight": "model-00001-of-00003.safetensors",
|
186 |
+
"h.8.input_layernorm.bias": "model-00001-of-00003.safetensors",
|
187 |
+
"h.8.input_layernorm.weight": "model-00001-of-00003.safetensors",
|
188 |
+
"h.8.mlp.dense_4h_to_h.weight": "model-00001-of-00003.safetensors",
|
189 |
+
"h.8.mlp.dense_h_to_4h.weight": "model-00001-of-00003.safetensors",
|
190 |
+
"h.8.self_attention.dense.weight": "model-00001-of-00003.safetensors",
|
191 |
+
"h.8.self_attention.query_key_value.weight": "model-00001-of-00003.safetensors",
|
192 |
+
"h.9.input_layernorm.bias": "model-00001-of-00003.safetensors",
|
193 |
+
"h.9.input_layernorm.weight": "model-00001-of-00003.safetensors",
|
194 |
+
"h.9.mlp.dense_4h_to_h.weight": "model-00001-of-00003.safetensors",
|
195 |
+
"h.9.mlp.dense_h_to_4h.weight": "model-00001-of-00003.safetensors",
|
196 |
+
"h.9.self_attention.dense.weight": "model-00001-of-00003.safetensors",
|
197 |
+
"h.9.self_attention.query_key_value.weight": "model-00001-of-00003.safetensors",
|
198 |
+
"ln_f.bias": "model-00003-of-00003.safetensors",
|
199 |
+
"ln_f.weight": "model-00003-of-00003.safetensors",
|
200 |
+
"word_embeddings.weight": "model-00001-of-00003.safetensors"
|
201 |
+
}
|
202 |
+
}
|
special_tokens_map.json
ADDED
@@ -0,0 +1,22 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"additional_special_tokens": [
|
3 |
+
">>TITLE<<",
|
4 |
+
">>ABSTRACT<<",
|
5 |
+
">>INTRODUCTION<<",
|
6 |
+
">>SUMMARY<<",
|
7 |
+
">>COMMENT<<",
|
8 |
+
">>ANSWER<<",
|
9 |
+
">>QUESTION<<",
|
10 |
+
">>DOMAIN<<",
|
11 |
+
">>PREFIX<<",
|
12 |
+
">>SUFFIX<<",
|
13 |
+
">>MIDDLE<<"
|
14 |
+
],
|
15 |
+
"eos_token": {
|
16 |
+
"content": "<|endoftext|>",
|
17 |
+
"lstrip": false,
|
18 |
+
"normalized": false,
|
19 |
+
"rstrip": false,
|
20 |
+
"single_word": false
|
21 |
+
}
|
22 |
+
}
|
tokenizer.json
ADDED
The diff for this file is too large to render.
See raw diff
|
|
tokenizer_config.json
ADDED
@@ -0,0 +1,123 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"add_prefix_space": false,
|
3 |
+
"added_tokens_decoder": {
|
4 |
+
"0": {
|
5 |
+
"content": ">>TITLE<<",
|
6 |
+
"lstrip": false,
|
7 |
+
"normalized": false,
|
8 |
+
"rstrip": false,
|
9 |
+
"single_word": false,
|
10 |
+
"special": true
|
11 |
+
},
|
12 |
+
"1": {
|
13 |
+
"content": ">>ABSTRACT<<",
|
14 |
+
"lstrip": false,
|
15 |
+
"normalized": false,
|
16 |
+
"rstrip": false,
|
17 |
+
"single_word": false,
|
18 |
+
"special": true
|
19 |
+
},
|
20 |
+
"2": {
|
21 |
+
"content": ">>INTRODUCTION<<",
|
22 |
+
"lstrip": false,
|
23 |
+
"normalized": false,
|
24 |
+
"rstrip": false,
|
25 |
+
"single_word": false,
|
26 |
+
"special": true
|
27 |
+
},
|
28 |
+
"3": {
|
29 |
+
"content": ">>SUMMARY<<",
|
30 |
+
"lstrip": false,
|
31 |
+
"normalized": false,
|
32 |
+
"rstrip": false,
|
33 |
+
"single_word": false,
|
34 |
+
"special": true
|
35 |
+
},
|
36 |
+
"4": {
|
37 |
+
"content": ">>COMMENT<<",
|
38 |
+
"lstrip": false,
|
39 |
+
"normalized": false,
|
40 |
+
"rstrip": false,
|
41 |
+
"single_word": false,
|
42 |
+
"special": true
|
43 |
+
},
|
44 |
+
"5": {
|
45 |
+
"content": ">>ANSWER<<",
|
46 |
+
"lstrip": false,
|
47 |
+
"normalized": false,
|
48 |
+
"rstrip": false,
|
49 |
+
"single_word": false,
|
50 |
+
"special": true
|
51 |
+
},
|
52 |
+
"6": {
|
53 |
+
"content": ">>QUESTION<<",
|
54 |
+
"lstrip": false,
|
55 |
+
"normalized": false,
|
56 |
+
"rstrip": false,
|
57 |
+
"single_word": false,
|
58 |
+
"special": true
|
59 |
+
},
|
60 |
+
"7": {
|
61 |
+
"content": ">>DOMAIN<<",
|
62 |
+
"lstrip": false,
|
63 |
+
"normalized": false,
|
64 |
+
"rstrip": false,
|
65 |
+
"single_word": false,
|
66 |
+
"special": true
|
67 |
+
},
|
68 |
+
"8": {
|
69 |
+
"content": ">>PREFIX<<",
|
70 |
+
"lstrip": false,
|
71 |
+
"normalized": false,
|
72 |
+
"rstrip": false,
|
73 |
+
"single_word": false,
|
74 |
+
"special": true
|
75 |
+
},
|
76 |
+
"9": {
|
77 |
+
"content": ">>SUFFIX<<",
|
78 |
+
"lstrip": false,
|
79 |
+
"normalized": false,
|
80 |
+
"rstrip": false,
|
81 |
+
"single_word": false,
|
82 |
+
"special": true
|
83 |
+
},
|
84 |
+
"10": {
|
85 |
+
"content": ">>MIDDLE<<",
|
86 |
+
"lstrip": false,
|
87 |
+
"normalized": false,
|
88 |
+
"rstrip": false,
|
89 |
+
"single_word": false,
|
90 |
+
"special": true
|
91 |
+
},
|
92 |
+
"11": {
|
93 |
+
"content": "<|endoftext|>",
|
94 |
+
"lstrip": false,
|
95 |
+
"normalized": false,
|
96 |
+
"rstrip": false,
|
97 |
+
"single_word": false,
|
98 |
+
"special": true
|
99 |
+
}
|
100 |
+
},
|
101 |
+
"additional_special_tokens": [
|
102 |
+
">>TITLE<<",
|
103 |
+
">>ABSTRACT<<",
|
104 |
+
">>INTRODUCTION<<",
|
105 |
+
">>SUMMARY<<",
|
106 |
+
">>COMMENT<<",
|
107 |
+
">>ANSWER<<",
|
108 |
+
">>QUESTION<<",
|
109 |
+
">>DOMAIN<<",
|
110 |
+
">>PREFIX<<",
|
111 |
+
">>SUFFIX<<",
|
112 |
+
">>MIDDLE<<"
|
113 |
+
],
|
114 |
+
"clean_up_tokenization_spaces": true,
|
115 |
+
"eos_token": "<|endoftext|>",
|
116 |
+
"model_input_names": [
|
117 |
+
"input_ids",
|
118 |
+
"attention_mask"
|
119 |
+
],
|
120 |
+
"model_max_length": 2048,
|
121 |
+
"task_type": "feature_extraction",
|
122 |
+
"tokenizer_class": "PreTrainedTokenizerFast"
|
123 |
+
}
|