Datasets:
Tasks:
Text Classification
Formats:
csv
Sub-tasks:
sentiment-classification
Languages:
English
Size:
10K - 100K
License:
Francisco Castillo
commited on
Commit
·
325e2c4
1
Parent(s):
ab9a6b8
wip
Browse files- reviews_with_drift.py +1 -1
reviews_with_drift.py
CHANGED
@@ -52,7 +52,7 @@ _LICENSE = ""
|
|
52 |
# TODO: Add link to the official dataset URLs here
|
53 |
# The HuggingFace Datasets library doesn't host the datasets but only points to the original files.
|
54 |
# This can be an arbitrary nested dict/list of URLs (see below in `_split_generators` method)
|
55 |
-
_URL = "https://huggingface.co/datasets/arize-ai/reviews_with_drift/
|
56 |
_URLS = {
|
57 |
"training": _URL + "training.csv",
|
58 |
"validation": _URL + "validation.csv",
|
|
|
52 |
# TODO: Add link to the official dataset URLs here
|
53 |
# The HuggingFace Datasets library doesn't host the datasets but only points to the original files.
|
54 |
# This can be an arbitrary nested dict/list of URLs (see below in `_split_generators` method)
|
55 |
+
_URL = "https://huggingface.co/datasets/arize-ai/reviews_with_drift/resolve/main/"
|
56 |
_URLS = {
|
57 |
"training": _URL + "training.csv",
|
58 |
"validation": _URL + "validation.csv",
|