Create README.md
Browse files
README.md
ADDED
@@ -0,0 +1,55 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: apache-2.0
|
3 |
+
metrics:
|
4 |
+
- precision
|
5 |
+
- recall
|
6 |
+
- f1
|
7 |
+
model-index:
|
8 |
+
- name: ToxicChat-T5-Large
|
9 |
+
results:
|
10 |
+
- task:
|
11 |
+
type: text-classification
|
12 |
+
dataset:
|
13 |
+
name: ToxicChat
|
14 |
+
type: toxicchat0124
|
15 |
+
metrics:
|
16 |
+
- name: precision
|
17 |
+
type: precision
|
18 |
+
value: 0.7983
|
19 |
+
verified: false
|
20 |
+
- name: recall
|
21 |
+
type: recall
|
22 |
+
value: 0.8475
|
23 |
+
verified: false
|
24 |
+
- name: f1
|
25 |
+
type: f1
|
26 |
+
value: 0.8221
|
27 |
+
verified: false
|
28 |
+
- name: auprc
|
29 |
+
type: auprc
|
30 |
+
value: 0.8850
|
31 |
+
verified: false
|
32 |
+
---
|
33 |
+
# ToxicChat-T5-Large Model Card
|
34 |
+
|
35 |
+
## Model Details
|
36 |
+
|
37 |
+
**Model type:**
|
38 |
+
ToxicChat-T5-Large is an open-source moderation model trained by fine-tuning T5-large on [ToxicChat](https://huggingface.co/datasets/lmsys/toxic-chat).
|
39 |
+
It is based on an encoder-decoder transformer architecture, and can generate a text representing if the input is toxic or not
|
40 |
+
('positive' means 'toxic', and 'negative' means 'non-toxic').
|
41 |
+
|
42 |
+
**Model date:**
|
43 |
+
ToxicChat-T5-Large was trained on Jan 2024.
|
44 |
+
|
45 |
+
**Organizations developing the model:**
|
46 |
+
The ToxicChat developers, primarily Zi Lin and Zihan Wang.
|
47 |
+
|
48 |
+
**Paper or resources for more information:**
|
49 |
+
https://arxiv.org/abs/2310.17389
|
50 |
+
|
51 |
+
**License:**
|
52 |
+
Apache License 2.0
|
53 |
+
|
54 |
+
**Where to send questions or comments about the model:**
|
55 |
+
https://huggingface.co/datasets/lmsys/toxic-chat/discussions
|