pere commited on
Commit
fa734fd
1 Parent(s): c807f23

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +15 -0
README.md ADDED
@@ -0,0 +1,15 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ language: [nn]
3
+ ---
4
+
5
+ # Nynorsk Culturax Dataset
6
+
7
+ This dataset is simply a reformatting of uonlp/CulturaX. Some minor formatting errors have been corrected.
8
+
9
+ ## Usage
10
+
11
+ ```python
12
+ from datasets import load_dataset
13
+
14
+ dataset = load_dataset("ScandLM/nynorsk_culturax")
15
+ ```