Instructions to use krishnakamath/shopping_intent with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use krishnakamath/shopping_intent with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="krishnakamath/shopping_intent")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("krishnakamath/shopping_intent") model = AutoModelForSequenceClassification.from_pretrained("krishnakamath/shopping_intent") - Notebooks
- Google Colab
- Kaggle
Commit ·
a1e7fc0
1
Parent(s): 201e72a
Training in progress, epoch 1
Browse files
model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 894016712
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:348456bd6090bc54fd91027e0b02a947401889757d996485c053c03a167d0952
|
| 3 |
size 894016712
|
runs/Nov22_22-28-53_a146cc179cd7/events.out.tfevents.1700692134.a146cc179cd7.1077.4
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:b9dd70328cda88003cb11349f794dd8317f729af4ec54da7a4b098999d0c41b0
|
| 3 |
+
size 4442
|
training_args.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 4600
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:298df651c457d9db184cab3b41661dc30a9f349c9a5101225d4ed341f6d3684b
|
| 3 |
size 4600
|