diff --git a/REDEME.md b/REDEME.md new file mode 100644 index 0000000..96da4c4 --- /dev/null +++ b/REDEME.md @@ -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服务器中。 \ No newline at end of file