Datasets:
Tasks:
Text Generation
Formats:
parquet
Sub-tasks:
language-modeling
Languages:
Danish
Size:
10M - 100M
ArXiv:
DOI:
License:
Kenneth Enevoldsen
commited on
Updated changelog
Browse files- CHANGELOG.md +4 -3
CHANGELOG.md
CHANGED
@@ -12,12 +12,13 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/).
|
|
12 |
|
13 |
- Average document length now uses tokens instead of characters
|
14 |
- Changes to `*/descriptive_stats.json`:
|
15 |
-
-
|
16 |
- Now include character-level metrics along with minimum and maximum length. Removed average document length as it is computable from existing metrics.
|
17 |
-
- Removed per
|
|
|
18 |
|
19 |
### CI
|
20 |
-
- Fixes bug causing `make update-descriptive-stats` to
|
21 |
|
22 |
## [v1.2.8] - 2025-08-05
|
23 |
|
|
|
12 |
|
13 |
- Average document length now uses tokens instead of characters
|
14 |
- Changes to `*/descriptive_stats.json`:
|
15 |
+
- The object no longer includes revision.
|
16 |
- Now include character-level metrics along with minimum and maximum length. Removed average document length as it is computable from existing metrics.
|
17 |
+
- Removed per-dataset histograms from the main readme. The goal is to avoid loading the entire dataset when updating the readme. This should make it easier for contributors.
|
18 |
+
- Simplifying PR workflow in `contributing.md`
|
19 |
|
20 |
### CI
|
21 |
+
- Fixes bug causing `make update-descriptive-stats` to fail when not having a linear commit history. The script now skips a dataset update based on revision, but only if the `descriptive_stats.json` file does not exist. To ensure that the main readme is always up to date, we change the make command always to update it.
|
22 |
|
23 |
## [v1.2.8] - 2025-08-05
|
24 |
|