Anon3365 commited on
Commit
7b66419
·
1 Parent(s): a69047b

Update in naming

Browse files
Files changed (1) hide show
  1. mgr_biases.py +1 -1
mgr_biases.py CHANGED
@@ -10,7 +10,7 @@ import huggingface_hub
10
  print("hfh", huggingface_hub.__version__)
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}"
15
  HF_DATA_DIRNAME = "."
16
 
 
10
  print("hfh", huggingface_hub.__version__)
11
  from huggingface_hub import hf_hub_download, upload_file, delete_file, snapshot_download, list_repo_files, dataset_info
12
 
13
+ DATASET_REPO_ID = "Anon3365/bias-test-gpt-biases"
14
  DATASET_REPO_URL = f"https://huggingface.co/{DATASET_REPO_ID}"
15
  HF_DATA_DIRNAME = "."
16