20 lines
454 B
Markdown
20 lines
454 B
Markdown
## 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服务器中。 |