Update README.md
Browse files
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]
|
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 |
+
```
|
|
|
|