asofter commited on
Commit
5a0959f
1 Parent(s): 452a57b

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +14 -1
README.md CHANGED
@@ -22,6 +22,8 @@ tags:
22
 
23
  ## Usage
24
 
 
 
25
  Loading the model requires the [🤗 Optimum](https://huggingface.co/docs/optimum/index) library installed.
26
 
27
  ```python
@@ -41,4 +43,15 @@ print(classifier("""
41
  def f(x):
42
  return x**2
43
  """))
44
- ```
 
 
 
 
 
 
 
 
 
 
 
 
22
 
23
  ## Usage
24
 
25
+ ### Optimum
26
+
27
  Loading the model requires the [🤗 Optimum](https://huggingface.co/docs/optimum/index) library installed.
28
 
29
  ```python
 
43
  def f(x):
44
  return x**2
45
  """))
46
+ ```
47
+
48
+ ### LLM Guard
49
+
50
+ [Code scanner](https://llm-guard.com/input_scanners/code/)
51
+
52
+ ## Community
53
+
54
+ Join our Slack to give us feedback, connect with the maintainers and fellow users, ask questions,
55
+ or engage in discussions about LLM security!
56
+
57
+ <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>