End of training
Browse files- README.md +160 -0
- adapter_config.json +34 -0
- adapter_model.bin +3 -0
- adapter_model.safetensors +3 -0
- added_tokens.json +3 -0
- config.json +34 -0
- last-checkpoint/README.md +202 -0
- last-checkpoint/adapter_config.json +34 -0
- last-checkpoint/adapter_model.safetensors +3 -0
- last-checkpoint/added_tokens.json +3 -0
- last-checkpoint/merges.txt +0 -0
- last-checkpoint/optimizer.pt +3 -0
- last-checkpoint/rng_state.pth +3 -0
- last-checkpoint/scheduler.pt +3 -0
- last-checkpoint/special_tokens_map.json +43 -0
- last-checkpoint/tokenizer.json +0 -0
- last-checkpoint/tokenizer_config.json +186 -0
- last-checkpoint/trainer_state.json +360 -0
- last-checkpoint/training_args.bin +3 -0
- last-checkpoint/vocab.json +0 -0
- merges.txt +0 -0
- special_tokens_map.json +43 -0
- tokenizer.json +0 -0
- tokenizer_config.json +186 -0
- training_args.bin +3 -0
- vocab.json +0 -0
README.md
ADDED
@@ -0,0 +1,160 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
library_name: peft
|
3 |
+
license: apache-2.0
|
4 |
+
base_model: unsloth/SmolLM2-360M
|
5 |
+
tags:
|
6 |
+
- axolotl
|
7 |
+
- generated_from_trainer
|
8 |
+
model-index:
|
9 |
+
- name: 0d8f1810-af0c-4b52-973f-9fe030a29e08
|
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/SmolLM2-360M
|
23 |
+
bf16: auto
|
24 |
+
chat_template: llama3
|
25 |
+
dataset_prepared_path: null
|
26 |
+
datasets:
|
27 |
+
- data_files:
|
28 |
+
- 489ba0c0b517eaf7_train_data.json
|
29 |
+
ds_type: json
|
30 |
+
format: custom
|
31 |
+
path: /workspace/input_data/489ba0c0b517eaf7_train_data.json
|
32 |
+
type:
|
33 |
+
field_instruction: intent
|
34 |
+
field_output: example
|
35 |
+
format: '{instruction}'
|
36 |
+
no_input_format: '{instruction}'
|
37 |
+
system_format: '{system}'
|
38 |
+
system_prompt: ''
|
39 |
+
debug: null
|
40 |
+
deepspeed: null
|
41 |
+
early_stopping_patience: null
|
42 |
+
eval_max_new_tokens: 128
|
43 |
+
eval_table_size: null
|
44 |
+
evals_per_epoch: 4
|
45 |
+
flash_attention: true
|
46 |
+
fp16: null
|
47 |
+
fsdp: null
|
48 |
+
fsdp_config: null
|
49 |
+
gradient_accumulation_steps: 4
|
50 |
+
gradient_checkpointing: true
|
51 |
+
gradient_clipping: 1.0
|
52 |
+
group_by_length: false
|
53 |
+
hub_model_id: null
|
54 |
+
hub_repo: null
|
55 |
+
hub_strategy: checkpoint
|
56 |
+
hub_token: null
|
57 |
+
learning_rate: 0.0001
|
58 |
+
load_in_4bit: false
|
59 |
+
load_in_8bit: false
|
60 |
+
local_rank: 0
|
61 |
+
logging_steps: 3
|
62 |
+
lora_alpha: 16
|
63 |
+
lora_dropout: 0.05
|
64 |
+
lora_fan_in_fan_out: null
|
65 |
+
lora_model_dir: null
|
66 |
+
lora_r: 8
|
67 |
+
lora_target_linear: true
|
68 |
+
lr_scheduler: cosine
|
69 |
+
max_steps: 100
|
70 |
+
micro_batch_size: 8
|
71 |
+
mlflow_experiment_name: /tmp/489ba0c0b517eaf7_train_data.json
|
72 |
+
model_type: AutoModelForCausalLM
|
73 |
+
num_epochs: 3
|
74 |
+
optimizer: adamw_bnb_8bit
|
75 |
+
output_dir: miner_id_24
|
76 |
+
pad_to_sequence_len: true
|
77 |
+
resume_from_checkpoint: null
|
78 |
+
s2_attention: null
|
79 |
+
sample_packing: false
|
80 |
+
saves_per_epoch: 4
|
81 |
+
sequence_len: 1024
|
82 |
+
strict: false
|
83 |
+
tf32: false
|
84 |
+
tokenizer_type: AutoTokenizer
|
85 |
+
train_on_inputs: false
|
86 |
+
trust_remote_code: true
|
87 |
+
val_set_size: 0.05
|
88 |
+
wandb_entity: techspear-hub
|
89 |
+
wandb_mode: online
|
90 |
+
wandb_name: 05ecb6f6-029b-4441-9ec9-65299a737077
|
91 |
+
wandb_project: Gradients-On-Two
|
92 |
+
wandb_run: your_name
|
93 |
+
wandb_runid: 05ecb6f6-029b-4441-9ec9-65299a737077
|
94 |
+
warmup_steps: 10
|
95 |
+
weight_decay: 0.01
|
96 |
+
xformers_attention: null
|
97 |
+
|
98 |
+
```
|
99 |
+
|
100 |
+
</details><br>
|
101 |
+
|
102 |
+
# 0d8f1810-af0c-4b52-973f-9fe030a29e08
|
103 |
+
|
104 |
+
This model is a fine-tuned version of [unsloth/SmolLM2-360M](https://huggingface.co/unsloth/SmolLM2-360M) on the None dataset.
|
105 |
+
It achieves the following results on the evaluation set:
|
106 |
+
- Loss: 3.5380
|
107 |
+
|
108 |
+
## Model description
|
109 |
+
|
110 |
+
More information needed
|
111 |
+
|
112 |
+
## Intended uses & limitations
|
113 |
+
|
114 |
+
More information needed
|
115 |
+
|
116 |
+
## Training and evaluation data
|
117 |
+
|
118 |
+
More information needed
|
119 |
+
|
120 |
+
## Training procedure
|
121 |
+
|
122 |
+
### Training hyperparameters
|
123 |
+
|
124 |
+
The following hyperparameters were used during training:
|
125 |
+
- learning_rate: 0.0001
|
126 |
+
- train_batch_size: 8
|
127 |
+
- eval_batch_size: 8
|
128 |
+
- seed: 42
|
129 |
+
- gradient_accumulation_steps: 4
|
130 |
+
- total_train_batch_size: 32
|
131 |
+
- optimizer: Use OptimizerNames.ADAMW_BNB with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=No additional optimizer arguments
|
132 |
+
- lr_scheduler_type: cosine
|
133 |
+
- lr_scheduler_warmup_steps: 10
|
134 |
+
- training_steps: 100
|
135 |
+
|
136 |
+
### Training results
|
137 |
+
|
138 |
+
| Training Loss | Epoch | Step | Validation Loss |
|
139 |
+
|:-------------:|:------:|:----:|:---------------:|
|
140 |
+
| No log | 0.0023 | 1 | 5.7676 |
|
141 |
+
| 5.7661 | 0.0209 | 9 | 5.7401 |
|
142 |
+
| 5.2717 | 0.0419 | 18 | 5.5136 |
|
143 |
+
| 5.1694 | 0.0628 | 27 | 5.0614 |
|
144 |
+
| 4.6917 | 0.0837 | 36 | 4.5808 |
|
145 |
+
| 4.1217 | 0.1047 | 45 | 4.1795 |
|
146 |
+
| 3.8083 | 0.1256 | 54 | 3.9013 |
|
147 |
+
| 3.6188 | 0.1465 | 63 | 3.7237 |
|
148 |
+
| 3.654 | 0.1674 | 72 | 3.6171 |
|
149 |
+
| 3.4858 | 0.1884 | 81 | 3.5632 |
|
150 |
+
| 3.5462 | 0.2093 | 90 | 3.5419 |
|
151 |
+
| 3.4723 | 0.2302 | 99 | 3.5380 |
|
152 |
+
|
153 |
+
|
154 |
+
### Framework versions
|
155 |
+
|
156 |
+
- PEFT 0.13.2
|
157 |
+
- Transformers 4.46.0
|
158 |
+
- Pytorch 2.5.0+cu124
|
159 |
+
- Datasets 3.0.1
|
160 |
+
- 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/SmolLM2-360M",
|
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 |
+
"gate_proj",
|
24 |
+
"o_proj",
|
25 |
+
"down_proj",
|
26 |
+
"v_proj",
|
27 |
+
"k_proj",
|
28 |
+
"up_proj",
|
29 |
+
"q_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:b11a127d9cc3b11f7315c13e5e0c27d9f022b65a1fae7df2c0efbbec50497dea
|
3 |
+
size 17528138
|
adapter_model.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:d2bd5e2c2d105c5fd7f4014fe2ab55fca0ee9f268f02bcc2bcadec1afd271dff
|
3 |
+
size 17425352
|
added_tokens.json
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"<|PAD_TOKEN|>": 49152
|
3 |
+
}
|
config.json
ADDED
@@ -0,0 +1,34 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_attn_implementation_autoset": true,
|
3 |
+
"_name_or_path": "unsloth/SmolLM2-360M",
|
4 |
+
"architectures": [
|
5 |
+
"LlamaForCausalLM"
|
6 |
+
],
|
7 |
+
"attention_bias": false,
|
8 |
+
"attention_dropout": 0.0,
|
9 |
+
"bos_token_id": 0,
|
10 |
+
"eos_token_id": 0,
|
11 |
+
"head_dim": 64,
|
12 |
+
"hidden_act": "silu",
|
13 |
+
"hidden_size": 960,
|
14 |
+
"initializer_range": 0.02,
|
15 |
+
"intermediate_size": 2560,
|
16 |
+
"is_llama_config": true,
|
17 |
+
"max_position_embeddings": 8192,
|
18 |
+
"mlp_bias": false,
|
19 |
+
"model_type": "llama",
|
20 |
+
"num_attention_heads": 15,
|
21 |
+
"num_hidden_layers": 32,
|
22 |
+
"num_key_value_heads": 5,
|
23 |
+
"pad_token_id": 49152,
|
24 |
+
"pretraining_tp": 1,
|
25 |
+
"rms_norm_eps": 1e-05,
|
26 |
+
"rope_interleaved": false,
|
27 |
+
"rope_scaling": null,
|
28 |
+
"rope_theta": 100000,
|
29 |
+
"tie_word_embeddings": true,
|
30 |
+
"torch_dtype": "bfloat16",
|
31 |
+
"transformers_version": "4.46.0",
|
32 |
+
"use_cache": false,
|
33 |
+
"vocab_size": 49153
|
34 |
+
}
|
last-checkpoint/README.md
ADDED
@@ -0,0 +1,202 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
base_model: unsloth/SmolLM2-360M
|
3 |
+
library_name: peft
|
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 |
+
### Framework versions
|
201 |
+
|
202 |
+
- PEFT 0.13.2
|
last-checkpoint/adapter_config.json
ADDED
@@ -0,0 +1,34 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"alpha_pattern": {},
|
3 |
+
"auto_mapping": null,
|
4 |
+
"base_model_name_or_path": "unsloth/SmolLM2-360M",
|
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 |
+
"gate_proj",
|
24 |
+
"o_proj",
|
25 |
+
"down_proj",
|
26 |
+
"v_proj",
|
27 |
+
"k_proj",
|
28 |
+
"up_proj",
|
29 |
+
"q_proj"
|
30 |
+
],
|
31 |
+
"task_type": "CAUSAL_LM",
|
32 |
+
"use_dora": false,
|
33 |
+
"use_rslora": false
|
34 |
+
}
|
last-checkpoint/adapter_model.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:d2bd5e2c2d105c5fd7f4014fe2ab55fca0ee9f268f02bcc2bcadec1afd271dff
|
3 |
+
size 17425352
|
last-checkpoint/added_tokens.json
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"<|PAD_TOKEN|>": 49152
|
3 |
+
}
|
last-checkpoint/merges.txt
ADDED
The diff for this file is too large to render.
See raw diff
|
|
last-checkpoint/optimizer.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:63e87a7160ca7f35283bd09486dcae0fdd57aaa5cea57251c409207cd03e10b3
|
3 |
+
size 10251668
|
last-checkpoint/rng_state.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:db483a1b63e23efd052654a9a36f02ad6d4956246d3e75a28cc69be5a109dbd6
|
3 |
+
size 14244
|
last-checkpoint/scheduler.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:49d60a69e2379be2053e816cbaff31e6c931b5922dd86c71c9eaf473299cbf62
|
3 |
+
size 1064
|
last-checkpoint/special_tokens_map.json
ADDED
@@ -0,0 +1,43 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"additional_special_tokens": [
|
3 |
+
"<|endoftext|>",
|
4 |
+
"<|im_start|>",
|
5 |
+
"<|im_end|>",
|
6 |
+
"<repo_name>",
|
7 |
+
"<reponame>",
|
8 |
+
"<file_sep>",
|
9 |
+
"<filename>",
|
10 |
+
"<gh_stars>",
|
11 |
+
"<issue_start>",
|
12 |
+
"<issue_comment>",
|
13 |
+
"<issue_closed>",
|
14 |
+
"<jupyter_start>",
|
15 |
+
"<jupyter_text>",
|
16 |
+
"<jupyter_code>",
|
17 |
+
"<jupyter_output>",
|
18 |
+
"<jupyter_script>",
|
19 |
+
"<empty_output>"
|
20 |
+
],
|
21 |
+
"bos_token": {
|
22 |
+
"content": "<|endoftext|>",
|
23 |
+
"lstrip": false,
|
24 |
+
"normalized": false,
|
25 |
+
"rstrip": false,
|
26 |
+
"single_word": false
|
27 |
+
},
|
28 |
+
"eos_token": {
|
29 |
+
"content": "<|endoftext|>",
|
30 |
+
"lstrip": false,
|
31 |
+
"normalized": false,
|
32 |
+
"rstrip": false,
|
33 |
+
"single_word": false
|
34 |
+
},
|
35 |
+
"pad_token": {
|
36 |
+
"content": "<|PAD_TOKEN|>",
|
37 |
+
"lstrip": false,
|
38 |
+
"normalized": false,
|
39 |
+
"rstrip": false,
|
40 |
+
"single_word": false
|
41 |
+
},
|
42 |
+
"unk_token": "�"
|
43 |
+
}
|
last-checkpoint/tokenizer.json
ADDED
The diff for this file is too large to render.
See raw diff
|
|
last-checkpoint/tokenizer_config.json
ADDED
@@ -0,0 +1,186 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"add_prefix_space": false,
|
3 |
+
"added_tokens_decoder": {
|
4 |
+
"0": {
|
5 |
+
"content": "<|endoftext|>",
|
6 |
+
"lstrip": false,
|
7 |
+
"normalized": false,
|
8 |
+
"rstrip": false,
|
9 |
+
"single_word": false,
|
10 |
+
"special": true
|
11 |
+
},
|
12 |
+
"1": {
|
13 |
+
"content": "<|im_start|>",
|
14 |
+
"lstrip": false,
|
15 |
+
"normalized": false,
|
16 |
+
"rstrip": false,
|
17 |
+
"single_word": false,
|
18 |
+
"special": true
|
19 |
+
},
|
20 |
+
"2": {
|
21 |
+
"content": "<|im_end|>",
|
22 |
+
"lstrip": false,
|
23 |
+
"normalized": false,
|
24 |
+
"rstrip": false,
|
25 |
+
"single_word": false,
|
26 |
+
"special": true
|
27 |
+
},
|
28 |
+
"3": {
|
29 |
+
"content": "<repo_name>",
|
30 |
+
"lstrip": false,
|
31 |
+
"normalized": false,
|
32 |
+
"rstrip": false,
|
33 |
+
"single_word": false,
|
34 |
+
"special": true
|
35 |
+
},
|
36 |
+
"4": {
|
37 |
+
"content": "<reponame>",
|
38 |
+
"lstrip": false,
|
39 |
+
"normalized": false,
|
40 |
+
"rstrip": false,
|
41 |
+
"single_word": false,
|
42 |
+
"special": true
|
43 |
+
},
|
44 |
+
"5": {
|
45 |
+
"content": "<file_sep>",
|
46 |
+
"lstrip": false,
|
47 |
+
"normalized": false,
|
48 |
+
"rstrip": false,
|
49 |
+
"single_word": false,
|
50 |
+
"special": true
|
51 |
+
},
|
52 |
+
"6": {
|
53 |
+
"content": "<filename>",
|
54 |
+
"lstrip": false,
|
55 |
+
"normalized": false,
|
56 |
+
"rstrip": false,
|
57 |
+
"single_word": false,
|
58 |
+
"special": true
|
59 |
+
},
|
60 |
+
"7": {
|
61 |
+
"content": "<gh_stars>",
|
62 |
+
"lstrip": false,
|
63 |
+
"normalized": false,
|
64 |
+
"rstrip": false,
|
65 |
+
"single_word": false,
|
66 |
+
"special": true
|
67 |
+
},
|
68 |
+
"8": {
|
69 |
+
"content": "<issue_start>",
|
70 |
+
"lstrip": false,
|
71 |
+
"normalized": false,
|
72 |
+
"rstrip": false,
|
73 |
+
"single_word": false,
|
74 |
+
"special": true
|
75 |
+
},
|
76 |
+
"9": {
|
77 |
+
"content": "<issue_comment>",
|
78 |
+
"lstrip": false,
|
79 |
+
"normalized": false,
|
80 |
+
"rstrip": false,
|
81 |
+
"single_word": false,
|
82 |
+
"special": true
|
83 |
+
},
|
84 |
+
"10": {
|
85 |
+
"content": "<issue_closed>",
|
86 |
+
"lstrip": false,
|
87 |
+
"normalized": false,
|
88 |
+
"rstrip": false,
|
89 |
+
"single_word": false,
|
90 |
+
"special": true
|
91 |
+
},
|
92 |
+
"11": {
|
93 |
+
"content": "<jupyter_start>",
|
94 |
+
"lstrip": false,
|
95 |
+
"normalized": false,
|
96 |
+
"rstrip": false,
|
97 |
+
"single_word": false,
|
98 |
+
"special": true
|
99 |
+
},
|
100 |
+
"12": {
|
101 |
+
"content": "<jupyter_text>",
|
102 |
+
"lstrip": false,
|
103 |
+
"normalized": false,
|
104 |
+
"rstrip": false,
|
105 |
+
"single_word": false,
|
106 |
+
"special": true
|
107 |
+
},
|
108 |
+
"13": {
|
109 |
+
"content": "<jupyter_code>",
|
110 |
+
"lstrip": false,
|
111 |
+
"normalized": false,
|
112 |
+
"rstrip": false,
|
113 |
+
"single_word": false,
|
114 |
+
"special": true
|
115 |
+
},
|
116 |
+
"14": {
|
117 |
+
"content": "<jupyter_output>",
|
118 |
+
"lstrip": false,
|
119 |
+
"normalized": false,
|
120 |
+
"rstrip": false,
|
121 |
+
"single_word": false,
|
122 |
+
"special": true
|
123 |
+
},
|
124 |
+
"15": {
|
125 |
+
"content": "<jupyter_script>",
|
126 |
+
"lstrip": false,
|
127 |
+
"normalized": false,
|
128 |
+
"rstrip": false,
|
129 |
+
"single_word": false,
|
130 |
+
"special": true
|
131 |
+
},
|
132 |
+
"16": {
|
133 |
+
"content": "<empty_output>",
|
134 |
+
"lstrip": false,
|
135 |
+
"normalized": false,
|
136 |
+
"rstrip": false,
|
137 |
+
"single_word": false,
|
138 |
+
"special": true
|
139 |
+
},
|
140 |
+
"24211": {
|
141 |
+
"content": "�",
|
142 |
+
"lstrip": false,
|
143 |
+
"normalized": false,
|
144 |
+
"rstrip": false,
|
145 |
+
"single_word": false,
|
146 |
+
"special": true
|
147 |
+
},
|
148 |
+
"49152": {
|
149 |
+
"content": "<|PAD_TOKEN|>",
|
150 |
+
"lstrip": false,
|
151 |
+
"normalized": false,
|
152 |
+
"rstrip": false,
|
153 |
+
"single_word": false,
|
154 |
+
"special": true
|
155 |
+
}
|
156 |
+
},
|
157 |
+
"additional_special_tokens": [
|
158 |
+
"<|endoftext|>",
|
159 |
+
"<|im_start|>",
|
160 |
+
"<|im_end|>",
|
161 |
+
"<repo_name>",
|
162 |
+
"<reponame>",
|
163 |
+
"<file_sep>",
|
164 |
+
"<filename>",
|
165 |
+
"<gh_stars>",
|
166 |
+
"<issue_start>",
|
167 |
+
"<issue_comment>",
|
168 |
+
"<issue_closed>",
|
169 |
+
"<jupyter_start>",
|
170 |
+
"<jupyter_text>",
|
171 |
+
"<jupyter_code>",
|
172 |
+
"<jupyter_output>",
|
173 |
+
"<jupyter_script>",
|
174 |
+
"<empty_output>"
|
175 |
+
],
|
176 |
+
"bos_token": "<|endoftext|>",
|
177 |
+
"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 %}",
|
178 |
+
"clean_up_tokenization_spaces": false,
|
179 |
+
"eos_token": "<|endoftext|>",
|
180 |
+
"model_max_length": 8192,
|
181 |
+
"pad_token": "<|PAD_TOKEN|>",
|
182 |
+
"padding_side": "left",
|
183 |
+
"tokenizer_class": "GPT2Tokenizer",
|
184 |
+
"unk_token": "�",
|
185 |
+
"vocab_size": 49152
|
186 |
+
}
|
last-checkpoint/trainer_state.json
ADDED
@@ -0,0 +1,360 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"best_metric": null,
|
3 |
+
"best_model_checkpoint": null,
|
4 |
+
"epoch": 0.23255813953488372,
|
5 |
+
"eval_steps": 9,
|
6 |
+
"global_step": 100,
|
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.002325581395348837,
|
13 |
+
"eval_loss": 5.767578601837158,
|
14 |
+
"eval_runtime": 10.4189,
|
15 |
+
"eval_samples_per_second": 69.489,
|
16 |
+
"eval_steps_per_second": 8.734,
|
17 |
+
"step": 1
|
18 |
+
},
|
19 |
+
{
|
20 |
+
"epoch": 0.0069767441860465115,
|
21 |
+
"grad_norm": 0.7177151441574097,
|
22 |
+
"learning_rate": 3e-05,
|
23 |
+
"loss": 5.7725,
|
24 |
+
"step": 3
|
25 |
+
},
|
26 |
+
{
|
27 |
+
"epoch": 0.013953488372093023,
|
28 |
+
"grad_norm": 0.6705913543701172,
|
29 |
+
"learning_rate": 6e-05,
|
30 |
+
"loss": 5.6508,
|
31 |
+
"step": 6
|
32 |
+
},
|
33 |
+
{
|
34 |
+
"epoch": 0.020930232558139535,
|
35 |
+
"grad_norm": 0.9152357578277588,
|
36 |
+
"learning_rate": 9e-05,
|
37 |
+
"loss": 5.7661,
|
38 |
+
"step": 9
|
39 |
+
},
|
40 |
+
{
|
41 |
+
"epoch": 0.020930232558139535,
|
42 |
+
"eval_loss": 5.740058898925781,
|
43 |
+
"eval_runtime": 10.4015,
|
44 |
+
"eval_samples_per_second": 69.605,
|
45 |
+
"eval_steps_per_second": 8.749,
|
46 |
+
"step": 9
|
47 |
+
},
|
48 |
+
{
|
49 |
+
"epoch": 0.027906976744186046,
|
50 |
+
"grad_norm": 0.8683664798736572,
|
51 |
+
"learning_rate": 9.987820251299122e-05,
|
52 |
+
"loss": 5.7731,
|
53 |
+
"step": 12
|
54 |
+
},
|
55 |
+
{
|
56 |
+
"epoch": 0.03488372093023256,
|
57 |
+
"grad_norm": 1.1061254739761353,
|
58 |
+
"learning_rate": 9.924038765061042e-05,
|
59 |
+
"loss": 5.4242,
|
60 |
+
"step": 15
|
61 |
+
},
|
62 |
+
{
|
63 |
+
"epoch": 0.04186046511627907,
|
64 |
+
"grad_norm": 0.99778813123703,
|
65 |
+
"learning_rate": 9.806308479691595e-05,
|
66 |
+
"loss": 5.2717,
|
67 |
+
"step": 18
|
68 |
+
},
|
69 |
+
{
|
70 |
+
"epoch": 0.04186046511627907,
|
71 |
+
"eval_loss": 5.513608932495117,
|
72 |
+
"eval_runtime": 10.4282,
|
73 |
+
"eval_samples_per_second": 69.427,
|
74 |
+
"eval_steps_per_second": 8.726,
|
75 |
+
"step": 18
|
76 |
+
},
|
77 |
+
{
|
78 |
+
"epoch": 0.04883720930232558,
|
79 |
+
"grad_norm": 1.3651623725891113,
|
80 |
+
"learning_rate": 9.635919272833938e-05,
|
81 |
+
"loss": 5.5186,
|
82 |
+
"step": 21
|
83 |
+
},
|
84 |
+
{
|
85 |
+
"epoch": 0.05581395348837209,
|
86 |
+
"grad_norm": 1.554046630859375,
|
87 |
+
"learning_rate": 9.414737964294636e-05,
|
88 |
+
"loss": 5.3002,
|
89 |
+
"step": 24
|
90 |
+
},
|
91 |
+
{
|
92 |
+
"epoch": 0.06279069767441861,
|
93 |
+
"grad_norm": 1.4339934587478638,
|
94 |
+
"learning_rate": 9.145187862775209e-05,
|
95 |
+
"loss": 5.1694,
|
96 |
+
"step": 27
|
97 |
+
},
|
98 |
+
{
|
99 |
+
"epoch": 0.06279069767441861,
|
100 |
+
"eval_loss": 5.061354637145996,
|
101 |
+
"eval_runtime": 10.4152,
|
102 |
+
"eval_samples_per_second": 69.514,
|
103 |
+
"eval_steps_per_second": 8.737,
|
104 |
+
"step": 27
|
105 |
+
},
|
106 |
+
{
|
107 |
+
"epoch": 0.06976744186046512,
|
108 |
+
"grad_norm": 1.417418360710144,
|
109 |
+
"learning_rate": 8.83022221559489e-05,
|
110 |
+
"loss": 4.9417,
|
111 |
+
"step": 30
|
112 |
+
},
|
113 |
+
{
|
114 |
+
"epoch": 0.07674418604651163,
|
115 |
+
"grad_norm": 1.4718533754348755,
|
116 |
+
"learning_rate": 8.473291852294987e-05,
|
117 |
+
"loss": 4.5364,
|
118 |
+
"step": 33
|
119 |
+
},
|
120 |
+
{
|
121 |
+
"epoch": 0.08372093023255814,
|
122 |
+
"grad_norm": 1.4996187686920166,
|
123 |
+
"learning_rate": 8.07830737662829e-05,
|
124 |
+
"loss": 4.6917,
|
125 |
+
"step": 36
|
126 |
+
},
|
127 |
+
{
|
128 |
+
"epoch": 0.08372093023255814,
|
129 |
+
"eval_loss": 4.580844402313232,
|
130 |
+
"eval_runtime": 10.4483,
|
131 |
+
"eval_samples_per_second": 69.294,
|
132 |
+
"eval_steps_per_second": 8.71,
|
133 |
+
"step": 36
|
134 |
+
},
|
135 |
+
{
|
136 |
+
"epoch": 0.09069767441860466,
|
137 |
+
"grad_norm": 1.4007647037506104,
|
138 |
+
"learning_rate": 7.649596321166024e-05,
|
139 |
+
"loss": 4.4604,
|
140 |
+
"step": 39
|
141 |
+
},
|
142 |
+
{
|
143 |
+
"epoch": 0.09767441860465116,
|
144 |
+
"grad_norm": 1.404478907585144,
|
145 |
+
"learning_rate": 7.191855733945387e-05,
|
146 |
+
"loss": 4.2265,
|
147 |
+
"step": 42
|
148 |
+
},
|
149 |
+
{
|
150 |
+
"epoch": 0.10465116279069768,
|
151 |
+
"grad_norm": 1.4139697551727295,
|
152 |
+
"learning_rate": 6.710100716628344e-05,
|
153 |
+
"loss": 4.1217,
|
154 |
+
"step": 45
|
155 |
+
},
|
156 |
+
{
|
157 |
+
"epoch": 0.10465116279069768,
|
158 |
+
"eval_loss": 4.179461479187012,
|
159 |
+
"eval_runtime": 10.381,
|
160 |
+
"eval_samples_per_second": 69.743,
|
161 |
+
"eval_steps_per_second": 8.766,
|
162 |
+
"step": 45
|
163 |
+
},
|
164 |
+
{
|
165 |
+
"epoch": 0.11162790697674418,
|
166 |
+
"grad_norm": 1.4293689727783203,
|
167 |
+
"learning_rate": 6.209609477998338e-05,
|
168 |
+
"loss": 3.9897,
|
169 |
+
"step": 48
|
170 |
+
},
|
171 |
+
{
|
172 |
+
"epoch": 0.1186046511627907,
|
173 |
+
"grad_norm": 1.2574753761291504,
|
174 |
+
"learning_rate": 5.695865504800327e-05,
|
175 |
+
"loss": 4.0715,
|
176 |
+
"step": 51
|
177 |
+
},
|
178 |
+
{
|
179 |
+
"epoch": 0.12558139534883722,
|
180 |
+
"grad_norm": 1.068290114402771,
|
181 |
+
"learning_rate": 5.174497483512506e-05,
|
182 |
+
"loss": 3.8083,
|
183 |
+
"step": 54
|
184 |
+
},
|
185 |
+
{
|
186 |
+
"epoch": 0.12558139534883722,
|
187 |
+
"eval_loss": 3.9013290405273438,
|
188 |
+
"eval_runtime": 10.3754,
|
189 |
+
"eval_samples_per_second": 69.78,
|
190 |
+
"eval_steps_per_second": 8.771,
|
191 |
+
"step": 54
|
192 |
+
},
|
193 |
+
{
|
194 |
+
"epoch": 0.1325581395348837,
|
195 |
+
"grad_norm": 1.0287175178527832,
|
196 |
+
"learning_rate": 4.6512176312793736e-05,
|
197 |
+
"loss": 3.9619,
|
198 |
+
"step": 57
|
199 |
+
},
|
200 |
+
{
|
201 |
+
"epoch": 0.13953488372093023,
|
202 |
+
"grad_norm": 1.1125946044921875,
|
203 |
+
"learning_rate": 4.131759111665349e-05,
|
204 |
+
"loss": 3.6843,
|
205 |
+
"step": 60
|
206 |
+
},
|
207 |
+
{
|
208 |
+
"epoch": 0.14651162790697675,
|
209 |
+
"grad_norm": 0.8303821086883545,
|
210 |
+
"learning_rate": 3.6218132209150045e-05,
|
211 |
+
"loss": 3.6188,
|
212 |
+
"step": 63
|
213 |
+
},
|
214 |
+
{
|
215 |
+
"epoch": 0.14651162790697675,
|
216 |
+
"eval_loss": 3.723705768585205,
|
217 |
+
"eval_runtime": 10.3865,
|
218 |
+
"eval_samples_per_second": 69.706,
|
219 |
+
"eval_steps_per_second": 8.761,
|
220 |
+
"step": 63
|
221 |
+
},
|
222 |
+
{
|
223 |
+
"epoch": 0.15348837209302327,
|
224 |
+
"grad_norm": 1.2538200616836548,
|
225 |
+
"learning_rate": 3.12696703292044e-05,
|
226 |
+
"loss": 3.5128,
|
227 |
+
"step": 66
|
228 |
+
},
|
229 |
+
{
|
230 |
+
"epoch": 0.16046511627906976,
|
231 |
+
"grad_norm": 0.9986847639083862,
|
232 |
+
"learning_rate": 2.6526421860705473e-05,
|
233 |
+
"loss": 3.5111,
|
234 |
+
"step": 69
|
235 |
+
},
|
236 |
+
{
|
237 |
+
"epoch": 0.16744186046511628,
|
238 |
+
"grad_norm": 1.1189088821411133,
|
239 |
+
"learning_rate": 2.2040354826462668e-05,
|
240 |
+
"loss": 3.654,
|
241 |
+
"step": 72
|
242 |
+
},
|
243 |
+
{
|
244 |
+
"epoch": 0.16744186046511628,
|
245 |
+
"eval_loss": 3.6171345710754395,
|
246 |
+
"eval_runtime": 10.3906,
|
247 |
+
"eval_samples_per_second": 69.678,
|
248 |
+
"eval_steps_per_second": 8.758,
|
249 |
+
"step": 72
|
250 |
+
},
|
251 |
+
{
|
252 |
+
"epoch": 0.1744186046511628,
|
253 |
+
"grad_norm": 0.94745934009552,
|
254 |
+
"learning_rate": 1.7860619515673033e-05,
|
255 |
+
"loss": 3.7317,
|
256 |
+
"step": 75
|
257 |
+
},
|
258 |
+
{
|
259 |
+
"epoch": 0.1813953488372093,
|
260 |
+
"grad_norm": 0.8033557534217834,
|
261 |
+
"learning_rate": 1.4033009983067452e-05,
|
262 |
+
"loss": 3.7478,
|
263 |
+
"step": 78
|
264 |
+
},
|
265 |
+
{
|
266 |
+
"epoch": 0.1883720930232558,
|
267 |
+
"grad_norm": 0.942162036895752,
|
268 |
+
"learning_rate": 1.0599462319663905e-05,
|
269 |
+
"loss": 3.4858,
|
270 |
+
"step": 81
|
271 |
+
},
|
272 |
+
{
|
273 |
+
"epoch": 0.1883720930232558,
|
274 |
+
"eval_loss": 3.5632054805755615,
|
275 |
+
"eval_runtime": 10.3798,
|
276 |
+
"eval_samples_per_second": 69.751,
|
277 |
+
"eval_steps_per_second": 8.767,
|
278 |
+
"step": 81
|
279 |
+
},
|
280 |
+
{
|
281 |
+
"epoch": 0.19534883720930232,
|
282 |
+
"grad_norm": 0.8051215410232544,
|
283 |
+
"learning_rate": 7.597595192178702e-06,
|
284 |
+
"loss": 3.3875,
|
285 |
+
"step": 84
|
286 |
+
},
|
287 |
+
{
|
288 |
+
"epoch": 0.20232558139534884,
|
289 |
+
"grad_norm": 1.0949082374572754,
|
290 |
+
"learning_rate": 5.060297685041659e-06,
|
291 |
+
"loss": 3.6471,
|
292 |
+
"step": 87
|
293 |
+
},
|
294 |
+
{
|
295 |
+
"epoch": 0.20930232558139536,
|
296 |
+
"grad_norm": 0.9996029138565063,
|
297 |
+
"learning_rate": 3.0153689607045845e-06,
|
298 |
+
"loss": 3.5462,
|
299 |
+
"step": 90
|
300 |
+
},
|
301 |
+
{
|
302 |
+
"epoch": 0.20930232558139536,
|
303 |
+
"eval_loss": 3.5418734550476074,
|
304 |
+
"eval_runtime": 10.3865,
|
305 |
+
"eval_samples_per_second": 69.706,
|
306 |
+
"eval_steps_per_second": 8.761,
|
307 |
+
"step": 90
|
308 |
+
},
|
309 |
+
{
|
310 |
+
"epoch": 0.21627906976744185,
|
311 |
+
"grad_norm": 1.184890627861023,
|
312 |
+
"learning_rate": 1.4852136862001764e-06,
|
313 |
+
"loss": 3.6468,
|
314 |
+
"step": 93
|
315 |
+
},
|
316 |
+
{
|
317 |
+
"epoch": 0.22325581395348837,
|
318 |
+
"grad_norm": 1.0085941553115845,
|
319 |
+
"learning_rate": 4.865965629214819e-07,
|
320 |
+
"loss": 3.5317,
|
321 |
+
"step": 96
|
322 |
+
},
|
323 |
+
{
|
324 |
+
"epoch": 0.2302325581395349,
|
325 |
+
"grad_norm": 0.8848790526390076,
|
326 |
+
"learning_rate": 3.04586490452119e-08,
|
327 |
+
"loss": 3.4723,
|
328 |
+
"step": 99
|
329 |
+
},
|
330 |
+
{
|
331 |
+
"epoch": 0.2302325581395349,
|
332 |
+
"eval_loss": 3.538015842437744,
|
333 |
+
"eval_runtime": 10.3899,
|
334 |
+
"eval_samples_per_second": 69.683,
|
335 |
+
"eval_steps_per_second": 8.759,
|
336 |
+
"step": 99
|
337 |
+
}
|
338 |
+
],
|
339 |
+
"logging_steps": 3,
|
340 |
+
"max_steps": 100,
|
341 |
+
"num_input_tokens_seen": 0,
|
342 |
+
"num_train_epochs": 1,
|
343 |
+
"save_steps": 9,
|
344 |
+
"stateful_callbacks": {
|
345 |
+
"TrainerControl": {
|
346 |
+
"args": {
|
347 |
+
"should_epoch_stop": false,
|
348 |
+
"should_evaluate": false,
|
349 |
+
"should_log": false,
|
350 |
+
"should_save": true,
|
351 |
+
"should_training_stop": true
|
352 |
+
},
|
353 |
+
"attributes": {}
|
354 |
+
}
|
355 |
+
},
|
356 |
+
"total_flos": 6271342215168000.0,
|
357 |
+
"train_batch_size": 8,
|
358 |
+
"trial_name": null,
|
359 |
+
"trial_params": null
|
360 |
+
}
|
last-checkpoint/training_args.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:7031b1fbe30505c5cd10d52cd14aeffa8e16d174d365fee779ddcf0a0da0e85e
|
3 |
+
size 6776
|
last-checkpoint/vocab.json
ADDED
The diff for this file is too large to render.
See raw diff
|
|
merges.txt
ADDED
The diff for this file is too large to render.
See raw diff
|
|
special_tokens_map.json
ADDED
@@ -0,0 +1,43 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"additional_special_tokens": [
|
3 |
+
"<|endoftext|>",
|
4 |
+
"<|im_start|>",
|
5 |
+
"<|im_end|>",
|
6 |
+
"<repo_name>",
|
7 |
+
"<reponame>",
|
8 |
+
"<file_sep>",
|
9 |
+
"<filename>",
|
10 |
+
"<gh_stars>",
|
11 |
+
"<issue_start>",
|
12 |
+
"<issue_comment>",
|
13 |
+
"<issue_closed>",
|
14 |
+
"<jupyter_start>",
|
15 |
+
"<jupyter_text>",
|
16 |
+
"<jupyter_code>",
|
17 |
+
"<jupyter_output>",
|
18 |
+
"<jupyter_script>",
|
19 |
+
"<empty_output>"
|
20 |
+
],
|
21 |
+
"bos_token": {
|
22 |
+
"content": "<|endoftext|>",
|
23 |
+
"lstrip": false,
|
24 |
+
"normalized": false,
|
25 |
+
"rstrip": false,
|
26 |
+
"single_word": false
|
27 |
+
},
|
28 |
+
"eos_token": {
|
29 |
+
"content": "<|endoftext|>",
|
30 |
+
"lstrip": false,
|
31 |
+
"normalized": false,
|
32 |
+
"rstrip": false,
|
33 |
+
"single_word": false
|
34 |
+
},
|
35 |
+
"pad_token": {
|
36 |
+
"content": "<|PAD_TOKEN|>",
|
37 |
+
"lstrip": false,
|
38 |
+
"normalized": false,
|
39 |
+
"rstrip": false,
|
40 |
+
"single_word": false
|
41 |
+
},
|
42 |
+
"unk_token": "�"
|
43 |
+
}
|
tokenizer.json
ADDED
The diff for this file is too large to render.
See raw diff
|
|
tokenizer_config.json
ADDED
@@ -0,0 +1,186 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"add_prefix_space": false,
|
3 |
+
"added_tokens_decoder": {
|
4 |
+
"0": {
|
5 |
+
"content": "<|endoftext|>",
|
6 |
+
"lstrip": false,
|
7 |
+
"normalized": false,
|
8 |
+
"rstrip": false,
|
9 |
+
"single_word": false,
|
10 |
+
"special": true
|
11 |
+
},
|
12 |
+
"1": {
|
13 |
+
"content": "<|im_start|>",
|
14 |
+
"lstrip": false,
|
15 |
+
"normalized": false,
|
16 |
+
"rstrip": false,
|
17 |
+
"single_word": false,
|
18 |
+
"special": true
|
19 |
+
},
|
20 |
+
"2": {
|
21 |
+
"content": "<|im_end|>",
|
22 |
+
"lstrip": false,
|
23 |
+
"normalized": false,
|
24 |
+
"rstrip": false,
|
25 |
+
"single_word": false,
|
26 |
+
"special": true
|
27 |
+
},
|
28 |
+
"3": {
|
29 |
+
"content": "<repo_name>",
|
30 |
+
"lstrip": false,
|
31 |
+
"normalized": false,
|
32 |
+
"rstrip": false,
|
33 |
+
"single_word": false,
|
34 |
+
"special": true
|
35 |
+
},
|
36 |
+
"4": {
|
37 |
+
"content": "<reponame>",
|
38 |
+
"lstrip": false,
|
39 |
+
"normalized": false,
|
40 |
+
"rstrip": false,
|
41 |
+
"single_word": false,
|
42 |
+
"special": true
|
43 |
+
},
|
44 |
+
"5": {
|
45 |
+
"content": "<file_sep>",
|
46 |
+
"lstrip": false,
|
47 |
+
"normalized": false,
|
48 |
+
"rstrip": false,
|
49 |
+
"single_word": false,
|
50 |
+
"special": true
|
51 |
+
},
|
52 |
+
"6": {
|
53 |
+
"content": "<filename>",
|
54 |
+
"lstrip": false,
|
55 |
+
"normalized": false,
|
56 |
+
"rstrip": false,
|
57 |
+
"single_word": false,
|
58 |
+
"special": true
|
59 |
+
},
|
60 |
+
"7": {
|
61 |
+
"content": "<gh_stars>",
|
62 |
+
"lstrip": false,
|
63 |
+
"normalized": false,
|
64 |
+
"rstrip": false,
|
65 |
+
"single_word": false,
|
66 |
+
"special": true
|
67 |
+
},
|
68 |
+
"8": {
|
69 |
+
"content": "<issue_start>",
|
70 |
+
"lstrip": false,
|
71 |
+
"normalized": false,
|
72 |
+
"rstrip": false,
|
73 |
+
"single_word": false,
|
74 |
+
"special": true
|
75 |
+
},
|
76 |
+
"9": {
|
77 |
+
"content": "<issue_comment>",
|
78 |
+
"lstrip": false,
|
79 |
+
"normalized": false,
|
80 |
+
"rstrip": false,
|
81 |
+
"single_word": false,
|
82 |
+
"special": true
|
83 |
+
},
|
84 |
+
"10": {
|
85 |
+
"content": "<issue_closed>",
|
86 |
+
"lstrip": false,
|
87 |
+
"normalized": false,
|
88 |
+
"rstrip": false,
|
89 |
+
"single_word": false,
|
90 |
+
"special": true
|
91 |
+
},
|
92 |
+
"11": {
|
93 |
+
"content": "<jupyter_start>",
|
94 |
+
"lstrip": false,
|
95 |
+
"normalized": false,
|
96 |
+
"rstrip": false,
|
97 |
+
"single_word": false,
|
98 |
+
"special": true
|
99 |
+
},
|
100 |
+
"12": {
|
101 |
+
"content": "<jupyter_text>",
|
102 |
+
"lstrip": false,
|
103 |
+
"normalized": false,
|
104 |
+
"rstrip": false,
|
105 |
+
"single_word": false,
|
106 |
+
"special": true
|
107 |
+
},
|
108 |
+
"13": {
|
109 |
+
"content": "<jupyter_code>",
|
110 |
+
"lstrip": false,
|
111 |
+
"normalized": false,
|
112 |
+
"rstrip": false,
|
113 |
+
"single_word": false,
|
114 |
+
"special": true
|
115 |
+
},
|
116 |
+
"14": {
|
117 |
+
"content": "<jupyter_output>",
|
118 |
+
"lstrip": false,
|
119 |
+
"normalized": false,
|
120 |
+
"rstrip": false,
|
121 |
+
"single_word": false,
|
122 |
+
"special": true
|
123 |
+
},
|
124 |
+
"15": {
|
125 |
+
"content": "<jupyter_script>",
|
126 |
+
"lstrip": false,
|
127 |
+
"normalized": false,
|
128 |
+
"rstrip": false,
|
129 |
+
"single_word": false,
|
130 |
+
"special": true
|
131 |
+
},
|
132 |
+
"16": {
|
133 |
+
"content": "<empty_output>",
|
134 |
+
"lstrip": false,
|
135 |
+
"normalized": false,
|
136 |
+
"rstrip": false,
|
137 |
+
"single_word": false,
|
138 |
+
"special": true
|
139 |
+
},
|
140 |
+
"24211": {
|
141 |
+
"content": "�",
|
142 |
+
"lstrip": false,
|
143 |
+
"normalized": false,
|
144 |
+
"rstrip": false,
|
145 |
+
"single_word": false,
|
146 |
+
"special": true
|
147 |
+
},
|
148 |
+
"49152": {
|
149 |
+
"content": "<|PAD_TOKEN|>",
|
150 |
+
"lstrip": false,
|
151 |
+
"normalized": false,
|
152 |
+
"rstrip": false,
|
153 |
+
"single_word": false,
|
154 |
+
"special": true
|
155 |
+
}
|
156 |
+
},
|
157 |
+
"additional_special_tokens": [
|
158 |
+
"<|endoftext|>",
|
159 |
+
"<|im_start|>",
|
160 |
+
"<|im_end|>",
|
161 |
+
"<repo_name>",
|
162 |
+
"<reponame>",
|
163 |
+
"<file_sep>",
|
164 |
+
"<filename>",
|
165 |
+
"<gh_stars>",
|
166 |
+
"<issue_start>",
|
167 |
+
"<issue_comment>",
|
168 |
+
"<issue_closed>",
|
169 |
+
"<jupyter_start>",
|
170 |
+
"<jupyter_text>",
|
171 |
+
"<jupyter_code>",
|
172 |
+
"<jupyter_output>",
|
173 |
+
"<jupyter_script>",
|
174 |
+
"<empty_output>"
|
175 |
+
],
|
176 |
+
"bos_token": "<|endoftext|>",
|
177 |
+
"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 %}",
|
178 |
+
"clean_up_tokenization_spaces": false,
|
179 |
+
"eos_token": "<|endoftext|>",
|
180 |
+
"model_max_length": 8192,
|
181 |
+
"pad_token": "<|PAD_TOKEN|>",
|
182 |
+
"padding_side": "left",
|
183 |
+
"tokenizer_class": "GPT2Tokenizer",
|
184 |
+
"unk_token": "�",
|
185 |
+
"vocab_size": 49152
|
186 |
+
}
|
training_args.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:7031b1fbe30505c5cd10d52cd14aeffa8e16d174d365fee779ddcf0a0da0e85e
|
3 |
+
size 6776
|
vocab.json
ADDED
The diff for this file is too large to render.
See raw diff
|
|