docs: update readme
Browse files
README.md
CHANGED
@@ -1,3 +1,17 @@
|
|
1 |
-
---
|
2 |
-
license: apache-2.0
|
3 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: apache-2.0
|
3 |
+
language:
|
4 |
+
- en
|
5 |
+
metrics:
|
6 |
+
- accuracy
|
7 |
+
- f1
|
8 |
+
- precision
|
9 |
+
- recall
|
10 |
+
base_model: intfloat/multilingual-e5-base
|
11 |
+
pipeline_tag: text-classification
|
12 |
+
tags:
|
13 |
+
- LLM Prompt Injection Attack
|
14 |
+
- Jailbreaking Attack
|
15 |
+
- Prompt Leaking
|
16 |
+
- Goal Hijacking
|
17 |
+
---
|