hyunwoo3235
commited on
Commit
•
1874c1c
1
Parent(s):
f829e83
Update README.md
Browse files
README.md
CHANGED
@@ -15,6 +15,6 @@ OOV을 막기 위해 BBPE를 사용하였으며, HyperCLOVA에서 형태소 분
|
|
15 |
```python
|
16 |
from transformers import AutoTokenizer, T5ForConditionalGeneration
|
17 |
|
18 |
-
tokenizer = AutoTokenizer.from_pretrained('
|
19 |
-
model = T5ForConditionalGeneration.from_pretrained('
|
20 |
```
|
|
|
15 |
```python
|
16 |
from transformers import AutoTokenizer, T5ForConditionalGeneration
|
17 |
|
18 |
+
tokenizer = AutoTokenizer.from_pretrained('team-lucid/t5-v1_1-base-ko')
|
19 |
+
model = T5ForConditionalGeneration.from_pretrained('team-lucid/t5-v1_1-base-ko')
|
20 |
```
|