sarahyurick commited on
Commit
dc27674
·
verified ·
1 Parent(s): d8ac31c

Update NeMo Curator notebook link

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -73,7 +73,7 @@ Success is defined as having an acceptable catch rate (recall scores for each at
73
 
74
  ## How to Use in NeMo Curator:
75
  The inference code is available on [NeMo Curator's GitHub repository](https://github.com/NVIDIA/NeMo-Curator). <br>
76
- Check out [this example notebook](https://github.com/NVIDIA/NeMo-Curator/tree/main/tutorials/distributed_data_classification) to get started.
77
 
78
  ## How to Use in Transformers:
79
  To use this AEGIS classifiers, you must get access to Llama Guard on Hugging Face here: https://huggingface.co/meta-llama/LlamaGuard-7b. Afterwards, you should set up a [user access token](https://huggingface.co/docs/hub/en/security-tokens) and pass that token into the constructor of this classifier.
 
73
 
74
  ## How to Use in NeMo Curator:
75
  The inference code is available on [NeMo Curator's GitHub repository](https://github.com/NVIDIA/NeMo-Curator). <br>
76
+ Check out [this example notebook](https://github.com/NVIDIA/NeMo-Curator/blob/main/tutorials/distributed_data_classification/instruction-data-guard-classification.ipynb) to get started.
77
 
78
  ## How to Use in Transformers:
79
  To use this AEGIS classifiers, you must get access to Llama Guard on Hugging Face here: https://huggingface.co/meta-llama/LlamaGuard-7b. Afterwards, you should set up a [user access token](https://huggingface.co/docs/hub/en/security-tokens) and pass that token into the constructor of this classifier.