Skip to content

Commit 810bff4

Browse files
committed
update read me
1 parent b5839fd commit 810bff4

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,14 +17,17 @@ GPLinker_pytorch
1717
- transformers>=4.16.2
1818
- accelerate==0.5.1
1919
- chinesebert==0.2.1
20+
2021
安装依赖requirements.txt
2122
```bash
2223
pip install -r requirements.txt
2324
```
2425
# 准备数据
2526
http://ai.baidu.com/broad/download?dataset=sked 下载数据。
27+
2628
`train_data.json``dev_data.json`压缩成`spo.zip`文件,并且放入`data`文件夹。
27-
当前`data/spo.zip`文件是本人提供精简后的数据集,其中`train_data.json`只有1000条数据,`dev_data.json`只有100条数据。
29+
30+
当前`data/spo.zip`文件是本人提供精简后的数据集,其中`train_data.json`只有2000条数据,`dev_data.json`只有200条数据。
2831

2932
# 运行
3033
```bash

0 commit comments

Comments
 (0)