CoolFace
Datasetpublic

sentence-transformers/amazon-reviews

Dataset Card for Amazon Reviews 2018 This dataset is a collection of title-review pairs collected from Amazon, as collected in Ni et al.. See Amazon Reviews 2018 for additional information. This dataset can be used directly with Sentence Transformers to train embedding models. Dataset Subsets pair subset Columns: "title", "review" Column types: str, str Examples:{ 'title': "It doesn't fit my machine. I can't seem to ...", 'review': "It doesn't… See the full description on the dataset page: https://huggingface.co/datasets/sentence-transformers/amazon-reviews.

sourceHugging Faceupdated 2y agoView on Hugging Face
0likes927downloads
Dataset Card

Dataset Card for Amazon Reviews 2018

This dataset is a collection of title-review pairs collected from Amazon, as collected in Ni et al.. See Amazon Reviews 2018 for additional information. This dataset can be used directly with Sentence Transformers to train embedding models.

Dataset Subsets

pair subset

  • Columns: "title", "review"
  • Column types: str, str
  • Examples:
python
    {
      'title': "It doesn't fit my machine. I can't seem to ...",
      'review': "It doesn't fit my machine. I can't seem to find the part for the Mr. Coffee Tea maker I have.",
    }