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

brainventures
/
deplot_kr

Image-to-Text
Transformers
PyTorch
Korean
pix2struct
image-text-to-text
Model card Files Files and versions
xet
Community
1

Instructions to use brainventures/deplot_kr with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use brainventures/deplot_kr 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="brainventures/deplot_kr")
    # Load model directly
    from transformers import AutoProcessor, AutoModelForImageTextToText
    
    processor = AutoProcessor.from_pretrained("brainventures/deplot_kr")
    model = AutoModelForImageTextToText.from_pretrained("brainventures/deplot_kr")
  • Notebooks
  • Google Colab
  • Kaggle
deplot_kr
1.13 GB
Ctrl+K
Ctrl+K
  • 2 contributors
History: 18 commits
dltjwl
Modify : Code and Evaluation Result
c5c962e about 2 years ago
  • .gitattributes
    1.52 kB
    initial commit over 2 years ago
  • README.md
    2.48 kB
    Modify : Code and Evaluation Result about 2 years ago
  • added_tokens.json
    18 Bytes
    Add : Tokenizer over 2 years ago
  • config.json
    891 Bytes
    Modify : Model Update about 2 years ago
  • generation_config.json
    164 Bytes
    Modify : Model over 2 years ago
  • preprocessor_config.json
    250 Bytes
    Add : preprocessor_config.json over 2 years ago
  • pytorch_model.bin

    Detected Pickle imports (3)

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

    What is a pickle import?

    1.13 GB
    xet
    Modify : Model Update about 2 years ago
  • sample.jpg
    14.6 kB
    ADD : Adding image and Modifying Widget over 2 years ago
  • special_tokens_map.json
    2.2 kB
    Add : Tokenizer over 2 years ago
  • spiece.model
    851 kB
    xet
    Add : Tokenizer over 2 years ago
  • tokenizer.json
    3.27 MB
    Modify : delete unnecessary line over 2 years ago
  • tokenizer_config.json
    2.45 kB
    Add : Tokenizer over 2 years ago