|
@@ -71,7 +71,7 @@
|
|
|
"## Inference functions\n",
|
|
|
"\n",
|
|
|
"This function uses the `apply_chat_template` helper function to tokenize and run inference on the provided inputs. The new templates support setting an arbitrary dictionary of categories or excluding the predefined categories by passing a list of the preexisting keys. Examples of this are shown below.\n",
|
|
|
- "In this example, we use the `skip_special_tokens=False` parameter in the decode function to show the `<|eot_id|>` token being generated. For eaiser parsing in production, this can be set to `True`, to facilitate parsing the result."
|
|
|
+ "In this example, we use the `skip_special_tokens=False` parameter in the decode function to show the `<|eot_id|>` token being generated. For easier parsing in production, this parameter can be set to `True`."
|
|
|
]
|
|
|
},
|
|
|
{
|