hululuzhu commited on
Commit
cb92be5
1 Parent(s): 0770554

Update readme and colab link

Browse files
Files changed (1) hide show
  1. README.md +3 -1
README.md CHANGED
@@ -2,7 +2,9 @@
2
  - 两种模式仿写唐宋古诗
3
  - 无特定风格输入格式 `作诗:您的标题`,比如 `作诗:秋思`
4
  - 无特定风格输入格式 `作诗:您的标题 模仿:唐宋诗人名字`,比如 `作诗:秋思 模仿:李清照`
5
- - 基于[孟子T5](https://github.com/Langboat/Mengzi)
 
 
6
  - 训练代码请参考[我的github链接](https://github.com/hululuzhu/chinese-ai-writing-share)
7
  - 如果想了解一些背景和讨论,可以看我的[slides](https://github.com/hululuzhu/chinese-ai-writing-share/tree/main/slides)
8
 
 
2
  - 两种模式仿写唐宋古诗
3
  - 无特定风格输入格式 `作诗:您的标题`,比如 `作诗:秋思`
4
  - 无特定风格输入格式 `作诗:您的标题 模仿:唐宋诗人名字`,比如 `作诗:秋思 模仿:李清照`
5
+ - 如果你想尝试
6
+ - 如果自己有GPU环境,可以参考我放在huggingface的[示例代码](https://huggingface.co/hululuzhu/chinese-poem-t5-mengzi-finetune#%E8%BF%90%E8%A1%8C%E4%BB%A3%E7%A0%81%E7%A4%BA%E4%BE%8B)
7
+ - 或者使用Google Colab,用这个[简化版colab](https://colab.research.google.com/github/hululuzhu/chinese-ai-writing-share/blob/main/inference/2022_simple_poem_inference_huggingface.ipynb)来玩我的T5写诗模型
8
  - 训练代码请参考[我的github链接](https://github.com/hululuzhu/chinese-ai-writing-share)
9
  - 如果想了解一些背景和讨论,可以看我的[slides](https://github.com/hululuzhu/chinese-ai-writing-share/tree/main/slides)
10