Update README.md
Browse files
README.md
CHANGED
|
@@ -64,7 +64,7 @@ The following hyperparameters were used during training:
|
|
| 64 |
Use the code below to get started with the model.
|
| 65 |
You can adjust hyperparameters to fit on your data.
|
| 66 |
|
| 67 |
-
```
|
| 68 |
from transformers import PreTrainedTokenizerFast, BartForConditionalGeneration
|
| 69 |
tokenizer = PreTrainedTokenizerFast.from_pretrained("jjae/kobart-hashtag")
|
| 70 |
model = BartForConditionalGeneration.from_pretrained("jjae/kobart-hashtag")
|
|
|
|
| 64 |
Use the code below to get started with the model.
|
| 65 |
You can adjust hyperparameters to fit on your data.
|
| 66 |
|
| 67 |
+
```python
|
| 68 |
from transformers import PreTrainedTokenizerFast, BartForConditionalGeneration
|
| 69 |
tokenizer = PreTrainedTokenizerFast.from_pretrained("jjae/kobart-hashtag")
|
| 70 |
model = BartForConditionalGeneration.from_pretrained("jjae/kobart-hashtag")
|