LetterJohn commited on
Commit
556797f
1 Parent(s): a9b22af

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -157,7 +157,7 @@ if __name__=='__main__':
157
  num_samples=num_samples,from_case=from_case, model_version=model_version)
158
  ```
159
 
160
- ## If you want to learn about SafeGen's capability without the protection of an external safety filter.
161
 
162
  You can comment on the run_safety_checker function used in Step 9. This code can be found in
163
  ```Bash
 
157
  num_samples=num_samples,from_case=from_case, model_version=model_version)
158
  ```
159
 
160
+ ## If you want to learn about SafeGen's capability without the integration of an external safety filter.
161
 
162
  You can comment on the run_safety_checker function used in Step 9. This code can be found in
163
  ```Bash