Datasets:
Tasks:
Text Generation
Formats:
parquet
Sub-tasks:
language-modeling
Languages:
Danish
Size:
1M - 10M
License:
Add tokens over time (+ rename scrape_hovedstaten)
#73
by
KennethEnevoldsen
- opened
Added
- Add a plot for tokens over time to see how the dataset develops
- Minor documentation improvements in the main readme
Changed
- Rename
scrape_hovedstaden
tohealth_hovedstaden
avoid confusion with its pretty name
Checklist
- I have run the test suite using
make test
and all tests pass - I have added/changed a dataset and have
- I have updated descriptive statistics using
make update-descriptive-statistics
- I have bumped the version use
make bump-version
- I have updated descriptive statistics using
- If I have added a
create.py
script I have added the script dependencies required to run that script. - I have updated the CHANGELOG.md if appropriate
@KennethEnevoldsen I think this looks good, and nice with the new plot.
Is there a reason to save the .html
file as well? Can't see if it is actually used anywhere.
kris927b
changed pull request status to
open
@KennethEnevoldsen it seems as if you have mistakenly overwritten a previous changelog in the CHANGELOG.md file?
Fixed changelog
for the .html it because it contains more information than the static plot (e.g., you can hover over to see the commit messages). The hope is that it can be used for debugging.
KennethEnevoldsen
changed pull request status to
merged