You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-16Lines changed: 2 additions & 16 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -112,22 +112,8 @@ Experience it on the [OpenXLab Application Center](https://g-app-center-000704-6
112
112
113
113
## 🏗️ System Architecture
114
114
115
-
### Directory Structure
116
-
```text
117
-
├── baselines/ # baseline methods
118
-
├── graphgen/ # GraphGen implementation
119
-
│ ├── configs/ # configuration files
120
-
│ ├── models/ # base classes
121
-
│ ├── operators/
122
-
│ ├── templates/ # prompt templates
123
-
│ ├── utils/ # utility functions
124
-
│ ├── graphgen.py # core logic
125
-
│ ├── generate.py # main script
126
-
├── resources/ # static files and examples
127
-
├── scripts/ # scripts for running experiments
128
-
├── webui/ # web interface
129
-
└── README.md
130
-
```
115
+
See [analysis](https://deepwiki.com/open-sciencelab/GraphGen) by deepwiki for a technical overview of the GraphGen system, its architecture, and core functionalities.
0 commit comments