jed351 commited on
Commit
230d3e3
1 Parent(s): 4cb6da6

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +5 -3
README.md CHANGED
@@ -26,11 +26,13 @@ should probably proofread and complete it, then remove this comment. -->
26
  # gpt2-shikoto
27
 
28
  This model was trained on a dataset I obtained from an online novel site.
29
- **Please be aware that the stories might contain inappropriate content**
30
 
31
 
32
- The base model can be found [here](https://huggingface.co/jed351/gpt2-tiny-zh-hk), which was obtained from
33
- patching a [GPT2 Chinese model](https://huggingface.co/ckiplab/gpt2-tiny-chinese) and its tokenizer with Cantonese characters.
 
 
34
 
35
 
36
 
 
26
  # gpt2-shikoto
27
 
28
  This model was trained on a dataset I obtained from an online novel site.
29
+ **Please be aware that the stories (training data) might contain inappropriate content**
30
 
31
 
32
+ The base model can be found [here](https://huggingface.co/jed351/gpt2-tiny-zh-hk), which was obtained by
33
+ patching a [GPT2 Chinese model](https://huggingface.co/ckiplab/gpt2-tiny-chinese) and its tokenizer with Cantonese characters.
34
+ Refer to the base model for info of the patching process.
35
+
36
 
37
 
38