patrickvonplaten Xenova HF Staff commited on
Commit
dd0e961
·
verified ·
1 Parent(s): a7b34c2

Set `clean_up_tokenization_spaces` to false (#8)

Browse files

- Set `clean_up_tokenization_spaces` to false (85dd5375ce2f6f88c8a81d63b241995d3162c679)
- Set tokenizer class to `PreTrainedTokenizerFast` (df29f94fd88e76ed91c625866c236d725a95de85)


Co-authored-by: Joshua <[email protected]>

Files changed (1) hide show
  1. tokenizer_config.json +2 -2
tokenizer_config.json CHANGED
@@ -8005,9 +8005,9 @@
8005
  }
8006
  },
8007
  "bos_token": "<s>",
8008
- "clean_up_tokenization_spaces": true,
8009
  "eos_token": "</s>",
8010
  "model_max_length": 1000000000000000019884624838656,
8011
- "tokenizer_class": "GPT2Tokenizer",
8012
  "unk_token": "<unk>"
8013
  }
 
8005
  }
8006
  },
8007
  "bos_token": "<s>",
8008
+ "clean_up_tokenization_spaces": false,
8009
  "eos_token": "</s>",
8010
  "model_max_length": 1000000000000000019884624838656,
8011
+ "tokenizer_class": "PreTrainedTokenizerFast",
8012
  "unk_token": "<unk>"
8013
  }