Instructions to use wu981526092/bias_classifier_roberta with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use wu981526092/bias_classifier_roberta with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="wu981526092/bias_classifier_roberta")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("wu981526092/bias_classifier_roberta") model = AutoModelForSequenceClassification.from_pretrained("wu981526092/bias_classifier_roberta") - Notebooks
- Google Colab
- Kaggle
File size: 134 Bytes
5a6830d | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:314a8458f8e62a378c20114cfec012d2720667ca523420b15601c1be471d9651
size 997346042
|