File size: 509 Bytes
f62480b 6f92f9c f62480b b5e256c |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 |
---
title: Dusense 12345
emoji: 🏢
colorFrom: red
colorTo: purple
sdk: gradio
sdk_version: 4.37.2
app_file: app.py
pinned: false
license: apache-2.0
---
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
https://github.com/zejunwang1/bert_text_classification/blob/main/README.md
python main.py --mode train --data_dir ./data_12345
python main.py --mode demo --data_dir ./data_12345
预测一些
python main.py --mode predict --data_dir ./data_12345
|