End of training
Browse files- .gitattributes +1 -0
- README.md +212 -0
- adapter_config.json +34 -0
- adapter_model.bin +3 -0
- adapter_model.safetensors +3 -0
- added_tokens.json +6 -0
- config.json +31 -0
- merges.txt +0 -0
- special_tokens_map.json +20 -0
- tokenizer.json +3 -0
- tokenizer_config.json +52 -0
- training_args.bin +3 -0
- vocab.json +0 -0
.gitattributes
CHANGED
@@ -33,3 +33,4 @@ saved_model/**/* 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
|
|
|
|
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
|
36 |
+
tokenizer.json filter=lfs diff=lfs merge=lfs -text
|
README.md
ADDED
@@ -0,0 +1,212 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
library_name: peft
|
3 |
+
license: apache-2.0
|
4 |
+
base_model: unsloth/Qwen2-0.5B
|
5 |
+
tags:
|
6 |
+
- axolotl
|
7 |
+
- generated_from_trainer
|
8 |
+
model-index:
|
9 |
+
- name: 0a09ee27-b445-4cd3-9165-f21d11b7aed2
|
10 |
+
results: []
|
11 |
+
---
|
12 |
+
|
13 |
+
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
14 |
+
should probably proofread and complete it, then remove this comment. -->
|
15 |
+
|
16 |
+
[<img src="https://raw.githubusercontent.com/axolotl-ai-cloud/axolotl/main/image/axolotl-badge-web.png" alt="Built with Axolotl" width="200" height="32"/>](https://github.com/axolotl-ai-cloud/axolotl)
|
17 |
+
<details><summary>See axolotl config</summary>
|
18 |
+
|
19 |
+
axolotl version: `0.4.1`
|
20 |
+
```yaml
|
21 |
+
adapter: lora
|
22 |
+
base_model: unsloth/Qwen2-0.5B
|
23 |
+
bf16: auto
|
24 |
+
chat_template: llama3
|
25 |
+
dataset_prepared_path: null
|
26 |
+
datasets:
|
27 |
+
- data_files:
|
28 |
+
- 40527198fd7180da_train_data.json
|
29 |
+
ds_type: json
|
30 |
+
format: custom
|
31 |
+
path: /workspace/input_data/40527198fd7180da_train_data.json
|
32 |
+
type:
|
33 |
+
field_input: bodies
|
34 |
+
field_instruction: decl
|
35 |
+
field_output: desc
|
36 |
+
format: '{instruction} {input}'
|
37 |
+
no_input_format: '{instruction}'
|
38 |
+
system_format: '{system}'
|
39 |
+
system_prompt: ''
|
40 |
+
debug: null
|
41 |
+
deepspeed: null
|
42 |
+
device_map: auto
|
43 |
+
do_eval: true
|
44 |
+
early_stopping_patience: 3
|
45 |
+
eval_batch_size: 4
|
46 |
+
eval_max_new_tokens: 128
|
47 |
+
eval_steps: 500
|
48 |
+
eval_table_size: null
|
49 |
+
evals_per_epoch: null
|
50 |
+
flash_attention: true
|
51 |
+
fp16: false
|
52 |
+
fsdp: null
|
53 |
+
fsdp_config: null
|
54 |
+
gradient_accumulation_steps: 4
|
55 |
+
gradient_checkpointing: false
|
56 |
+
group_by_length: true
|
57 |
+
hub_model_id: kk-aivio/0a09ee27-b445-4cd3-9165-f21d11b7aed2
|
58 |
+
hub_strategy: end
|
59 |
+
learning_rate: 0.0002
|
60 |
+
load_in_4bit: false
|
61 |
+
load_in_8bit: false
|
62 |
+
local_rank: null
|
63 |
+
logging_steps: 50
|
64 |
+
lora_alpha: 64
|
65 |
+
lora_dropout: 0.05
|
66 |
+
lora_fan_in_fan_out: null
|
67 |
+
lora_model_dir: null
|
68 |
+
lora_r: 32
|
69 |
+
lora_target_linear: true
|
70 |
+
lr_scheduler: constant
|
71 |
+
max_grad_norm: 1.0
|
72 |
+
max_memory:
|
73 |
+
0: 75GB
|
74 |
+
max_steps: 26961
|
75 |
+
micro_batch_size: 4
|
76 |
+
mlflow_experiment_name: /tmp/40527198fd7180da_train_data.json
|
77 |
+
model_type: AutoModelForCausalLM
|
78 |
+
num_epochs: 10
|
79 |
+
optim_args:
|
80 |
+
adam_beta1: 0.9
|
81 |
+
adam_beta2: 0.95
|
82 |
+
adam_epsilon: 1e-5
|
83 |
+
optimizer: adamw_bnb_8bit
|
84 |
+
output_dir: miner_id_24
|
85 |
+
pad_to_sequence_len: true
|
86 |
+
resume_from_checkpoint: null
|
87 |
+
s2_attention: null
|
88 |
+
sample_packing: false
|
89 |
+
save_steps: 500
|
90 |
+
saves_per_epoch: null
|
91 |
+
sequence_len: 512
|
92 |
+
strict: false
|
93 |
+
tf32: true
|
94 |
+
tokenizer_type: AutoTokenizer
|
95 |
+
train_on_inputs: false
|
96 |
+
trust_remote_code: true
|
97 |
+
val_set_size: 0.05
|
98 |
+
wandb_entity: null
|
99 |
+
wandb_mode: online
|
100 |
+
wandb_name: a88f056a-2840-48ca-ada7-c0aa6accc543
|
101 |
+
wandb_project: SN56-11
|
102 |
+
wandb_run: your_name
|
103 |
+
wandb_runid: a88f056a-2840-48ca-ada7-c0aa6accc543
|
104 |
+
warmup_steps: 50
|
105 |
+
weight_decay: 0.0
|
106 |
+
xformers_attention: null
|
107 |
+
|
108 |
+
```
|
109 |
+
|
110 |
+
</details><br>
|
111 |
+
|
112 |
+
# 0a09ee27-b445-4cd3-9165-f21d11b7aed2
|
113 |
+
|
114 |
+
This model is a fine-tuned version of [unsloth/Qwen2-0.5B](https://huggingface.co/unsloth/Qwen2-0.5B) on the None dataset.
|
115 |
+
It achieves the following results on the evaluation set:
|
116 |
+
- Loss: 1.7987
|
117 |
+
|
118 |
+
## Model description
|
119 |
+
|
120 |
+
More information needed
|
121 |
+
|
122 |
+
## Intended uses & limitations
|
123 |
+
|
124 |
+
More information needed
|
125 |
+
|
126 |
+
## Training and evaluation data
|
127 |
+
|
128 |
+
More information needed
|
129 |
+
|
130 |
+
## Training procedure
|
131 |
+
|
132 |
+
### Training hyperparameters
|
133 |
+
|
134 |
+
The following hyperparameters were used during training:
|
135 |
+
- learning_rate: 0.0002
|
136 |
+
- train_batch_size: 4
|
137 |
+
- eval_batch_size: 4
|
138 |
+
- seed: 42
|
139 |
+
- gradient_accumulation_steps: 4
|
140 |
+
- total_train_batch_size: 16
|
141 |
+
- optimizer: Use OptimizerNames.ADAMW_BNB with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=adam_beta1=0.9,adam_beta2=0.95,adam_epsilon=1e-5
|
142 |
+
- lr_scheduler_type: constant
|
143 |
+
- lr_scheduler_warmup_steps: 50
|
144 |
+
- training_steps: 26961
|
145 |
+
|
146 |
+
### Training results
|
147 |
+
|
148 |
+
| Training Loss | Epoch | Step | Validation Loss |
|
149 |
+
|:-------------:|:------:|:-----:|:---------------:|
|
150 |
+
| No log | 0.0000 | 1 | 3.3424 |
|
151 |
+
| 2.1995 | 0.0155 | 500 | 2.2708 |
|
152 |
+
| 2.2108 | 0.0309 | 1000 | 2.2152 |
|
153 |
+
| 2.1032 | 0.0464 | 1500 | 2.1619 |
|
154 |
+
| 2.0713 | 0.0618 | 2000 | 2.1323 |
|
155 |
+
| 2.0045 | 0.0773 | 2500 | 2.1248 |
|
156 |
+
| 2.0501 | 0.0927 | 3000 | 2.0747 |
|
157 |
+
| 2.0731 | 0.1082 | 3500 | 2.0585 |
|
158 |
+
| 1.9948 | 0.1237 | 4000 | 2.0393 |
|
159 |
+
| 2.0056 | 0.1391 | 4500 | 2.0268 |
|
160 |
+
| 1.9357 | 0.1546 | 5000 | 2.0100 |
|
161 |
+
| 1.9762 | 0.1700 | 5500 | 2.0064 |
|
162 |
+
| 1.9652 | 0.1855 | 6000 | 2.0130 |
|
163 |
+
| 1.9825 | 0.2009 | 6500 | 1.9832 |
|
164 |
+
| 1.9862 | 0.2164 | 7000 | 1.9895 |
|
165 |
+
| 1.9041 | 0.2318 | 7500 | 1.9636 |
|
166 |
+
| 1.9515 | 0.2473 | 8000 | 1.9703 |
|
167 |
+
| 1.9021 | 0.2628 | 8500 | 1.9595 |
|
168 |
+
| 1.9045 | 0.2782 | 9000 | 1.9328 |
|
169 |
+
| 1.9421 | 0.2937 | 9500 | 1.9335 |
|
170 |
+
| 1.9514 | 0.3091 | 10000 | 1.9253 |
|
171 |
+
| 1.9284 | 0.3246 | 10500 | 1.9102 |
|
172 |
+
| 1.8786 | 0.3400 | 11000 | 1.9036 |
|
173 |
+
| 1.9155 | 0.3555 | 11500 | 1.9042 |
|
174 |
+
| 1.9281 | 0.3710 | 12000 | 1.8976 |
|
175 |
+
| 1.9146 | 0.3864 | 12500 | 1.8951 |
|
176 |
+
| 1.8653 | 0.4019 | 13000 | 1.8863 |
|
177 |
+
| 1.8602 | 0.4173 | 13500 | 1.8874 |
|
178 |
+
| 1.9072 | 0.4328 | 14000 | 1.8690 |
|
179 |
+
| 1.9027 | 0.4482 | 14500 | 1.8718 |
|
180 |
+
| 1.8846 | 0.4637 | 15000 | 1.8672 |
|
181 |
+
| 1.867 | 0.4791 | 15500 | 1.8722 |
|
182 |
+
| 1.8286 | 0.4946 | 16000 | 1.8667 |
|
183 |
+
| 1.8683 | 0.5101 | 16500 | 1.8528 |
|
184 |
+
| 1.888 | 0.5255 | 17000 | 1.8587 |
|
185 |
+
| 1.9014 | 0.5410 | 17500 | 1.8616 |
|
186 |
+
| 1.8694 | 0.5564 | 18000 | 1.8491 |
|
187 |
+
| 1.8908 | 0.5719 | 18500 | 1.8610 |
|
188 |
+
| 1.8868 | 0.5873 | 19000 | 1.8386 |
|
189 |
+
| 1.8248 | 0.6028 | 19500 | 1.8407 |
|
190 |
+
| 1.8243 | 0.6183 | 20000 | 1.8341 |
|
191 |
+
| 1.8059 | 0.6337 | 20500 | 1.8354 |
|
192 |
+
| 1.8845 | 0.6492 | 21000 | 1.8283 |
|
193 |
+
| 1.8418 | 0.6646 | 21500 | 1.8234 |
|
194 |
+
| 1.7949 | 0.6801 | 22000 | 1.8303 |
|
195 |
+
| 1.7507 | 0.6955 | 22500 | 1.8166 |
|
196 |
+
| 1.8184 | 0.7110 | 23000 | 1.8156 |
|
197 |
+
| 1.7994 | 0.7265 | 23500 | 1.8180 |
|
198 |
+
| 1.8035 | 0.7419 | 24000 | 1.8161 |
|
199 |
+
| 1.7769 | 0.7574 | 24500 | 1.8010 |
|
200 |
+
| 1.8879 | 0.7728 | 25000 | 1.8103 |
|
201 |
+
| 1.7857 | 0.7883 | 25500 | 1.8180 |
|
202 |
+
| 1.7394 | 0.8037 | 26000 | 1.8006 |
|
203 |
+
| 1.8255 | 0.8192 | 26500 | 1.7987 |
|
204 |
+
|
205 |
+
|
206 |
+
### Framework versions
|
207 |
+
|
208 |
+
- PEFT 0.13.2
|
209 |
+
- Transformers 4.46.0
|
210 |
+
- Pytorch 2.5.0+cu124
|
211 |
+
- Datasets 3.0.1
|
212 |
+
- Tokenizers 0.20.1
|
adapter_config.json
ADDED
@@ -0,0 +1,34 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"alpha_pattern": {},
|
3 |
+
"auto_mapping": null,
|
4 |
+
"base_model_name_or_path": "unsloth/Qwen2-0.5B",
|
5 |
+
"bias": "none",
|
6 |
+
"fan_in_fan_out": null,
|
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 |
+
"lora_alpha": 64,
|
14 |
+
"lora_dropout": 0.05,
|
15 |
+
"megatron_config": null,
|
16 |
+
"megatron_core": "megatron.core",
|
17 |
+
"modules_to_save": null,
|
18 |
+
"peft_type": "LORA",
|
19 |
+
"r": 32,
|
20 |
+
"rank_pattern": {},
|
21 |
+
"revision": null,
|
22 |
+
"target_modules": [
|
23 |
+
"o_proj",
|
24 |
+
"k_proj",
|
25 |
+
"down_proj",
|
26 |
+
"up_proj",
|
27 |
+
"q_proj",
|
28 |
+
"v_proj",
|
29 |
+
"gate_proj"
|
30 |
+
],
|
31 |
+
"task_type": "CAUSAL_LM",
|
32 |
+
"use_dora": false,
|
33 |
+
"use_rslora": false
|
34 |
+
}
|
adapter_model.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:1f9cbe7cb7219a4b3c3406a3d325538904ce8dda3e23fda4a11b050689dcadce
|
3 |
+
size 70506570
|
adapter_model.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:ec6f436cc37d003670fef6904bd65ea547a9fdd6d895250ee10fa498ffee7313
|
3 |
+
size 70430032
|
added_tokens.json
ADDED
@@ -0,0 +1,6 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"<|PAD_TOKEN|>": 151646,
|
3 |
+
"<|endoftext|>": 151643,
|
4 |
+
"<|im_end|>": 151645,
|
5 |
+
"<|im_start|>": 151644
|
6 |
+
}
|
config.json
ADDED
@@ -0,0 +1,31 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_attn_implementation_autoset": true,
|
3 |
+
"_name_or_path": "unsloth/Qwen2-0.5B",
|
4 |
+
"architectures": [
|
5 |
+
"Qwen2ForCausalLM"
|
6 |
+
],
|
7 |
+
"attention_dropout": 0.0,
|
8 |
+
"eos_token_id": 151643,
|
9 |
+
"hidden_act": "silu",
|
10 |
+
"hidden_size": 896,
|
11 |
+
"initializer_range": 0.02,
|
12 |
+
"intermediate_size": 4864,
|
13 |
+
"max_position_embeddings": 131072,
|
14 |
+
"max_window_layers": 24,
|
15 |
+
"model_type": "qwen2",
|
16 |
+
"num_attention_heads": 14,
|
17 |
+
"num_hidden_layers": 24,
|
18 |
+
"num_key_value_heads": 2,
|
19 |
+
"pad_token_id": 151646,
|
20 |
+
"rms_norm_eps": 1e-06,
|
21 |
+
"rope_scaling": null,
|
22 |
+
"rope_theta": 1000000.0,
|
23 |
+
"sliding_window": null,
|
24 |
+
"tie_word_embeddings": true,
|
25 |
+
"torch_dtype": "bfloat16",
|
26 |
+
"transformers_version": "4.46.0",
|
27 |
+
"unsloth_version": "2024.9",
|
28 |
+
"use_cache": false,
|
29 |
+
"use_sliding_window": false,
|
30 |
+
"vocab_size": 151936
|
31 |
+
}
|
merges.txt
ADDED
The diff for this file is too large to render.
See raw diff
|
|
special_tokens_map.json
ADDED
@@ -0,0 +1,20 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"additional_special_tokens": [
|
3 |
+
"<|im_start|>",
|
4 |
+
"<|im_end|>"
|
5 |
+
],
|
6 |
+
"eos_token": {
|
7 |
+
"content": "<|endoftext|>",
|
8 |
+
"lstrip": false,
|
9 |
+
"normalized": false,
|
10 |
+
"rstrip": false,
|
11 |
+
"single_word": false
|
12 |
+
},
|
13 |
+
"pad_token": {
|
14 |
+
"content": "<|PAD_TOKEN|>",
|
15 |
+
"lstrip": false,
|
16 |
+
"normalized": false,
|
17 |
+
"rstrip": false,
|
18 |
+
"single_word": false
|
19 |
+
}
|
20 |
+
}
|
tokenizer.json
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:9479047c22047670077878de944c696032b1a81049beeb6e99fbda7fb93e395a
|
3 |
+
size 11418456
|
tokenizer_config.json
ADDED
@@ -0,0 +1,52 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"add_prefix_space": false,
|
3 |
+
"added_tokens_decoder": {
|
4 |
+
"151643": {
|
5 |
+
"content": "<|endoftext|>",
|
6 |
+
"lstrip": false,
|
7 |
+
"normalized": false,
|
8 |
+
"rstrip": false,
|
9 |
+
"single_word": false,
|
10 |
+
"special": true
|
11 |
+
},
|
12 |
+
"151644": {
|
13 |
+
"content": "<|im_start|>",
|
14 |
+
"lstrip": false,
|
15 |
+
"normalized": false,
|
16 |
+
"rstrip": false,
|
17 |
+
"single_word": false,
|
18 |
+
"special": true
|
19 |
+
},
|
20 |
+
"151645": {
|
21 |
+
"content": "<|im_end|>",
|
22 |
+
"lstrip": false,
|
23 |
+
"normalized": false,
|
24 |
+
"rstrip": false,
|
25 |
+
"single_word": false,
|
26 |
+
"special": true
|
27 |
+
},
|
28 |
+
"151646": {
|
29 |
+
"content": "<|PAD_TOKEN|>",
|
30 |
+
"lstrip": false,
|
31 |
+
"normalized": false,
|
32 |
+
"rstrip": false,
|
33 |
+
"single_word": false,
|
34 |
+
"special": true
|
35 |
+
}
|
36 |
+
},
|
37 |
+
"additional_special_tokens": [
|
38 |
+
"<|im_start|>",
|
39 |
+
"<|im_end|>"
|
40 |
+
],
|
41 |
+
"bos_token": null,
|
42 |
+
"chat_template": "{% if not add_generation_prompt is defined %}{% set add_generation_prompt = false %}{% endif %}{% set loop_messages = messages %}{% for message in loop_messages %}{% set content = '<|start_header_id|>' + message['role'] + '<|end_header_id|>\n\n'+ message['content'] | trim + '<|eot_id|>' %}{% if loop.index0 == 0 %}{% set content = bos_token + content %}{% endif %}{{ content }}{% endfor %}{% if add_generation_prompt %}{{ '<|start_header_id|>assistant<|end_header_id|>\n\n' }}{% endif %}",
|
43 |
+
"clean_up_tokenization_spaces": false,
|
44 |
+
"eos_token": "<|endoftext|>",
|
45 |
+
"errors": "replace",
|
46 |
+
"model_max_length": 32768,
|
47 |
+
"pad_token": "<|PAD_TOKEN|>",
|
48 |
+
"padding_side": "left",
|
49 |
+
"split_special_tokens": false,
|
50 |
+
"tokenizer_class": "Qwen2Tokenizer",
|
51 |
+
"unk_token": null
|
52 |
+
}
|
training_args.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:87c562f910816a21524ee327c96011bff951fee379a51abe9b9dba95a5831078
|
3 |
+
size 6776
|
vocab.json
ADDED
The diff for this file is too large to render.
See raw diff
|
|