Instructions to use Sifter/product-category-bert-classifier with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Sifter/product-category-bert-classifier with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="Sifter/product-category-bert-classifier")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("Sifter/product-category-bert-classifier") model = AutoModelForSequenceClassification.from_pretrained("Sifter/product-category-bert-classifier", device_map="auto") - Notebooks
- Google Colab
- Kaggle
File size: 314 Bytes
532ff00 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 |
---
library_name: transformers
tags:
- autotrain
- text-classification
base_model: google-bert/bert-base-uncased
widget:
- text: "I love AutoTrain"
datasets:
- Sifter/product-category
---
# Model Trained Using AutoTrain
- Problem type: Text Classification
## Validation Metrics
No validation metrics available
|