Instructions to use tunib/electra-ko-en-base with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use tunib/electra-ko-en-base with Transformers:
# Load model directly from transformers import AutoTokenizer, AutoModelForPreTraining tokenizer = AutoTokenizer.from_pretrained("tunib/electra-ko-en-base") model = AutoModelForPreTraining.from_pretrained("tunib/electra-ko-en-base") - Notebooks
- Google Colab
- Kaggle
Upload pytorch_model.bin with git-lfs
Browse files- pytorch_model.bin +3 -0
pytorch_model.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:d30678617c9dbaaade062875bd5d4edcd480870259065ce4c42379dd2420d82b
|
| 3 |
+
size 534069933
|