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: README.md
+11Lines changed: 11 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -76,6 +76,17 @@ This project contains two main components:
76
76
|`requirements.txt`| Dependencies required to run the script. |
77
77
|`tests/`| Unit and integration tests for all components. |
78
78
79
+
## Quick Demo
80
+
81
+
Try the minimal working demo (uses 20 sample QA pairs and simulated evaluation):
82
+
83
+
```bash
84
+
export TINKER_API_KEY=sk-... # Your Tinker API key
85
+
./run_demo.sh
86
+
```
87
+
88
+
This will run 1-3 training rounds, automatically adjusting the learning rate and triggering Round 2 when scores fall below threshold (0.75). Perfect for understanding the loop before customizing it.
0 commit comments