CoolFace
Datasetpublic

nhull/tripadvisor-split-dataset

New Version Available A newer version of this dataset with improved annotations and additional examples is available here.

sourceHugging Faceupdated 2y agoView on Hugging Face
1likes165downloads
README.md35 linesDownload Raw Back to root
1---2dataset_info:3  features:4  - name: review5    dtype: string6  - name: label7    dtype: float648  - name: __index_level_0__9    dtype: int6410  splits:11  - name: train12    num_bytes: 3127489913    num_examples: 3200014  - name: validation15    num_bytes: 587893116    num_examples: 600017  - name: test18    num_bytes: 194498819    num_examples: 200020  download_size: 2387242221  dataset_size: 3909881822configs:23- config_name: default24  data_files:25  - split: train26    path: data/train.parq*27  - split: validation28    path: data/validation.parq*29  - split: test30    path: data/test.parq*31---32 33## New Version Available34A newer version of this dataset with improved annotations and additional examples is available [here](https://huggingface.co/datasets/nhull/tripadvisor-split-dataset-v2).35