MaHaWo commited on
Commit
a1ac463
·
verified ·
1 Parent(s): e456a2e

Update README.md

Browse files

rename data files

Files changed (1) hide show
  1. README.md +3 -6
README.md CHANGED
@@ -27,7 +27,7 @@ Data has been created with [`QuantumGrav.jl`](https://github.com/ssciwr/QuantumG
27
  Used to train models for classifying causal sets, or for representation learning on causal sets. Other use cases have not been explored.
28
 
29
  ## Dataset Structure
30
- ## 2048_5k.zip:
31
  - for each type: 5000 causal sets of cardinality 512 to 2048 uniformly sampled
32
  - a zarr v2 store for each type of causal sets
33
  - a .yaml config file for each that defines all parameters used to create the data. This includes data about the git commit and branch used.
@@ -46,15 +46,12 @@ Each group contains the following arrays and attributes:
46
  - relation numbers
47
  - relation dimension
48
  - cardinality histogram (spectrum)
 
49
 
50
  All properties of the dataset have been uniformly sampled. See the `config.yaml` files for details.
51
  Additionally, parallel coordinates plots for the sampled properties are provided.
52
 
53
- ## 2048_5k_augmented.zip:
54
- This is a copy of 2048_5k.zip with additional node-level features:
55
- - maximum forward- and backward path length in the graph represented by the link matrix for each node. These are called `max_pathlen_forward` and `max_pathlen_backward`.
56
-
57
- ## 2048_5k_normaldist.zip:
58
  This is largely the same as 2048_5k.zip, but the properties of the causal sets have been drawn from normal distributions instead of uniform distributions.
59
  **Note:**
60
  - There is no deterministic way to assure (without additional modifications of the sampling code) that the ambiguous types are always within the same range as the non-ambiguous types when drawing from normal distributions.
 
27
  Used to train models for classifying causal sets, or for representation learning on causal sets. Other use cases have not been explored.
28
 
29
  ## Dataset Structure
30
+ ## 2048_5k.tar.gzip2:
31
  - for each type: 5000 causal sets of cardinality 512 to 2048 uniformly sampled
32
  - a zarr v2 store for each type of causal sets
33
  - a .yaml config file for each that defines all parameters used to create the data. This includes data about the git commit and branch used.
 
46
  - relation numbers
47
  - relation dimension
48
  - cardinality histogram (spectrum)
49
+ - maximum forward- and backward path length in the graph represented by the link matrix for each node. These are called `max_pathlen_forward` and `max_pathlen_backward`.
50
 
51
  All properties of the dataset have been uniformly sampled. See the `config.yaml` files for details.
52
  Additionally, parallel coordinates plots for the sampled properties are provided.
53
 
54
+ ## 2048_5k_normaldist.tar.gzip2:
 
 
 
 
55
  This is largely the same as 2048_5k.zip, but the properties of the causal sets have been drawn from normal distributions instead of uniform distributions.
56
  **Note:**
57
  - There is no deterministic way to assure (without additional modifications of the sampling code) that the ambiguous types are always within the same range as the non-ambiguous types when drawing from normal distributions.