End of training
Browse files- README.md +152 -0
- adapter_config.json +33 -0
- adapter_model.bin +3 -0
- adapter_model.safetensors +3 -0
- config.json +46 -0
- merges.txt +0 -0
- special_tokens_map.json +70 -0
- tokenizer.json +0 -0
- tokenizer_config.json +358 -0
- training_args.bin +3 -0
- vocab.json +0 -0
README.md
ADDED
@@ -0,0 +1,152 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
library_name: peft
|
3 |
+
license: bigcode-openrail-m
|
4 |
+
base_model: bigcode/starcoder2-3b
|
5 |
+
tags:
|
6 |
+
- axolotl
|
7 |
+
- generated_from_trainer
|
8 |
+
model-index:
|
9 |
+
- name: 9676ee8c-262c-48f6-9d1d-ef060ca4fbd3
|
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: bigcode/starcoder2-3b
|
23 |
+
bf16: auto
|
24 |
+
chat_template: llama3
|
25 |
+
dataset_prepared_path: null
|
26 |
+
datasets:
|
27 |
+
- data_files:
|
28 |
+
- a95d051bc87bb152_train_data.json
|
29 |
+
ds_type: json
|
30 |
+
format: custom
|
31 |
+
path: /workspace/input_data/a95d051bc87bb152_train_data.json
|
32 |
+
type:
|
33 |
+
field_input: context
|
34 |
+
field_instruction: question
|
35 |
+
field_output: answers
|
36 |
+
format: '{instruction} {input}'
|
37 |
+
no_input_format: '{instruction}'
|
38 |
+
system_format: '{system}'
|
39 |
+
system_prompt: ''
|
40 |
+
debug: null
|
41 |
+
deepspeed: null
|
42 |
+
early_stopping_patience: null
|
43 |
+
eval_max_new_tokens: 128
|
44 |
+
eval_table_size: null
|
45 |
+
evals_per_epoch: 1
|
46 |
+
flash_attention: true
|
47 |
+
fp16: null
|
48 |
+
fsdp: null
|
49 |
+
fsdp_config: null
|
50 |
+
gradient_accumulation_steps: 4
|
51 |
+
gradient_checkpointing: true
|
52 |
+
gradient_clipping: 1.0
|
53 |
+
group_by_length: false
|
54 |
+
hub_model_id: demohong/9676ee8c-262c-48f6-9d1d-ef060ca4fbd3
|
55 |
+
hub_repo: null
|
56 |
+
hub_strategy: end
|
57 |
+
hub_token: null
|
58 |
+
learning_rate: 5.0e-05
|
59 |
+
load_in_4bit: true
|
60 |
+
load_in_8bit: true
|
61 |
+
local_rank: null
|
62 |
+
logging_steps: 1
|
63 |
+
lora_alpha: 16
|
64 |
+
lora_dropout: 0.05
|
65 |
+
lora_fan_in_fan_out: null
|
66 |
+
lora_model_dir: null
|
67 |
+
lora_r: 8
|
68 |
+
lora_target_linear: true
|
69 |
+
lr_scheduler: cosine
|
70 |
+
max_steps: 200
|
71 |
+
micro_batch_size: 2
|
72 |
+
mlflow_experiment_name: /tmp/a95d051bc87bb152_train_data.json
|
73 |
+
model_type: AutoModelForCausalLM
|
74 |
+
num_epochs: 1
|
75 |
+
optimizer: adamw_bnb_8bit
|
76 |
+
output_dir: miner_id_24
|
77 |
+
pad_to_sequence_len: true
|
78 |
+
resume_from_checkpoint: null
|
79 |
+
s2_attention: null
|
80 |
+
sample_packing: false
|
81 |
+
saves_per_epoch: 1
|
82 |
+
sequence_len: 1024
|
83 |
+
special_tokens:
|
84 |
+
pad_token: <|endoftext|>
|
85 |
+
strict: false
|
86 |
+
tf32: false
|
87 |
+
tokenizer_type: AutoTokenizer
|
88 |
+
train_on_inputs: false
|
89 |
+
trust_remote_code: true
|
90 |
+
val_set_size: 0.05
|
91 |
+
wandb_entity: null
|
92 |
+
wandb_mode: online
|
93 |
+
wandb_name: 22ccc20c-9526-4976-894c-f690652e5757
|
94 |
+
wandb_project: Gradients-On-Demand
|
95 |
+
wandb_run: your_name
|
96 |
+
wandb_runid: 22ccc20c-9526-4976-894c-f690652e5757
|
97 |
+
warmup_steps: 5
|
98 |
+
weight_decay: 0.01
|
99 |
+
xformers_attention: true
|
100 |
+
|
101 |
+
```
|
102 |
+
|
103 |
+
</details><br>
|
104 |
+
|
105 |
+
# 9676ee8c-262c-48f6-9d1d-ef060ca4fbd3
|
106 |
+
|
107 |
+
This model is a fine-tuned version of [bigcode/starcoder2-3b](https://huggingface.co/bigcode/starcoder2-3b) on the None dataset.
|
108 |
+
It achieves the following results on the evaluation set:
|
109 |
+
- Loss: 0.4647
|
110 |
+
|
111 |
+
## Model description
|
112 |
+
|
113 |
+
More information needed
|
114 |
+
|
115 |
+
## Intended uses & limitations
|
116 |
+
|
117 |
+
More information needed
|
118 |
+
|
119 |
+
## Training and evaluation data
|
120 |
+
|
121 |
+
More information needed
|
122 |
+
|
123 |
+
## Training procedure
|
124 |
+
|
125 |
+
### Training hyperparameters
|
126 |
+
|
127 |
+
The following hyperparameters were used during training:
|
128 |
+
- learning_rate: 5e-05
|
129 |
+
- train_batch_size: 2
|
130 |
+
- eval_batch_size: 2
|
131 |
+
- seed: 42
|
132 |
+
- gradient_accumulation_steps: 4
|
133 |
+
- total_train_batch_size: 8
|
134 |
+
- optimizer: Use OptimizerNames.ADAMW_BNB with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=No additional optimizer arguments
|
135 |
+
- lr_scheduler_type: cosine
|
136 |
+
- lr_scheduler_warmup_steps: 5
|
137 |
+
- training_steps: 200
|
138 |
+
|
139 |
+
### Training results
|
140 |
+
|
141 |
+
| Training Loss | Epoch | Step | Validation Loss |
|
142 |
+
|:-------------:|:------:|:----:|:---------------:|
|
143 |
+
| 3.7888 | 0.0077 | 200 | 0.4647 |
|
144 |
+
|
145 |
+
|
146 |
+
### Framework versions
|
147 |
+
|
148 |
+
- PEFT 0.13.2
|
149 |
+
- Transformers 4.46.0
|
150 |
+
- Pytorch 2.5.0+cu124
|
151 |
+
- Datasets 3.0.1
|
152 |
+
- Tokenizers 0.20.1
|
adapter_config.json
ADDED
@@ -0,0 +1,33 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"alpha_pattern": {},
|
3 |
+
"auto_mapping": null,
|
4 |
+
"base_model_name_or_path": "bigcode/starcoder2-3b",
|
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 |
+
"q_proj",
|
24 |
+
"c_fc",
|
25 |
+
"v_proj",
|
26 |
+
"k_proj",
|
27 |
+
"c_proj",
|
28 |
+
"o_proj"
|
29 |
+
],
|
30 |
+
"task_type": "CAUSAL_LM",
|
31 |
+
"use_dora": false,
|
32 |
+
"use_rslora": false
|
33 |
+
}
|
adapter_model.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:1e9955fa205009f5a5f677e9c55c9933027b85ba40e285b6745e9fa534b6cd77
|
3 |
+
size 47806698
|
adapter_model.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:8d4c97248e830217138b00a1b095923d9834c947b5d306a87c99ce12453f6faa
|
3 |
+
size 47724600
|
config.json
ADDED
@@ -0,0 +1,46 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_attn_implementation_autoset": true,
|
3 |
+
"_name_or_path": "bigcode/starcoder2-3b",
|
4 |
+
"architectures": [
|
5 |
+
"Starcoder2ForCausalLM"
|
6 |
+
],
|
7 |
+
"attention_dropout": 0.1,
|
8 |
+
"bos_token_id": 0,
|
9 |
+
"embedding_dropout": 0.1,
|
10 |
+
"eos_token_id": 0,
|
11 |
+
"hidden_act": "gelu_pytorch_tanh",
|
12 |
+
"hidden_size": 3072,
|
13 |
+
"initializer_range": 0.018042,
|
14 |
+
"intermediate_size": 12288,
|
15 |
+
"max_position_embeddings": 16384,
|
16 |
+
"mlp_type": "default",
|
17 |
+
"model_type": "starcoder2",
|
18 |
+
"norm_epsilon": 1e-05,
|
19 |
+
"norm_type": "layer_norm",
|
20 |
+
"num_attention_heads": 24,
|
21 |
+
"num_hidden_layers": 30,
|
22 |
+
"num_key_value_heads": 2,
|
23 |
+
"quantization_config": {
|
24 |
+
"_load_in_4bit": false,
|
25 |
+
"_load_in_8bit": true,
|
26 |
+
"bnb_4bit_compute_dtype": "float32",
|
27 |
+
"bnb_4bit_quant_storage": "uint8",
|
28 |
+
"bnb_4bit_quant_type": "fp4",
|
29 |
+
"bnb_4bit_use_double_quant": false,
|
30 |
+
"llm_int8_enable_fp32_cpu_offload": false,
|
31 |
+
"llm_int8_has_fp16_weight": false,
|
32 |
+
"llm_int8_skip_modules": null,
|
33 |
+
"llm_int8_threshold": 6.0,
|
34 |
+
"load_in_4bit": false,
|
35 |
+
"load_in_8bit": true,
|
36 |
+
"quant_method": "bitsandbytes"
|
37 |
+
},
|
38 |
+
"residual_dropout": 0.1,
|
39 |
+
"rope_scaling": null,
|
40 |
+
"rope_theta": 999999.4420358813,
|
41 |
+
"sliding_window": 4096,
|
42 |
+
"transformers_version": "4.46.0",
|
43 |
+
"use_bias": true,
|
44 |
+
"use_cache": false,
|
45 |
+
"vocab_size": 49152
|
46 |
+
}
|
merges.txt
ADDED
The diff for this file is too large to render.
See raw diff
|
|
special_tokens_map.json
ADDED
@@ -0,0 +1,70 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"additional_special_tokens": [
|
3 |
+
"<|endoftext|>",
|
4 |
+
"<fim_prefix>",
|
5 |
+
"<fim_middle>",
|
6 |
+
"<fim_suffix>",
|
7 |
+
"<fim_pad>",
|
8 |
+
"<repo_name>",
|
9 |
+
"<file_sep>",
|
10 |
+
"<issue_start>",
|
11 |
+
"<issue_comment>",
|
12 |
+
"<issue_closed>",
|
13 |
+
"<jupyter_start>",
|
14 |
+
"<jupyter_text>",
|
15 |
+
"<jupyter_code>",
|
16 |
+
"<jupyter_output>",
|
17 |
+
"<jupyter_script>",
|
18 |
+
"<empty_output>",
|
19 |
+
"<code_to_intermediate>",
|
20 |
+
"<intermediate_to_code>",
|
21 |
+
"<pr>",
|
22 |
+
"<pr_status>",
|
23 |
+
"<pr_is_merged>",
|
24 |
+
"<pr_base>",
|
25 |
+
"<pr_file>",
|
26 |
+
"<pr_base_code>",
|
27 |
+
"<pr_diff>",
|
28 |
+
"<pr_diff_hunk>",
|
29 |
+
"<pr_comment>",
|
30 |
+
"<pr_event_id>",
|
31 |
+
"<pr_review>",
|
32 |
+
"<pr_review_state>",
|
33 |
+
"<pr_review_comment>",
|
34 |
+
"<pr_in_reply_to_review_id>",
|
35 |
+
"<pr_in_reply_to_comment_id>",
|
36 |
+
"<pr_diff_hunk_comment_line>",
|
37 |
+
"<NAME>",
|
38 |
+
"<EMAIL>",
|
39 |
+
"<KEY>",
|
40 |
+
"<PASSWORD>"
|
41 |
+
],
|
42 |
+
"bos_token": {
|
43 |
+
"content": "<|endoftext|>",
|
44 |
+
"lstrip": false,
|
45 |
+
"normalized": false,
|
46 |
+
"rstrip": false,
|
47 |
+
"single_word": false
|
48 |
+
},
|
49 |
+
"eos_token": {
|
50 |
+
"content": "<|endoftext|>",
|
51 |
+
"lstrip": false,
|
52 |
+
"normalized": false,
|
53 |
+
"rstrip": false,
|
54 |
+
"single_word": false
|
55 |
+
},
|
56 |
+
"pad_token": {
|
57 |
+
"content": "<|endoftext|>",
|
58 |
+
"lstrip": false,
|
59 |
+
"normalized": false,
|
60 |
+
"rstrip": false,
|
61 |
+
"single_word": false
|
62 |
+
},
|
63 |
+
"unk_token": {
|
64 |
+
"content": "<|endoftext|>",
|
65 |
+
"lstrip": false,
|
66 |
+
"normalized": false,
|
67 |
+
"rstrip": false,
|
68 |
+
"single_word": false
|
69 |
+
}
|
70 |
+
}
|
tokenizer.json
ADDED
The diff for this file is too large to render.
See raw diff
|
|
tokenizer_config.json
ADDED
@@ -0,0 +1,358 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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": "<fim_prefix>",
|
14 |
+
"lstrip": false,
|
15 |
+
"normalized": false,
|
16 |
+
"rstrip": false,
|
17 |
+
"single_word": false,
|
18 |
+
"special": true
|
19 |
+
},
|
20 |
+
"2": {
|
21 |
+
"content": "<fim_middle>",
|
22 |
+
"lstrip": false,
|
23 |
+
"normalized": false,
|
24 |
+
"rstrip": false,
|
25 |
+
"single_word": false,
|
26 |
+
"special": true
|
27 |
+
},
|
28 |
+
"3": {
|
29 |
+
"content": "<fim_suffix>",
|
30 |
+
"lstrip": false,
|
31 |
+
"normalized": false,
|
32 |
+
"rstrip": false,
|
33 |
+
"single_word": false,
|
34 |
+
"special": true
|
35 |
+
},
|
36 |
+
"4": {
|
37 |
+
"content": "<fim_pad>",
|
38 |
+
"lstrip": false,
|
39 |
+
"normalized": false,
|
40 |
+
"rstrip": false,
|
41 |
+
"single_word": false,
|
42 |
+
"special": true
|
43 |
+
},
|
44 |
+
"5": {
|
45 |
+
"content": "<repo_name>",
|
46 |
+
"lstrip": false,
|
47 |
+
"normalized": false,
|
48 |
+
"rstrip": false,
|
49 |
+
"single_word": false,
|
50 |
+
"special": true
|
51 |
+
},
|
52 |
+
"6": {
|
53 |
+
"content": "<file_sep>",
|
54 |
+
"lstrip": false,
|
55 |
+
"normalized": false,
|
56 |
+
"rstrip": false,
|
57 |
+
"single_word": false,
|
58 |
+
"special": true
|
59 |
+
},
|
60 |
+
"7": {
|
61 |
+
"content": "<issue_start>",
|
62 |
+
"lstrip": false,
|
63 |
+
"normalized": false,
|
64 |
+
"rstrip": false,
|
65 |
+
"single_word": false,
|
66 |
+
"special": true
|
67 |
+
},
|
68 |
+
"8": {
|
69 |
+
"content": "<issue_comment>",
|
70 |
+
"lstrip": false,
|
71 |
+
"normalized": false,
|
72 |
+
"rstrip": false,
|
73 |
+
"single_word": false,
|
74 |
+
"special": true
|
75 |
+
},
|
76 |
+
"9": {
|
77 |
+
"content": "<issue_closed>",
|
78 |
+
"lstrip": false,
|
79 |
+
"normalized": false,
|
80 |
+
"rstrip": false,
|
81 |
+
"single_word": false,
|
82 |
+
"special": true
|
83 |
+
},
|
84 |
+
"10": {
|
85 |
+
"content": "<jupyter_start>",
|
86 |
+
"lstrip": false,
|
87 |
+
"normalized": false,
|
88 |
+
"rstrip": false,
|
89 |
+
"single_word": false,
|
90 |
+
"special": true
|
91 |
+
},
|
92 |
+
"11": {
|
93 |
+
"content": "<jupyter_text>",
|
94 |
+
"lstrip": false,
|
95 |
+
"normalized": false,
|
96 |
+
"rstrip": false,
|
97 |
+
"single_word": false,
|
98 |
+
"special": true
|
99 |
+
},
|
100 |
+
"12": {
|
101 |
+
"content": "<jupyter_code>",
|
102 |
+
"lstrip": false,
|
103 |
+
"normalized": false,
|
104 |
+
"rstrip": false,
|
105 |
+
"single_word": false,
|
106 |
+
"special": true
|
107 |
+
},
|
108 |
+
"13": {
|
109 |
+
"content": "<jupyter_output>",
|
110 |
+
"lstrip": false,
|
111 |
+
"normalized": false,
|
112 |
+
"rstrip": false,
|
113 |
+
"single_word": false,
|
114 |
+
"special": true
|
115 |
+
},
|
116 |
+
"14": {
|
117 |
+
"content": "<jupyter_script>",
|
118 |
+
"lstrip": false,
|
119 |
+
"normalized": false,
|
120 |
+
"rstrip": false,
|
121 |
+
"single_word": false,
|
122 |
+
"special": true
|
123 |
+
},
|
124 |
+
"15": {
|
125 |
+
"content": "<empty_output>",
|
126 |
+
"lstrip": false,
|
127 |
+
"normalized": false,
|
128 |
+
"rstrip": false,
|
129 |
+
"single_word": false,
|
130 |
+
"special": true
|
131 |
+
},
|
132 |
+
"16": {
|
133 |
+
"content": "<code_to_intermediate>",
|
134 |
+
"lstrip": false,
|
135 |
+
"normalized": false,
|
136 |
+
"rstrip": false,
|
137 |
+
"single_word": false,
|
138 |
+
"special": true
|
139 |
+
},
|
140 |
+
"17": {
|
141 |
+
"content": "<intermediate_to_code>",
|
142 |
+
"lstrip": false,
|
143 |
+
"normalized": false,
|
144 |
+
"rstrip": false,
|
145 |
+
"single_word": false,
|
146 |
+
"special": true
|
147 |
+
},
|
148 |
+
"18": {
|
149 |
+
"content": "<pr>",
|
150 |
+
"lstrip": false,
|
151 |
+
"normalized": false,
|
152 |
+
"rstrip": false,
|
153 |
+
"single_word": false,
|
154 |
+
"special": true
|
155 |
+
},
|
156 |
+
"19": {
|
157 |
+
"content": "<pr_status>",
|
158 |
+
"lstrip": false,
|
159 |
+
"normalized": false,
|
160 |
+
"rstrip": false,
|
161 |
+
"single_word": false,
|
162 |
+
"special": true
|
163 |
+
},
|
164 |
+
"20": {
|
165 |
+
"content": "<pr_is_merged>",
|
166 |
+
"lstrip": false,
|
167 |
+
"normalized": false,
|
168 |
+
"rstrip": false,
|
169 |
+
"single_word": false,
|
170 |
+
"special": true
|
171 |
+
},
|
172 |
+
"21": {
|
173 |
+
"content": "<pr_base>",
|
174 |
+
"lstrip": false,
|
175 |
+
"normalized": false,
|
176 |
+
"rstrip": false,
|
177 |
+
"single_word": false,
|
178 |
+
"special": true
|
179 |
+
},
|
180 |
+
"22": {
|
181 |
+
"content": "<pr_file>",
|
182 |
+
"lstrip": false,
|
183 |
+
"normalized": false,
|
184 |
+
"rstrip": false,
|
185 |
+
"single_word": false,
|
186 |
+
"special": true
|
187 |
+
},
|
188 |
+
"23": {
|
189 |
+
"content": "<pr_base_code>",
|
190 |
+
"lstrip": false,
|
191 |
+
"normalized": false,
|
192 |
+
"rstrip": false,
|
193 |
+
"single_word": false,
|
194 |
+
"special": true
|
195 |
+
},
|
196 |
+
"24": {
|
197 |
+
"content": "<pr_diff>",
|
198 |
+
"lstrip": false,
|
199 |
+
"normalized": false,
|
200 |
+
"rstrip": false,
|
201 |
+
"single_word": false,
|
202 |
+
"special": true
|
203 |
+
},
|
204 |
+
"25": {
|
205 |
+
"content": "<pr_diff_hunk>",
|
206 |
+
"lstrip": false,
|
207 |
+
"normalized": false,
|
208 |
+
"rstrip": false,
|
209 |
+
"single_word": false,
|
210 |
+
"special": true
|
211 |
+
},
|
212 |
+
"26": {
|
213 |
+
"content": "<pr_comment>",
|
214 |
+
"lstrip": false,
|
215 |
+
"normalized": false,
|
216 |
+
"rstrip": false,
|
217 |
+
"single_word": false,
|
218 |
+
"special": true
|
219 |
+
},
|
220 |
+
"27": {
|
221 |
+
"content": "<pr_event_id>",
|
222 |
+
"lstrip": false,
|
223 |
+
"normalized": false,
|
224 |
+
"rstrip": false,
|
225 |
+
"single_word": false,
|
226 |
+
"special": true
|
227 |
+
},
|
228 |
+
"28": {
|
229 |
+
"content": "<pr_review>",
|
230 |
+
"lstrip": false,
|
231 |
+
"normalized": false,
|
232 |
+
"rstrip": false,
|
233 |
+
"single_word": false,
|
234 |
+
"special": true
|
235 |
+
},
|
236 |
+
"29": {
|
237 |
+
"content": "<pr_review_state>",
|
238 |
+
"lstrip": false,
|
239 |
+
"normalized": false,
|
240 |
+
"rstrip": false,
|
241 |
+
"single_word": false,
|
242 |
+
"special": true
|
243 |
+
},
|
244 |
+
"30": {
|
245 |
+
"content": "<pr_review_comment>",
|
246 |
+
"lstrip": false,
|
247 |
+
"normalized": false,
|
248 |
+
"rstrip": false,
|
249 |
+
"single_word": false,
|
250 |
+
"special": true
|
251 |
+
},
|
252 |
+
"31": {
|
253 |
+
"content": "<pr_in_reply_to_review_id>",
|
254 |
+
"lstrip": false,
|
255 |
+
"normalized": false,
|
256 |
+
"rstrip": false,
|
257 |
+
"single_word": false,
|
258 |
+
"special": true
|
259 |
+
},
|
260 |
+
"32": {
|
261 |
+
"content": "<pr_in_reply_to_comment_id>",
|
262 |
+
"lstrip": false,
|
263 |
+
"normalized": false,
|
264 |
+
"rstrip": false,
|
265 |
+
"single_word": false,
|
266 |
+
"special": true
|
267 |
+
},
|
268 |
+
"33": {
|
269 |
+
"content": "<pr_diff_hunk_comment_line>",
|
270 |
+
"lstrip": false,
|
271 |
+
"normalized": false,
|
272 |
+
"rstrip": false,
|
273 |
+
"single_word": false,
|
274 |
+
"special": true
|
275 |
+
},
|
276 |
+
"34": {
|
277 |
+
"content": "<NAME>",
|
278 |
+
"lstrip": false,
|
279 |
+
"normalized": false,
|
280 |
+
"rstrip": false,
|
281 |
+
"single_word": false,
|
282 |
+
"special": true
|
283 |
+
},
|
284 |
+
"35": {
|
285 |
+
"content": "<EMAIL>",
|
286 |
+
"lstrip": false,
|
287 |
+
"normalized": false,
|
288 |
+
"rstrip": false,
|
289 |
+
"single_word": false,
|
290 |
+
"special": true
|
291 |
+
},
|
292 |
+
"36": {
|
293 |
+
"content": "<KEY>",
|
294 |
+
"lstrip": false,
|
295 |
+
"normalized": false,
|
296 |
+
"rstrip": false,
|
297 |
+
"single_word": false,
|
298 |
+
"special": true
|
299 |
+
},
|
300 |
+
"37": {
|
301 |
+
"content": "<PASSWORD>",
|
302 |
+
"lstrip": false,
|
303 |
+
"normalized": false,
|
304 |
+
"rstrip": false,
|
305 |
+
"single_word": false,
|
306 |
+
"special": true
|
307 |
+
}
|
308 |
+
},
|
309 |
+
"additional_special_tokens": [
|
310 |
+
"<|endoftext|>",
|
311 |
+
"<fim_prefix>",
|
312 |
+
"<fim_middle>",
|
313 |
+
"<fim_suffix>",
|
314 |
+
"<fim_pad>",
|
315 |
+
"<repo_name>",
|
316 |
+
"<file_sep>",
|
317 |
+
"<issue_start>",
|
318 |
+
"<issue_comment>",
|
319 |
+
"<issue_closed>",
|
320 |
+
"<jupyter_start>",
|
321 |
+
"<jupyter_text>",
|
322 |
+
"<jupyter_code>",
|
323 |
+
"<jupyter_output>",
|
324 |
+
"<jupyter_script>",
|
325 |
+
"<empty_output>",
|
326 |
+
"<code_to_intermediate>",
|
327 |
+
"<intermediate_to_code>",
|
328 |
+
"<pr>",
|
329 |
+
"<pr_status>",
|
330 |
+
"<pr_is_merged>",
|
331 |
+
"<pr_base>",
|
332 |
+
"<pr_file>",
|
333 |
+
"<pr_base_code>",
|
334 |
+
"<pr_diff>",
|
335 |
+
"<pr_diff_hunk>",
|
336 |
+
"<pr_comment>",
|
337 |
+
"<pr_event_id>",
|
338 |
+
"<pr_review>",
|
339 |
+
"<pr_review_state>",
|
340 |
+
"<pr_review_comment>",
|
341 |
+
"<pr_in_reply_to_review_id>",
|
342 |
+
"<pr_in_reply_to_comment_id>",
|
343 |
+
"<pr_diff_hunk_comment_line>",
|
344 |
+
"<NAME>",
|
345 |
+
"<EMAIL>",
|
346 |
+
"<KEY>",
|
347 |
+
"<PASSWORD>"
|
348 |
+
],
|
349 |
+
"bos_token": "<|endoftext|>",
|
350 |
+
"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 %}",
|
351 |
+
"clean_up_tokenization_spaces": true,
|
352 |
+
"eos_token": "<|endoftext|>",
|
353 |
+
"model_max_length": 1000000000000000019884624838656,
|
354 |
+
"pad_token": "<|endoftext|>",
|
355 |
+
"tokenizer_class": "GPT2Tokenizer",
|
356 |
+
"unk_token": "<|endoftext|>",
|
357 |
+
"vocab_size": 49152
|
358 |
+
}
|
training_args.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:f1d30d2cd08ee3ec094a691527d2e6be3c983bfcc21ff46ae5c51b5b968e0fac
|
3 |
+
size 6776
|
vocab.json
ADDED
The diff for this file is too large to render.
See raw diff
|
|