Commit
·
16089f5
1
Parent(s):
25b93c2
Create README.md
Browse files
README.md
ADDED
@@ -0,0 +1,9 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
This is artificial Faroese OCR training data created by collection real OCR errors and inserting them into 38 million tokens of non-OCRed text.
|
2 |
+
|
3 |
+
The parallel data is set up as a TSV file with the first column (fo_err) is the text with OCR errors, while the second column (fo_corr) is without OCR errors.
|
4 |
+
|
5 |
+
This dataset was created by using scripts from https://github.com/atlijas/ocr-post-processing.
|
6 |
+
|
7 |
+
Two ByT5 models have been fine-tuned with the data: https://huggingface.co/svanhvit/byt5-ocr-post-processing-faroese-ai-yfirlestur and https://huggingface.co/svanhvit/byt5-ocr-post-processing-faroese
|
8 |
+
|
9 |
+
This is a work on progress and more version of the dataset and the models are on the way.
|