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

ksk00
/
donut-docai

Image-to-Text
Transformers
PyTorch
Korean
vision-encoder-decoder
image-text-to-text
donut
document-understanding
ocr-free
korean
Model card Files Files and versions
xet
Community
1

Instructions to use ksk00/donut-docai with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use ksk00/donut-docai 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="ksk00/donut-docai")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForMultimodalLM
    
    tokenizer = AutoTokenizer.from_pretrained("ksk00/donut-docai")
    model = AutoModelForMultimodalLM.from_pretrained("ksk00/donut-docai")
  • Notebooks
  • Google Colab
  • Kaggle
donut-docai
814 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 4 commits
ksk00's picture
ksk00
Fix GitHub link in model card
e2b26e0 verified about 1 month ago
  • .gitattributes
    1.52 kB
    initial commit about 1 month ago
  • README.md
    2.26 kB
    Fix GitHub link in model card about 1 month ago
  • added_tokens.json
    76 Bytes
    Upload fine-tuned Donut document-AI model about 1 month ago
  • config.json
    5.13 kB
    Upload fine-tuned Donut document-AI model about 1 month ago
  • generation_config.json
    168 Bytes
    Upload fine-tuned Donut document-AI model about 1 month ago
  • preprocessor_config.json
    466 Bytes
    Upload fine-tuned Donut document-AI model about 1 month ago
  • pytorch_model.bin

    Detected Pickle imports (4)

    • "collections.OrderedDict",
    • "torch.LongStorage",
    • "torch.FloatStorage",
    • "torch._utils._rebuild_tensor_v2"

    What is a pickle import?

    809 MB
    xet
    Upload fine-tuned Donut document-AI model about 1 month ago
  • sentencepiece.bpe.model
    1.3 MB
    xet
    Upload fine-tuned Donut document-AI model about 1 month ago
  • special_tokens_map.json
    374 Bytes
    Upload fine-tuned Donut document-AI model about 1 month ago
  • tokenizer.json
    4.01 MB
    Upload fine-tuned Donut document-AI model about 1 month ago
  • tokenizer_config.json
    531 Bytes
    Upload fine-tuned Donut document-AI model about 1 month ago