Commit
·
8ac03e1
1
Parent(s):
5e8635d
Training in progress, step 500
Browse files- .gitignore +1 -0
- added_tokens.json +8 -0
- config.json +37 -0
- merges.txt +0 -0
- pytorch_model.bin +3 -0
- runs/Jul29_20-18-08_33fcdd4589fe/events.out.tfevents.1690661906.33fcdd4589fe.3560.0 +3 -0
- runs/Jul29_20-18-08_33fcdd4589fe/events.out.tfevents.1690661998.33fcdd4589fe.3560.1 +3 -0
- runs/Jul29_20-18-08_33fcdd4589fe/events.out.tfevents.1690662337.33fcdd4589fe.3560.2 +3 -0
- special_tokens_map.json +13 -0
- tokenizer.json +0 -0
- tokenizer_config.json +10 -0
- training_args.bin +3 -0
- vocab.json +0 -0
.gitignore
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
checkpoint-*/
|
added_tokens.json
ADDED
@@ -0,0 +1,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"<fim-middle>": 49154,
|
3 |
+
"<fim-pad>": 49156,
|
4 |
+
"<fim-prefix>": 49153,
|
5 |
+
"<fim-suffix>": 49155,
|
6 |
+
"<|endoftext|>": 49152,
|
7 |
+
"[PAD]": 49157
|
8 |
+
}
|
config.json
ADDED
@@ -0,0 +1,37 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_name_or_path": "bigcode/santacoder",
|
3 |
+
"activation_function": "gelu_fast",
|
4 |
+
"architectures": [
|
5 |
+
"GPT2LMHeadCustomModel"
|
6 |
+
],
|
7 |
+
"attention_head_type": "multiquery",
|
8 |
+
"attn_pdrop": 0.1,
|
9 |
+
"auto_map": {
|
10 |
+
"AutoConfig": "bigcode/santacoder--configuration_gpt2_mq.GPT2CustomConfig",
|
11 |
+
"AutoModelForCausalLM": "bigcode/santacoder--modeling_gpt2_mq.GPT2LMHeadCustomModel"
|
12 |
+
},
|
13 |
+
"bos_token_id": 49152,
|
14 |
+
"embd_pdrop": 0.1,
|
15 |
+
"eos_token_id": 49152,
|
16 |
+
"initializer_range": 0.02,
|
17 |
+
"layer_norm_epsilon": 1e-05,
|
18 |
+
"model_type": "gpt2",
|
19 |
+
"n_embd": 2048,
|
20 |
+
"n_head": 16,
|
21 |
+
"n_inner": 8192,
|
22 |
+
"n_layer": 24,
|
23 |
+
"n_positions": 2048,
|
24 |
+
"reorder_and_upcast_attn": false,
|
25 |
+
"resid_pdrop": 0.1,
|
26 |
+
"scale_attn_by_inverse_layer_idx": false,
|
27 |
+
"scale_attn_weights": true,
|
28 |
+
"summary_activation": null,
|
29 |
+
"summary_first_dropout": 0.1,
|
30 |
+
"summary_proj_to_labels": true,
|
31 |
+
"summary_type": "cls_index",
|
32 |
+
"summary_use_proj": true,
|
33 |
+
"torch_dtype": "float32",
|
34 |
+
"transformers_version": "4.31.0",
|
35 |
+
"use_cache": false,
|
36 |
+
"vocab_size": 49280
|
37 |
+
}
|
merges.txt
ADDED
The diff for this file is too large to render.
See raw diff
|
|
pytorch_model.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:18115b306c96e6dbffe5456a6d9202dbf5049b11e002a447ae06d532c00b5133
|
3 |
+
size 4600336581
|
runs/Jul29_20-18-08_33fcdd4589fe/events.out.tfevents.1690661906.33fcdd4589fe.3560.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:e5cee6b09e6d956dcb345fa745e541fae12bcf1b980606674ac64e139c380b58
|
3 |
+
size 4476
|
runs/Jul29_20-18-08_33fcdd4589fe/events.out.tfevents.1690661998.33fcdd4589fe.3560.1
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:e2b2147786ae197111cdd9795bc62409c34c8cb549f9ec0bf61ef5bfaf26cdfa
|
3 |
+
size 4476
|
runs/Jul29_20-18-08_33fcdd4589fe/events.out.tfevents.1690662337.33fcdd4589fe.3560.2
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:777d976605196b1089368ad92c9ed6e4a3671e90c75d2b21fd6147ff5b96446d
|
3 |
+
size 12561
|
special_tokens_map.json
ADDED
@@ -0,0 +1,13 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"additional_special_tokens": [
|
3 |
+
"<|endoftext|>",
|
4 |
+
"<fim-prefix>",
|
5 |
+
"<fim-middle>",
|
6 |
+
"<fim-suffix>",
|
7 |
+
"<fim-pad>"
|
8 |
+
],
|
9 |
+
"bos_token": "<|endoftext|>",
|
10 |
+
"eos_token": "<|endoftext|>",
|
11 |
+
"pad_token": "[PAD]",
|
12 |
+
"unk_token": "<|endoftext|>"
|
13 |
+
}
|
tokenizer.json
ADDED
The diff for this file is too large to render.
See raw diff
|
|
tokenizer_config.json
ADDED
@@ -0,0 +1,10 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"add_prefix_space": false,
|
3 |
+
"bos_token": "<|endoftext|>",
|
4 |
+
"clean_up_tokenization_spaces": true,
|
5 |
+
"eos_token": "<|endoftext|>",
|
6 |
+
"errors": "replace",
|
7 |
+
"model_max_length": 2048,
|
8 |
+
"tokenizer_class": "GPT2Tokenizer",
|
9 |
+
"unk_token": "<|endoftext|>"
|
10 |
+
}
|
training_args.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:131f80529e4226fee35b34965e688bb20daf376e8bcdc135a75d94413796ea4b
|
3 |
+
size 3963
|
vocab.json
ADDED
The diff for this file is too large to render.
See raw diff
|
|