Skip to content

Commit

Permalink
Signed-off-by: Terry chan <napoler2008@gmail.com>
Browse files Browse the repository at this point in the history
  • Loading branch information
napoler committed Jul 6, 2020
1 parent 3919cd5 commit df3177c
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions docs/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,21 @@ python3 train.py --epochs 1 --device cpu --batch_size 320 --gradient_accumulatio
一行一段


## 测试
尝试使用reformer做知识提取,先看一看效果


#### 示例1

> 原始语句: 《你的嘴》收录于歌手金莎的音乐专辑《星月神话》,由许嵩作词作曲,2010年10月15日首发
> 正确知识: [KG] 你的嘴,所属专辑,星月神话 [/KG] [KG] 你的嘴,作词,许嵩 [/KG] [KG] 你的嘴,作曲,许嵩 [/KG] [KG] 你的嘴,歌手,金莎 [/KG]
> 提取知识:[['你的嘴', '所属专辑', '星月神话'], ['你的嘴', '作曲', '许嵩'], ['你的嘴', '作曲', '许嵩'], ['你的嘴', '歌手', '金莎']]

当然这是其中比较好的,大体还是不错的。


## 感谢

Expand Down

0 comments on commit df3177c

Please sign in to comment.