Skip to content

Commit

Permalink
Fix NVIDIA#91 - Incorrect reference to domain_classifier_example.py
Browse files Browse the repository at this point in the history
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 <26169771+miguelusque@users.noreply.github.com>
  • Loading branch information
miguelusque authored May 30, 2024
1 parent e90261d commit 3055b1c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/user-guide/DistributedDataClassification.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 3055b1c

Please sign in to comment.