proto-dataset / README.md
dieineb's picture
Update README.md
b4dfdd9 verified
metadata
dataset_info:
  features:
    - name: text
      dtype: string
  splits:
    - name: train
      num_bytes: 383820
      num_examples: 2999
  download_size: 246138
  dataset_size: 383820
configs:
  - config_name: default
    data_files:
      - split: train
        path: data/train-*
license: apache-2.0
task_categories:
  - text-classification
language:
  - en
pretty_name: p

Proto Dataset

Overview

Data obtained via web scraping or from public data repositories (e.g., Kaggle) allowed us to create an initial database comprising 3000 unlabeled samples.

Dataset Details

  • Dataset Name: proto-dataset
  • Language: English
  • Total Size: 2,999

Contents

The dataset consists of a data frame with the following column:

  • text
{
  "text": "when modi promised “minimum government maximum governance” expected him begin the difficult job reforming
the state why does take years get justice state should and not business and should exit psus and temples.",
}

How to use

from datasets import load_dataset

dataset = load_dataset('AiresPucrs/proto-dataset', split='train')

License

This dataset is licensed under the Apache License, version 2.0.