KomeijiForce
commited on
Commit
·
9eba5d2
1
Parent(s):
1c2ce1e
Update README.md
Browse files
README.md
CHANGED
@@ -19,7 +19,7 @@ An example implementation for translation:
|
|
19 |
```python
|
20 |
from transformers import T5Tokenizer, T5ForConditionalGeneration
|
21 |
|
22 |
-
path = "
|
23 |
tokenizer = T5Tokenizer.from_pretrained(path)
|
24 |
generator = T5ForConditionalGeneration.from_pretrained(path)
|
25 |
|
|
|
19 |
```python
|
20 |
from transformers import T5Tokenizer, T5ForConditionalGeneration
|
21 |
|
22 |
+
path = "KomeijiForce/t5-base-emojilm"
|
23 |
tokenizer = T5Tokenizer.from_pretrained(path)
|
24 |
generator = T5ForConditionalGeneration.from_pretrained(path)
|
25 |
|