# gen_sql_model **Repository Path**: WeirdoZwhy/gen_sql_model ## Basic Information - **Project Name**: gen_sql_model - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-10-22 - **Last Updated**: 2024-10-22 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # NNLM SQL generate model ## 介绍 GRU 模型对 SQUIRREL 生成的测试用例以 token 序列的方式进行训练,构建字典映射,生成 ## 安装,运行 ```bash 下载项目到本地 git clone xxx.git cd repo ## 解压 mydata.zip ### 由于一次上传的文件不能超过 100m,对文件进行压缩 cd Model unzip mydata.zip ## 安装依赖 pip install -r requirements.txt -i https://mirrors.aliyun.com/pypi/simple ## 运行 python3 gen.py ```