Update README.md
Browse files
README.md
CHANGED
|
@@ -4,16 +4,14 @@ license: gpl-3.0
|
|
| 4 |
|
| 5 |
# SemanticGAN Dataset
|
| 6 |
|
| 7 |
-
This repository contains
|
| 8 |
|
| 9 |
## Contents
|
|
|
|
|
|
|
| 10 |
|
| 11 |
-
|
| 12 |
-
|
| 13 |
|
| 14 |
-
##
|
| 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
|
|
|
|
| 4 |
|
| 5 |
# SemanticGAN Dataset
|
| 6 |
|
| 7 |
+
This repository contains processed data used in the SemanticGAN experiments.
|
| 8 |
|
| 9 |
## Contents
|
| 10 |
+
- kg_triples_ids.txt: approximately one million DBLP knowledge graph triples encoded as integer identifiers
|
| 11 |
+
- kg_mappings.json: mapping between numeric identifiers and entity and relation labels
|
| 12 |
|
| 13 |
+
## Notes
|
| 14 |
+
The dataset is provided in processed form and stored separately from the model checkpoints.
|
| 15 |
|
| 16 |
+
## Related resources
|
| 17 |
+
- Model checkpoints: https://huggingface.co/erdemonal/SemanticGAN
|
|
|
|
|
|
|
|
|
|
|
|