Datasets:
Tasks:
Text Generation
Formats:
parquet
Sub-tasks:
language-modeling
Languages:
Danish
Size:
10M - 100M
ArXiv:
DOI:
License:
restructuring-main-table
#75
by
kris927b
- opened
This PR intends to restructure the main table, to allow for a better overview of the datasets.
Idea for the new table structure:
## Overbliv over domæner:
| domæne | kilder | tokens |
| news | [nordjylland-news](link), … | 3B |
...
## Overblik over sprog:
| sprog | kilder | tokens |
| dan | [nordjylland-news](link), … | 3B |
| eng | [nordjylland-news](link), … | 3B |
...
kris927b
changed pull request title from
Restructuring-main-table
to restructuring-main-table
In this PR I have added a generalised method for producing a grouped table on either:
- Domain
- Language
- License (Note this is the 4 "main" licenses, CC-0, CC-BY, Apache, Other)
In the readme I have added a domain table, and a License table.
@KennethEnevoldsen please have a look through and adapt.
A few minor things:
- rename
Source with link
toSources
, maybe we need some size constraint on the column. - move chart of domain distribution up to the domains table
- rename main table to e.g. "Dataset overview" or "Overview table"
- It might be worth restructuring the README a little bit (I could imagine that we might want to move some of the tables up) - however generally
- re licenses: I would put "apache" in other - I think we could also split up the "other" into "Other (Attribution required)" and "Other (No attribution required)", where the last one includes apache 2.0 and anything derived from danish law (the rest required attribution as far as I understand)
- Seems like the changelog is missing an update (which probably requires a minor version bump) (not sure if we need to, but I would like to at least document the changes)
Also, it's always great to have the checklist added (even if some boxes are unchecked) just to see that the steps were considered (e.g. changelog is missing)
Fixed 1, 2, 3, 4, 5 and 6
KennethEnevoldsen
changed pull request status to
open
KennethEnevoldsen
changed pull request status to
merged