stefan-it commited on
Commit
4e02e43
2 Parent(s): 61c7c54 71a8b4d

Merge branch 'main' of https://huggingface.co/datasets/stefan-it/HisGermaNER

Browse files
Files changed (1) hide show
  1. README.md +4 -0
README.md CHANGED
@@ -36,6 +36,8 @@ Note: we experimented with an existing NewsEye model, but the print M1 model is
36
 
37
  Only layout hints/fixes were made in Transkribus. So no OCR corrections or normalizations were performed.
38
 
 
 
39
  We export plain text of all newspaper pages into plain text format and perform normalization of hyphenation and the `=` character.
40
  After normalization we tokenize the plain text newspaper pages using the `PreTokenizer` of the [hmBERT](https://huggingface.co/hmbert) model.
41
 
@@ -43,6 +45,8 @@ After pre-tokenization we import the corpus into Argilla to start the annotation
43
  Note: We perform annotation at page/document-level. Thus, no sentence segmentation is needed and performed.
44
  In the annotation process we also manually annotate sentence boundaries using a special `EOS` tag.
45
 
 
 
46
  The dataset is exported into an CoNLL-like format after the annotation process.
47
  The `EOS` tag is removed and the information of an potential end of sentence is stored in a special column.
48
 
 
36
 
37
  Only layout hints/fixes were made in Transkribus. So no OCR corrections or normalizations were performed.
38
 
39
+ <img src="https://huggingface.co/datasets/stefan-it/HisGermaNER/resolve/main/assets/transkribus_wrz_17401109.png" width="500" height="500" />
40
+
41
  We export plain text of all newspaper pages into plain text format and perform normalization of hyphenation and the `=` character.
42
  After normalization we tokenize the plain text newspaper pages using the `PreTokenizer` of the [hmBERT](https://huggingface.co/hmbert) model.
43
 
 
45
  Note: We perform annotation at page/document-level. Thus, no sentence segmentation is needed and performed.
46
  In the annotation process we also manually annotate sentence boundaries using a special `EOS` tag.
47
 
48
+ <img src="https://huggingface.co/datasets/stefan-it/HisGermaNER/resolve/main/assets/argilla_wrz_17401109.png" width="600" height="600" />
49
+
50
  The dataset is exported into an CoNLL-like format after the annotation process.
51
  The `EOS` tag is removed and the information of an potential end of sentence is stored in a special column.
52