Training in progress, step 1
Browse files- README.md +25 -197
- adapter_model.bin +1 -1
- added_tokens.json +0 -3
- special_tokens_map.json +49 -14
- tokenizer.json +14 -14
- tokenizer_config.json +18 -21
- training_args.bin +1 -1
README.md
CHANGED
@@ -1,203 +1,6 @@
|
|
1 |
---
|
2 |
library_name: peft
|
3 |
-
base_model: Open-Orca/Mistral-7B-OpenOrca
|
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 |
-
- **Shared by [optional]:** [More Information Needed]
|
22 |
-
- **Model type:** [More Information Needed]
|
23 |
-
- **Language(s) (NLP):** [More Information Needed]
|
24 |
-
- **License:** [More Information Needed]
|
25 |
-
- **Finetuned from model [optional]:** [More Information Needed]
|
26 |
-
|
27 |
-
### Model Sources [optional]
|
28 |
-
|
29 |
-
<!-- Provide the basic links for the model. -->
|
30 |
-
|
31 |
-
- **Repository:** [More Information Needed]
|
32 |
-
- **Paper [optional]:** [More Information Needed]
|
33 |
-
- **Demo [optional]:** [More Information Needed]
|
34 |
-
|
35 |
-
## Uses
|
36 |
-
|
37 |
-
<!-- Address questions around how the model is intended to be used, including the foreseeable users of the model and those affected by the model. -->
|
38 |
-
|
39 |
-
### Direct Use
|
40 |
-
|
41 |
-
<!-- This section is for the model use without fine-tuning or plugging into a larger ecosystem/app. -->
|
42 |
-
|
43 |
-
[More Information Needed]
|
44 |
-
|
45 |
-
### Downstream Use [optional]
|
46 |
-
|
47 |
-
<!-- This section is for the model use when fine-tuned for a task, or when plugged into a larger ecosystem/app -->
|
48 |
-
|
49 |
-
[More Information Needed]
|
50 |
-
|
51 |
-
### Out-of-Scope Use
|
52 |
-
|
53 |
-
<!-- This section addresses misuse, malicious use, and uses that the model will not work well for. -->
|
54 |
-
|
55 |
-
[More Information Needed]
|
56 |
-
|
57 |
-
## Bias, Risks, and Limitations
|
58 |
-
|
59 |
-
<!-- This section is meant to convey both technical and sociotechnical limitations. -->
|
60 |
-
|
61 |
-
[More Information Needed]
|
62 |
-
|
63 |
-
### Recommendations
|
64 |
-
|
65 |
-
<!-- This section is meant to convey recommendations with respect to the bias, risk, and technical limitations. -->
|
66 |
-
|
67 |
-
Users (both direct and downstream) should be made aware of the risks, biases and limitations of the model. More information needed for further recommendations.
|
68 |
-
|
69 |
-
## How to Get Started with the Model
|
70 |
-
|
71 |
-
Use the code below to get started with the model.
|
72 |
-
|
73 |
-
[More Information Needed]
|
74 |
-
|
75 |
-
## Training Details
|
76 |
-
|
77 |
-
### Training Data
|
78 |
-
|
79 |
-
<!-- This should link to a Data 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. -->
|
80 |
-
|
81 |
-
[More Information Needed]
|
82 |
-
|
83 |
-
### Training Procedure
|
84 |
-
|
85 |
-
<!-- This relates heavily to the Technical Specifications. Content here should link to that section when it is relevant to the training procedure. -->
|
86 |
-
|
87 |
-
#### Preprocessing [optional]
|
88 |
-
|
89 |
-
[More Information Needed]
|
90 |
-
|
91 |
-
|
92 |
-
#### Training Hyperparameters
|
93 |
-
|
94 |
-
- **Training regime:** [More Information Needed] <!--fp32, fp16 mixed precision, bf16 mixed precision, bf16 non-mixed precision, fp16 non-mixed precision, fp8 mixed precision -->
|
95 |
-
|
96 |
-
#### Speeds, Sizes, Times [optional]
|
97 |
-
|
98 |
-
<!-- This section provides information about throughput, start/end time, checkpoint size if relevant, etc. -->
|
99 |
-
|
100 |
-
[More Information Needed]
|
101 |
-
|
102 |
-
## Evaluation
|
103 |
-
|
104 |
-
<!-- This section describes the evaluation protocols and provides the results. -->
|
105 |
-
|
106 |
-
### Testing Data, Factors & Metrics
|
107 |
-
|
108 |
-
#### Testing Data
|
109 |
-
|
110 |
-
<!-- This should link to a Data Card if possible. -->
|
111 |
-
|
112 |
-
[More Information Needed]
|
113 |
-
|
114 |
-
#### Factors
|
115 |
-
|
116 |
-
<!-- These are the things the evaluation is disaggregating by, e.g., subpopulations or domains. -->
|
117 |
-
|
118 |
-
[More Information Needed]
|
119 |
-
|
120 |
-
#### Metrics
|
121 |
-
|
122 |
-
<!-- These are the evaluation metrics being used, ideally with a description of why. -->
|
123 |
-
|
124 |
-
[More Information Needed]
|
125 |
-
|
126 |
-
### Results
|
127 |
-
|
128 |
-
[More Information Needed]
|
129 |
-
|
130 |
-
#### Summary
|
131 |
-
|
132 |
-
|
133 |
-
|
134 |
-
## Model Examination [optional]
|
135 |
-
|
136 |
-
<!-- Relevant interpretability work for the model goes here -->
|
137 |
-
|
138 |
-
[More Information Needed]
|
139 |
-
|
140 |
-
## Environmental Impact
|
141 |
-
|
142 |
-
<!-- Total emissions (in grams of CO2eq) and additional considerations, such as electricity usage, go here. Edit the suggested text below accordingly -->
|
143 |
-
|
144 |
-
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).
|
145 |
-
|
146 |
-
- **Hardware Type:** [More Information Needed]
|
147 |
-
- **Hours used:** [More Information Needed]
|
148 |
-
- **Cloud Provider:** [More Information Needed]
|
149 |
-
- **Compute Region:** [More Information Needed]
|
150 |
-
- **Carbon Emitted:** [More Information Needed]
|
151 |
-
|
152 |
-
## Technical Specifications [optional]
|
153 |
-
|
154 |
-
### Model Architecture and Objective
|
155 |
-
|
156 |
-
[More Information Needed]
|
157 |
-
|
158 |
-
### Compute Infrastructure
|
159 |
-
|
160 |
-
[More Information Needed]
|
161 |
-
|
162 |
-
#### Hardware
|
163 |
-
|
164 |
-
[More Information Needed]
|
165 |
-
|
166 |
-
#### Software
|
167 |
-
|
168 |
-
[More Information Needed]
|
169 |
-
|
170 |
-
## Citation [optional]
|
171 |
-
|
172 |
-
<!-- If there is a paper or blog post introducing the model, the APA and Bibtex information for that should go in this section. -->
|
173 |
-
|
174 |
-
**BibTeX:**
|
175 |
-
|
176 |
-
[More Information Needed]
|
177 |
-
|
178 |
-
**APA:**
|
179 |
-
|
180 |
-
[More Information Needed]
|
181 |
-
|
182 |
-
## Glossary [optional]
|
183 |
-
|
184 |
-
<!-- If relevant, include terms and calculations in this section that can help readers understand the model or model card. -->
|
185 |
-
|
186 |
-
[More Information Needed]
|
187 |
-
|
188 |
-
## More Information [optional]
|
189 |
-
|
190 |
-
[More Information Needed]
|
191 |
-
|
192 |
-
## Model Card Authors [optional]
|
193 |
-
|
194 |
-
[More Information Needed]
|
195 |
-
|
196 |
-
## Model Card Contact
|
197 |
-
|
198 |
-
[More Information Needed]
|
199 |
-
|
200 |
-
|
201 |
## Training procedure
|
202 |
|
203 |
|
@@ -213,7 +16,32 @@ The following `bitsandbytes` quantization config was used during training:
|
|
213 |
- bnb_4bit_use_double_quant: False
|
214 |
- bnb_4bit_compute_dtype: float16
|
215 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
216 |
### Framework versions
|
217 |
|
|
|
|
|
218 |
|
219 |
- PEFT 0.6.0.dev0
|
|
|
1 |
---
|
2 |
library_name: peft
|
|
|
3 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
4 |
## Training procedure
|
5 |
|
6 |
|
|
|
16 |
- bnb_4bit_use_double_quant: False
|
17 |
- bnb_4bit_compute_dtype: float16
|
18 |
|
19 |
+
The following `bitsandbytes` quantization config was used during training:
|
20 |
+
- quant_method: bitsandbytes
|
21 |
+
- load_in_8bit: False
|
22 |
+
- load_in_4bit: True
|
23 |
+
- llm_int8_threshold: 6.0
|
24 |
+
- llm_int8_skip_modules: None
|
25 |
+
- llm_int8_enable_fp32_cpu_offload: False
|
26 |
+
- llm_int8_has_fp16_weight: False
|
27 |
+
- bnb_4bit_quant_type: nf4
|
28 |
+
- bnb_4bit_use_double_quant: False
|
29 |
+
- bnb_4bit_compute_dtype: float16
|
30 |
+
|
31 |
+
The following `bitsandbytes` quantization config was used during training:
|
32 |
+
- quant_method: bitsandbytes
|
33 |
+
- load_in_8bit: False
|
34 |
+
- load_in_4bit: True
|
35 |
+
- llm_int8_threshold: 6.0
|
36 |
+
- llm_int8_skip_modules: None
|
37 |
+
- llm_int8_enable_fp32_cpu_offload: False
|
38 |
+
- llm_int8_has_fp16_weight: False
|
39 |
+
- bnb_4bit_quant_type: nf4
|
40 |
+
- bnb_4bit_use_double_quant: False
|
41 |
+
- bnb_4bit_compute_dtype: float16
|
42 |
### Framework versions
|
43 |
|
44 |
+
- PEFT 0.6.0.dev0
|
45 |
+
- PEFT 0.6.0.dev0
|
46 |
|
47 |
- PEFT 0.6.0.dev0
|
adapter_model.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 109097933
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:44db2708254de09ef65b289ccc2a35c5a09471344e6f01042bef62128cfa9fa1
|
3 |
size 109097933
|
added_tokens.json
CHANGED
@@ -1,7 +1,4 @@
|
|
1 |
{
|
2 |
-
"</s>": 2,
|
3 |
-
"<s>": 1,
|
4 |
-
"<unk>": 0,
|
5 |
"<|im_end|>": 32000,
|
6 |
"<|im_start|>": 32001,
|
7 |
"[CLS]": 32003,
|
|
|
1 |
{
|
|
|
|
|
|
|
2 |
"<|im_end|>": 32000,
|
3 |
"<|im_start|>": 32001,
|
4 |
"[CLS]": 32003,
|
special_tokens_map.json
CHANGED
@@ -1,16 +1,51 @@
|
|
1 |
{
|
2 |
-
"
|
3 |
-
"<
|
4 |
-
"
|
5 |
-
"
|
6 |
-
"
|
7 |
-
"
|
8 |
-
|
9 |
-
"
|
10 |
-
|
11 |
-
|
12 |
-
|
13 |
-
|
14 |
-
|
15 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
16 |
}
|
|
|
1 |
{
|
2 |
+
"bos_token": {
|
3 |
+
"content": "<s>",
|
4 |
+
"lstrip": true,
|
5 |
+
"normalized": false,
|
6 |
+
"rstrip": true,
|
7 |
+
"single_word": false
|
8 |
+
},
|
9 |
+
"cls_token": {
|
10 |
+
"content": "[CLS]",
|
11 |
+
"lstrip": false,
|
12 |
+
"normalized": false,
|
13 |
+
"rstrip": false,
|
14 |
+
"single_word": false
|
15 |
+
},
|
16 |
+
"eos_token": {
|
17 |
+
"content": "<|im_end|>",
|
18 |
+
"lstrip": false,
|
19 |
+
"normalized": false,
|
20 |
+
"rstrip": false,
|
21 |
+
"single_word": false
|
22 |
+
},
|
23 |
+
"mask_token": {
|
24 |
+
"content": "[MASK]",
|
25 |
+
"lstrip": false,
|
26 |
+
"normalized": false,
|
27 |
+
"rstrip": false,
|
28 |
+
"single_word": false
|
29 |
+
},
|
30 |
+
"pad_token": {
|
31 |
+
"content": "<|im_end|>",
|
32 |
+
"lstrip": false,
|
33 |
+
"normalized": false,
|
34 |
+
"rstrip": false,
|
35 |
+
"single_word": false
|
36 |
+
},
|
37 |
+
"sep_token": {
|
38 |
+
"content": "[SEP]",
|
39 |
+
"lstrip": false,
|
40 |
+
"normalized": false,
|
41 |
+
"rstrip": false,
|
42 |
+
"single_word": false
|
43 |
+
},
|
44 |
+
"unk_token": {
|
45 |
+
"content": "<unk>",
|
46 |
+
"lstrip": true,
|
47 |
+
"normalized": false,
|
48 |
+
"rstrip": true,
|
49 |
+
"single_word": false
|
50 |
+
}
|
51 |
}
|
tokenizer.json
CHANGED
@@ -7,18 +7,18 @@
|
|
7 |
"id": 0,
|
8 |
"content": "<unk>",
|
9 |
"single_word": false,
|
10 |
-
"lstrip":
|
11 |
-
"rstrip":
|
12 |
-
"normalized":
|
13 |
"special": true
|
14 |
},
|
15 |
{
|
16 |
"id": 1,
|
17 |
"content": "<s>",
|
18 |
"single_word": false,
|
19 |
-
"lstrip":
|
20 |
-
"rstrip":
|
21 |
-
"normalized":
|
22 |
"special": true
|
23 |
},
|
24 |
{
|
@@ -34,8 +34,8 @@
|
|
34 |
"id": 32000,
|
35 |
"content": "<|im_end|>",
|
36 |
"single_word": false,
|
37 |
-
"lstrip":
|
38 |
-
"rstrip":
|
39 |
"normalized": false,
|
40 |
"special": true
|
41 |
},
|
@@ -52,8 +52,8 @@
|
|
52 |
"id": 32002,
|
53 |
"content": "[SEP]",
|
54 |
"single_word": false,
|
55 |
-
"lstrip":
|
56 |
-
"rstrip":
|
57 |
"normalized": false,
|
58 |
"special": true
|
59 |
},
|
@@ -61,8 +61,8 @@
|
|
61 |
"id": 32003,
|
62 |
"content": "[CLS]",
|
63 |
"single_word": false,
|
64 |
-
"lstrip":
|
65 |
-
"rstrip":
|
66 |
"normalized": false,
|
67 |
"special": true
|
68 |
},
|
@@ -70,8 +70,8 @@
|
|
70 |
"id": 32004,
|
71 |
"content": "[MASK]",
|
72 |
"single_word": false,
|
73 |
-
"lstrip":
|
74 |
-
"rstrip":
|
75 |
"normalized": false,
|
76 |
"special": true
|
77 |
}
|
|
|
7 |
"id": 0,
|
8 |
"content": "<unk>",
|
9 |
"single_word": false,
|
10 |
+
"lstrip": true,
|
11 |
+
"rstrip": true,
|
12 |
+
"normalized": false,
|
13 |
"special": true
|
14 |
},
|
15 |
{
|
16 |
"id": 1,
|
17 |
"content": "<s>",
|
18 |
"single_word": false,
|
19 |
+
"lstrip": true,
|
20 |
+
"rstrip": true,
|
21 |
+
"normalized": false,
|
22 |
"special": true
|
23 |
},
|
24 |
{
|
|
|
34 |
"id": 32000,
|
35 |
"content": "<|im_end|>",
|
36 |
"single_word": false,
|
37 |
+
"lstrip": false,
|
38 |
+
"rstrip": false,
|
39 |
"normalized": false,
|
40 |
"special": true
|
41 |
},
|
|
|
52 |
"id": 32002,
|
53 |
"content": "[SEP]",
|
54 |
"single_word": false,
|
55 |
+
"lstrip": false,
|
56 |
+
"rstrip": false,
|
57 |
"normalized": false,
|
58 |
"special": true
|
59 |
},
|
|
|
61 |
"id": 32003,
|
62 |
"content": "[CLS]",
|
63 |
"single_word": false,
|
64 |
+
"lstrip": false,
|
65 |
+
"rstrip": false,
|
66 |
"normalized": false,
|
67 |
"special": true
|
68 |
},
|
|
|
70 |
"id": 32004,
|
71 |
"content": "[MASK]",
|
72 |
"single_word": false,
|
73 |
+
"lstrip": false,
|
74 |
+
"rstrip": false,
|
75 |
"normalized": false,
|
76 |
"special": true
|
77 |
}
|
tokenizer_config.json
CHANGED
@@ -4,17 +4,17 @@
|
|
4 |
"added_tokens_decoder": {
|
5 |
"0": {
|
6 |
"content": "<unk>",
|
7 |
-
"lstrip":
|
8 |
-
"normalized":
|
9 |
-
"rstrip":
|
10 |
"single_word": false,
|
11 |
"special": true
|
12 |
},
|
13 |
"1": {
|
14 |
"content": "<s>",
|
15 |
-
"lstrip":
|
16 |
-
"normalized":
|
17 |
-
"rstrip":
|
18 |
"single_word": false,
|
19 |
"special": true
|
20 |
},
|
@@ -28,9 +28,9 @@
|
|
28 |
},
|
29 |
"32000": {
|
30 |
"content": "<|im_end|>",
|
31 |
-
"lstrip":
|
32 |
"normalized": false,
|
33 |
-
"rstrip":
|
34 |
"single_word": false,
|
35 |
"special": true
|
36 |
},
|
@@ -44,43 +44,40 @@
|
|
44 |
},
|
45 |
"32002": {
|
46 |
"content": "[SEP]",
|
47 |
-
"lstrip":
|
48 |
"normalized": false,
|
49 |
-
"rstrip":
|
50 |
"single_word": false,
|
51 |
"special": true
|
52 |
},
|
53 |
"32003": {
|
54 |
"content": "[CLS]",
|
55 |
-
"lstrip":
|
56 |
"normalized": false,
|
57 |
-
"rstrip":
|
58 |
"single_word": false,
|
59 |
"special": true
|
60 |
},
|
61 |
"32004": {
|
62 |
"content": "[MASK]",
|
63 |
-
"lstrip":
|
64 |
"normalized": false,
|
65 |
-
"rstrip":
|
66 |
"single_word": false,
|
67 |
"special": true
|
68 |
}
|
69 |
},
|
70 |
-
"additional_special_tokens": [
|
71 |
-
"<unk>",
|
72 |
-
"<s>",
|
73 |
-
"</s>",
|
74 |
-
"<|im_end|>",
|
75 |
-
"<|im_start|>"
|
76 |
-
],
|
77 |
"bos_token": "<s>",
|
78 |
"chat_template": "{% if not add_generation_prompt is defined %}{% set add_generation_prompt = false %}{% endif %}{% for message in messages %}{{'<|im_start|>' + message['role'] + '\n' + message['content'] + '<|im_end|>' + '\n'}}{% endfor %}{% if add_generation_prompt %}{{ '<|im_start|>assistant\n' }}{% endif %}",
|
79 |
"clean_up_tokenization_spaces": false,
|
|
|
80 |
"eos_token": "<|im_end|>",
|
81 |
"legacy": true,
|
|
|
82 |
"model_max_length": 1000000000000000019884624838656,
|
83 |
"pad_token": "<|im_end|>",
|
|
|
84 |
"sp_model_kwargs": {},
|
85 |
"spaces_between_special_tokens": false,
|
86 |
"tokenizer_class": "LlamaTokenizer",
|
|
|
4 |
"added_tokens_decoder": {
|
5 |
"0": {
|
6 |
"content": "<unk>",
|
7 |
+
"lstrip": true,
|
8 |
+
"normalized": false,
|
9 |
+
"rstrip": true,
|
10 |
"single_word": false,
|
11 |
"special": true
|
12 |
},
|
13 |
"1": {
|
14 |
"content": "<s>",
|
15 |
+
"lstrip": true,
|
16 |
+
"normalized": false,
|
17 |
+
"rstrip": true,
|
18 |
"single_word": false,
|
19 |
"special": true
|
20 |
},
|
|
|
28 |
},
|
29 |
"32000": {
|
30 |
"content": "<|im_end|>",
|
31 |
+
"lstrip": false,
|
32 |
"normalized": false,
|
33 |
+
"rstrip": false,
|
34 |
"single_word": false,
|
35 |
"special": true
|
36 |
},
|
|
|
44 |
},
|
45 |
"32002": {
|
46 |
"content": "[SEP]",
|
47 |
+
"lstrip": false,
|
48 |
"normalized": false,
|
49 |
+
"rstrip": false,
|
50 |
"single_word": false,
|
51 |
"special": true
|
52 |
},
|
53 |
"32003": {
|
54 |
"content": "[CLS]",
|
55 |
+
"lstrip": false,
|
56 |
"normalized": false,
|
57 |
+
"rstrip": false,
|
58 |
"single_word": false,
|
59 |
"special": true
|
60 |
},
|
61 |
"32004": {
|
62 |
"content": "[MASK]",
|
63 |
+
"lstrip": false,
|
64 |
"normalized": false,
|
65 |
+
"rstrip": false,
|
66 |
"single_word": false,
|
67 |
"special": true
|
68 |
}
|
69 |
},
|
70 |
+
"additional_special_tokens": [],
|
|
|
|
|
|
|
|
|
|
|
|
|
71 |
"bos_token": "<s>",
|
72 |
"chat_template": "{% if not add_generation_prompt is defined %}{% set add_generation_prompt = false %}{% endif %}{% for message in messages %}{{'<|im_start|>' + message['role'] + '\n' + message['content'] + '<|im_end|>' + '\n'}}{% endfor %}{% if add_generation_prompt %}{{ '<|im_start|>assistant\n' }}{% endif %}",
|
73 |
"clean_up_tokenization_spaces": false,
|
74 |
+
"cls_token": "[CLS]",
|
75 |
"eos_token": "<|im_end|>",
|
76 |
"legacy": true,
|
77 |
+
"mask_token": "[MASK]",
|
78 |
"model_max_length": 1000000000000000019884624838656,
|
79 |
"pad_token": "<|im_end|>",
|
80 |
+
"sep_token": "[SEP]",
|
81 |
"sp_model_kwargs": {},
|
82 |
"spaces_between_special_tokens": false,
|
83 |
"tokenizer_class": "LlamaTokenizer",
|
training_args.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 4027
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:aa306c1b4e86b5589f3437163f6222dc672fef7b3e29549aac16640e6ef1f789
|
3 |
size 4027
|