Update README.md
Browse files
README.md
CHANGED
@@ -1,5 +1,7 @@
|
|
1 |
---
|
2 |
license: mit
|
|
|
|
|
3 |
---
|
4 |
|
5 |
# moderation by embeddings
|
@@ -56,4 +58,8 @@ Output:
|
|
56 |
},
|
57 |
"detected": true
|
58 |
}
|
59 |
-
```
|
|
|
|
|
|
|
|
|
|
1 |
---
|
2 |
license: mit
|
3 |
+
datasets:
|
4 |
+
- ifmain/text-moderation
|
5 |
---
|
6 |
|
7 |
# moderation by embeddings
|
|
|
58 |
},
|
59 |
"detected": true
|
60 |
}
|
61 |
+
```
|
62 |
+
|
63 |
+
|
64 |
+
This model covert embedings to moderaton score
|
65 |
+
The dataset helped with normalizing the model output, but the model does not include rows from the dataset
|