We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3cc1b98 commit 38a8433Copy full SHA for 38a8433
README.md
@@ -26,14 +26,14 @@ data文件夹中有三个开源数据集可供使用,玻森数据 (https://bos
26
27
使用 `python train.py test` 进行测试,会自动读取model文件夹中最新的模型,输入中文测试即可,测试结果好坏根据模型的准确度而定。
28
29
-<img src="./test.png"/>
+<img src="./test.png" width="70%"/>
30
31
32
使用 `python train.py input_file output_file` 进行文件级实体抽取,会自动读取model文件夹中最新的模型,将`input_file`中的实体抽取出来写入`output_file`中。先是原句,然后是实体类型及实体(可按照需要修改)。
33
34
如 `python train.py test1.txt res.txt` , res.txt内容如下:
35
36
-<img src="./test2.png"/>
+<img src="./test2.png" width="70%"/>
37
38
39
0 commit comments