Instructions to use amekhrishvili/rubert-mini-uncased-aibank-customer-text-classifier-v0 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use amekhrishvili/rubert-mini-uncased-aibank-customer-text-classifier-v0 with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="amekhrishvili/rubert-mini-uncased-aibank-customer-text-classifier-v0")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("amekhrishvili/rubert-mini-uncased-aibank-customer-text-classifier-v0") model = AutoModelForSequenceClassification.from_pretrained("amekhrishvili/rubert-mini-uncased-aibank-customer-text-classifier-v0") - Notebooks
- Google Colab
- Kaggle
Upload BertForSequenceClassification
Browse files- model.safetensors +1 -1
model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 148635916
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:8096ab2b0f997debe2bbc160e41b69392d2e8630d3d3b4efc953d8c83cf5dceb
|
| 3 |
size 148635916
|