From 3055b1cd5136a86c3a92e2473519131298f6bc00 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miguel=20Mart=C3=ADnez?= <26169771+miguelusque@users.noreply.github.com> Date: Thu, 30 May 2024 11:09:51 +0200 Subject: [PATCH] Fix #91 - Incorrect reference to domain_classifier_example.py MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Fix https://github.com/NVIDIA/NeMo-Curator/issues/91 There is a reference to a wrong path/file in this document. This commit fixes it. Signed-off-by: Miguel Martínez <26169771+miguelusque@users.noreply.github.com> --- docs/user-guide/DistributedDataClassification.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/user-guide/DistributedDataClassification.rst b/docs/user-guide/DistributedDataClassification.rst index 5e69cf143..e35117e13 100644 --- a/docs/user-guide/DistributedDataClassification.rst +++ b/docs/user-guide/DistributedDataClassification.rst @@ -35,7 +35,7 @@ Usage NeMo Curator provides a base class ``DistributedDataClassifier`` that can be extended to fit your specfic model. The only requirement is that the model can fit on a single GPU. We have also provided two subclasses that focus on domain and quality classification. -Let's see how ``DomainClassifier`` works in a small excerpt taken from ``examples/distributed_data_classification_examples/domain_api_example.py``: +Let's see how ``DomainClassifier`` works in a small excerpt taken from ``examples/domain_classifier_example.py``: .. code-block:: python