Y1OV commited on
Commit
1fefcbb
1 Parent(s): 9738f25

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +8 -0
README.md CHANGED
@@ -91,6 +91,14 @@ This benchmark highlights the need for further research into the reliability of
91
  - provac_score: A numerical value indicating the difficulty or importance of the task.
92
 
93
 
 
 
 
 
 
 
 
 
94
 
95
  ## Licensing Information
96
 
 
91
  - provac_score: A numerical value indicating the difficulty or importance of the task.
92
 
93
 
94
+ ## How to Download
95
+
96
+ ```
97
+ from huggingface_hub import hf_hub_download
98
+
99
+ dataset = hf_hub_download(repo_id="RANEPA-ai/SLAVA-OpenData-2800-v1", filename="open_questions_data.json", repo_type="dataset")
100
+ filename="open_questions_data.json", repo_type="dataset")
101
+ ```
102
 
103
  ## Licensing Information
104