wikipunk commited on
Commit
698dc13
1 Parent(s): 0ebd954

add notes about storage and multi-core

Browse files
Files changed (1) hide show
  1. README.md +7 -0
README.md CHANGED
@@ -47,6 +47,13 @@ To utilize the YAGO 4.5 (EN) Dataset, users should ensure they have the followin
47
  pip install rdflib
48
  ```
49
 
 
 
 
 
 
 
 
50
  ## Dataset Description
51
  This datasets contains triples filtered from yago-facts.ttl and
52
  yago-beyond-wikipedia.ttl in the YAGO 4.5 dataset. The SPARQL query
 
47
  pip install rdflib
48
  ```
49
 
50
+ ### Hardware
51
+ * Sufficient Storage: The dataset is approximately 36.6 GB, ensure you
52
+ have enough storage space to download and extract the dataset.
53
+ * Multi-core Processor: For efficient data loading and processing, a
54
+ multi-core processor is recommended. The more threads the faster you
55
+ can load the dataset.
56
+
57
  ## Dataset Description
58
  This datasets contains triples filtered from yago-facts.ttl and
59
  yago-beyond-wikipedia.ttl in the YAGO 4.5 dataset. The SPARQL query