Editing settings, it's not storing deepset/prompt-injections acknowledgement
Browse files
README.md
CHANGED
|
@@ -8,6 +8,10 @@ tags:
|
|
| 8 |
model_format: pickle
|
| 9 |
model_file: skops-3fs68p31.pkl
|
| 10 |
pipeline_tag: text-classification
|
|
|
|
|
|
|
|
|
|
|
|
|
| 11 |
---
|
| 12 |
|
| 13 |
# Model description
|
|
|
|
| 8 |
model_format: pickle
|
| 9 |
model_file: skops-3fs68p31.pkl
|
| 10 |
pipeline_tag: text-classification
|
| 11 |
+
datasets:
|
| 12 |
+
- deepset/prompt-injections
|
| 13 |
+
metrics:
|
| 14 |
+
- accuracy
|
| 15 |
---
|
| 16 |
|
| 17 |
# Model description
|