maximuspowers commited on
Commit
1d1d2e4
1 Parent(s): e4bd7b5

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -1
README.md CHANGED
@@ -18,7 +18,9 @@ pipeline_tag: text-classification
18
 
19
  Classifies 512 chunks of a news article as "Likely" or "Unlikely" biased/disinformation.
20
 
21
- Fine-tuned BERT ([bert-base-uncased](https://huggingface.co/google-bert/bert-base-uncased)) on the `headline`, `aritcle_text` and `text_label` fields in the [News Media Bias Plus Dataset](https://huggingface.co/datasets/vector-institute/newsmediabias-plus).
 
 
22
 
23
  ### Metics
24
 
 
18
 
19
  Classifies 512 chunks of a news article as "Likely" or "Unlikely" biased/disinformation.
20
 
21
+ Fine-tuned BERT ([bert-base-uncased](https://huggingface.co/google-bert/bert-base-uncased)) on the `headline`, `aritcle_text` and `text_label` fields in the [News Media Bias Plus Dataset](https://huggingface.co/datasets/vector-institute/newsmediabias-plus).
22
+
23
+ **This model was trained without weighted sampling, and the dataset contains 81.9% 'Likely' and 18.1% 'Unlikely' examples.** The same model trained with weighted sampling preformed worse on training eval metrics, but better when evaluated by gpt-4o-mini as a judge and is available [here](https://huggingface.co/maximuspowers/nmbp-bert-full-articles-balanced).
24
 
25
  ### Metics
26