Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,8 @@ Furthermore, GraphGen incorporates multi-hop neighborhood sampling to capture co

## 🚀 Quick Start

Experience it on the [OpenXLab Application Center](https://openxlab.org.cn/apps/detail/tpoisonooo/GraphGen)

### Gradio Demo

```bash
Expand Down
2 changes: 1 addition & 1 deletion webui/app.py
Original file line number Diff line number Diff line change
Expand Up @@ -311,7 +311,7 @@ def run_graphgen(*arguments: list, progress=gr.Progress()):
with gr.Row(equal_height=True):
with gr.Column(scale=3):
api_key = gr.Textbox(
label="SiliconCloud Token",
label=_("SiliconCloud Token"),
type="password",
value="",
info="https://cloud.siliconflow.cn/account/ak")
Expand Down
6 changes: 4 additions & 2 deletions webui/translation.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@
"Synthesizer Model Info": "Model for constructing KGs and generating QAs",
"Trainee Model Info": "Model for training",
"Model Config": "Model Configuration",
"Generation Config": "Generation Config"
"Generation Config": "Generation Config",
"SiliconCloud Token": "SiliconCloud API Key"
},
"zh": {
"Title": "✨开箱即用的LLM训练数据生成框架✨",
Expand All @@ -17,6 +18,7 @@
"Synthesizer Model Info": "用于构建知识图谱和生成问答的模型",
"Trainee Model Info": "用于训练的模型",
"Model Config": "模型配置",
"Generation Config": "生成配置"
"Generation Config": "生成配置",
"SiliconCloud Token": "硅基流动 API Key"
}
}
Loading