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