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