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