Datasets:

Modalities:
Image
Text
Formats:
parquet
Languages:
Danish
ArXiv:
DOI:
Libraries:
Datasets
Dask
License:
Danish Foundation Models org
edited Jul 10

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

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.

Danish Foundation Models org

A few minor things:

  1. rename Source with link to Sources, maybe we need some size constraint on the column.
  2. move chart of domain distribution up to the domains table
  3. rename main table to e.g. "Dataset overview" or "Overview table"
  4. 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
  5. 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)
  6. 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)

Danish Foundation Models org

Fixed 1, 2, 3, 4, 5 and 6

KennethEnevoldsen changed pull request status to open
KennethEnevoldsen changed pull request status to merged

Sign up or log in to comment