Update README.md

This commit is contained in:
MING_X 2024-03-07 23:05:30 +08:00 committed by GitHub
parent 2424d2fcf3
commit f90745e386
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,14 +1,12 @@
# QA Generation Pipeline
## 1. 使用方法
检查 `requirements.txt` 中的依赖是否满足。
1. 检查 `requirements.txt` 中的依赖是否满足。
而后,在 `config/config.py` 配置所需的 API KEY`main.py` 启动即可。生成的 QA 对会以 jsonl 的格式存在 `data/generated`
2. 调整代码中 `system_prompt`确保与repo最新版本一致保证生成QA的多样性和稳定性
可以调整 `system_prompt`,增强生成的多样性和稳定性
3. 在 `config/config.py` 配置所需的 API KEY`main.py` 启动即可。生成的 QA 对会以 jsonl 的格式存在 `data/generated`
### 1.1 API KEY 获取方法