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