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