Skip to content

Commit 986ded7

Browse files
authored
docs : add customisation (#1412)
1 parent bc8659e commit 986ded7

12 files changed

+834
-2152
lines changed

docs/getstarted/rag_evaluation.md

+5
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,11 @@ In this tutorial, we will take a sample [test dataset](https://huggingface.co/da
66

77
The dataset used here is from [Amnesty QA RAG](https://huggingface.co/datasets/explodinggradients/amnesty_qa) that contains the necessary data points we need for this tutorial. Here I am loading it from huggingface hub, but you may use file from any source.
88

9+
```python
10+
from datasets import load_dataset
11+
dataset = load_dataset("explodinggradients/amnesty_qa","english_v3")
12+
```
13+
914
Converting data to ragas [evaluation dataset]()
1015

1116
```python

0 commit comments

Comments
 (0)