Training in progress, step 160
Browse files- pytorch_model.bin +1 -1
- tokenizer.json +1 -6
- tokenizer_config.json +1 -1
- training_args.bin +1 -1
pytorch_model.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 516674074
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:1dc4a248baa7e9352eb0a228d3e9c569bcf670c9c7399c0ba53095070f1fab84
|
3 |
size 516674074
|
tokenizer.json
CHANGED
@@ -1,11 +1,6 @@
|
|
1 |
{
|
2 |
"version": "1.0",
|
3 |
-
"truncation":
|
4 |
-
"direction": "Right",
|
5 |
-
"max_length": 1000,
|
6 |
-
"strategy": "LongestFirst",
|
7 |
-
"stride": 0
|
8 |
-
},
|
9 |
"padding": null,
|
10 |
"added_tokens": [
|
11 |
{
|
|
|
1 |
{
|
2 |
"version": "1.0",
|
3 |
+
"truncation": null,
|
|
|
|
|
|
|
|
|
|
|
4 |
"padding": null,
|
5 |
"added_tokens": [
|
6 |
{
|
tokenizer_config.json
CHANGED
@@ -207,7 +207,7 @@
|
|
207 |
"bos_token": "<|endoftext|>",
|
208 |
"clean_up_tokenization_spaces": true,
|
209 |
"eos_token": "<|endoftext|>",
|
210 |
-
"model_max_length":
|
211 |
"pad_token": "<|endoftext|>",
|
212 |
"tokenizer_class": "GPTNeoXTokenizer",
|
213 |
"unk_token": "<|endoftext|>"
|
|
|
207 |
"bos_token": "<|endoftext|>",
|
208 |
"clean_up_tokenization_spaces": true,
|
209 |
"eos_token": "<|endoftext|>",
|
210 |
+
"model_max_length": 1000000000000000019884624838656,
|
211 |
"pad_token": "<|endoftext|>",
|
212 |
"tokenizer_class": "GPTNeoXTokenizer",
|
213 |
"unk_token": "<|endoftext|>"
|
training_args.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 4984
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:4866e6ae00f58f81e693d77093d4e85af3132bbe3e63967f7e2c1a7caf257ca1
|
3 |
size 4984
|