Upload folder using huggingface_hub
Browse files- .gitattributes +1 -0
- .ipynb_checkpoints/README-checkpoint.md +158 -0
- README.md +158 -0
- adapter_config.json +34 -0
- adapter_model.safetensors +3 -0
- added_tokens.json +24 -0
- merges.txt +0 -0
- optimizer.pt +3 -0
- rng_state.pth +3 -0
- scheduler.pt +3 -0
- special_tokens_map.json +31 -0
- tokenizer.json +3 -0
- tokenizer_config.json +207 -0
- trainer_state.json +185 -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
|
.ipynb_checkpoints/README-checkpoint.md
ADDED
@@ -0,0 +1,158 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
library_name: peft
|
3 |
+
license: apache-2.0
|
4 |
+
base_model: Qwen/Qwen2.5-14B-Instruct
|
5 |
+
tags:
|
6 |
+
- generated_from_trainer
|
7 |
+
model-index:
|
8 |
+
- name: outputs/lora-out
|
9 |
+
results: []
|
10 |
+
---
|
11 |
+
|
12 |
+
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
13 |
+
should probably proofread and complete it, then remove this comment. -->
|
14 |
+
|
15 |
+
[<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)
|
16 |
+
<details><summary>See axolotl config</summary>
|
17 |
+
|
18 |
+
axolotl version: `0.5.0`
|
19 |
+
```yaml
|
20 |
+
base_model: Qwen/Qwen2.5-14B-Instruct
|
21 |
+
|
22 |
+
load_in_8bit: false
|
23 |
+
load_in_4bit: false
|
24 |
+
strict: false
|
25 |
+
|
26 |
+
datasets:
|
27 |
+
- path: output.jsonl
|
28 |
+
type: alpaca
|
29 |
+
|
30 |
+
special_tokens:
|
31 |
+
bos_token:
|
32 |
+
eos_token: "<|im_end|>"
|
33 |
+
pad_token: "<|endoftext|>"
|
34 |
+
|
35 |
+
dataset_prepared_path:
|
36 |
+
val_set_size: 0.05
|
37 |
+
output_dir: ./outputs/lora-out
|
38 |
+
|
39 |
+
sequence_len: 4096
|
40 |
+
sample_packing: false
|
41 |
+
pad_to_sequence_len: true
|
42 |
+
|
43 |
+
adapter: lora
|
44 |
+
lora_model_dir:
|
45 |
+
lora_r: 8
|
46 |
+
lora_alpha: 16
|
47 |
+
lora_dropout: 0.05
|
48 |
+
lora_target_linear: true
|
49 |
+
lora_fan_in_fan_out:
|
50 |
+
lora_target_modules:
|
51 |
+
- gate_proj
|
52 |
+
- down_proj
|
53 |
+
- up_proj
|
54 |
+
- q_proj
|
55 |
+
- v_proj
|
56 |
+
- k_proj
|
57 |
+
- o_proj
|
58 |
+
|
59 |
+
wandb_project: axolotl_gmatrix
|
60 |
+
wandb_entity: mssong
|
61 |
+
wandb_watch:
|
62 |
+
wandb_run_id:
|
63 |
+
wandb_log_model:
|
64 |
+
|
65 |
+
gradient_accumulation_steps: 2
|
66 |
+
micro_batch_size: 1
|
67 |
+
num_epochs: 3
|
68 |
+
optimizer:
|
69 |
+
lr_scheduler: cosine
|
70 |
+
learning_rate: 0.00006
|
71 |
+
train_on_inputs:
|
72 |
+
group_by_length: false
|
73 |
+
bf16: true
|
74 |
+
fp16: false
|
75 |
+
tf32: false
|
76 |
+
gradient_checkpointing: true
|
77 |
+
early_stopping_patience: 4
|
78 |
+
local_rank:
|
79 |
+
logging_steps: 100
|
80 |
+
xformers_attention:
|
81 |
+
flash_attention: true
|
82 |
+
warmup_ratio: 0.05
|
83 |
+
#warmup_steps: 100
|
84 |
+
eval_steps: 100
|
85 |
+
save_steps: 100
|
86 |
+
save_total_limit: 2
|
87 |
+
eval_sample_packing:
|
88 |
+
debug:
|
89 |
+
deepspeed:
|
90 |
+
weight_decay: 0.01
|
91 |
+
fsdp:
|
92 |
+
fsdp_config:
|
93 |
+
trust_remote_code: true
|
94 |
+
```
|
95 |
+
|
96 |
+
</details><br>
|
97 |
+
|
98 |
+
# outputs/lora-out
|
99 |
+
|
100 |
+
This model is a fine-tuned version of [Qwen/Qwen2.5-14B-Instruct](https://huggingface.co/Qwen/Qwen2.5-14B-Instruct) on the None dataset.
|
101 |
+
It achieves the following results on the evaluation set:
|
102 |
+
- Loss: 0.0875
|
103 |
+
|
104 |
+
## Model description
|
105 |
+
|
106 |
+
More information needed
|
107 |
+
|
108 |
+
## Intended uses & limitations
|
109 |
+
|
110 |
+
More information needed
|
111 |
+
|
112 |
+
## Training and evaluation data
|
113 |
+
|
114 |
+
More information needed
|
115 |
+
|
116 |
+
## Training procedure
|
117 |
+
|
118 |
+
### Training hyperparameters
|
119 |
+
|
120 |
+
The following hyperparameters were used during training:
|
121 |
+
- learning_rate: 6e-05
|
122 |
+
- train_batch_size: 1
|
123 |
+
- eval_batch_size: 1
|
124 |
+
- seed: 42
|
125 |
+
- gradient_accumulation_steps: 2
|
126 |
+
- total_train_batch_size: 2
|
127 |
+
- optimizer: Use OptimizerNames.ADAMW_HF with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=No additional optimizer arguments
|
128 |
+
- lr_scheduler_type: cosine
|
129 |
+
- lr_scheduler_warmup_steps: 162
|
130 |
+
- num_epochs: 3
|
131 |
+
|
132 |
+
### Training results
|
133 |
+
|
134 |
+
| Training Loss | Epoch | Step | Validation Loss |
|
135 |
+
|:-------------:|:------:|:----:|:---------------:|
|
136 |
+
| No log | 0.0009 | 1 | 0.4243 |
|
137 |
+
| 0.2465 | 0.0923 | 100 | 0.1338 |
|
138 |
+
| 0.0425 | 0.1847 | 200 | 0.1110 |
|
139 |
+
| 0.0333 | 0.2770 | 300 | 0.1051 |
|
140 |
+
| 0.0319 | 0.3693 | 400 | 0.0933 |
|
141 |
+
| 0.0257 | 0.4617 | 500 | 0.0886 |
|
142 |
+
| 0.0245 | 0.5540 | 600 | 0.0898 |
|
143 |
+
| 0.0262 | 0.6464 | 700 | 0.0889 |
|
144 |
+
| 0.025 | 0.7387 | 800 | 0.0827 |
|
145 |
+
| 0.0221 | 0.8310 | 900 | 0.0813 |
|
146 |
+
| 0.0207 | 0.9234 | 1000 | 0.0901 |
|
147 |
+
| 0.0219 | 1.0157 | 1100 | 0.0878 |
|
148 |
+
| 0.0132 | 1.1080 | 1200 | 0.0890 |
|
149 |
+
| 0.0154 | 1.2004 | 1300 | 0.0875 |
|
150 |
+
|
151 |
+
|
152 |
+
### Framework versions
|
153 |
+
|
154 |
+
- PEFT 0.13.2
|
155 |
+
- Transformers 4.46.1
|
156 |
+
- Pytorch 2.3.1+cu121
|
157 |
+
- Datasets 3.0.1
|
158 |
+
- Tokenizers 0.20.3
|
README.md
ADDED
@@ -0,0 +1,158 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
library_name: peft
|
3 |
+
license: apache-2.0
|
4 |
+
base_model: Qwen/Qwen2.5-14B-Instruct
|
5 |
+
tags:
|
6 |
+
- generated_from_trainer
|
7 |
+
model-index:
|
8 |
+
- name: outputs/lora-out
|
9 |
+
results: []
|
10 |
+
---
|
11 |
+
|
12 |
+
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
13 |
+
should probably proofread and complete it, then remove this comment. -->
|
14 |
+
|
15 |
+
[<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)
|
16 |
+
<details><summary>See axolotl config</summary>
|
17 |
+
|
18 |
+
axolotl version: `0.5.0`
|
19 |
+
```yaml
|
20 |
+
base_model: Qwen/Qwen2.5-14B-Instruct
|
21 |
+
|
22 |
+
load_in_8bit: false
|
23 |
+
load_in_4bit: false
|
24 |
+
strict: false
|
25 |
+
|
26 |
+
datasets:
|
27 |
+
- path: output.jsonl
|
28 |
+
type: alpaca
|
29 |
+
|
30 |
+
special_tokens:
|
31 |
+
bos_token:
|
32 |
+
eos_token: "<|im_end|>"
|
33 |
+
pad_token: "<|endoftext|>"
|
34 |
+
|
35 |
+
dataset_prepared_path:
|
36 |
+
val_set_size: 0.05
|
37 |
+
output_dir: ./outputs/lora-out
|
38 |
+
|
39 |
+
sequence_len: 4096
|
40 |
+
sample_packing: false
|
41 |
+
pad_to_sequence_len: true
|
42 |
+
|
43 |
+
adapter: lora
|
44 |
+
lora_model_dir:
|
45 |
+
lora_r: 8
|
46 |
+
lora_alpha: 16
|
47 |
+
lora_dropout: 0.05
|
48 |
+
lora_target_linear: true
|
49 |
+
lora_fan_in_fan_out:
|
50 |
+
lora_target_modules:
|
51 |
+
- gate_proj
|
52 |
+
- down_proj
|
53 |
+
- up_proj
|
54 |
+
- q_proj
|
55 |
+
- v_proj
|
56 |
+
- k_proj
|
57 |
+
- o_proj
|
58 |
+
|
59 |
+
wandb_project: axolotl_gmatrix
|
60 |
+
wandb_entity: mssong
|
61 |
+
wandb_watch:
|
62 |
+
wandb_run_id:
|
63 |
+
wandb_log_model:
|
64 |
+
|
65 |
+
gradient_accumulation_steps: 2
|
66 |
+
micro_batch_size: 1
|
67 |
+
num_epochs: 3
|
68 |
+
optimizer:
|
69 |
+
lr_scheduler: cosine
|
70 |
+
learning_rate: 0.00006
|
71 |
+
train_on_inputs:
|
72 |
+
group_by_length: false
|
73 |
+
bf16: true
|
74 |
+
fp16: false
|
75 |
+
tf32: false
|
76 |
+
gradient_checkpointing: true
|
77 |
+
early_stopping_patience: 4
|
78 |
+
local_rank:
|
79 |
+
logging_steps: 100
|
80 |
+
xformers_attention:
|
81 |
+
flash_attention: true
|
82 |
+
warmup_ratio: 0.05
|
83 |
+
#warmup_steps: 100
|
84 |
+
eval_steps: 100
|
85 |
+
save_steps: 100
|
86 |
+
save_total_limit: 2
|
87 |
+
eval_sample_packing:
|
88 |
+
debug:
|
89 |
+
deepspeed:
|
90 |
+
weight_decay: 0.01
|
91 |
+
fsdp:
|
92 |
+
fsdp_config:
|
93 |
+
trust_remote_code: true
|
94 |
+
```
|
95 |
+
|
96 |
+
</details><br>
|
97 |
+
|
98 |
+
# outputs/lora-out
|
99 |
+
|
100 |
+
This model is a fine-tuned version of [Qwen/Qwen2.5-14B-Instruct](https://huggingface.co/Qwen/Qwen2.5-14B-Instruct) on the None dataset.
|
101 |
+
It achieves the following results on the evaluation set:
|
102 |
+
- Loss: 0.0875
|
103 |
+
|
104 |
+
## Model description
|
105 |
+
|
106 |
+
More information needed
|
107 |
+
|
108 |
+
## Intended uses & limitations
|
109 |
+
|
110 |
+
More information needed
|
111 |
+
|
112 |
+
## Training and evaluation data
|
113 |
+
|
114 |
+
More information needed
|
115 |
+
|
116 |
+
## Training procedure
|
117 |
+
|
118 |
+
### Training hyperparameters
|
119 |
+
|
120 |
+
The following hyperparameters were used during training:
|
121 |
+
- learning_rate: 6e-05
|
122 |
+
- train_batch_size: 1
|
123 |
+
- eval_batch_size: 1
|
124 |
+
- seed: 42
|
125 |
+
- gradient_accumulation_steps: 2
|
126 |
+
- total_train_batch_size: 2
|
127 |
+
- optimizer: Use OptimizerNames.ADAMW_HF with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=No additional optimizer arguments
|
128 |
+
- lr_scheduler_type: cosine
|
129 |
+
- lr_scheduler_warmup_steps: 162
|
130 |
+
- num_epochs: 3
|
131 |
+
|
132 |
+
### Training results
|
133 |
+
|
134 |
+
| Training Loss | Epoch | Step | Validation Loss |
|
135 |
+
|:-------------:|:------:|:----:|:---------------:|
|
136 |
+
| No log | 0.0009 | 1 | 0.4243 |
|
137 |
+
| 0.2465 | 0.0923 | 100 | 0.1338 |
|
138 |
+
| 0.0425 | 0.1847 | 200 | 0.1110 |
|
139 |
+
| 0.0333 | 0.2770 | 300 | 0.1051 |
|
140 |
+
| 0.0319 | 0.3693 | 400 | 0.0933 |
|
141 |
+
| 0.0257 | 0.4617 | 500 | 0.0886 |
|
142 |
+
| 0.0245 | 0.5540 | 600 | 0.0898 |
|
143 |
+
| 0.0262 | 0.6464 | 700 | 0.0889 |
|
144 |
+
| 0.025 | 0.7387 | 800 | 0.0827 |
|
145 |
+
| 0.0221 | 0.8310 | 900 | 0.0813 |
|
146 |
+
| 0.0207 | 0.9234 | 1000 | 0.0901 |
|
147 |
+
| 0.0219 | 1.0157 | 1100 | 0.0878 |
|
148 |
+
| 0.0132 | 1.1080 | 1200 | 0.0890 |
|
149 |
+
| 0.0154 | 1.2004 | 1300 | 0.0875 |
|
150 |
+
|
151 |
+
|
152 |
+
### Framework versions
|
153 |
+
|
154 |
+
- PEFT 0.13.2
|
155 |
+
- Transformers 4.46.1
|
156 |
+
- Pytorch 2.3.1+cu121
|
157 |
+
- Datasets 3.0.1
|
158 |
+
- Tokenizers 0.20.3
|
adapter_config.json
ADDED
@@ -0,0 +1,34 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"alpha_pattern": {},
|
3 |
+
"auto_mapping": null,
|
4 |
+
"base_model_name_or_path": "Qwen/Qwen2.5-14B-Instruct",
|
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": 16,
|
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": 8,
|
20 |
+
"rank_pattern": {},
|
21 |
+
"revision": null,
|
22 |
+
"target_modules": [
|
23 |
+
"up_proj",
|
24 |
+
"o_proj",
|
25 |
+
"q_proj",
|
26 |
+
"gate_proj",
|
27 |
+
"v_proj",
|
28 |
+
"k_proj",
|
29 |
+
"down_proj"
|
30 |
+
],
|
31 |
+
"task_type": "CAUSAL_LM",
|
32 |
+
"use_dora": false,
|
33 |
+
"use_rslora": false
|
34 |
+
}
|
adapter_model.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:32b523102aeb55843ce14795d4a560f0d48fde8f742729373b202014b9f2df8c
|
3 |
+
size 137714904
|
added_tokens.json
ADDED
@@ -0,0 +1,24 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"</tool_call>": 151658,
|
3 |
+
"<tool_call>": 151657,
|
4 |
+
"<|box_end|>": 151649,
|
5 |
+
"<|box_start|>": 151648,
|
6 |
+
"<|endoftext|>": 151643,
|
7 |
+
"<|file_sep|>": 151664,
|
8 |
+
"<|fim_middle|>": 151660,
|
9 |
+
"<|fim_pad|>": 151662,
|
10 |
+
"<|fim_prefix|>": 151659,
|
11 |
+
"<|fim_suffix|>": 151661,
|
12 |
+
"<|im_end|>": 151645,
|
13 |
+
"<|im_start|>": 151644,
|
14 |
+
"<|image_pad|>": 151655,
|
15 |
+
"<|object_ref_end|>": 151647,
|
16 |
+
"<|object_ref_start|>": 151646,
|
17 |
+
"<|quad_end|>": 151651,
|
18 |
+
"<|quad_start|>": 151650,
|
19 |
+
"<|repo_name|>": 151663,
|
20 |
+
"<|video_pad|>": 151656,
|
21 |
+
"<|vision_end|>": 151653,
|
22 |
+
"<|vision_pad|>": 151654,
|
23 |
+
"<|vision_start|>": 151652
|
24 |
+
}
|
merges.txt
ADDED
The diff for this file is too large to render.
See raw diff
|
|
optimizer.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:7210edc61d2a15d50dfcb3cd302a54b72979c0f0f8737ce0883167b27a4527d1
|
3 |
+
size 275650130
|
rng_state.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:7b281140bd3bc67e82deebdc7da8a33d100a021dde1ab24c62384134c0901017
|
3 |
+
size 14244
|
scheduler.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:f29f4a6d635d5d181ecfeace9305954658575008ee9ccea9fd55f674b85ed2f1
|
3 |
+
size 1064
|
special_tokens_map.json
ADDED
@@ -0,0 +1,31 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"additional_special_tokens": [
|
3 |
+
"<|im_start|>",
|
4 |
+
"<|im_end|>",
|
5 |
+
"<|object_ref_start|>",
|
6 |
+
"<|object_ref_end|>",
|
7 |
+
"<|box_start|>",
|
8 |
+
"<|box_end|>",
|
9 |
+
"<|quad_start|>",
|
10 |
+
"<|quad_end|>",
|
11 |
+
"<|vision_start|>",
|
12 |
+
"<|vision_end|>",
|
13 |
+
"<|vision_pad|>",
|
14 |
+
"<|image_pad|>",
|
15 |
+
"<|video_pad|>"
|
16 |
+
],
|
17 |
+
"eos_token": {
|
18 |
+
"content": "<|im_end|>",
|
19 |
+
"lstrip": false,
|
20 |
+
"normalized": false,
|
21 |
+
"rstrip": false,
|
22 |
+
"single_word": false
|
23 |
+
},
|
24 |
+
"pad_token": {
|
25 |
+
"content": "<|endoftext|>",
|
26 |
+
"lstrip": false,
|
27 |
+
"normalized": false,
|
28 |
+
"rstrip": false,
|
29 |
+
"single_word": false
|
30 |
+
}
|
31 |
+
}
|
tokenizer.json
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:9c5ae00e602b8860cbd784ba82a8aa14e8feecec692e7076590d014d7b7fdafa
|
3 |
+
size 11421896
|
tokenizer_config.json
ADDED
@@ -0,0 +1,207 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"add_bos_token": false,
|
3 |
+
"add_prefix_space": false,
|
4 |
+
"added_tokens_decoder": {
|
5 |
+
"151643": {
|
6 |
+
"content": "<|endoftext|>",
|
7 |
+
"lstrip": false,
|
8 |
+
"normalized": false,
|
9 |
+
"rstrip": false,
|
10 |
+
"single_word": false,
|
11 |
+
"special": true
|
12 |
+
},
|
13 |
+
"151644": {
|
14 |
+
"content": "<|im_start|>",
|
15 |
+
"lstrip": false,
|
16 |
+
"normalized": false,
|
17 |
+
"rstrip": false,
|
18 |
+
"single_word": false,
|
19 |
+
"special": true
|
20 |
+
},
|
21 |
+
"151645": {
|
22 |
+
"content": "<|im_end|>",
|
23 |
+
"lstrip": false,
|
24 |
+
"normalized": false,
|
25 |
+
"rstrip": false,
|
26 |
+
"single_word": false,
|
27 |
+
"special": true
|
28 |
+
},
|
29 |
+
"151646": {
|
30 |
+
"content": "<|object_ref_start|>",
|
31 |
+
"lstrip": false,
|
32 |
+
"normalized": false,
|
33 |
+
"rstrip": false,
|
34 |
+
"single_word": false,
|
35 |
+
"special": true
|
36 |
+
},
|
37 |
+
"151647": {
|
38 |
+
"content": "<|object_ref_end|>",
|
39 |
+
"lstrip": false,
|
40 |
+
"normalized": false,
|
41 |
+
"rstrip": false,
|
42 |
+
"single_word": false,
|
43 |
+
"special": true
|
44 |
+
},
|
45 |
+
"151648": {
|
46 |
+
"content": "<|box_start|>",
|
47 |
+
"lstrip": false,
|
48 |
+
"normalized": false,
|
49 |
+
"rstrip": false,
|
50 |
+
"single_word": false,
|
51 |
+
"special": true
|
52 |
+
},
|
53 |
+
"151649": {
|
54 |
+
"content": "<|box_end|>",
|
55 |
+
"lstrip": false,
|
56 |
+
"normalized": false,
|
57 |
+
"rstrip": false,
|
58 |
+
"single_word": false,
|
59 |
+
"special": true
|
60 |
+
},
|
61 |
+
"151650": {
|
62 |
+
"content": "<|quad_start|>",
|
63 |
+
"lstrip": false,
|
64 |
+
"normalized": false,
|
65 |
+
"rstrip": false,
|
66 |
+
"single_word": false,
|
67 |
+
"special": true
|
68 |
+
},
|
69 |
+
"151651": {
|
70 |
+
"content": "<|quad_end|>",
|
71 |
+
"lstrip": false,
|
72 |
+
"normalized": false,
|
73 |
+
"rstrip": false,
|
74 |
+
"single_word": false,
|
75 |
+
"special": true
|
76 |
+
},
|
77 |
+
"151652": {
|
78 |
+
"content": "<|vision_start|>",
|
79 |
+
"lstrip": false,
|
80 |
+
"normalized": false,
|
81 |
+
"rstrip": false,
|
82 |
+
"single_word": false,
|
83 |
+
"special": true
|
84 |
+
},
|
85 |
+
"151653": {
|
86 |
+
"content": "<|vision_end|>",
|
87 |
+
"lstrip": false,
|
88 |
+
"normalized": false,
|
89 |
+
"rstrip": false,
|
90 |
+
"single_word": false,
|
91 |
+
"special": true
|
92 |
+
},
|
93 |
+
"151654": {
|
94 |
+
"content": "<|vision_pad|>",
|
95 |
+
"lstrip": false,
|
96 |
+
"normalized": false,
|
97 |
+
"rstrip": false,
|
98 |
+
"single_word": false,
|
99 |
+
"special": true
|
100 |
+
},
|
101 |
+
"151655": {
|
102 |
+
"content": "<|image_pad|>",
|
103 |
+
"lstrip": false,
|
104 |
+
"normalized": false,
|
105 |
+
"rstrip": false,
|
106 |
+
"single_word": false,
|
107 |
+
"special": true
|
108 |
+
},
|
109 |
+
"151656": {
|
110 |
+
"content": "<|video_pad|>",
|
111 |
+
"lstrip": false,
|
112 |
+
"normalized": false,
|
113 |
+
"rstrip": false,
|
114 |
+
"single_word": false,
|
115 |
+
"special": true
|
116 |
+
},
|
117 |
+
"151657": {
|
118 |
+
"content": "<tool_call>",
|
119 |
+
"lstrip": false,
|
120 |
+
"normalized": false,
|
121 |
+
"rstrip": false,
|
122 |
+
"single_word": false,
|
123 |
+
"special": false
|
124 |
+
},
|
125 |
+
"151658": {
|
126 |
+
"content": "</tool_call>",
|
127 |
+
"lstrip": false,
|
128 |
+
"normalized": false,
|
129 |
+
"rstrip": false,
|
130 |
+
"single_word": false,
|
131 |
+
"special": false
|
132 |
+
},
|
133 |
+
"151659": {
|
134 |
+
"content": "<|fim_prefix|>",
|
135 |
+
"lstrip": false,
|
136 |
+
"normalized": false,
|
137 |
+
"rstrip": false,
|
138 |
+
"single_word": false,
|
139 |
+
"special": false
|
140 |
+
},
|
141 |
+
"151660": {
|
142 |
+
"content": "<|fim_middle|>",
|
143 |
+
"lstrip": false,
|
144 |
+
"normalized": false,
|
145 |
+
"rstrip": false,
|
146 |
+
"single_word": false,
|
147 |
+
"special": false
|
148 |
+
},
|
149 |
+
"151661": {
|
150 |
+
"content": "<|fim_suffix|>",
|
151 |
+
"lstrip": false,
|
152 |
+
"normalized": false,
|
153 |
+
"rstrip": false,
|
154 |
+
"single_word": false,
|
155 |
+
"special": false
|
156 |
+
},
|
157 |
+
"151662": {
|
158 |
+
"content": "<|fim_pad|>",
|
159 |
+
"lstrip": false,
|
160 |
+
"normalized": false,
|
161 |
+
"rstrip": false,
|
162 |
+
"single_word": false,
|
163 |
+
"special": false
|
164 |
+
},
|
165 |
+
"151663": {
|
166 |
+
"content": "<|repo_name|>",
|
167 |
+
"lstrip": false,
|
168 |
+
"normalized": false,
|
169 |
+
"rstrip": false,
|
170 |
+
"single_word": false,
|
171 |
+
"special": false
|
172 |
+
},
|
173 |
+
"151664": {
|
174 |
+
"content": "<|file_sep|>",
|
175 |
+
"lstrip": false,
|
176 |
+
"normalized": false,
|
177 |
+
"rstrip": false,
|
178 |
+
"single_word": false,
|
179 |
+
"special": false
|
180 |
+
}
|
181 |
+
},
|
182 |
+
"additional_special_tokens": [
|
183 |
+
"<|im_start|>",
|
184 |
+
"<|im_end|>",
|
185 |
+
"<|object_ref_start|>",
|
186 |
+
"<|object_ref_end|>",
|
187 |
+
"<|box_start|>",
|
188 |
+
"<|box_end|>",
|
189 |
+
"<|quad_start|>",
|
190 |
+
"<|quad_end|>",
|
191 |
+
"<|vision_start|>",
|
192 |
+
"<|vision_end|>",
|
193 |
+
"<|vision_pad|>",
|
194 |
+
"<|image_pad|>",
|
195 |
+
"<|video_pad|>"
|
196 |
+
],
|
197 |
+
"bos_token": null,
|
198 |
+
"chat_template": "{%- if tools %}\n {{- '<|im_start|>system\\n' }}\n {%- if messages[0]['role'] == 'system' %}\n {{- messages[0]['content'] }}\n {%- else %}\n {{- 'You are Qwen, created by Alibaba Cloud. You are a helpful assistant.' }}\n {%- endif %}\n {{- \"\\n\\n# Tools\\n\\nYou may call one or more functions to assist with the user query.\\n\\nYou are provided with function signatures within <tools></tools> XML tags:\\n<tools>\" }}\n {%- for tool in tools %}\n {{- \"\\n\" }}\n {{- tool | tojson }}\n {%- endfor %}\n {{- \"\\n</tools>\\n\\nFor each function call, return a json object with function name and arguments within <tool_call></tool_call> XML tags:\\n<tool_call>\\n{\\\"name\\\": <function-name>, \\\"arguments\\\": <args-json-object>}\\n</tool_call><|im_end|>\\n\" }}\n{%- else %}\n {%- if messages[0]['role'] == 'system' %}\n {{- '<|im_start|>system\\n' + messages[0]['content'] + '<|im_end|>\\n' }}\n {%- else %}\n {{- '<|im_start|>system\\nYou are Qwen, created by Alibaba Cloud. You are a helpful assistant.<|im_end|>\\n' }}\n {%- endif %}\n{%- endif %}\n{%- for message in messages %}\n {%- if (message.role == \"user\") or (message.role == \"system\" and not loop.first) or (message.role == \"assistant\" and not message.tool_calls) %}\n {{- '<|im_start|>' + message.role + '\\n' + message.content + '<|im_end|>' + '\\n' }}\n {%- elif message.role == \"assistant\" %}\n {{- '<|im_start|>' + message.role }}\n {%- if message.content %}\n {{- '\\n' + message.content }}\n {%- endif %}\n {%- for tool_call in message.tool_calls %}\n {%- if tool_call.function is defined %}\n {%- set tool_call = tool_call.function %}\n {%- endif %}\n {{- '\\n<tool_call>\\n{\"name\": \"' }}\n {{- tool_call.name }}\n {{- '\", \"arguments\": ' }}\n {{- tool_call.arguments | tojson }}\n {{- '}\\n</tool_call>' }}\n {%- endfor %}\n {{- '<|im_end|>\\n' }}\n {%- elif message.role == \"tool\" %}\n {%- if (loop.index0 == 0) or (messages[loop.index0 - 1].role != \"tool\") %}\n {{- '<|im_start|>user' }}\n {%- endif %}\n {{- '\\n<tool_response>\\n' }}\n {{- message.content }}\n {{- '\\n</tool_response>' }}\n {%- if loop.last or (messages[loop.index0 + 1].role != \"tool\") %}\n {{- '<|im_end|>\\n' }}\n {%- endif %}\n {%- endif %}\n{%- endfor %}\n{%- if add_generation_prompt %}\n {{- '<|im_start|>assistant\\n' }}\n{%- endif %}\n",
|
199 |
+
"clean_up_tokenization_spaces": false,
|
200 |
+
"eos_token": "<|im_end|>",
|
201 |
+
"errors": "replace",
|
202 |
+
"model_max_length": 131072,
|
203 |
+
"pad_token": "<|endoftext|>",
|
204 |
+
"split_special_tokens": false,
|
205 |
+
"tokenizer_class": "Qwen2Tokenizer",
|
206 |
+
"unk_token": null
|
207 |
+
}
|
trainer_state.json
ADDED
@@ -0,0 +1,185 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"best_metric": 0.08133330941200256,
|
3 |
+
"best_model_checkpoint": "./outputs/lora-out/checkpoint-900",
|
4 |
+
"epoch": 0.8310249307479224,
|
5 |
+
"eval_steps": 100,
|
6 |
+
"global_step": 900,
|
7 |
+
"is_hyper_param_search": false,
|
8 |
+
"is_local_process_zero": true,
|
9 |
+
"is_world_process_zero": true,
|
10 |
+
"log_history": [
|
11 |
+
{
|
12 |
+
"epoch": 0.0009233610341643582,
|
13 |
+
"eval_loss": 0.4242709279060364,
|
14 |
+
"eval_runtime": 91.8213,
|
15 |
+
"eval_samples_per_second": 1.252,
|
16 |
+
"eval_steps_per_second": 1.252,
|
17 |
+
"step": 1
|
18 |
+
},
|
19 |
+
{
|
20 |
+
"epoch": 0.09233610341643583,
|
21 |
+
"grad_norm": 0.6968376040458679,
|
22 |
+
"learning_rate": 3.7037037037037037e-05,
|
23 |
+
"loss": 0.2465,
|
24 |
+
"step": 100
|
25 |
+
},
|
26 |
+
{
|
27 |
+
"epoch": 0.09233610341643583,
|
28 |
+
"eval_loss": 0.13379718363285065,
|
29 |
+
"eval_runtime": 93.2896,
|
30 |
+
"eval_samples_per_second": 1.233,
|
31 |
+
"eval_steps_per_second": 1.233,
|
32 |
+
"step": 100
|
33 |
+
},
|
34 |
+
{
|
35 |
+
"epoch": 0.18467220683287167,
|
36 |
+
"grad_norm": 0.38504940271377563,
|
37 |
+
"learning_rate": 5.997756992048411e-05,
|
38 |
+
"loss": 0.0425,
|
39 |
+
"step": 200
|
40 |
+
},
|
41 |
+
{
|
42 |
+
"epoch": 0.18467220683287167,
|
43 |
+
"eval_loss": 0.11098360270261765,
|
44 |
+
"eval_runtime": 93.1082,
|
45 |
+
"eval_samples_per_second": 1.235,
|
46 |
+
"eval_steps_per_second": 1.235,
|
47 |
+
"step": 200
|
48 |
+
},
|
49 |
+
{
|
50 |
+
"epoch": 0.2770083102493075,
|
51 |
+
"grad_norm": 0.21793705224990845,
|
52 |
+
"learning_rate": 5.970463299279944e-05,
|
53 |
+
"loss": 0.0333,
|
54 |
+
"step": 300
|
55 |
+
},
|
56 |
+
{
|
57 |
+
"epoch": 0.2770083102493075,
|
58 |
+
"eval_loss": 0.10511630773544312,
|
59 |
+
"eval_runtime": 93.095,
|
60 |
+
"eval_samples_per_second": 1.235,
|
61 |
+
"eval_steps_per_second": 1.235,
|
62 |
+
"step": 300
|
63 |
+
},
|
64 |
+
{
|
65 |
+
"epoch": 0.36934441366574333,
|
66 |
+
"grad_norm": 0.245796799659729,
|
67 |
+
"learning_rate": 5.912431591443999e-05,
|
68 |
+
"loss": 0.0319,
|
69 |
+
"step": 400
|
70 |
+
},
|
71 |
+
{
|
72 |
+
"epoch": 0.36934441366574333,
|
73 |
+
"eval_loss": 0.09326907247304916,
|
74 |
+
"eval_runtime": 93.3684,
|
75 |
+
"eval_samples_per_second": 1.232,
|
76 |
+
"eval_steps_per_second": 1.232,
|
77 |
+
"step": 400
|
78 |
+
},
|
79 |
+
{
|
80 |
+
"epoch": 0.4616805170821791,
|
81 |
+
"grad_norm": 0.2685442864894867,
|
82 |
+
"learning_rate": 5.824262374027476e-05,
|
83 |
+
"loss": 0.0257,
|
84 |
+
"step": 500
|
85 |
+
},
|
86 |
+
{
|
87 |
+
"epoch": 0.4616805170821791,
|
88 |
+
"eval_loss": 0.08864552527666092,
|
89 |
+
"eval_runtime": 93.324,
|
90 |
+
"eval_samples_per_second": 1.232,
|
91 |
+
"eval_steps_per_second": 1.232,
|
92 |
+
"step": 500
|
93 |
+
},
|
94 |
+
{
|
95 |
+
"epoch": 0.554016620498615,
|
96 |
+
"grad_norm": 0.2339438498020172,
|
97 |
+
"learning_rate": 5.706868012025456e-05,
|
98 |
+
"loss": 0.0245,
|
99 |
+
"step": 600
|
100 |
+
},
|
101 |
+
{
|
102 |
+
"epoch": 0.554016620498615,
|
103 |
+
"eval_loss": 0.08980301022529602,
|
104 |
+
"eval_runtime": 93.1142,
|
105 |
+
"eval_samples_per_second": 1.235,
|
106 |
+
"eval_steps_per_second": 1.235,
|
107 |
+
"step": 600
|
108 |
+
},
|
109 |
+
{
|
110 |
+
"epoch": 0.6463527239150508,
|
111 |
+
"grad_norm": 0.17079927027225494,
|
112 |
+
"learning_rate": 5.561463288892402e-05,
|
113 |
+
"loss": 0.0262,
|
114 |
+
"step": 700
|
115 |
+
},
|
116 |
+
{
|
117 |
+
"epoch": 0.6463527239150508,
|
118 |
+
"eval_loss": 0.08885745704174042,
|
119 |
+
"eval_runtime": 93.2779,
|
120 |
+
"eval_samples_per_second": 1.233,
|
121 |
+
"eval_steps_per_second": 1.233,
|
122 |
+
"step": 700
|
123 |
+
},
|
124 |
+
{
|
125 |
+
"epoch": 0.7386888273314867,
|
126 |
+
"grad_norm": 0.18653833866119385,
|
127 |
+
"learning_rate": 5.389552836101671e-05,
|
128 |
+
"loss": 0.025,
|
129 |
+
"step": 800
|
130 |
+
},
|
131 |
+
{
|
132 |
+
"epoch": 0.7386888273314867,
|
133 |
+
"eval_loss": 0.08268226683139801,
|
134 |
+
"eval_runtime": 92.9671,
|
135 |
+
"eval_samples_per_second": 1.237,
|
136 |
+
"eval_steps_per_second": 1.237,
|
137 |
+
"step": 800
|
138 |
+
},
|
139 |
+
{
|
140 |
+
"epoch": 0.8310249307479224,
|
141 |
+
"grad_norm": 0.027869287878274918,
|
142 |
+
"learning_rate": 5.192915563390816e-05,
|
143 |
+
"loss": 0.0221,
|
144 |
+
"step": 900
|
145 |
+
},
|
146 |
+
{
|
147 |
+
"epoch": 0.8310249307479224,
|
148 |
+
"eval_loss": 0.08133330941200256,
|
149 |
+
"eval_runtime": 93.0513,
|
150 |
+
"eval_samples_per_second": 1.236,
|
151 |
+
"eval_steps_per_second": 1.236,
|
152 |
+
"step": 900
|
153 |
+
}
|
154 |
+
],
|
155 |
+
"logging_steps": 100,
|
156 |
+
"max_steps": 3249,
|
157 |
+
"num_input_tokens_seen": 0,
|
158 |
+
"num_train_epochs": 3,
|
159 |
+
"save_steps": 100,
|
160 |
+
"stateful_callbacks": {
|
161 |
+
"EarlyStoppingCallback": {
|
162 |
+
"args": {
|
163 |
+
"early_stopping_patience": 4,
|
164 |
+
"early_stopping_threshold": 0.0
|
165 |
+
},
|
166 |
+
"attributes": {
|
167 |
+
"early_stopping_patience_counter": 0
|
168 |
+
}
|
169 |
+
},
|
170 |
+
"TrainerControl": {
|
171 |
+
"args": {
|
172 |
+
"should_epoch_stop": false,
|
173 |
+
"should_evaluate": false,
|
174 |
+
"should_log": false,
|
175 |
+
"should_save": true,
|
176 |
+
"should_training_stop": false
|
177 |
+
},
|
178 |
+
"attributes": {}
|
179 |
+
}
|
180 |
+
},
|
181 |
+
"total_flos": 6.204597114765312e+17,
|
182 |
+
"train_batch_size": 1,
|
183 |
+
"trial_name": null,
|
184 |
+
"trial_params": null
|
185 |
+
}
|
training_args.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:5143b88b46370ca1a5870853b9b004a4400aab88a90c747a71222c07713a9ed3
|
3 |
+
size 6200
|
vocab.json
ADDED
The diff for this file is too large to render.
See raw diff
|
|