You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: examples/llm_prompt_optimization/README.md
+9-9Lines changed: 9 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,11 +1,11 @@
1
-
# HuggingFace Dataset Prompt Optimization with OpenEvolve 🚀
1
+
# LLM Prompt Optimization with OpenEvolve 🚀
2
2
3
-
This example demonstrates how to use OpenEvolve to automatically optimize prompts for any HuggingFace dataset. The system uses evolutionary search to discover high-performing prompts by testing them against ground truth data.
3
+
This example demonstrates how to use OpenEvolve to automatically optimize prompts for Large Language Models. The system uses evolutionary search to discover high-performing prompts by testing them against ground truth data from various datasets.
4
4
5
5
## 🎯 Overview
6
6
7
7
OpenEvolve automatically:
8
-
- Loads any HuggingFace dataset
8
+
- Loads datasets from various sources
9
9
- Evolves prompts through multiple generations
10
10
- Uses cascading evaluation for efficiency
11
11
- Finds optimal prompts for your specific task and model
@@ -43,8 +43,8 @@ This example uses a naming convention to match prompts with their dataset config
43
43
Create your dataset configuration file (e.g., `emotion_prompt_dataset.yaml`):
44
44
45
45
```yaml
46
-
# HuggingFace dataset configuration
47
-
dataset_name: "dair-ai/emotion" # Any HuggingFace dataset
0 commit comments