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
      • Learn
      • Discord
      • Forum
      • GitHub
    • Solutions
      • Team & Enterprise
      • Hugging Face PRO
      • Enterprise Support
      • Inference Providers
      • Inference Endpoints
      • Storage Buckets

  • Log In
  • Sign Up

impresso-project
/
ocr-quality-assessor-unigram-light

Token Classification
Transformers
French
German
ocr_qa_assessment
ocr
bloomfilter
unigram
impresso
quality-assessment
v1.0.6
custom_code
Model card Files Files and versions
xet
Community

Instructions to use impresso-project/ocr-quality-assessor-unigram-light with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use impresso-project/ocr-quality-assessor-unigram-light with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("token-classification", model="impresso-project/ocr-quality-assessor-unigram-light", trust_remote_code=True)
    # Load model directly
    from transformers import AutoModelForTokenClassification
    model = AutoModelForTokenClassification.from_pretrained("impresso-project/ocr-quality-assessor-unigram-light", trust_remote_code=True, dtype="auto")
  • Notebooks
  • Google Colab
  • Kaggle
ocr-quality-assessor-unigram-light
37.4 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 32 commits
emanuelaboros's picture
emanuelaboros
Update modeling_ocrqa.py
c13c4ed verified 8 months ago
  • models
    Add LFS-tracked bloom model files about 1 year ago
  • .gitattributes
    1.93 kB
    update models about 1 year ago
  • README.md
    3.81 kB
    Update README.md 8 months ago
  • __init__.py
    0 Bytes
    previous model about 1 year ago
  • config.json
    779 Bytes
    add mainr eadme about 1 year ago
  • configuration_ocrqa.py
    385 Bytes
    add models and config about 1 year ago
  • modeling_ocrqa.py
    5.26 kB
    Update modeling_ocrqa.py 8 months ago
  • ocr_qa_assessment.py
    856 Bytes
    Update ocr_qa_assessment.py 8 months ago
  • requirements.txt
    90 Bytes
    Update requirements.txt 8 months ago
  • test.py
    498 Bytes
    repaired import about 1 year ago