swe-data / README.md
powow's picture
Update README.md
4b2a6b0 verified
metadata
dataset_info:
  features:
    - name: image
      dtype: image
    - name: markdown
      dtype: string
  splits:
    - name: train
      num_bytes: 9747109129.26
      num_examples: 46005
  download_size: 8566937002
  dataset_size: 9747109129.26
configs:
  - config_name: default
    data_files:
      - split: train
        path: data/train-*

Content

Mostly mathematical and Swedish text content, image (PIL image) to text (.mmd syntax) pairs.

Usage

The dataset can be loaded and used in the typical Huggingface manner:

from datasets import load_dataset

dataset = load_dataset("powow/swe-data")