erdemonal commited on
Commit
3d1556e
·
verified ·
1 Parent(s): 3b7c675

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +7 -9
README.md CHANGED
@@ -4,16 +4,14 @@ license: gpl-3.0
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
 
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