PoungPoung
commited on
Commit
•
a533085
1
Parent(s):
5a3fbde
End of training
Browse files- README.md +0 -2
- pytorch_model.bin +1 -1
- tokenizer_config.json +4 -0
- training_args.bin +1 -1
README.md
CHANGED
@@ -6,8 +6,6 @@ tags:
|
|
6 |
model-index:
|
7 |
- name: fen_chess
|
8 |
results: []
|
9 |
-
widget:
|
10 |
-
- text: "rnbqkbnr/pppppppp/8/8/4P3/8/PPPP1PPP/RNBQKBNR b KQkq e3 0 1"
|
11 |
---
|
12 |
|
13 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
|
|
6 |
model-index:
|
7 |
- name: fen_chess
|
8 |
results: []
|
|
|
|
|
9 |
---
|
10 |
|
11 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
pytorch_model.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 392075101
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:9ea76651a8b0ca7c4d7a974caa11f2a49b7464745c08aefa624fe734119c3262
|
3 |
size 392075101
|
tokenizer_config.json
CHANGED
@@ -3,7 +3,11 @@
|
|
3 |
"bos_token": "<|endoftext|>",
|
4 |
"clean_up_tokenization_spaces": true,
|
5 |
"eos_token": "<|endoftext|>",
|
|
|
6 |
"model_max_length": 1000000000000000019884624838656,
|
|
|
7 |
"tokenizer_class": "GPT2Tokenizer",
|
|
|
|
|
8 |
"unk_token": "<|endoftext|>"
|
9 |
}
|
|
|
3 |
"bos_token": "<|endoftext|>",
|
4 |
"clean_up_tokenization_spaces": true,
|
5 |
"eos_token": "<|endoftext|>",
|
6 |
+
"max_length": 256,
|
7 |
"model_max_length": 1000000000000000019884624838656,
|
8 |
+
"stride": 0,
|
9 |
"tokenizer_class": "GPT2Tokenizer",
|
10 |
+
"truncation_side": "right",
|
11 |
+
"truncation_strategy": "longest_first",
|
12 |
"unk_token": "<|endoftext|>"
|
13 |
}
|
training_args.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 4027
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:d8005192c07dd6a6afb914626f42b54623fa5ce9e6f68982434b57edca742390
|
3 |
size 4027
|