Views
No views yet
1from transformers import AutoTokenizer, AutoModel
2import torch
3import torch.nn as nn
4
5# Load model
6tokenizer = AutoTokenizer.from_pretrained("Xiameineedsgpu/worldvue-balanced-bias-detector")
7# ... (see example code below)| Article | Economic | Social | Label |
|---|---|---|---|
| Fox News - Immigration | +0.02 | +0.83 | CENTER / AUTHORITARIAN |
| Energy Transition | -0.24 | -0.23 | LEFT / LIBERTARIAN |
| UK PPE Scandal | +0.10 | +0.25 | RIGHT / AUTHORITARIAN |