PatrickTyBrown
commited on
Commit
•
3aacefb
1
Parent(s):
d5ea90e
End of training
Browse files- added_tokens.json +3 -0
- config.json +2 -2
- pytorch_model.bin +2 -2
- tokenizer.json +27 -0
- tokenizer_config.json +1 -1
- training_args.bin +1 -1
added_tokens.json
CHANGED
@@ -1,4 +1,7 @@
|
|
1 |
{
|
|
|
2 |
"<|pad|>": 50258,
|
|
|
|
|
3 |
"<|startoftext|>": 50257
|
4 |
}
|
|
|
1 |
{
|
2 |
+
"<|dm|>": 50259,
|
3 |
"<|pad|>": 50258,
|
4 |
+
"<|player|>": 50260,
|
5 |
+
"<|sesh|>": 50261,
|
6 |
"<|startoftext|>": 50257
|
7 |
}
|
config.json
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
{
|
2 |
-
"_name_or_path": "PatrickTyBrown/GPT-
|
3 |
"activation_function": "gelu_new",
|
4 |
"architectures": [
|
5 |
"GPTNeoForCausalLM"
|
@@ -49,6 +49,6 @@
|
|
49 |
"torch_dtype": "float32",
|
50 |
"transformers_version": "4.21.3",
|
51 |
"use_cache": true,
|
52 |
-
"vocab_size":
|
53 |
"window_size": 256
|
54 |
}
|
|
|
1 |
{
|
2 |
+
"_name_or_path": "PatrickTyBrown/GPT-Neo_DnD",
|
3 |
"activation_function": "gelu_new",
|
4 |
"architectures": [
|
5 |
"GPTNeoForCausalLM"
|
|
|
49 |
"torch_dtype": "float32",
|
50 |
"transformers_version": "4.21.3",
|
51 |
"use_cache": true,
|
52 |
+
"vocab_size": 50262,
|
53 |
"window_size": 256
|
54 |
}
|
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:b8d044645fec6ad67648a09cd9d16fe9019188cb224494a902ce6cc9c935ef75
|
3 |
+
size 551200465
|
tokenizer.json
CHANGED
@@ -29,6 +29,33 @@
|
|
29 |
"rstrip": false,
|
30 |
"normalized": true,
|
31 |
"special": true
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
32 |
}
|
33 |
],
|
34 |
"normalizer": null,
|
|
|
29 |
"rstrip": false,
|
30 |
"normalized": true,
|
31 |
"special": true
|
32 |
+
},
|
33 |
+
{
|
34 |
+
"id": 50259,
|
35 |
+
"content": "<|dm|>",
|
36 |
+
"single_word": false,
|
37 |
+
"lstrip": false,
|
38 |
+
"rstrip": false,
|
39 |
+
"normalized": false,
|
40 |
+
"special": true
|
41 |
+
},
|
42 |
+
{
|
43 |
+
"id": 50260,
|
44 |
+
"content": "<|player|>",
|
45 |
+
"single_word": false,
|
46 |
+
"lstrip": false,
|
47 |
+
"rstrip": false,
|
48 |
+
"normalized": false,
|
49 |
+
"special": true
|
50 |
+
},
|
51 |
+
{
|
52 |
+
"id": 50261,
|
53 |
+
"content": "<|sesh|>",
|
54 |
+
"single_word": false,
|
55 |
+
"lstrip": false,
|
56 |
+
"rstrip": false,
|
57 |
+
"normalized": false,
|
58 |
+
"special": true
|
59 |
}
|
60 |
],
|
61 |
"normalizer": null,
|
tokenizer_config.json
CHANGED
@@ -19,7 +19,7 @@
|
|
19 |
},
|
20 |
"errors": "replace",
|
21 |
"model_max_length": 2048,
|
22 |
-
"name_or_path": "PatrickTyBrown/GPT-
|
23 |
"pad_token": {
|
24 |
"__type": "AddedToken",
|
25 |
"content": "<|pad|>",
|
|
|
19 |
},
|
20 |
"errors": "replace",
|
21 |
"model_max_length": 2048,
|
22 |
+
"name_or_path": "PatrickTyBrown/GPT-Neo_DnD",
|
23 |
"pad_token": {
|
24 |
"__type": "AddedToken",
|
25 |
"content": "<|pad|>",
|
training_args.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 3311
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:f4f22a1782ae7ba551d5e92018378a52e5263db8d9218fa161928a8065b37c1b
|
3 |
size 3311
|