kinianlo's picture
Update README.md
1dcc449 verified
metadata
dataset_info:
  - config_name: 20220301_en_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: 88585221192
        num_examples: 6458670
    download_size: 3527644902
    dataset_size: 88585221192
  - config_name: 20220301_en_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: 68920385173
        num_examples: 6458670
    download_size: 0
    dataset_size: 68920385173
  - 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:
            sequence: string
    splits:
      - name: train
        num_bytes: 1131814443
        num_examples: 205328
    download_size: 289479815
    dataset_size: 1131814443
  - 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:
            sequence: string
    splits:
      - name: train
        num_bytes: 914640504
        num_examples: 205328
    download_size: 164284823
    dataset_size: 914640504
configs:
  - config_name: 20220301_en_nltk
    data_files:
      - split: train
        path: 20220301_en_nltk/train-*
  - config_name: 20220301_en_nltk_tags_only
    data_files:
      - split: train
        path: 20220301_en_nltk_tags_only/train-*
  - 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-*

POS tagged Wikipedia

This dataset is a POS-tagged version of the wikipedia dataset.

Different versions exist in this dataset:

  1. nltk - these are tagged by the nltk pos tagger
  2. spacy - these are tagged by the en_core_web_sm pos tagger
  3. simple - these are from the simple English Wikipedia