Commit
·
4f21e9e
1
Parent(s):
467ec5c
Update README.md
Browse files
README.md
CHANGED
@@ -32,7 +32,7 @@ This is what it took to build a real preference dataset with distilabel:
|
|
32 |
|
33 |
```python
|
34 |
from distilabel.llm import OpenAILLM
|
35 |
-
from distilabel.tasks import
|
36 |
from distilabel.pipeline import Pipeline
|
37 |
|
38 |
from datasets import load_dataset
|
|
|
32 |
|
33 |
```python
|
34 |
from distilabel.llm import OpenAILLM
|
35 |
+
from distilabel.tasks import JudgeLMTask
|
36 |
from distilabel.pipeline import Pipeline
|
37 |
|
38 |
from datasets import load_dataset
|