Instructions to use tonynhan/VietIntentBot-Model2 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use tonynhan/VietIntentBot-Model2 with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("tonynhan/VietIntentBot-Model2", dtype="auto") - Notebooks
- Google Colab
- Kaggle
Update config.json
Browse files- config.json +1 -1
config.json
CHANGED
|
@@ -1 +1 @@
|
|
| 1 |
-
{"embedding_dim": 100, "hidden_dim": 128, "vocab_size": 119547, "output_size": 3, "n_layers": 2, "drop_prob": 0.5}
|
|
|
|
| 1 |
+
{"model_type": "lstm","embedding_dim": 100, "hidden_dim": 128, "vocab_size": 119547, "output_size": 3, "n_layers": 2, "drop_prob": 0.5}
|