We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e90261d commit 3055b1cCopy full SHA for 3055b1c
docs/user-guide/DistributedDataClassification.rst
@@ -35,7 +35,7 @@ Usage
35
NeMo Curator provides a base class ``DistributedDataClassifier`` that can be extended to fit your specfic model.
36
The only requirement is that the model can fit on a single GPU.
37
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``:
+Let's see how ``DomainClassifier`` works in a small excerpt taken from ``examples/domain_classifier_example.py``:
39
40
.. code-block:: python
41
0 commit comments