Update README.md
Browse filesSLTPvA
Dataset:
- Alpaca format
- All MICH Angiospermae entries as of 28-11-2023 (v1-0)
Synthetic OCR:
- C25 25% of cells will be randomly ALL CAPS
- L25 25% of cells will be randomly all lowercase
- E25 25% of all rows will be subjected to synthetic OCR augmentation
- R05 5% chance that a given character in an OCR augmentation row will undergo substitution, deletion, insertion errors
- Synthetic OCR augmentation rows also have random strings inserted sporadically to simulate OCR noise
System message:
Refactor the unstructured text into a valid JSON dictionary. The key names follow the Darwin Core Archive Standard. If a key lacks content, then insert an empty string. Fill in the following JSON structure as required: {\"catalogNumber\": \"\", \"order\": \"\", \"family\": \"\", \"scientificName\": \"\", \"scientificNameAuthorship\": \"\", \"genus\": \"\", \"subgenus\": \"\", \"specificEpithet\": \"\", \"verbatimTaxonRank\": \"\", \"infraspecificEpithet\": \"\", \"identifiedBy\": \"\", \"recordedBy\": \"\", \"recordNumber\": \"\", \"verbatimEventDate\": \"\", \"habitat\": \"\", \"occurrenceRemarks\": \"\", \"associatedTaxa\": \"\", \"country\": \"\", \"stateProvince\": \"\", \"county\": \"\", \"municipality\": \"\", \"locality\": \"\", \"decimalLatitude\": \"\", \"decimalLongitude\": \"\", \"verbatimCoordinates\": \"\", \"minimumElevationInMeters\": \"\", \"maximumElevationInMeters\": \"\"}
JSON format:
{
"catalogNumber": "",
"order": "",
"family": "",
"scientificName": "",
"scientificNameAuthorship": "",
"genus": "",
"subgenus": "",
"specificEpithet": "",
"verbatimTaxonRank": "",
"infraspecificEpithet": "",
"identifiedBy": "",
"recordedBy": "",
"recordNumber": "",
"verbatimEventDate": "",
"habitat": "",
"occurrenceRemarks": "",
"associatedTaxa": "",
"country": "",
"stateProvince": "",
"county": "",
"municipality": "",
"locality": "",
"decimalLatitude": "",
"decimalLongitude": "",
"verbatimCoordinates": "",
"minimumElevationInMeters": "",
"maximumElevationInMeters": ""
}