stefan-it commited on
Commit
54c1ce7
1 Parent(s): 74233f3

readme: update model info

Browse files
Files changed (1) hide show
  1. README.md +2 -4
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 German books from 1819 to 1944 extracted from the [NCC](https://huggingface.co/datasets/NbAiLab/NCC) corpus.
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="digibok")
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
  ```