2026-01-29 19:09:24 +08:00
2026-01-29 19:02:29 +08:00
2026-01-29 19:03:32 +08:00
2026-01-29 19:09:24 +08:00
2026-01-29 19:03:32 +08:00
2026-01-29 19:03:32 +08:00
2026-01-29 19:03:32 +08:00

File Structure

--data_process/
    --process/
        --content_extract.py
        --preprocess.py
        --statistics.py
    --__init__.py
--model/
    --__init__.py
    --modelling.py
--inference.py  # 推理接口
--train.py
--test.py
--statis_main.py
--Qwen3-1.7B/
--best_ckpt.pth

请从HuggingFace官网下载Qwen3-1.7B模型并且文件保存在对应文件夹中。模型参数best_skpt.pth暂时保存在洋葱5090服务器中。

Description
洋葱成交率预测模型
Readme 386 KiB
Languages
Python 100%