medium-articles-en / README.md
pszemraj's picture
Update README.md
11bfa49
|
raw
history blame
No virus
982 Bytes
metadata
configs:
  - config_name: default
    data_files:
      - split: train
        path: data/train-*
      - split: validation
        path: data/validation-*
      - split: test
        path: data/test-*
dataset_info:
  features:
    - name: title
      dtype: string
    - name: text
      dtype: string
    - name: url
      dtype: string
    - name: authors
      dtype: string
    - name: timestamp
      dtype: string
    - name: tags
      dtype: string
    - name: token_count
      dtype: int64
  splits:
    - name: train
      num_bytes: 930797692.9172074
      num_examples: 171340
    - name: validation
      num_bytes: 24494962.048346493
      num_examples: 4509
    - name: test
      num_bytes: 24494962.048346493
      num_examples: 4509
  download_size: 615394671
  dataset_size: 979787617.0139004
license: mit
language:
  - en
size_categories:
  - 10K<n<100K
source_datasets: fabiochiu/medium-articles

Dataset Card for "medium-articles-en"

fabiochiu/medium-articles filtered for en only and 100 GPT-4 tiktoken tokens or more.