Commit
•
f666a1e
1
Parent(s):
dea81e3
「tokenizer_class」:「GPTNeoXTokenizerFast」に変更 (#2)
Browse files- Update tokenizer_config.json (71a334b5029b1febbcf8b4bb2ec430ea41ec3199)
Co-authored-by: Yasunori Ozaki <[email protected]>
- tokenizer_config.json +1 -1
tokenizer_config.json
CHANGED
@@ -23,6 +23,6 @@
|
|
23 |
"eos_token": "<|endoftext|>",
|
24 |
"model_max_length": 1000000000000000019884624838656,
|
25 |
"pad_token": "<|padding|>",
|
26 |
-
"tokenizer_class": "
|
27 |
"unk_token": "<|endoftext|>"
|
28 |
}
|
|
|
23 |
"eos_token": "<|endoftext|>",
|
24 |
"model_max_length": 1000000000000000019884624838656,
|
25 |
"pad_token": "<|padding|>",
|
26 |
+
"tokenizer_class": "GPTNeoXTokenizerFast",
|
27 |
"unk_token": "<|endoftext|>"
|
28 |
}
|