Model Card for distilRoberta model finetuned on WikiEditBias dataset
The UnBIAS-BERT model finetuned on WikiEditBias dataset on the format of edit diff data and 400k samples.
For training data, please ref: https://huggingface.co/datasets/fgs218ok/WikiEditBias/viewer/train400k_val2k_test2k_edit_diff
Uses
Input format
The input should be in diff format:
<old_text>{old_sentence1} ... {old_sentenceN}<new_text>{new_sentence1} ... {new_sentenceN}
For example:
<old_text>He is a boy.<new_text>He is a nice boy.
Direct Use
model = AutoModel.from_pretrained("fgs218ok/WikiEditBias400k_UnBIAS-BERT")
tokenizer = AutoTokenizer.from_pretrained("fgs218ok/WikiEditBias400k_UnBIAS-BERT")
Evaluation
This model achieves the 85.30% accuracy on fgs218ok/WikiEditBias200k dataset:
- Downloads last month
- 3
This model does not have enough activity to be deployed to Inference API (serverless) yet. Increase its social
visibility and check back later, or deploy to Inference Endpoints (dedicated)
instead.