Skip to content

Commit 38a8433

Browse files
committed
modify pic width
1 parent 3cc1b98 commit 38a8433

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,14 +26,14 @@ data文件夹中有三个开源数据集可供使用,玻森数据 (https://bos
2626

2727
使用 `python train.py test` 进行测试,会自动读取model文件夹中最新的模型,输入中文测试即可,测试结果好坏根据模型的准确度而定。
2828

29-
<img src="./test.png"/>
29+
<img src="./test.png" width="70%"/>
3030

3131

3232
使用 `python train.py input_file output_file` 进行文件级实体抽取,会自动读取model文件夹中最新的模型,将`input_file`中的实体抽取出来写入`output_file`中。先是原句,然后是实体类型及实体(可按照需要修改)。
3333

3434
`python train.py test1.txt res.txt` , res.txt内容如下:
3535

36-
<img src="./test2.png"/>
36+
<img src="./test2.png" width="70%"/>
3737

3838

3939

0 commit comments

Comments
 (0)