Update README.md
Browse files
README.md
CHANGED
|
@@ -6,7 +6,26 @@ tags:
|
|
| 6 |
- generated_from_trainer
|
| 7 |
model-index:
|
| 8 |
- name: RoBERTa_Sentiment_Analysis
|
| 9 |
-
results:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 10 |
language:
|
| 11 |
- en
|
| 12 |
pipeline_tag: text-classification
|
|
|
|
| 6 |
- generated_from_trainer
|
| 7 |
model-index:
|
| 8 |
- name: RoBERTa_Sentiment_Analysis
|
| 9 |
+
results:
|
| 10 |
+
- task:
|
| 11 |
+
type: text-classification
|
| 12 |
+
name: Text Classification
|
| 13 |
+
dataset:
|
| 14 |
+
name: Tweets Hate Speech Detection
|
| 15 |
+
type: tweets-hate-speech-detection/tweets_hate_speech_detection
|
| 16 |
+
metrics:
|
| 17 |
+
- name: Accuracy
|
| 18 |
+
type: accuracy
|
| 19 |
+
value: 0.95
|
| 20 |
+
- name: Precision
|
| 21 |
+
type: precision
|
| 22 |
+
value: 0.96
|
| 23 |
+
- name: Recall
|
| 24 |
+
type: recall
|
| 25 |
+
value: 0.95
|
| 26 |
+
- name: F1
|
| 27 |
+
type: f1
|
| 28 |
+
value: 0.955
|
| 29 |
language:
|
| 30 |
- en
|
| 31 |
pipeline_tag: text-classification
|