Commit ·
71ae00f
1
Parent(s): 8ed10ee
Update README.md
Browse files
README.md
CHANGED
|
@@ -84,6 +84,10 @@ print(y_out)
|
|
| 84 |
|
| 85 |
For training and inference
|
| 86 |
|
|
|
|
|
|
|
|
|
|
|
|
|
| 87 |
|
| 88 |
```python
|
| 89 |
# -*- coding: utf-8 -*-
|
|
|
|
| 84 |
|
| 85 |
For training and inference
|
| 86 |
|
| 87 |
+
```
|
| 88 |
+
python BERT_CNN.py --train train_0.4.tsv --epochs 5
|
| 89 |
+
```
|
| 90 |
+
|
| 91 |
|
| 92 |
```python
|
| 93 |
# -*- coding: utf-8 -*-
|