Update README.md
Browse files
README.md
CHANGED
|
@@ -6,18 +6,20 @@ pipeline_tag: text-classification
|
|
| 6 |
tags:
|
| 7 |
- code
|
| 8 |
---
|
|
|
|
| 9 |
|
| 10 |
-
|
| 11 |
|
|
|
|
|
|
|
| 12 |
|
|
|
|
| 13 |
|
|
|
|
|
|
|
|
|
|
| 14 |
|
| 15 |
|
| 16 |
-
|
| 17 |
-
|
| 18 |
-
Test Edilebilir Space Alanı
|
| 19 |
-
https://huggingface.co/spaces/TeamGZG/toxic-comment-classificationn
|
| 20 |
-
|
| 21 |
end_to_end Model için
|
| 22 |
https://huggingface.co/spaces/TeamGZG/toxic-comment-classificationn/tree/main/end_to_end_model
|
| 23 |
|
|
@@ -25,4 +27,8 @@ tr-stop-words için
|
|
| 25 |
https://huggingface.co/spaces/TeamGZG/toxic-comment-classificationn/blob/main/tr-stop-words.txt
|
| 26 |
|
| 27 |
Eğitim Verileri için
|
| 28 |
-
https://huggingface.co/spaces/TeamGZG/toxic-comment-classificationn/blob/main/teknofest_train_final%20(1).csv
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 6 |
tags:
|
| 7 |
- code
|
| 8 |
---
|
| 9 |
+
Aşağılayıcı Söylem Tespit Modelimiz
|
| 10 |
|
| 11 |
+
İlk olarak yorumun OFFENSİVE ya da NOT OFFENSİVE olup olmadığını tespit eder.
|
| 12 |
|
| 13 |
+
Yorum OFFENSİVE olarak algılanmışsa alt kategorilerine göre 'INSULT', 'RACIST', 'SEXIST', 'PROFANITY'
|
| 14 |
+
olma durumlarına göre etiketleme yapar.
|
| 15 |
|
| 16 |
+
Yorum NOT OFFENSİVE olarak algılanmışsa 'OTHER' olarak etiketler.
|
| 17 |
|
| 18 |
+
Modelin çalıştırılabilmesi için gerekli dosyaların indirilmesi ve app.py dosyasında bulunan kodların çalıştırılması yeterlidir.
|
| 19 |
+
app.py dosyası için
|
| 20 |
+
https://huggingface.co/spaces/TeamGZG/toxic-comment-classificationn/blob/main/app.py
|
| 21 |
|
| 22 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 23 |
end_to_end Model için
|
| 24 |
https://huggingface.co/spaces/TeamGZG/toxic-comment-classificationn/tree/main/end_to_end_model
|
| 25 |
|
|
|
|
| 27 |
https://huggingface.co/spaces/TeamGZG/toxic-comment-classificationn/blob/main/tr-stop-words.txt
|
| 28 |
|
| 29 |
Eğitim Verileri için
|
| 30 |
+
https://huggingface.co/spaces/TeamGZG/toxic-comment-classificationn/blob/main/teknofest_train_final%20(1).csv
|
| 31 |
+
|
| 32 |
+
Test Edilebilir Space Alanı
|
| 33 |
+
https://huggingface.co/spaces/TeamGZG/toxic-comment-classificationn
|
| 34 |
+
|