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