Spaces:
Sleeping
Sleeping
hfh add in mgr biases
Browse files- 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}"
|