How to use from the
Use from the
Transformers library
# Use a pipeline as a high-level helper
from transformers import pipeline

pipe = pipeline("image-text-to-text", model="pstroe/bullinger-general-model")
# Load model directly
from transformers import AutoTokenizer, AutoModelForMultimodalLM

tokenizer = AutoTokenizer.from_pretrained("pstroe/bullinger-general-model")
model = AutoModelForMultimodalLM.from_pretrained("pstroe/bullinger-general-model", device_map="auto")
Quick Links

General HTR Model trained on Bullinger Correspondence

This is a handwritten text recognition model based on TrOCR, fine-tuned with the Bullinger dataset. Please see the preceding link for a detailed description of the dataset. For a detailed description of the model, please see the publication below (especially the thesis).

Publications

More detail can be found in the following publications (please cite these two if you use the model for your experiments):

  • Tobias Hodel, Phillip Benjamin Ströbel, Andreas Fischer, Anna Scius-Bertrand, Anna Janka, Jonas Widmer, Beat Wolf, Patricia Scheurer, Martin Volk. 2023. Bullingers Briefwechsel zugänglich machen: Stand der Handschriftenerkennung. In DHd2023: Open Humanities, Open Culture. Konferenzabstracts, Luxembourg/Trier, Luxembourg/Germany. 9. Jahrestagung des Verbands Digital Humanities im deutschsprachigen Raum e.V.
  • Phillip Benjamin Ströbel. 2023. Flexible Techniques for Automatic Text Recognition of Historical Documents. PhD Thesis, Zürich. Link
Downloads last month
16
Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support

Space using pstroe/bullinger-general-model 1

Paper for pstroe/bullinger-general-model