uer commited on
Commit
01a2a7e
1 Parent(s): 2762be9

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -4
README.md CHANGED
@@ -12,7 +12,7 @@ widget:
12
 
13
  ## Model description
14
 
15
- The model is used to generate Chinese ancient poems. You can download the model either from the [GPT2-Chinese Github page](https://github.com/Morizeyao/GPT2-Chinese), or via HuggingFace from the link [gpt2-chinese-poem][poem].
16
 
17
  Since the parameter skip_special_tokens is used in the pipelines.py, special tokens such as [SEP], [UNK] will be deleted, the output results of Hosted inference API (right) may not be properly displayed.
18
 
@@ -90,6 +90,4 @@ python3 scripts/convert_gpt2_from_uer_to_huggingface.py --input_model_path poem_
90
  pages={241},
91
  year={2019}
92
  }
93
- ```
94
-
95
- [poem]: https://huggingface.co/uer/gpt2-chinese-poem
 
12
 
13
  ## Model description
14
 
15
+ The model is used to generate Chinese ancient poems. You can download the model either from the [GPT2-Chinese Github page](https://github.com/Morizeyao/GPT2-Chinese), or via HuggingFace from the link [gpt2-chinese-poem](https://huggingface.co/uer/gpt2-chinese-poem]).
16
 
17
  Since the parameter skip_special_tokens is used in the pipelines.py, special tokens such as [SEP], [UNK] will be deleted, the output results of Hosted inference API (right) may not be properly displayed.
18
 
 
90
  pages={241},
91
  year={2019}
92
  }
93
+ ```