Upload folder using huggingface_hub
Browse files- config.json +0 -1
- merges.txt +0 -0
- quantize_config.json +3 -1
- special_tokens_map.json +5 -0
- tokenizer.json +0 -0
- tokenizer_config.json +9 -0
- vocab.json +0 -0
config.json
CHANGED
@@ -10,7 +10,6 @@
|
|
10 |
"eos_token_id": 50256,
|
11 |
"initializer_range": 0.02,
|
12 |
"layer_norm_epsilon": 1e-05,
|
13 |
-
"max_length": 4096,
|
14 |
"model_type": "gpt2",
|
15 |
"n_ctx": 1024,
|
16 |
"n_embd": 768,
|
|
|
10 |
"eos_token_id": 50256,
|
11 |
"initializer_range": 0.02,
|
12 |
"layer_norm_epsilon": 1e-05,
|
|
|
13 |
"model_type": "gpt2",
|
14 |
"n_ctx": 1024,
|
15 |
"n_embd": 768,
|
merges.txt
ADDED
The diff for this file is too large to render.
See raw diff
|
|
quantize_config.json
CHANGED
@@ -5,4 +5,6 @@
|
|
5 |
"desc_act": true,
|
6 |
"sym": true,
|
7 |
"true_sequential": true,
|
8 |
-
"model_name_or_path":
|
|
|
|
|
|
5 |
"desc_act": true,
|
6 |
"sym": true,
|
7 |
"true_sequential": true,
|
8 |
+
"model_name_or_path": null,
|
9 |
+
"model_file_base_name": null
|
10 |
+
}
|
special_tokens_map.json
ADDED
@@ -0,0 +1,5 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"bos_token": "<|endoftext|>",
|
3 |
+
"eos_token": "<|endoftext|>",
|
4 |
+
"unk_token": "<|endoftext|>"
|
5 |
+
}
|
tokenizer.json
ADDED
The diff for this file is too large to render.
See raw diff
|
|
tokenizer_config.json
ADDED
@@ -0,0 +1,9 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"add_prefix_space": false,
|
3 |
+
"bos_token": "<|endoftext|>",
|
4 |
+
"clean_up_tokenization_spaces": true,
|
5 |
+
"eos_token": "<|endoftext|>",
|
6 |
+
"model_max_length": 1024,
|
7 |
+
"tokenizer_class": "GPT2Tokenizer",
|
8 |
+
"unk_token": "<|endoftext|>"
|
9 |
+
}
|
vocab.json
ADDED
The diff for this file is too large to render.
See raw diff
|
|