Michielo commited on
Commit
993f80a
·
verified ·
1 Parent(s): a155f4e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -2
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**: A new 2M parameter model being released soon.
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.