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
| 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 | |