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