Update README.md
Browse filesRoBERTa Fast Tokenizer + Sequence Classifier
-Make sure to use/ convert inputs into small characters before sending or testing the model for accurate predition.
Details:
Epoch - 3
Accuracy - 0.85
F1 - 0.85
Precision - 0.84
Recall - 0.86
0.92
t-SNE Visualization:
![th.png](https://cdn-uploads.huggingface.co/production/uploads/6563c66d7a465cdcb39bc519/xncBi2bvnHCVogUVtfOzL.png)
Conducted by:
Jordan Limwell C. Marcelo
README.md
CHANGED
@@ -5,6 +5,10 @@ metrics:
|
|
5 |
- accuracy
|
6 |
pipeline_tag: text-classification
|
7 |
library_name: transformers
|
|
|
|
|
|
|
|
|
8 |
---
|
9 |
## Model Card
|
10 |
- **Task**: Text Classification
|
@@ -18,8 +22,7 @@ tags:
|
|
18 |
- "text-classification"
|
19 |
- "hate-speech"
|
20 |
- "nlp"
|
21 |
-
|
22 |
-
license: "MIT"
|
23 |
model-index:
|
24 |
- name: "default"
|
25 |
task: "text-classification"
|
|
|
5 |
- accuracy
|
6 |
pipeline_tag: text-classification
|
7 |
library_name: transformers
|
8 |
+
datasets:
|
9 |
+
- syke9p3/multilabel-tagalog-hate-speech
|
10 |
+
- mapsoriano/2016_2022_hate_speech_filipino
|
11 |
+
- mginoben/tagalog-profanity-dataset
|
12 |
---
|
13 |
## Model Card
|
14 |
- **Task**: Text Classification
|
|
|
22 |
- "text-classification"
|
23 |
- "hate-speech"
|
24 |
- "nlp"
|
25 |
+
license: ""
|
|
|
26 |
model-index:
|
27 |
- name: "default"
|
28 |
task: "text-classification"
|