Update README.md
Browse files
README.md
CHANGED
@@ -55,6 +55,8 @@ You can directly use this model as a language detector, i.e. for sequence classi
|
|
55 |
|
56 |
## Usage
|
57 |
|
|
|
|
|
58 |
Loading the model requires the [🤗 Optimum](https://huggingface.co/docs/optimum/index) library installed.
|
59 |
|
60 |
```python
|
@@ -73,4 +75,15 @@ classifier = pipeline(
|
|
73 |
|
74 |
classifier_output = ner("It's not toxic comment")
|
75 |
print(classifier_output)
|
76 |
-
```
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
55 |
|
56 |
## Usage
|
57 |
|
58 |
+
### Optimum
|
59 |
+
|
60 |
Loading the model requires the [🤗 Optimum](https://huggingface.co/docs/optimum/index) library installed.
|
61 |
|
62 |
```python
|
|
|
75 |
|
76 |
classifier_output = ner("It's not toxic comment")
|
77 |
print(classifier_output)
|
78 |
+
```
|
79 |
+
|
80 |
+
### LLM Guard
|
81 |
+
|
82 |
+
[Language scanner](https://llm-guard.com/input_scanners/language/)
|
83 |
+
|
84 |
+
## Community
|
85 |
+
|
86 |
+
Join our Slack to give us feedback, connect with the maintainers and fellow users, ask questions,
|
87 |
+
or engage in discussions about LLM security!
|
88 |
+
|
89 |
+
<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>
|