himel05 commited on
Commit
ae1971f
·
verified ·
1 Parent(s): 91ba73b

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +12 -1
README.md CHANGED
@@ -15,4 +15,15 @@ metrics:
15
  base_model:
16
  - FacebookAI/roberta-base
17
  pipeline_tag: text-classification
18
- ---
 
 
 
 
 
 
 
 
 
 
 
 
15
  base_model:
16
  - FacebookAI/roberta-base
17
  pipeline_tag: text-classification
18
+ ---
19
+ This model is a RoBERTa-base transformer fine-tuned on the WELFake Dataset for binary text classification (Real/Fake news).
20
+
21
+ It was trained using class weight balancing and a weighted loss function to ensure robust and balanced performance.
22
+
23
+ Important Note on Labels
24
+
25
+ This specific model uses reversed labels:
26
+
27
+ Label 0 corresponds to REAL news.
28
+
29
+ Label 1 corresponds to FAKE news.