Instructions to use tonynhan/VietIntentBot-Model with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use tonynhan/VietIntentBot-Model with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="tonynhan/VietIntentBot-Model")# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("tonynhan/VietIntentBot-Model", dtype="auto") - Notebooks
- Google Colab
- Kaggle
Upload intent_model.pth with huggingface_hub
Browse files- intent_model.pth +3 -0
intent_model.pth
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:4065a843e9b33143bea1f41cf15395e3f51b0554d52e95a7089d8ae0b7c09f44
|
| 3 |
+
size 374075
|