Instructions to use dipesh/Intent-Classification-small with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use dipesh/Intent-Classification-small with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="dipesh/Intent-Classification-small")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("dipesh/Intent-Classification-small") model = AutoModelForSequenceClassification.from_pretrained("dipesh/Intent-Classification-small") - Notebooks
- Google Colab
- Kaggle
Training in progress, epoch 7
Browse files
pytorch_model.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 267913965
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:fca6acfa534b6bb7640d74de1d31249151bbc0963631650977a6a7372b2acd4b
|
| 3 |
size 267913965
|
runs/Jan27_22-09-59_d4d9bbc57121/events.out.tfevents.1674857411.d4d9bbc57121.14700.0
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:ec75322ebcaacde71f7e4e7edee2496b7f891b930080ae22ee3e2439b43de1c4
|
| 3 |
+
size 7492
|