Update README.md
Browse files
README.md
CHANGED
|
@@ -2,3 +2,11 @@
|
|
| 2 |
Dataset used to train powow/nougat-swe.
|
| 3 |
|
| 4 |
Mostly mathematical and Swedish text content, image (PIL image) to text (.mmd syntax) pairs.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 2 |
Dataset used to train powow/nougat-swe.
|
| 3 |
|
| 4 |
Mostly mathematical and Swedish text content, image (PIL image) to text (.mmd syntax) pairs.
|
| 5 |
+
|
| 6 |
+
# Usage
|
| 7 |
+
The dataset can be loaded and used in the typical Huggingface manner:
|
| 8 |
+
```python
|
| 9 |
+
from datasets import load_dataset
|
| 10 |
+
|
| 11 |
+
dataset = load_dataset("powow/swe-data")
|
| 12 |
+
```
|