Instructions to use briverse/vi-electra-large-uncased with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use briverse/vi-electra-large-uncased with Transformers:
# Load model directly from transformers import AutoTokenizer, AutoModelForPreTraining tokenizer = AutoTokenizer.from_pretrained("briverse/vi-electra-large-uncased") model = AutoModelForPreTraining.from_pretrained("briverse/vi-electra-large-uncased") - Notebooks
- Google Colab
- Kaggle
Ctrl+K