sarahyurick commited on
Commit
7a64d5a
·
verified ·
1 Parent(s): c07a8e4

Update NeMo Curator notebook link

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -68,7 +68,7 @@ Medium
68
 
69
  # How to use in NeMo Curator
70
 
71
- The inference code is available on [NeMo Curator's GitHub repository](https://github.com/NVIDIA/NeMo-Curator). Download the [model.pth](https://huggingface.co/nvidia/quality-classifier-deberta/blob/main/model.pth) and check out this [example notebook](https://github.com/NVIDIA/NeMo-Curator/blob/main/tutorials/distributed_data_classification/distributed_data_classification.ipynb) to get started.
72
 
73
  # How to use in transformers
74
  To use the quality classifier, use the following code:
 
68
 
69
  # How to use in NeMo Curator
70
 
71
+ The inference code is available on [NeMo Curator's GitHub repository](https://github.com/NVIDIA/NeMo-Curator). Check out this [example notebook](https://github.com/NVIDIA/NeMo-Curator/blob/main/tutorials/distributed_data_classification/quality-classification.ipynb) to get started.
72
 
73
  # How to use in transformers
74
  To use the quality classifier, use the following code: