Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,10 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
ONNX model - a fine tuned version of DistilBERT which can be used to classify text as one of:
|
2 |
- neutral, offensive_language, harmful_behaviour, hate_speech
|
3 |
|
@@ -12,4 +19,4 @@ The output is a number indicating the class - you can decode that via the label_
|
|
12 |
|
13 |
---
|
14 |
license: mit
|
15 |
-
---
|
|
|
1 |
+
---
|
2 |
+
datasets:
|
3 |
+
- seanius/toxic-or-neutral-text-labelled
|
4 |
+
language:
|
5 |
+
- en
|
6 |
+
library_name: transformers
|
7 |
+
---
|
8 |
ONNX model - a fine tuned version of DistilBERT which can be used to classify text as one of:
|
9 |
- neutral, offensive_language, harmful_behaviour, hate_speech
|
10 |
|
|
|
19 |
|
20 |
---
|
21 |
license: mit
|
22 |
+
---
|