remove chat template tokens for consistency with examples above (or add them to all examples)

This commit is contained in:
moritzlaurer 2024-04-22 15:12:17 +02:00
parent bc4f42ad36
commit e041c78de4

View File

@ -151,7 +151,7 @@ json_schema = {
} }
data = { data = {
"inputs": "[INST]convert to JSON: I saw a puppy a cat and a raccoon during my bike ride in the park [/INST]", "inputs": "convert to JSON: I saw a puppy a cat and a raccoon during my bike ride in the park",
"parameters": { "parameters": {
"max_new_tokens": 200, "max_new_tokens": 200,
"repetition_penalty": 1.3, "repetition_penalty": 1.3,