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