Instructions to use phuvo05/En-Vi-Neural-Machine-Translation-using-GRU with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use phuvo05/En-Vi-Neural-Machine-Translation-using-GRU with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("phuvo05/En-Vi-Neural-Machine-Translation-using-GRU", dtype="auto") - Notebooks
- Google Colab
- Kaggle
| { | |
| "architectures": [ | |
| "Seq2SeqRNNModel" | |
| ], | |
| "dropout": 0.1, | |
| "dtype": "float32", | |
| "embedding_dim": 128, | |
| "hidden_size": 128, | |
| "transformers_version": "5.0.0", | |
| "use_cache": false, | |
| "vocab_size_src": 15000, | |
| "vocab_size_tgt": 13684 | |
| } | |