asofter commited on
Commit
76a1bf0
1 Parent(s): 7821abf

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +14 -1
README.md CHANGED
@@ -68,6 +68,8 @@ A complete list of all the identity labels available can be found [here](https:/
68
 
69
  ## Usage
70
 
 
 
71
  Loading the model requires the [🤗 Optimum](https://huggingface.co/docs/optimum/index) library installed.
72
 
73
  ```python
@@ -85,4 +87,15 @@ classifier = pipeline(
85
 
86
  classifier_output = ner("It's not toxic comment")
87
  print(classifier_output)
88
- ```
 
 
 
 
 
 
 
 
 
 
 
 
68
 
69
  ## Usage
70
 
71
+ ### Optimum
72
+
73
  Loading the model requires the [🤗 Optimum](https://huggingface.co/docs/optimum/index) library installed.
74
 
75
  ```python
 
87
 
88
  classifier_output = ner("It's not toxic comment")
89
  print(classifier_output)
90
+ ```
91
+
92
+ ### LLM Guard
93
+
94
+ [Toxicity scanner](https://llm-guard.com/input_scanners/toxicity/)
95
+
96
+ ## Community
97
+
98
+ Join our Slack to give us feedback, connect with the maintainers and fellow users, ask questions,
99
+ or engage in discussions about LLM security!
100
+
101
+ <a href="https://join.slack.com/t/laiyerai/shared_invite/zt-28jv3ci39-sVxXrLs3rQdaN3mIl9IT~w"><img src="https://github.com/laiyer-ai/llm-guard/blob/main/docs/assets/join-our-slack-community.png?raw=true" width="200"></a>