Instructions to use jonfd/electra-small-nordic with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use jonfd/electra-small-nordic with Transformers:
# Load model directly from transformers import AutoTokenizer, AutoModelForPreTraining tokenizer = AutoTokenizer.from_pretrained("jonfd/electra-small-nordic") model = AutoModelForPreTraining.from_pretrained("jonfd/electra-small-nordic", device_map="auto") - Notebooks
- Google Colab
- Kaggle
File size: 133 Bytes
35c6d2a | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:b4d798fe5b5519e5e028f86b83c7fde9c64ffb666294f847b9db8c3fe869f845
size 87857961
|