ktongue commited on
Commit
163f118
·
verified ·
1 Parent(s): f01293d

Upload hf_env/lib/python3.14/site-packages/datasets/utils/hub.py with huggingface_hub

Browse files
hf_env/lib/python3.14/site-packages/datasets/utils/hub.py ADDED
@@ -0,0 +1,6 @@
 
 
 
 
 
 
 
1
+ from functools import partial
2
+
3
+ from huggingface_hub import hf_hub_url
4
+
5
+
6
+ hf_dataset_url = partial(hf_hub_url, repo_type="dataset")