Skip to content

Commit be31b8a

Browse files
committed
Update README.md
1 parent 2751080 commit be31b8a

1 file changed

Lines changed: 27 additions & 1 deletion

File tree

‎README.md‎

Lines changed: 27 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,36 @@ The main objective of the project is to solve the multi-label text classificatio
99
## Requirements
1010

1111
- Python 3.6
12-
- Tensorflow 1.1 +
12+
- Tensorflow 1.4 +
1313
- Numpy
1414
- Gensim
1515

16+
## Project
17+
18+
The project structure is below:
19+
20+
```text
21+
.
22+
├── Model
23+
│   ├── test_model.py
24+
│   ├── text_model.py
25+
│   └── train_model.py
26+
├── data
27+
│   ├── word2vec_100.model [Need Download]
28+
│   ├── Test_sample.json
29+
│   ├── Train_sample.json
30+
│   └── Validation_sample.json
31+
└── utils
32+
│   ├── checkmate.py
33+
│   ├── data_helpers.py
34+
│   └── param_parser.py
35+
├── LICENSE
36+
├── README.md
37+
└── requirements.txt
38+
```
39+
40+
41+
1642
## Innovation
1743

1844
### Data part

0 commit comments

Comments
 (0)