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: 134 Bytes
3499581 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:79ecfcee826908c74dae5ff529f55be9c9a30324e2d8e005bc2f8a0f9fca39e7
size 439806317
|