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