TakayoshiMakabe commited on
Commit
76f1b5d
1 Parent(s): 85ba499

[Add] about sentencepiece

Browse files
Files changed (1) hide show
  1. README.md +5 -0
README.md CHANGED
@@ -21,6 +21,11 @@ widget:
21
  This repository provides a large sized Japanese GPT-2 model. The model was trained by [ABEJA, Inc](https://abejainc.com/en/)
22
 
23
  # How to use
 
 
 
 
 
24
 
25
  When using pipeline for text generation.
26
 
 
21
  This repository provides a large sized Japanese GPT-2 model. The model was trained by [ABEJA, Inc](https://abejainc.com/en/)
22
 
23
  # How to use
24
+ First, install sentencepiece. We have confirmed behavior with the latest version August 2022. (Skip if not necessary.)
25
+
26
+ ``` shell
27
+ pip install sentencepiece
28
+ ```
29
 
30
  When using pipeline for text generation.
31