tongshuangwu
commited on
Commit
•
360d885
1
Parent(s):
f028088
update model
Browse files- config.json +2 -0
- merges.txt +1 -1
- pytorch_model.bin +2 -2
- special_tokens_map.json +1 -1
- tokenizer_config.json +1 -1
- training_args.bin +2 -2
- vocab.json +0 -0
config.json
CHANGED
@@ -1,4 +1,5 @@
|
|
1 |
{
|
|
|
2 |
"activation_function": "gelu_new",
|
3 |
"architectures": [
|
4 |
"GPT2LMHeadModel"
|
@@ -29,5 +30,6 @@
|
|
29 |
"max_length": 50
|
30 |
}
|
31 |
},
|
|
|
32 |
"vocab_size": 50257
|
33 |
}
|
|
|
1 |
{
|
2 |
+
"_name_or_path": "/home/wtshuang/datasets/models//gpt2_polyjuice/checkpoint-213650",
|
3 |
"activation_function": "gelu_new",
|
4 |
"architectures": [
|
5 |
"GPT2LMHeadModel"
|
|
|
30 |
"max_length": 50
|
31 |
}
|
32 |
},
|
33 |
+
"use_cache": true,
|
34 |
"vocab_size": 50257
|
35 |
}
|
merges.txt
CHANGED
@@ -1,4 +1,4 @@
|
|
1 |
-
#version: 0.2
|
2 |
Ġ t
|
3 |
Ġ a
|
4 |
h e
|
|
|
1 |
+
#version: 0.2 - Trained by `huggingface/tokenizers`
|
2 |
Ġ t
|
3 |
Ġ a
|
4 |
h e
|
pytorch_model.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:1ca11a5559c711706f3a811a6ae7f84310e0642c42f3230e8dc2956bc5984455
|
3 |
+
size 510378682
|
special_tokens_map.json
CHANGED
@@ -1 +1 @@
|
|
1 |
-
{"bos_token":
|
|
|
1 |
+
{"bos_token": "<|endoftext|>", "eos_token": "<|endoftext|>", "unk_token": "<|endoftext|>"}
|
tokenizer_config.json
CHANGED
@@ -1 +1 @@
|
|
1 |
-
{"
|
|
|
1 |
+
{"unk_token": "<|endoftext|>", "bos_token": "<|endoftext|>", "eos_token": "<|endoftext|>", "add_prefix_space": false, "model_max_length": 1024, "name_or_path": "gpt2"}
|
training_args.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:47d0cb365f40a110821b25a73e91d38eff11a0bc1c9743e28bcec50b421df9a9
|
3 |
+
size 1663
|
vocab.json
CHANGED
The diff for this file is too large to render.
See raw diff
|
|