Update README.md
Browse files
README.md
CHANGED
@@ -8,8 +8,8 @@ language:
|
|
8 |
from transformers import ElectraForPreTraining, ElectraTokenizerFast
|
9 |
import torch
|
10 |
|
11 |
-
discriminator = ElectraForPreTraining.from_pretrained("josu/electra-pt-br-small-
|
12 |
-
tokenizer = ElectraTokenizerFast.from_pretrained("josu/electra-pt-br-small-
|
13 |
|
14 |
sentence = "os passaros estão cantando"
|
15 |
fake_sentence = "os passaros estão falando"
|
|
|
8 |
from transformers import ElectraForPreTraining, ElectraTokenizerFast
|
9 |
import torch
|
10 |
|
11 |
+
discriminator = ElectraForPreTraining.from_pretrained("josu/electra-pt-br-small-discriminator")
|
12 |
+
tokenizer = ElectraTokenizerFast.from_pretrained("josu/electra-pt-br-small-discriminator")
|
13 |
|
14 |
sentence = "os passaros estão cantando"
|
15 |
fake_sentence = "os passaros estão falando"
|