From 6a98974bd05e0f12d766fb62c73b4e43be61e91b Mon Sep 17 00:00:00 2001 From: Aashish Saini <141953346+ShorthillsAI@users.noreply.github.com> Date: Tue, 19 Sep 2023 20:36:28 +0530 Subject: [PATCH] Update argilla.ipynb with spelling fix (#10611) Fixed spelling of **responses** and removed extra "the" --- docs/extras/integrations/callbacks/argilla.ipynb | 2 +- docs/extras/integrations/providers/reddit.mdx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/extras/integrations/callbacks/argilla.ipynb b/docs/extras/integrations/callbacks/argilla.ipynb index ff46507151..dd48722336 100644 --- a/docs/extras/integrations/callbacks/argilla.ipynb +++ b/docs/extras/integrations/callbacks/argilla.ipynb @@ -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." ] diff --git a/docs/extras/integrations/providers/reddit.mdx b/docs/extras/integrations/providers/reddit.mdx index c54fa34832..36f96171a7 100644 --- a/docs/extras/integrations/providers/reddit.mdx +++ b/docs/extras/integrations/providers/reddit.mdx @@ -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