Text Classification
Transformers
TensorBoard
Safetensors
bert
Generated from Trainer
text-embeddings-inference
Instructions to use HowMannyMore/bert-intent-amazon with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use HowMannyMore/bert-intent-amazon with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="HowMannyMore/bert-intent-amazon")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("HowMannyMore/bert-intent-amazon") model = AutoModelForSequenceClassification.from_pretrained("HowMannyMore/bert-intent-amazon", device_map="auto") - Notebooks
- Google Colab
- Kaggle
File size: 134 Bytes
deae966 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:f944b2a8df7548d78b2aa5ee0407ac48af719d7c3d926f3cff180f96c994ad8a
size 433449176
|