lighteternal
commited on
Commit
•
69d9a25
1
Parent(s):
122a845
Update README.md
Browse files
README.md
CHANGED
@@ -28,8 +28,8 @@ license: apache-2.0
|
|
28 |
This is an XLM-Roberta-base model with a binary classification head. Given a sentence it can classify it either as a fact or an opinion, based on its content.
|
29 |
|
30 |
HuggingFace API labels:
|
31 |
-
* Label 0: Opinion
|
32 |
-
* Label 1: Fact
|
33 |
|
34 |
The original dataset (available here: https://github.com/1024er/cbert_aug/tree/crayon/datasets/subj) containing aprox. 9000 annotated sentences (classified as subjective or objective) was translated to Greek using Google Translate. The Greek version was concatenated with the original English one to create the mixed EN-EL dataset.
|
35 |
|
|
|
28 |
This is an XLM-Roberta-base model with a binary classification head. Given a sentence it can classify it either as a fact or an opinion, based on its content.
|
29 |
|
30 |
HuggingFace API labels:
|
31 |
+
* Label 0: Opinion/Subjective sentence
|
32 |
+
* Label 1: Fact/Objective sentence
|
33 |
|
34 |
The original dataset (available here: https://github.com/1024er/cbert_aug/tree/crayon/datasets/subj) containing aprox. 9000 annotated sentences (classified as subjective or objective) was translated to Greek using Google Translate. The Greek version was concatenated with the original English one to create the mixed EN-EL dataset.
|
35 |
|