File size: 602 Bytes
c557657
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
4b2a6b0
4f1342b
 
32b3df5
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
---
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")
```