powow commited on
Commit
32b3df5
·
verified ·
1 Parent(s): 0179d65

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +8 -0
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
+ ```