RKocielnik commited on
Commit
b5efc2c
·
verified ·
1 Parent(s): 31a95ab

hfh add in mgr biases

Browse files
Files changed (1) hide show
  1. mgr_biases.py +1 -0
mgr_biases.py CHANGED
@@ -9,6 +9,7 @@ import glob
9
  from pathlib import Path
10
  import huggingface_hub
11
  from huggingface_hub import hf_hub_download, upload_file, delete_file, snapshot_download, list_repo_files, dataset_info
 
12
 
13
  DATASET_REPO_ID = "AnimaLab/bias-test-gpt-biases"
14
  DATASET_REPO_URL = f"https://huggingface.co/{DATASET_REPO_ID}"
 
9
  from pathlib import Path
10
  import huggingface_hub
11
  from huggingface_hub import hf_hub_download, upload_file, delete_file, snapshot_download, list_repo_files, dataset_info
12
+ print("hfh", huggingface_hub.__version__)
13
 
14
  DATASET_REPO_ID = "AnimaLab/bias-test-gpt-biases"
15
  DATASET_REPO_URL = f"https://huggingface.co/{DATASET_REPO_ID}"