kinianlo's picture
Upload README.md with huggingface_hub
b82090c
|
raw
history blame
2.12 kB
metadata
dataset_info:
  - config_name: 20220301_simple_nltk
    features:
      - name: id
        dtype: string
      - name: url
        dtype: string
      - name: title
        dtype: string
      - name: text
        dtype: string
      - name: pos_tags
        sequence:
          sequence:
            sequence: string
    splits:
      - name: train
        num_bytes: 1000903680
        num_examples: 205328
    download_size: 286763992
    dataset_size: 1000903680
  - config_name: 20220301_simple_nltk_tags_only
    features:
      - name: id
        dtype: string
      - name: url
        dtype: string
      - name: title
        dtype: string
      - name: pos_tags
        sequence:
          sequence:
            sequence: string
    splits:
      - name: train
        num_bytes: 783729741
        num_examples: 205328
    download_size: 161414334
    dataset_size: 783729741
  - config_name: 20220301_simple_spacy
    features:
      - name: id
        dtype: string
      - name: url
        dtype: string
      - name: title
        dtype: string
      - name: text
        dtype: string
      - name: pos_tags
        sequence:
          sequence: string
    splits:
      - name: train
        num_bytes: 1123627235
        num_examples: 205328
    download_size: 285752388
    dataset_size: 1123627235
  - config_name: 20220301_simple_spacy_tags_only
    features:
      - name: id
        dtype: string
      - name: url
        dtype: string
      - name: title
        dtype: string
      - name: pos_tags
        sequence:
          sequence: string
    splits:
      - name: train
        num_bytes: 906453296
        num_examples: 205328
    download_size: 160555505
    dataset_size: 906453296
configs:
  - config_name: 20220301_simple_nltk
    data_files:
      - split: train
        path: 20220301_simple_nltk/train-*
  - config_name: 20220301_simple_nltk_tags_only
    data_files:
      - split: train
        path: 20220301_simple_nltk_tags_only/train-*
  - config_name: 20220301_simple_spacy
    data_files:
      - split: train
        path: 20220301_simple_spacy/train-*
  - config_name: 20220301_simple_spacy_tags_only
    data_files:
      - split: train
        path: 20220301_simple_spacy_tags_only/train-*

Dataset Card for "wikipedia_pos_tagged"

More Information needed