Skip to content

Commit f4705a4

Browse files
Update datasets.md
1 parent ea8985d commit f4705a4

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

docs/datasets.md

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -39,11 +39,13 @@ GuideLLM supports several types of datasets, each with its own advantages and us
3939

4040
Synthetic datasets allow you to generate data on the fly with customizable parameters. This is useful for controlled experiments, stress testing, and simulating specific scenarios. For example, you might want to evaluate how a model handles long prompts or generates outputs with specific characteristics.
4141

42-
For different use cases, here are the recommendeded dataset profiles that can be passed in as arguments in GuideLLM:
43-
- Chat: --data "prompt_tokens=512,output_tokens=256"
44-
- RAG: --data "prompt_tokens=4096,output_tokens=512"
45-
- Summarization: --data "prompt_tokens=1024,output_tokens=256"
46-
- Code Generation: --data "prompt_tokens=512,output_tokens=512"
42+
For different use cases, here are the recommended dataset profiles to pass as arguments in GuideLLM:
43+
44+
- **Chat**: `--data "prompt_tokens=512,output_tokens=256"`
45+
- **RAG**: `--data "prompt_tokens=4096,output_tokens=512"`
46+
- **Summarization**: `--data "prompt_tokens=1024,output_tokens=256"`
47+
- **Code Generation**: `--data "prompt_tokens=512,output_tokens=512"`
48+
4749

4850
#### Example Commands
4951

0 commit comments

Comments
 (0)