Francisco Castillo commited on
Commit
325e2c4
1 Parent(s): ab9a6b8
Files changed (1) hide show
  1. 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/blob/main/"
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",