Instructions to use henryscheible/bert-base-uncased_winobias_classifieronly with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use henryscheible/bert-base-uncased_winobias_classifieronly with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="henryscheible/bert-base-uncased_winobias_classifieronly")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("henryscheible/bert-base-uncased_winobias_classifieronly") model = AutoModelForSequenceClassification.from_pretrained("henryscheible/bert-base-uncased_winobias_classifieronly", device_map="auto") - Notebooks
- Google Colab
- Kaggle
- Xet hash:
- b5e3e448cf45b8a6fa606683c3f174addb5bb9fdee31ee05fbeadccab178ac4d
- Size of remote file:
- 438 MB
- SHA256:
- f06b29ead3651dcf0e51a0c3c98f06fefd19bf8c1c7870672863d2733e758995
·
Xet efficiently stores Large Files inside Git, intelligently splitting files into unique chunks and accelerating uploads and downloads. More info.