Text Classification
Transformers
Safetensors
English
distilbert
finance
intent-detection
text-embeddings-inference
Instructions to use ihsankt/financial-intent-model with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use ihsankt/financial-intent-model with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="ihsankt/financial-intent-model")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("ihsankt/financial-intent-model") model = AutoModelForSequenceClassification.from_pretrained("ihsankt/financial-intent-model", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Reupload model with LFS
Browse files- model.safetensors +0 -3
- training_args.bin +0 -3
model.safetensors
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:81b13c51b76fc824d134bc32038fef0574b46b38ac7d0ba403c95f456a721dab
|
| 3 |
-
size 267891012
|
|
|
|
|
|
|
|
|
|
|
|
training_args.bin
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:cf9e2c244c1dce88c4ffd0a8eec1141df58de831d0d4dcfefadb4dbf2c8d32f2
|
| 3 |
-
size 5841
|
|
|
|
|
|
|
|
|
|
|
|