Instructions to use linhtran92/intentdetection with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use linhtran92/intentdetection with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="linhtran92/intentdetection")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("linhtran92/intentdetection") model = AutoModelForSequenceClassification.from_pretrained("linhtran92/intentdetection", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Commit ·
6496372
1
Parent(s): 600e662
Upload BertForSequenceClassification
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 438003761
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:fcef4892940b650a402402949ef673bb63dca308906ca97d6d38ec1009654af6
|
| 3 |
size 438003761
|