Hugging Face's logo Hugging Face
  • Models
  • Datasets
  • Spaces
  • Buckets new
  • Docs
  • Enterprise
  • Pricing
    • Website
      • Tasks
      • HuggingChat
      • Collections
      • Languages
      • Organizations
    • Community
      • Blog
      • Posts
      • Daily Papers
      • Hardware
      • Learn
      • Discord
      • Forum
      • GitHub
    • Solutions
      • Team & Enterprise
      • Hugging Face PRO
      • Enterprise Support
      • Inference Providers
      • Inference Endpoints
      • Storage Buckets

  • Log In
  • Sign Up

meldynamics
/
polish-metrical-htr-experimental

Image-to-Text
Transformers
Safetensors
Polish
vision-encoder-decoder
image-text-to-text
htr
trocr
handwriting-recognition
historical-documents
metrical-registers
polish
knowledge-distillation
active-learning
Model card Files Files and versions
xet
Community

Instructions to use meldynamics/polish-metrical-htr-experimental with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use meldynamics/polish-metrical-htr-experimental with Transformers:

    # Use a pipeline as a high-level helper
    # Warning: Pipeline type "image-to-text" is no longer supported in transformers v5.
    # You must load the model directly (see below) or downgrade to v4.x with:
    # 'pip install "transformers<5.0.0'
    from transformers import pipeline
    
    pipe = pipeline("image-to-text", model="meldynamics/polish-metrical-htr-experimental")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForMultimodalLM
    
    tokenizer = AutoTokenizer.from_pretrained("meldynamics/polish-metrical-htr-experimental")
    model = AutoModelForMultimodalLM.from_pretrained("meldynamics/polish-metrical-htr-experimental", device_map="auto")
  • Notebooks
  • Google Colab
  • Kaggle
polish-metrical-htr-experimental
2.44 GB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 11 commits
aleksasp's picture
aleksasp
Release strict teacher-data v2 Polish HTR checkpoint
3fa4ab3 verified 1 day ago
  • .gitattributes
    1.52 kB
    initial commit 4 days ago
  • LICENSE
    11.4 kB
    Add Apache License 2.0 text 4 days ago
  • README.md
    9.85 kB
    Release strict teacher-data v2 Polish HTR checkpoint 1 day ago
  • config.json
    3.24 kB
    Add private experimental Polish metrical HTR checkpoint and model card 4 days ago
  • generation_config.json
    888 Bytes
    Add private experimental Polish metrical HTR checkpoint and model card 4 days ago
  • inference.py
    1.53 kB
    Use bundled processor in inference script 4 days ago
  • model.safetensors
    2.44 GB
    xet
    Release strict teacher-data v2 Polish HTR checkpoint 1 day ago
  • processor_config.json
    473 Bytes
    Add private experimental Polish metrical HTR checkpoint and model card 4 days ago
  • tokenizer.json
    3.56 MB
    Add private experimental Polish metrical HTR checkpoint and model card 4 days ago
  • tokenizer_config.json
    514 Bytes
    Add private experimental Polish metrical HTR checkpoint and model card 4 days ago
  • training_args.bin
    5.39 kB
    xet
    Release strict teacher-data v2 Polish HTR checkpoint 1 day ago