Skip to content

Commit

Permalink
Fix Aquila-tokenizer-hf tokenizer_config.json
Browse files Browse the repository at this point in the history
Signed-off-by: ldwang <[email protected]>
  • Loading branch information
ldwang committed Sep 7, 2023
1 parent 0b48769 commit e96a5c0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/Aquila/Aquila-tokenizer-hf/tokenizer_config.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"add_prefix_space": false,
"bos_token": "<|endoftext|>",
"bos_token": "[CLS]",
"clean_up_tokenization_spaces": true,
"eos_token": "<|endoftext|>",
"eos_token": "</s>",
"model_max_length": 2048,
"tokenizer_class": "GPT2Tokenizer",
"unk_token": "<|endoftext|>"
Expand Down

0 comments on commit e96a5c0

Please sign in to comment.