Instructions to use aparna1595/bert-sentence-transformers-autoclassification with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use aparna1595/bert-sentence-transformers-autoclassification with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="aparna1595/bert-sentence-transformers-autoclassification")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("aparna1595/bert-sentence-transformers-autoclassification") model = AutoModelForSequenceClassification.from_pretrained("aparna1595/bert-sentence-transformers-autoclassification", device_map="auto") - Notebooks
- Google Colab
- Kaggle
No model card
- Downloads last month
- 3