How to use from the
Use from the
TF-Keras library
# Note: 'keras<3.x' or 'tf_keras' must be installed (legacy)
# See https://github.com/keras-team/tf-keras for more details.
from huggingface_hub import from_pretrained_keras

model = from_pretrained_keras("TeamGZG/toxic-comment-classification-project")

Aşağılayıcı Söylem Tespit Modelimiz

İlk olarak yorumun OFFENSİVE ya da NOT OFFENSİVE olup olmadığını tespit eder.

Yorum OFFENSİVE olarak algılanmışsa alt kategorilerine göre 'INSULT', 'RACIST', 'SEXIST', 'PROFANITY' olma durumlarına göre etiketleme yapar.

Yorum NOT OFFENSİVE olarak algılanmışsa 'OTHER' olarak etiketler.

end_to_end Model için https://huggingface.co/spaces/TeamGZG/toxic-comment-classificationn/tree/main/end_to_end_model

tr-stop-words için https://huggingface.co/spaces/TeamGZG/toxic-comment-classificationn/blob/main/tr-stop-words.txt

Eğitim Verileri için https://huggingface.co/spaces/TeamGZG/toxic-comment-classificationn/blob/main/teknofest_train_final%20(1).csv

Test Edilebilir Space Alanı https://huggingface.co/spaces/TeamGZG/toxic-comment-classificationn

Downloads last month
-
Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support