wikipunk commited on
Commit
0ebd954
·
1 Parent(s): 6496596

add requirements to readme

Browse files
Files changed (1) hide show
  1. README.md +11 -0
README.md CHANGED
@@ -36,6 +36,17 @@ viewer: false
36
 
37
  # YAGO 4.5 Dataset (English subset for LLM fine-tuning)
38
 
 
 
 
 
 
 
 
 
 
 
 
39
  ## Dataset Description
40
  This datasets contains triples filtered from yago-facts.ttl and
41
  yago-beyond-wikipedia.ttl in the YAGO 4.5 dataset. The SPARQL query
 
36
 
37
  # YAGO 4.5 Dataset (English subset for LLM fine-tuning)
38
 
39
+ To utilize the YAGO 4.5 (EN) Dataset, users should ensure they have the following prerequisites installed:
40
+
41
+ ### Software
42
+ - Python (Tested with 3.10)
43
+ - [Hugging Face Datasets
44
+ Library](https://huggingface.co/docs/datasets/): Required for loading and processing the dataset.
45
+ ```sh
46
+ pip install datasets
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