Skip to content

Commit 3055b1c

Browse files
authored
Fix NVIDIA#91 - Incorrect reference to domain_classifier_example.py
Fix NVIDIA#91 There is a reference to a wrong path/file in this document. This commit fixes it. Signed-off-by: Miguel Martínez <[email protected]>
1 parent e90261d commit 3055b1c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/user-guide/DistributedDataClassification.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ Usage
3535
NeMo Curator provides a base class ``DistributedDataClassifier`` that can be extended to fit your specfic model.
3636
The only requirement is that the model can fit on a single GPU.
3737
We have also provided two subclasses that focus on domain and quality classification.
38-
Let's see how ``DomainClassifier`` works in a small excerpt taken from ``examples/distributed_data_classification_examples/domain_api_example.py``:
38+
Let's see how ``DomainClassifier`` works in a small excerpt taken from ``examples/domain_classifier_example.py``:
3939

4040
.. code-block:: python
4141

0 commit comments

Comments
 (0)