Update README.md

This commit is contained in:
2026-01-29 19:09:24 +08:00
parent 4b70c7d3be
commit ea34a09c8f

20
README.md Normal file
View File

@@ -0,0 +1,20 @@
## 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服务器中。