GraphGen / webui /translation.json
github-actions[bot]
Auto-sync from demo at Thu Aug 28 10:06:44 UTC 2025
ba8b592
raw
history blame
2.92 kB
{
"en": {
"Title": "✨Easy-to-use LLM Training Data Generation Framework✨",
"### [GraphGen](https://github.com/open-sciencelab/GraphGen) ": "### [GraphGen](https://github.com/open-sciencelab/GraphGen) ",
"Intro": "is a framework for synthetic data generation guided by knowledge graphs, designed to tackle challenges for knowledge-intensive QA generation. \n\nBy uploading your text chunks (such as knowledge in agriculture, healthcare, or marine science) and filling in the LLM API key, you can generate the training data required by **[LLaMA-Factory](https://github.com/hiyouga/LLaMA-Factory)** and **[xtuner](https://github.com/InternLM/xtuner)** online. We will automatically delete user information after completion.",
"Use Trainee Model": "Use Trainee Model to identify knowledge blind spots, please keep disable for SiliconCloud",
"Synthesizer URL Info": "Base URL for the Synthesizer Model API, use SiliconFlow as default",
"Synthesizer Model Info": "Model for constructing KGs and generating QAs",
"Trainee URL Info": "Base URL for the Trainee Model API, use SiliconFlow as default",
"Trainee Model Info": "Model for training",
"SiliconFlow Token for Trainee Model": "SiliconFlow API Key for Trainee Model",
"Model Config": "Model Configuration",
"Generation Config": "Generation Config",
"SiliconFlow Token": "SiliconFlow API Key",
"Test Connection": "Test Connection",
"Upload File": "Upload File",
"Example Files": "Example Files",
"Run GraphGen": "Run GraphGen"
},
"zh": {
"Title": "✨开箱即用的LLM训练数据生成框架✨",
"### [GraphGen](https://github.com/open-sciencelab/GraphGen) ": "### [GraphGen](https://github.com/open-sciencelab/GraphGen) ",
"Intro": "是一个基于知识图谱的数据合成框架,旨在知识密集型任务中生成问答。\n\n 上传你的文本块(如农业、医疗、海洋知识),填写 LLM api key,即可在线生成 **[LLaMA-Factory](https://github.com/hiyouga/LLaMA-Factory)**、**[xtuner](https://github.com/InternLM/xtuner)** 所需训练数据。结束后我们将自动删除用户信息。",
"Use Trainee Model": "使用Trainee Model来识别知识盲区,使用硅基流动时请保持禁用",
"Synthesizer URL Info": "调用合成模型API的URL,默认使用硅基流动",
"Synthesizer Model Info": "用于构建知识图谱和生成问答的模型",
"Trainee URL Info": "调用学生模型API的URL,默认使用硅基流动",
"Trainee Model Info": "用于训练的模型",
"SiliconFlow Token for Trainee Model": "SiliconFlow Token for Trainee Model",
"Model Config": "模型配置",
"Generation Config": "生成配置",
"SiliconFlow Token": "SiliconFlow Token",
"Test Connection": "测试接口",
"Upload File": "上传文件",
"Example Files": "示例文件",
"Run GraphGen": "运行GraphGen"
}
}