Instructions to use Mike-plotpointe/Comments-Classifier-Bert-Model with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Mike-plotpointe/Comments-Classifier-Bert-Model with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="Mike-plotpointe/Comments-Classifier-Bert-Model")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("Mike-plotpointe/Comments-Classifier-Bert-Model") model = AutoModelForSequenceClassification.from_pretrained("Mike-plotpointe/Comments-Classifier-Bert-Model") - Notebooks
- Google Colab
- Kaggle
File size: 135 Bytes
116f811 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:3faa8de327acec7a1fd88b2c2b2643c448a4f597c33d6174d25712a021135077
size 1340626860
|