jjae commited on
Commit
c05d8d2
·
verified ·
1 Parent(s): 8c3f491

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
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")