Add tokens over time (+ rename scrape_hovedstaten)

#73
Danish Foundation Models org
edited 24 days ago

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 to health_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
  • 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
Danish Foundation Models org

@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
Danish Foundation Models org

@KennethEnevoldsen it seems as if you have mistakenly overwritten a previous changelog in the CHANGELOG.md file?

Danish Foundation Models org

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

Sign up or log in to comment