CoolFace
Datasetpublic

rdmpage/autotrain-data-bwpages-start-only

AutoTrain Dataset for project: bwpages-start-only Dataset Description This dataset has been automatically processed by AutoTrain for project bwpages-start-only. Languages The BCP-47 code for the dataset's language is unk. Dataset Structure Data Instances A sample from this dataset looks as follows: [ { "image": "<257x426 1 PIL image>", "target": 1 }, { "image": "<269x380 1 PIL image>", "target": 3… See the full description on the dataset page: https://huggingface.co/datasets/rdmpage/autotrain-data-bwpages-start-only.

sourceHugging Faceupdated 3y agoView on Hugging Face
0likes92downloads
Dataset Card

AutoTrain Dataset for project: bwpages-start-only

Dataset Description

This dataset has been automatically processed by AutoTrain for project bwpages-start-only.

Languages

The BCP-47 code for the dataset's language is unk.

Dataset Structure

Data Instances

A sample from this dataset looks as follows:

json
[
  {
    "image": "<257x426 1 PIL image>",
    "target": 1
  },
  {
    "image": "<269x380 1 PIL image>",
    "target": 3
  }
]

Dataset Fields

The dataset has the following fields (also called "features"):

json
{
  "image": "Image(decode=True, id=None)",
  "target": "ClassLabel(names=['blank', 'content', 'end', 'start'], id=None)"
}

Dataset Splits

This dataset is split into a train and validation split. The split sizes are as follow:

Split nameNum samples
train341
valid88