Transformers
PyTorch
TensorBoard
Safetensors
German
electra
pretraining
german
teams
culturax
gerturax-3
Instructions to use gerturax/gerturax-3 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use gerturax/gerturax-3 with Transformers:
# Load model directly from transformers import AutoTokenizer, AutoModelForPreTraining tokenizer = AutoTokenizer.from_pretrained("gerturax/gerturax-3") model = AutoModelForPreTraining.from_pretrained("gerturax/gerturax-3", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Adding `safetensors` variant of this model (#1)
Browse files- Adding `safetensors` variant of this model (0bf8a806dc91f7ecc6ded6b893f2a1225e90588d)
Co-authored-by: Safetensors convertbot <SFconvertbot@users.noreply.huggingface.co>
- model.safetensors +3 -0
model.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:914544ebd03c1f4cd4da3337e06741cb59e1c33a15eaaf8c261ab5103a500fa0
|
| 3 |
+
size 540800668
|