Skip to content

Commit

Permalink
remove typo in code
Browse files Browse the repository at this point in the history
  • Loading branch information
J2-D2-3PO committed Dec 6, 2024
1 parent 4d2c267 commit ee10c73
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/docs/guides/core-types/evaluations.md
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ The following example shows an evaluation that uses `dataset` and two scorers, `
from weave import Evaluation, Model
import weave
import asyncio
weave.init('intro-example')

examples = [
{"question": "What is the capital of France?", "expected": "Paris"},
{"question": "Who wrote 'To Kill a Mockingbird'?", "expected": "Harper Lee"},
Expand Down

0 comments on commit ee10c73

Please sign in to comment.