Files
deal-classification/README.md
2026-02-27 12:17:23 +08:00

19 lines
447 B
Markdown

## File Structure
```
--data_process/
--process/
--content_extract.py
--preprocess.py
--statistics.py
--__init__.py
--model/
--__init__.py
--modelling.py
--focal_loss.py
--inference.py # 推理接口
--train.py
--Qwen3-1.7B/
--best_ckpt.pth
```
### 请从HuggingFace官网下载Qwen3-1.7B模型并且文件保存在对应文件夹中。模型参数best_skpt.pth暂时保存在洋葱5090服务器中。