Skip to content

Commit 60cae8a

Browse files
authored
Merge pull request #190 from yinhaofeng/classification
change readme
2 parents 8c7d113 + 70d0b27 commit 60cae8a

File tree

1 file changed

+6
-6
lines changed
  • models/contentunderstanding/classification

1 file changed

+6
-6
lines changed

models/contentunderstanding/classification/readme.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@
44

55
```
66
├── data #样例数据
7-
├── train
8-
├── train.txt #训练数据样例
9-
├── test
10-
├── test.txt #测试数据样例
11-
├── preprocess.py #数据处理程序
7+
├── train
8+
├── train.txt #训练数据样例
9+
├── test
10+
├── test.txt #测试数据样例
11+
├── preprocess.py #数据处理程序
1212
├── __init__.py
1313
├── README.md #文档
1414
├── model.py #模型文件
@@ -44,7 +44,7 @@ Yoon Kim在论文[EMNLP 2014][Convolutional neural networks for sentence classic
4444

4545
| 模型 | dev | test |
4646
| :------| :------ | :------
47-
| TextCNN | 90.75% | 92.19% |
47+
| TextCNN | 90.75% | 91.27% |
4848

4949

5050
您可以直接执行以下命令下载我们分词完毕后的数据集,文件解压之后,senta_data目录下会存在训练数据(train.tsv)、开发集数据(dev.tsv)、测试集数据(test.tsv)以及对应的词典(word_dict.txt):

0 commit comments

Comments
 (0)