sarahyurick commited on
Commit
0f52b9b
·
verified ·
1 Parent(s): 82caac8

Update NeMo Curator notebook link

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -37,7 +37,7 @@ This model is released under the [NVIDIA Open Model License Agreement](https://d
37
  # How to Use in NVIDIA NeMo Curator
38
  NeMo Curator improves generative AI model accuracy by processing text, image, and video data at scale for training and customization. It also provides pre-built pipelines for generating synthetic data to customize and evaluate generative AI systems.
39
 
40
- The inference code for this model is available through the NeMo Curator GitHub repository. Check out this [example notebook](https://github.com/NVIDIA/NeMo-Curator/tree/main/tutorials/distributed_data_classification) to get started.
41
 
42
  # How to Use in Transformers
43
  To use the content type classifier, use the following code:
 
37
  # How to Use in NVIDIA NeMo Curator
38
  NeMo Curator improves generative AI model accuracy by processing text, image, and video data at scale for training and customization. It also provides pre-built pipelines for generating synthetic data to customize and evaluate generative AI systems.
39
 
40
+ The inference code for this model is available through the NeMo Curator GitHub repository. Check out this [example notebook](https://github.com/NVIDIA/NeMo-Curator/blob/main/tutorials/distributed_data_classification/content-type-classification.ipynb) to get started.
41
 
42
  # How to Use in Transformers
43
  To use the content type classifier, use the following code: