Edit model card

Where's the Point? A wtpsplit model for Historical German

This repository hosts a model that was trained using the awesome wtpsplit library.

The model was trained on OCR'ed newspapers from ONB (Österreichische Nationalbibliothek), raging from 1770 - 1840.

Usage

The following snippet shows how to use this model:

from wtpsplit import WtP

model = WtP(model_name_or_model="wtp-canine-s-de-hist-12l",
            hub_prefix="stefan-it")

model.split("Das ist einer schöner Tag... Wie geht es dir?",
            lang_code="de", style="onb-ner")
Downloads last month
0
Inference Examples
Inference API (serverless) does not yet support generic models for this pipeline type.

Finetuned from