phyloforfun commited on
Commit
0343b9d
·
1 Parent(s): e35dea0

Update README.md

Browse files

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": ""
}

Files changed (1) hide show
  1. README.md +2 -1
README.md CHANGED
@@ -18,4 +18,5 @@ configs:
18
  data_files:
19
  - split: train
20
  path: data/train-*
21
- ---
 
 
18
  data_files:
19
  - split: train
20
  path: data/train-*
21
+ license: cc-by-sa-4.0
22
+ ---