Upload 10 files
Browse files- config.json +1 -1
- eval_results.txt +1 -0
- merges.txt +1 -1
- pytorch_model.bin +1 -1
- tokenizer.json +0 -0
- tokenizer_config.json +1 -1
- training_args.bin +2 -2
- vocab.json +0 -0
config.json
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
{
|
2 |
-
"_name_or_path": "/
|
3 |
"activation_function": "gelu_new",
|
4 |
"architectures": [
|
5 |
"GPT2LMHeadModel"
|
|
|
1 |
{
|
2 |
+
"_name_or_path": "igorktech/sc-gpt-upf",
|
3 |
"activation_function": "gelu_new",
|
4 |
"architectures": [
|
5 |
"GPT2LMHeadModel"
|
eval_results.txt
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
perplexity = tensor(6.3558)
|
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 1444564637
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:9cc0f79970df7bc326dfdb25b588458b07a7f7c232f783d4c6332fbe89a1188d
|
3 |
size 1444564637
|
tokenizer.json
ADDED
The diff for this file is too large to render.
See raw diff
|
|
tokenizer_config.json
CHANGED
@@ -21,7 +21,7 @@
|
|
21 |
"errors": "replace",
|
22 |
"max_len": 1024,
|
23 |
"model_max_length": 1024,
|
24 |
-
"name_or_path": "/
|
25 |
"pad_token": null,
|
26 |
"special_tokens_map_file": "/Users/macbook_pro/Documents/GitHub/ChatBot/generation/sc_gpt/checkpoint/special_tokens_map.json",
|
27 |
"tokenizer_class": "GPT2Tokenizer",
|
|
|
21 |
"errors": "replace",
|
22 |
"max_len": 1024,
|
23 |
"model_max_length": 1024,
|
24 |
+
"name_or_path": "igorktech/sc-gpt-upf",
|
25 |
"pad_token": null,
|
26 |
"special_tokens_map_file": "/Users/macbook_pro/Documents/GitHub/ChatBot/generation/sc_gpt/checkpoint/special_tokens_map.json",
|
27 |
"tokenizer_class": "GPT2Tokenizer",
|
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:e42bbf4b4048845c5cab16ef1bd448a6e8c7f91fbf35e90bfb3435f0bdbedb98
|
3 |
+
size 1275
|
vocab.json
CHANGED
The diff for this file is too large to render.
See raw diff
|
|