Upload 8 files
Browse files- added_tokens.json +4 -0
- config.json +14 -0
- merges.txt +0 -0
- pytorch_model.bin +3 -0
- special_tokens_map.json +28 -0
- tokenizer.json +0 -0
- tokenizer_config.json +31 -0
- vocab.json +0 -0
added_tokens.json
ADDED
|
@@ -0,0 +1,4 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"<mask>": 49152,
|
| 3 |
+
"<pad>": 49153
|
| 4 |
+
}
|
config.json
ADDED
|
@@ -0,0 +1,14 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"activation_function": "gelu_new",
|
| 3 |
+
"attention_dropout_prob": 0.1,
|
| 4 |
+
"embedding_dropout_prob": 0.1,
|
| 5 |
+
"initializer_range": 0.02,
|
| 6 |
+
"layer_norm_epsilon": 1e-05,
|
| 7 |
+
"hidden_size": 2048,
|
| 8 |
+
"num_attention_heads": 16,
|
| 9 |
+
"num_hidden_layers": 24,
|
| 10 |
+
"intermediate_size": 8192,
|
| 11 |
+
"max_position_embeddings": 2048,
|
| 12 |
+
"residual_dropout_prob": 0.1,
|
| 13 |
+
"vocab_size": 49154
|
| 14 |
+
}
|
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:601131a373ed6978da4e723cb3e01cc5c16155ae6fd60687904e017acddd005e
|
| 3 |
+
size 5253945561
|
special_tokens_map.json
ADDED
|
@@ -0,0 +1,28 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"additional_special_tokens": [
|
| 3 |
+
"<|endoftext|>",
|
| 4 |
+
"<fim_prefix>",
|
| 5 |
+
"<fim_middle>",
|
| 6 |
+
"<fim_suffix>",
|
| 7 |
+
"<fim_pad>",
|
| 8 |
+
"<filename>",
|
| 9 |
+
"<gh_stars>",
|
| 10 |
+
"<issue_start>",
|
| 11 |
+
"<issue_comment>",
|
| 12 |
+
"<issue_closed>",
|
| 13 |
+
"<jupyter_start>",
|
| 14 |
+
"<jupyter_text>",
|
| 15 |
+
"<jupyter_code>",
|
| 16 |
+
"<jupyter_output>",
|
| 17 |
+
"<empty_output>",
|
| 18 |
+
"<commit_before>",
|
| 19 |
+
"<commit_msg>",
|
| 20 |
+
"<commit_after>",
|
| 21 |
+
"<reponame>"
|
| 22 |
+
],
|
| 23 |
+
"bos_token": "<|endoftext|>",
|
| 24 |
+
"eos_token": "<|endoftext|>",
|
| 25 |
+
"mask_token": "<mask>",
|
| 26 |
+
"pad_token": "<pad>",
|
| 27 |
+
"unk_token": "<|endoftext|>"
|
| 28 |
+
}
|
tokenizer.json
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
tokenizer_config.json
ADDED
|
@@ -0,0 +1,31 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"add_prefix_space": false,
|
| 3 |
+
"additional_special_tokens": [
|
| 4 |
+
"<|endoftext|>",
|
| 5 |
+
"<fim_prefix>",
|
| 6 |
+
"<fim_middle>",
|
| 7 |
+
"<fim_suffix>",
|
| 8 |
+
"<fim_pad>",
|
| 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 |
+
"<empty_output>",
|
| 19 |
+
"<commit_before>",
|
| 20 |
+
"<commit_msg>",
|
| 21 |
+
"<commit_after>",
|
| 22 |
+
"<reponame>"
|
| 23 |
+
],
|
| 24 |
+
"bos_token": "<|endoftext|>",
|
| 25 |
+
"clean_up_tokenization_spaces": true,
|
| 26 |
+
"eos_token": "<|endoftext|>",
|
| 27 |
+
"model_max_length": 1000000000000000019884624838656,
|
| 28 |
+
"tokenizer_class": "GPT2Tokenizer",
|
| 29 |
+
"unk_token": "<|endoftext|>",
|
| 30 |
+
"vocab_size": 49152
|
| 31 |
+
}
|
vocab.json
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|