Spaces:
Sleeping
Sleeping
update to naming
Browse files- mgr_sentences.py +1 -1
mgr_sentences.py
CHANGED
@@ -8,7 +8,7 @@ import huggingface_hub
|
|
8 |
print("hfh", huggingface_hub.__version__)
|
9 |
from huggingface_hub import hf_hub_download, upload_file, delete_file, snapshot_download, list_repo_files, dataset_info
|
10 |
|
11 |
-
DATASET_REPO_ID = "
|
12 |
DATASET_REPO_URL = f"https://huggingface.co/{DATASET_REPO_ID}"
|
13 |
HF_DATA_DIRNAME = "data"
|
14 |
LOCAL_DATA_DIRNAME = "data"
|
|
|
8 |
print("hfh", huggingface_hub.__version__)
|
9 |
from huggingface_hub import hf_hub_download, upload_file, delete_file, snapshot_download, list_repo_files, dataset_info
|
10 |
|
11 |
+
DATASET_REPO_ID = "Anon3365/bias-test-gpt-sentences"
|
12 |
DATASET_REPO_URL = f"https://huggingface.co/{DATASET_REPO_ID}"
|
13 |
HF_DATA_DIRNAME = "data"
|
14 |
LOCAL_DATA_DIRNAME = "data"
|