File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
examples/speculative_decoding Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -51,7 +51,7 @@ We use [Daring-Anteater](https://huggingface.co/datasets/nvidia/Daring-Anteater)
5151python prepare_input_conversations/add_daring_anteater.py
5252```
5353
54- See [ custom dataset ] ( #custom -datasets ) section for other dataset options and instruction for user-provided data.
54+ See [ other-datasets ] ( #other -datasets ) section for other dataset options and instruction for user-provided data.
5555
5656## Getting Started: Simplified Workflow
5757
@@ -185,7 +185,7 @@ See more details on deployment of quantized model to TRTLLM [here](../llm_ptq/RE
185185
186186## Advanced Usage
187187
188- ### Custom Datasets
188+ ### Other Datasets
189189
190190In addition to ` daring-anteater`, we provide scripts for adding several other commonly used datasets in `prepare_input_conversations`:
191191
@@ -198,7 +198,7 @@ prepare_input_conversations/
198198 └── example_make_prompt_dataset.sh
199199` ` `
200200
201- To use custom datasets, please preprocess your data into a `.jsonl` file with each line in the format :
201+ To use your own datasets, please preprocess your data into a `.jsonl` file with each line in the format :
202202
203203` ` ` json
204204{
You can’t perform that action at this time.
0 commit comments