Commit
·
4cbf895
1
Parent(s):
0203ac2
Update tokenizer_config.json
Browse files- tokenizer_config.json +6 -1
tokenizer_config.json
CHANGED
|
@@ -1 +1,6 @@
|
|
| 1 |
-
{
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"name_or_path": "EleutherAI/polyglot-ko-3.8b",
|
| 3 |
+
"eos_token": "<|endoftext|>",
|
| 4 |
+
"pad_token": "<|endoftext|>",
|
| 5 |
+
"tokenizer_class": "PreTrainedTokenizerFast"
|
| 6 |
+
}
|