Datasets:
Tasks:
Text Generation
Formats:
parquet
Sub-tasks:
language-modeling
Languages:
Danish
Size:
1M - 10M
License:
KennethEnevoldsen
commited on
cleanup
Browse files- .gitignore +1 -0
- scripts/load_dataset.py +0 -6
.gitignore
CHANGED
@@ -1,3 +1,4 @@
|
|
1 |
# Python
|
2 |
__pycache__/*
|
3 |
*.pyc
|
|
|
|
1 |
# Python
|
2 |
__pycache__/*
|
3 |
*.pyc
|
4 |
+
tmp.py
|
scripts/load_dataset.py
DELETED
@@ -1,6 +0,0 @@
|
|
1 |
-
from datasets import load_dataset
|
2 |
-
|
3 |
-
name = "../." # "danish-foundation-models/danish-gigaword"
|
4 |
-
ds = load_dataset("../.", split = "train")
|
5 |
-
|
6 |
-
ds
|
|
|
|
|
|
|
|
|
|
|
|
|
|