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.
2 parents 2bc3802 + 60cae8a commit 9eb1457Copy full SHA for 9eb1457
models/contentunderstanding/classification/readme.md
@@ -4,11 +4,11 @@
4
5
```
6
├── data #样例数据
7
- ├── train
8
- ├── train.txt #训练数据样例
9
- ├── test
10
- ├── test.txt #测试数据样例
11
- ├── preprocess.py #数据处理程序
+ ├── train
+ ├── train.txt #训练数据样例
+ ├── test
+ ├── test.txt #测试数据样例
+ ├── preprocess.py #数据处理程序
12
├── __init__.py
13
├── README.md #文档
14
├── model.py #模型文件
@@ -44,7 +44,7 @@ Yoon Kim在论文[EMNLP 2014][Convolutional neural networks for sentence classic
44
45
| 模型 | dev | test |
46
| :------| :------ | :------
47
-| TextCNN | 90.75% | 92.19% |
+| TextCNN | 90.75% | 91.27% |
48
49
50
您可以直接执行以下命令下载我们分词完毕后的数据集,文件解压之后,senta_data目录下会存在训练数据(train.tsv)、开发集数据(dev.tsv)、测试集数据(test.tsv)以及对应的词典(word_dict.txt):
0 commit comments