Update README.md with metrics metadata
Browse files
README.md
CHANGED
@@ -9,7 +9,22 @@ base_model:
|
|
9 |
pipeline_tag: text-classification
|
10 |
tags:
|
11 |
- Intel
|
12 |
-
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
13 |
---
|
14 |
# Polite Guard
|
15 |
|
|
|
9 |
pipeline_tag: text-classification
|
10 |
tags:
|
11 |
- Intel
|
12 |
+
model-index:
|
13 |
+
- name: polite-guard
|
14 |
+
results:
|
15 |
+
- task:
|
16 |
+
type: text-classification
|
17 |
+
dataset:
|
18 |
+
name: polite-guard
|
19 |
+
type: polite-guard
|
20 |
+
metrics:
|
21 |
+
- name: Accuracy
|
22 |
+
type: accuracy
|
23 |
+
value: 88.4
|
24 |
+
- name: F1 Score
|
25 |
+
type: f1
|
26 |
+
value: 88.4
|
27 |
+
library_name: transformers
|
28 |
---
|
29 |
# Polite Guard
|
30 |
|