Update README.md
Browse files
README.md
CHANGED
|
@@ -1,3 +1,19 @@
|
|
| 1 |
-
---
|
| 2 |
-
license: gpl-3.0
|
| 3 |
-
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: gpl-3.0
|
| 3 |
+
---
|
| 4 |
+
|
| 5 |
+
# SemanticGAN Dataset
|
| 6 |
+
|
| 7 |
+
This repository contains the processed data for the SemanticGAN project. It is used as a data source for the training pipeline.
|
| 8 |
+
|
| 9 |
+
## Contents
|
| 10 |
+
|
| 11 |
+
- The file `kg_triples_ids.txt` consists of approximately one million DBLP knowledge graph triples encoded as integer identifiers.
|
| 12 |
+
- The file `kg_mappings.json` stores the mapping between numeric identifiers and the corresponding entity and relation labels.
|
| 13 |
+
|
| 14 |
+
## Purpose
|
| 15 |
+
|
| 16 |
+
The data is separated from the model repository to keep the model weights and training data organized. The GitHub Actions pipeline in the main repository pulls these files automatically during training.
|
| 17 |
+
|
| 18 |
+
The model checkpoints and project description can be found at:
|
| 19 |
+
https://huggingface.co/erdemonal/SemanticGAN
|