sequelbox commited on
Commit
bd6cce8
1 Parent(s): 47dfaaa

model card (webui)

Browse files
Files changed (1) hide show
  1. README.md +1 -0
README.md CHANGED
@@ -49,6 +49,7 @@ When using Llama 3 Instruct models (including Shining Valiant 2) with [text-gene
49
  For a [temporary workaround](https://github.com/oobabooga/text-generation-webui/issues/5885) if you encounter this issue, edit Shining Valiant 2's tokenizer_config file as indicated:
50
 
51
  from "eos_token": "<|end_of_text|>",
 
52
  to "eos_token": "<|eot_id|>",
53
 
54
  ## The Model
 
49
  For a [temporary workaround](https://github.com/oobabooga/text-generation-webui/issues/5885) if you encounter this issue, edit Shining Valiant 2's tokenizer_config file as indicated:
50
 
51
  from "eos_token": "<|end_of_text|>",
52
+
53
  to "eos_token": "<|eot_id|>",
54
 
55
  ## The Model