Spaces:
Sleeping
Sleeping
rem hfh mgr sentences
Browse files- mgr_sentences.py +0 -1
mgr_sentences.py
CHANGED
@@ -6,7 +6,6 @@ import numpy as np
|
|
6 |
import glob
|
7 |
from pathlib import Path
|
8 |
import huggingface_hub
|
9 |
-
print("hfh", huggingface_hub.__version__)
|
10 |
from huggingface_hub import hf_hub_download, upload_file, delete_file, snapshot_download, list_repo_files, dataset_info
|
11 |
|
12 |
DATASET_REPO_ID = "AnimaLab/bias-test-gpt-sentences"
|
|
|
6 |
import glob
|
7 |
from pathlib import Path
|
8 |
import huggingface_hub
|
|
|
9 |
from huggingface_hub import hf_hub_download, upload_file, delete_file, snapshot_download, list_repo_files, dataset_info
|
10 |
|
11 |
DATASET_REPO_ID = "AnimaLab/bias-test-gpt-sentences"
|