Skip to content

Commit d2834cd

Browse files
docs: update favicon
1 parent 5594169 commit d2834cd

File tree

3 files changed

+36
-1
lines changed

3 files changed

+36
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
[English](README.md) | [简体中文](README_zh.md)
44

55
<p align="center">
6-
<img src="resources/images/favicon.png" width="200" height="200" style="border-radius: 50%">
6+
<img src="resources/images/favicon-border.png" width="200" height="200">
77
</p>
88

99
```text

README_zh.md

Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,35 @@
1+
# GraphGen: Enhancing Supervised Fine-Tuning for LLMs with Knowledge-Driven Synthetic Data Generation
2+
3+
[English](README.md) | [简体中文](README_zh.md)
4+
5+
<p align="center">
6+
<img src="resources/images/favicon.png" width="200" height="200" style="border-radius: 50%">
7+
</p>
8+
9+
```text
10+
├── baselines/ # baseline methods
11+
├── cache/ # cache files
12+
│ ├── data/ # generated data
13+
│ ├── logs/ # log files
14+
├── configs/ # configuration files
15+
├── graphgen/ # GraphGen implementation
16+
│ ├── operators/ # operators
17+
│ ├── graphgen.py # main file
18+
├── models/ # base classes
19+
├── resources/ # static files and examples
20+
├── scripts/ # scripts for running experiments
21+
├── templates/ # prompt templates
22+
├── utils/ # utility functions
23+
├── webui/ # web interface
24+
└── README.md
25+
```
26+
27+
## Introduction
28+
29+
GraphGen is a framework for synthetic data generation guided by knowledge graphs.
30+
31+
### Workflow
32+
![workflow](resources/images/flow.png)
33+
34+
### User Interface
35+
![ui](resources/images/interface.jpg)
64.4 KB
Loading

0 commit comments

Comments
 (0)