Update README.md
Browse files
README.md
CHANGED
@@ -1,9 +1,12 @@
|
|
1 |
---
|
2 |
-
|
|
|
|
|
|
|
|
|
3 |
base_model: fmops/distilbert-prompt-injection
|
4 |
-
|
5 |
---
|
6 |
|
7 |
-
#
|
8 |
|
9 |
-
|
|
|
1 |
---
|
2 |
+
language:
|
3 |
+
- en
|
4 |
+
inference: false
|
5 |
+
pipeline_tag: zero-shot-classification
|
6 |
+
license: apache-2.0
|
7 |
base_model: fmops/distilbert-prompt-injection
|
|
|
8 |
---
|
9 |
|
10 |
+
# ONNX version of fmops/distilbert-prompt-injection
|
11 |
|
12 |
+
**This model is a conversion of [fmops/distilbert-prompt-injection](https://huggingface.co/fmops/distilbert-prompt-injection) to ONNX** format using the [🤗 Optimum](https://huggingface.co/docs/optimum/index) library.
|