Hugging Face's logo Hugging Face
  • Models
  • Datasets
  • Spaces
  • Buckets new
  • Docs
  • Enterprise
  • Pricing

  • Log In
  • Sign Up

callgg
/
docling-bf16

Diffusers
Safetensors
idefics3
Model card Files Files and versions
xet
Community

Instructions to use callgg/docling-bf16 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Diffusers

    How to use callgg/docling-bf16 with Diffusers:

    pip install -U diffusers transformers accelerate
    import torch
    from diffusers import DiffusionPipeline
    
    # switch to "mps" for apple devices
    pipe = DiffusionPipeline.from_pretrained("callgg/docling-bf16", dtype=torch.bfloat16, device_map="cuda")
    
    prompt = "Astronaut in a jungle, cold color palette, muted colors, detailed, 8k"
    image = pipe(prompt).images[0]
  • Notebooks
  • Google Colab
  • Kaggle
docling-bf16
525 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 14 commits
chatpig's picture
chatpig
Upload vocab.json with huggingface_hub
14004d0 verified 8 months ago
  • .gitattributes
    1.52 kB
    initial commit 8 months ago
  • README.md
    149 Bytes
    Update README.md 8 months ago
  • added_tokens.json
    35 Bytes
    Upload added_tokens.json with huggingface_hub 8 months ago
  • chat_template.jinja
    588 Bytes
    Upload chat_template.jinja with huggingface_hub 8 months ago
  • config.json
    1.64 kB
    Upload config.json with huggingface_hub 8 months ago
  • generation_config.json
    169 Bytes
    Upload generation_config.json with huggingface_hub 8 months ago
  • merges.txt
    917 kB
    Upload merges.txt with huggingface_hub 8 months ago
  • model.safetensors
    515 MB
    xet
    Upload model.safetensors with huggingface_hub 8 months ago
  • preprocessor_config.json
    486 Bytes
    Upload preprocessor_config.json with huggingface_hub 8 months ago
  • processor_config.json
    68 Bytes
    Upload processor_config.json with huggingface_hub 8 months ago
  • special_tokens_map.json
    812 Bytes
    Upload special_tokens_map.json with huggingface_hub 8 months ago
  • tokenizer.json
    7.15 MB
    Upload tokenizer.json with huggingface_hub 8 months ago
  • tokenizer_config.json
    17.8 kB
    Upload tokenizer_config.json with huggingface_hub 8 months ago
  • vocab.json
    1.61 MB
    Upload vocab.json with huggingface_hub 8 months ago