Datasets:

Modalities:
Image
Text
Formats:
parquet
Languages:
Danish
ArXiv:
DOI:
Libraries:
Datasets
Dask
License:

What is data instances

#90
by andreasen87 - opened

Hi,

This is probably a pretty dumb question, so please have me excused, but it is also a sincere question. In the readme, you have a section on data instances, and I do not understand, what do you mean by a "data instance"? The example provided:

{
  "carat": 0.22,
  "depth": 65.1,
  "table": 61.0,
  "price": 337,
  "x": 3.87,
  "y": 3.78,
  "z": 2.49,
  "cut": "Fair",
  "color": "E",
  "clarity": "VS2"
}

befuddles me. I don't see anything like it in the data studio, nor in the subsets of the dataset.

How is a data instance conceptually different from just the collection of data fields described below the desciption of the instances? And what does the entries in the instance signify?

Danish Foundation Models org

Hi @andreasen87

Thanks for opening this question. I see why this is confusing.
The data instance should not look like that, it should indeed be similar to the data fields presented just below.

It should look like:

{
  "id": "adl_aakjaer06val",
  "text": "SAMLEDE VÆRKER\n\nJEPPE AAKJÆR GYLDENDALSKE BOGHANDEL - NORDISK FORLAG KJØBENHAVN OG\nKRISTIANIA 1919 0[...]",
  "source": "adl",
  "added": "2020-09-14",
  "created": "1700-01-01, 2022-01-01",
  "token_count": 439908
}

@KennethEnevoldsen it seems something went wrong last time you updated the main readme?

Danish Foundation Models org

Did a manual fix, but will also go through and find the source of the problem - thanks or letting us know @andreasen87

Danish Foundation Models org
KennethEnevoldsen changed discussion status to closed

Sign up or log in to comment