change red me
Browse files
README.md
CHANGED
@@ -11,3 +11,19 @@ license: apache-2.0
|
|
11 |
---
|
12 |
|
13 |
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
11 |
---
|
12 |
|
13 |
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|
14 |
+
|
15 |
+
|
16 |
+
https://github.com/zejunwang1/bert_text_classification/blob/main/README.md
|
17 |
+
|
18 |
+
|
19 |
+
|
20 |
+
python main.py --mode train --data_dir ./data_12345
|
21 |
+
|
22 |
+
|
23 |
+
|
24 |
+
python main.py --mode demo --data_dir ./data_12345
|
25 |
+
|
26 |
+
|
27 |
+
|
28 |
+
预测一些
|
29 |
+
python main.py --mode predict --data_dir ./data_12345
|