File size: 2,393 Bytes
e35dea0 0343b9d c900297 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 |
---
dataset_info:
features:
- name: instruction
dtype: string
- name: input
dtype: string
- name: output
dtype: string
splits:
- name: train
num_bytes: 16878481512
num_examples: 10134076
download_size: 1579045698
dataset_size: 16878481512
configs:
- config_name: default
data_files:
- split: train
path: data/train-*
license: cc-by-sa-4.0
---
SLTPvA
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": ""
} |