Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -133,8 +133,7 @@ def main():
|
|
133 |
### How It Works
|
134 |
This application compares various toxicity detection models to classify whether a given text is toxic or not. The models being compared include:
|
135 |
|
136 |
-
- **Tiny-Toxic-Detector
|
137 |
-
- [**Toxic-BERT**](https://huggingface.co/unitary/toxic-bert): A 109M parameter BERT-based model.
|
138 |
- [**RoBERTa-Toxicity-Classifier**](s-nlp/roberta_toxicity_classifier): A 124M parameter RoBERTa-based model.
|
139 |
- [**Toxic-Comment-Model**](https://huggingface.co/martin-ha/toxic-comment-model): A 67M parameter DistilBERT-based model.
|
140 |
- [**ToxicChat-T5**](https://huggingface.co/lmsys/toxicchat-t5-large-v1.0): A 738M parameter T5-based model.
|
|
|
133 |
### How It Works
|
134 |
This application compares various toxicity detection models to classify whether a given text is toxic or not. The models being compared include:
|
135 |
|
136 |
+
- [**Tiny-Toxic-Detector**](https://huggingface.co/AssistantsLab/Tiny-Toxic-Detector): A 2M parameter model with a new architecture released by [AssistantsLab](https://huggingface.co/AssistantsLab).
|
|
|
137 |
- [**RoBERTa-Toxicity-Classifier**](s-nlp/roberta_toxicity_classifier): A 124M parameter RoBERTa-based model.
|
138 |
- [**Toxic-Comment-Model**](https://huggingface.co/martin-ha/toxic-comment-model): A 67M parameter DistilBERT-based model.
|
139 |
- [**ToxicChat-T5**](https://huggingface.co/lmsys/toxicchat-t5-large-v1.0): A 738M parameter T5-based model.
|