Update README.md
Browse files
README.md
CHANGED
@@ -44,8 +44,8 @@ For a detailed description and experimental results, please refer the paper [ELE
|
|
44 |
from transformers import ElectraForPreTraining, ElectraTokenizerFast
|
45 |
import torch
|
46 |
|
47 |
-
discriminator = ElectraForPreTraining.from_pretrained("/
|
48 |
-
tokenizer = ElectraTokenizerFast.from_pretrained("/
|
49 |
|
50 |
sentence = "El r谩pido zorro marr贸n salta sobre el perro perezoso"
|
51 |
fake_sentence = "El r谩pido zorro marr贸n amar sobre el perro perezoso"
|
|
|
44 |
from transformers import ElectraForPreTraining, ElectraTokenizerFast
|
45 |
import torch
|
46 |
|
47 |
+
discriminator = ElectraForPreTraining.from_pretrained("mrm8488/electricidad-base-discriminator")
|
48 |
+
tokenizer = ElectraTokenizerFast.from_pretrained("mrm8488/electricidad-base-discriminator")
|
49 |
|
50 |
sentence = "El r谩pido zorro marr贸n salta sobre el perro perezoso"
|
51 |
fake_sentence = "El r谩pido zorro marr贸n amar sobre el perro perezoso"
|