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") - Notebooks
- Google Colab
- Kaggle
Upload BertForSequenceClassification
Browse files- pytorch_model.bin +1 -1
pytorch_model.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 438006577
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:5150b0ab3aef9699429bd03c498b362acfbc3f8f6afdb2526f308265402e2e38
|
| 3 |
size 438006577
|