Francisco Castillo commited on
Commit
0cc8a74
1 Parent(s): b94a097
Files changed (2) hide show
  1. dataset_infos.json +1 -0
  2. reviews_with_drift.py +1 -1
dataset_infos.json ADDED
@@ -0,0 +1 @@
 
 
1
+ {".": {"description": "", "citation": "", "homepage": "", "license": "", "features": {"prediction_ts": {"dtype": "float64", "id": null, "_type": "Value"}, "age": {"dtype": "int64", "id": null, "_type": "Value"}, "gender": {"dtype": "string", "id": null, "_type": "Value"}, "context": {"dtype": "string", "id": null, "_type": "Value"}, "text": {"dtype": "string", "id": null, "_type": "Value"}, "label": {"dtype": "int64", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "csv", "config_name": ".", "version": {"version_str": "0.0.0", "description": null, "major": 0, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 13513547, "num_examples": 9916, "dataset_name": "csv"}, "validation": {"name": "validation", "num_bytes": 3373963, "num_examples": 2479, "dataset_name": "csv"}}, "download_checksums": {"/Users/kiko/Documents/Arize/huggingface/datasets/reviews_with_drift/training.csv": {"num_bytes": 13432269, "checksum": "21bd3aba0bd3dfe082de6b59773b227e23d2570b55d3c4801bd206da02d90314"}, "/Users/kiko/Documents/Arize/huggingface/datasets/reviews_with_drift/validation.csv": {"num_bytes": 3353530, "checksum": "c106ae5ce15557781a7bbe818129159e369f7505141a567c2ff73597849f0d64"}}, "download_size": 16785799, "post_processing_size": null, "dataset_size": 16887510, "size_in_bytes": 33673309}}
reviews_with_drift.py CHANGED
@@ -64,7 +64,7 @@ _URLS = {
64
  class NewDataset(datasets.GeneratorBasedBuilder):
65
  """TODO: Short description of my dataset."""
66
 
67
- VERSION = datasets.Version("1.0")
68
 
69
  # This is an example of a dataset with multiple configurations.
70
  # If you don't want/need to define several sub-sets in your dataset,
 
64
  class NewDataset(datasets.GeneratorBasedBuilder):
65
  """TODO: Short description of my dataset."""
66
 
67
+ VERSION = datasets.Version("1.0.0")
68
 
69
  # This is an example of a dataset with multiple configurations.
70
  # If you don't want/need to define several sub-sets in your dataset,