Skip to content

Commit

Permalink
Docs fix argilla imports (#541)
Browse files Browse the repository at this point in the history
* docs: update documentation for huggingface inference endpoints.

* fix: fix fences add mock model_id for trying

* fix: fix TextGenerationToArgilla imports in docs
  • Loading branch information
burtenshaw committed Apr 16, 2024
1 parent d9e0aa7 commit 1ea4e95
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/sections/learn/steps/argilla.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ The dataset will be pushed with the following configuration:

```python
from distilabel.llms import OpenAILLM
from distilabel.steps import LoadDataFromDicts, PreferenceToArgilla
from distilabel.steps import LoadDataFromDicts, TextGenerationToArgilla
from distilabel.steps.tasks import TextGeneration


Expand Down

0 comments on commit 1ea4e95

Please sign in to comment.