Instructions to use vineetsharma/customer-support-intent-albert with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use vineetsharma/customer-support-intent-albert with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="vineetsharma/customer-support-intent-albert")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("vineetsharma/customer-support-intent-albert") model = AutoModelForSequenceClassification.from_pretrained("vineetsharma/customer-support-intent-albert", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Commit ·
d2a4bde
1
Parent(s): 44991ab
Training in progress, epoch 2
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 46826306
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:7d78d9d8e0c5b9cb2e2a68f0b7fb0261b662fd9595251b0492f85ac55c215558
|
| 3 |
size 46826306
|