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