readme: update model info
Browse files
README.md
CHANGED
@@ -12,9 +12,7 @@ library_name: generic
|
|
12 |
|
13 |
This repository hosts a model that was trained using the awesome [`wtpsplit`](https://github.com/bminixhofer/wtpsplit) library.
|
14 |
|
15 |
-
The model was trained on OCR'ed
|
16 |
-
|
17 |
-
Please note: the model is constantly updated and work in progress.
|
18 |
|
19 |
# Usage
|
20 |
|
@@ -27,5 +25,5 @@ model = WtP(model_name_or_model="wtp-canine-s-de-hist-12l",
|
|
27 |
hub_prefix="stefan-it")
|
28 |
|
29 |
model.split("Das ist einer schöner Tag... Wie geht es dir?",
|
30 |
-
lang_code="de", style="
|
31 |
```
|
|
|
12 |
|
13 |
This repository hosts a model that was trained using the awesome [`wtpsplit`](https://github.com/bminixhofer/wtpsplit) library.
|
14 |
|
15 |
+
The model was trained on OCR'ed newspapers from ONB (Österreichische Nationalbibliothek), raging from 1770 - 1840.
|
|
|
|
|
16 |
|
17 |
# Usage
|
18 |
|
|
|
25 |
hub_prefix="stefan-it")
|
26 |
|
27 |
model.split("Das ist einer schöner Tag... Wie geht es dir?",
|
28 |
+
lang_code="de", style="onb-ner")
|
29 |
```
|