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
Add real safetensors
Browse files- model.safetensors +3 -0
model.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:81b13c51b76fc824d134bc32038fef0574b46b38ac7d0ba403c95f456a721dab
|
| 3 |
+
size 267891012
|