Skip to content

Commit ed5703e

Browse files
change tagspace readme (#191)
Co-authored-by: tangwei12 <[email protected]>
1 parent ec922b4 commit ed5703e

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

models/contentunderstanding/readme.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -205,5 +205,5 @@ batch: 3, acc: [0.90234375], loss: [0.27907994]
205205

206206
| 数据集 | 模型 | loss | acc |
207207
| :------------------: | :--------------------: | :---------: |:---------: |
208-
| ag news dataset | TagSpace | 0.2282 | 0.9179 |
209-
| ChnSentiCorp | Classification | 0.9177 | 0.0199 |
208+
| ag news dataset | TagSpace | 0.0198 | 0.9177 |
209+
| ChnSentiCorp | Classification | 0.2282 | 0.9127 |

models/contentunderstanding/tagspace/readme.md

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

55
```
66
├── data #样例数据
7-
├── train_data
8-
├── small_train.csv #训练数据样例
9-
├── test_data
10-
├── small_test.csv #测试数据样例
11-
├── text2paddle.py #数据处理程序
7+
├── train_data
8+
├── small_train.csv #训练数据样例
9+
├── test_data
10+
├── small_test.csv #测试数据样例
11+
├── text2paddle.py #数据处理程序
1212
├── __init__.py
1313
├── README.md #文档
1414
├── model.py #模型文件

0 commit comments

Comments
 (0)