How to use tunib/electra-ko-base with Transformers:
# Load model directly from transformers import AutoTokenizer, AutoModelForPreTraining tokenizer = AutoTokenizer.from_pretrained("tunib/electra-ko-base") model = AutoModelForPreTraining.from_pretrained("tunib/electra-ko-base")