Spaces:
Sleeping
Sleeping
feat: new dataset Hugging face
Browse files
call_models/entry_and_hotdog.py
CHANGED
@@ -28,7 +28,7 @@ os.environ["PROTOCOL_BUFFERS_PYTHON_IMPLEMENTATION"] = "python"
|
|
28 |
#classifier_revision = '0f9c15e2db4d64e7f622ade518854b488d8d35e6'
|
29 |
classifier_revision = 'main' # default/latest version
|
30 |
# and the dataset of observations (hf dataset in our space)
|
31 |
-
dataset_id = "Saving-Willy/
|
32 |
data_files = "data/train-00000-of-00001.parquet"
|
33 |
|
34 |
USE_BASIC_MAP = False
|
|
|
28 |
#classifier_revision = '0f9c15e2db4d64e7f622ade518854b488d8d35e6'
|
29 |
classifier_revision = 'main' # default/latest version
|
30 |
# and the dataset of observations (hf dataset in our space)
|
31 |
+
dataset_id = "Saving-Willy/temp_dataset"
|
32 |
data_files = "data/train-00000-of-00001.parquet"
|
33 |
|
34 |
USE_BASIC_MAP = False
|