Instructions to use google/electra-large-discriminator with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use google/electra-large-discriminator with Transformers:
# Load model directly from transformers import AutoTokenizer, AutoModelForPreTraining tokenizer = AutoTokenizer.from_pretrained("google/electra-large-discriminator") model = AutoModelForPreTraining.from_pretrained("google/electra-large-discriminator", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Update tf_model.h5
Browse files- tf_model.h5 +3 -0
tf_model.h5
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:a303fd0355dc782062d079c4cd2e6002c3b8b829f9e8c18b74eb1c628bc76c8a
|
| 3 |
+
size 1341085108
|