mirror of
https://github.com/hwchase17/langchain.git
synced 2025-06-28 09:28:48 +00:00
Update argilla.ipynb with spelling fix (#10611)
Fixed spelling of **responses** and removed extra "the"
This commit is contained in:
parent
a4e858b111
commit
6a98974bd0
@ -24,7 +24,7 @@
|
|||||||
"cell_type": "markdown",
|
"cell_type": "markdown",
|
||||||
"metadata": {},
|
"metadata": {},
|
||||||
"source": [
|
"source": [
|
||||||
"In this guide we will demonstrate how to track the inputs and reponses of your LLM to generate a dataset in Argilla, using the `ArgillaCallbackHandler`.\n",
|
"In this guide we will demonstrate how to track the inputs and responses of your LLM to generate a dataset in Argilla, using the `ArgillaCallbackHandler`.\n",
|
||||||
"\n",
|
"\n",
|
||||||
"It's useful to keep track of the inputs and outputs of your LLMs to generate datasets for future fine-tuning. This is especially useful when you're using a LLM to generate data for a specific task, such as question answering, summarization, or translation."
|
"It's useful to keep track of the inputs and outputs of your LLMs to generate datasets for future fine-tuning. This is especially useful when you're using a LLM to generate data for a specific task, such as question answering, summarization, or translation."
|
||||||
]
|
]
|
||||||
|
@ -10,7 +10,7 @@ First, you need to install a python package.
|
|||||||
pip install praw
|
pip install praw
|
||||||
```
|
```
|
||||||
|
|
||||||
Make a [Reddit Application](https://www.reddit.com/prefs/apps/) and initialize the loader with with your Reddit API credentials.
|
Make a [Reddit Application](https://www.reddit.com/prefs/apps/) and initialize the loader with your Reddit API credentials.
|
||||||
|
|
||||||
## Document Loader
|
## Document Loader
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user