Datasets:

Modalities:
Text
Formats:
parquet
Languages:
Danish
Libraries:
Datasets
Dask
pere commited on
Commit
ef00add
·
verified ·
1 Parent(s): 74f2c75

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: [da]
3
+ ---
4
+
5
+ # Danish 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/danish_culturax")
15
+ ```