Skip to content
This repository has been archived by the owner on May 17, 2024. It is now read-only.

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
yujonglee committed Oct 2, 2023
1 parent 4dbb1ed commit 4999e29
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ ds = ds.add_column("contexts", contexts)
# })
```

Now, let's use one of our evaluators to assess the system. Please note that we are running it 5 times to ensure we obtain consistent results.
Now, let's use one of our evaluators to evaluate the dataset. Note that we are running it 5 times to ensure we obtain consistent results.

```python
evaluator = fastrepl.RAGEvaluator(node=fastrepl.RAGAS(metric="Faithfulness"))
Expand Down

0 comments on commit 4999e29

Please sign in to comment.