ke-products / README.md
nyuuzyou's picture
Upload folder using huggingface_hub
7a70d41 verified
metadata
annotations_creators:
  - crowdsourced
language:
  - ru
language_creators:
  - crowdsourced
license:
  - cc0-1.0
multilinguality:
  - monolingual
pretty_name: Kazanexpress products
size_categories:
  - 1M<n<10M
source_datasets:
  - original
task_categories:
  - text-generation
task_ids:
  - language-modeling

Dataset Card for Kazanexpress products

Dataset Summary

This dataset was scraped from product pages on the Russian marketplace Kazanexpress. It includes all information from the product card and metadata from the API. The dataset was collected by processing around 3 million products, starting from the first one. At the time the dataset was collected, it is assumed that these were all the products available on this marketplace. Please note that the data returned by the API was not processed. This means that there is a large amount of extraneous data in the dataset, such as links to images in descriptions and parts of HTML. Additionally, some fields may be empty, but the string is expected to contain some data, empty responses have been sorted.

Languages

The dataset is mostly in Russian, but there may be other languages present.

Dataset Structure

Data Fields

This dataset includes the following fields:

  • id: Identifier for the product (integer)
  • title: Title of the product (string)
  • category: Category of the product (string)
  • parent_category: Parent category of the product (string)
  • grandparent_category: Grandparent category of the product (string)
  • greatgrandparent_category: Great-grandparent category of the product (string)
  • rating: Rating of the product (float)
  • description: Description of the product (string)
  • comments: Comments about the product (array)
  • attributes: Attributes of the product (array)
  • seller: Name of the seller (string)
  • seller_description: Description provided by the seller (string)
  • adultCategory: Whether the product is for adults (boolean)

Data Splits

All examples are in the train split, there is no validation split.

Additional Information

License

This dataset is dedicated to the public domain under the Creative Commons Zero (CC0) license. This means you can:

  • Use it for any purpose, including commercial projects.
  • Modify it however you like.
  • Distribute it without asking permission.

No attribution is required, but it's always appreciated!

CC0 license: https://creativecommons.org/publicdomain/zero/1.0/deed.en

To learn more about CC0, visit the Creative Commons website: https://creativecommons.org/publicdomain/zero/1.0/

Dataset Curators