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