From 2290a62682d06624634c1f46a6ad5be0f47f38aa Mon Sep 17 00:00:00 2001 From: Lysandre Date: Mon, 19 Feb 2024 11:09:53 +0000 Subject: [PATCH] Adds the tokenizer configuration file (#11) - Adds tokenizer_config.json file (224ef41937cdc7356116ead4957486726c164585) --- tokenizer_config.json | 1 + 1 file changed, 1 insertion(+) create mode 100644 tokenizer_config.json diff --git a/tokenizer_config.json b/tokenizer_config.json new file mode 100644 index 0000000..be4d21d --- /dev/null +++ b/tokenizer_config.json @@ -0,0 +1 @@ +{"model_max_length": 1024} \ No newline at end of file