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