mirror of
https://github.com/hwchase17/langchain.git
synced 2025-06-27 17:08:47 +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",
|
||||
"metadata": {},
|
||||
"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",
|
||||
"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
|
||||
```
|
||||
|
||||
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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user