File size: 686 Bytes
51bf43d
c1e4a27
51bf43d
 
 
 
 
 
 
 
 
 
 
 
 
cbe3914
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
---
license: other
language: en
datasets:
- valurank/wikirev-bias
---
# DistilROBERTA fine-tuned for bias detection

This model is based on [distilroberta-base](https://huggingface.co/distilroberta-base) pretrained weights, with a classification head fine-tuned to classify text into 2 categories (neutral, biased).

## Training data
The dataset used to fine-tune the model is [wikirev-bias](https://huggingface.co/datasets/valurank/wikirev-bias), extracted from English wikipedia revisions, see https://github.com/rpryzant/neutralizing-bias for details on the WNC wiki edits corpus.

## Inputs
Similar to its base model, this model accepts inputs with a maximum length of 512 tokens.