diff --git a/docs/audiences.md b/docs/audiences.md index 3b668450..5c20c853 100644 --- a/docs/audiences.md +++ b/docs/audiences.md @@ -31,7 +31,11 @@ audience = client.audience.create_audience(name="Custom Prompt Alignment Audienc ### Step 2: Add Qualification Examples -Qualification examples are questions with known correct answers. Labelers must answer these correctly to join your audience: +Qualification examples are questions with known correct answers. Labelers must answer these correctly to join your audience. + + ```py DATAPOINTS = [ diff --git a/docs/human_prompting.md b/docs/human_prompting.md index 868b396a..c1c42950 100644 --- a/docs/human_prompting.md +++ b/docs/human_prompting.md @@ -130,6 +130,10 @@ answer_options=["1: Perfectly", ## Monitoring and Iteration + + After assigning your job to an audience, monitor the initial responses to see if labelers are understanding your instructions as intended. You can preview how users will see the task by calling the `.preview()` method on the job definition: diff --git a/uv.lock b/uv.lock index aac27ae1..bc1496f7 100644 --- a/uv.lock +++ b/uv.lock @@ -2558,7 +2558,7 @@ wheels = [ [[package]] name = "rapidata" -version = "3.5.5" +version = "3.5.6" source = { editable = "." } dependencies = [ { name = "authlib" },