Datasets:
Tasks:
Text Generation
Modalities:
Text
Formats:
parquet
Sub-tasks:
language-modeling
Languages:
Danish
Size:
100K - 1M
License:
KennethEnevoldsen
commited on
Commit
•
58f26ac
1
Parent(s):
69db905
spelling
Browse files- .gitignore +6 -1
- README.md +2 -2
.gitignore
CHANGED
@@ -1,4 +1,9 @@
|
|
1 |
# Python
|
2 |
__pycache__/*
|
3 |
*.pyc
|
4 |
-
|
|
|
|
|
|
|
|
|
|
|
|
1 |
# Python
|
2 |
__pycache__/*
|
3 |
*.pyc
|
4 |
+
|
5 |
+
# cSpell
|
6 |
+
cspell.json
|
7 |
+
|
8 |
+
# tmp files
|
9 |
+
tmp.py
|
README.md
CHANGED
@@ -178,12 +178,12 @@ An entry in the dataset consists of the following fields:
|
|
178 |
|
179 |
- `text`(`str`): The content of the document.
|
180 |
- `source` (`str`): The source of the document (see [Source Data](#source-data)).
|
181 |
-
- `id` (`str`): An unique
|
182 |
- `added` (`str`): An date for when the document was added to this collection.
|
183 |
- `created` (`str`): An date range for when the document was originally created.
|
184 |
- `metadata/license` (`str`): The license of the document. The licenses vary according to the source.
|
185 |
- `metadata/domain` (`str`): The domain of the source
|
186 |
-
- `metadata/source-pretty` (`str`): The
|
187 |
|
188 |
|
189 |
### Data Splits
|
|
|
178 |
|
179 |
- `text`(`str`): The content of the document.
|
180 |
- `source` (`str`): The source of the document (see [Source Data](#source-data)).
|
181 |
+
- `id` (`str`): An unique identifier for each document.
|
182 |
- `added` (`str`): An date for when the document was added to this collection.
|
183 |
- `created` (`str`): An date range for when the document was originally created.
|
184 |
- `metadata/license` (`str`): The license of the document. The licenses vary according to the source.
|
185 |
- `metadata/domain` (`str`): The domain of the source
|
186 |
+
- `metadata/source-pretty` (`str`): The long form version of the short-form source name
|
187 |
|
188 |
|
189 |
### Data Splits
|