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