Instructions to use nikchar/ver_model_bert_3_classes with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use nikchar/ver_model_bert_3_classes with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="nikchar/ver_model_bert_3_classes")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("nikchar/ver_model_bert_3_classes") model = AutoModelForSequenceClassification.from_pretrained("nikchar/ver_model_bert_3_classes", device_map="auto") - Notebooks
- Google Colab
- Kaggle
File size: 129 Bytes
d0c8841 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:dd8540b1d7ac273d04542d3b857b0bf5b8dfeec0249f588df52dce3a82316441
size 4091
|