Datasets:
Tasks:
Text Generation
Formats:
parquet
Sub-tasks:
language-modeling
Languages:
Danish
Size:
1M - 10M
License:
add_memo
#42
by
KennethEnevoldsen
- opened
This PR adds Memo from:
https://huggingface.co/datasets/chcaa/memo-canonical-novels
It includes a create.py documenting sample creation and a readme.
Before pushing, I made sure to run the make test
to ensure that the dataset could be loaded and make bump-version.
I also made minor changes to the pyproject.toml, notably moved script-specific dependencies to the script itself (following the new standard for declaring in script dependencies). E.g. can be uses via. UV, though it is a pep standard.
This should make the script more reproducible.
KennethEnevoldsen
changed pull request status to
open
@KennethEnevoldsen Looks good to me.
With the new way of adding dependencies to the individual it might make sense to add a note in the CONTRIBUTING.md
file about it?
Fixed!
KennethEnevoldsen
changed pull request status to
merged