--- 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: ```python from datasets import load_dataset dataset = load_dataset("powow/swe-data") ```