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

team-lucid
/
layoutlmv3-base-ko

Feature Extraction
Transformers
PyTorch
JAX
Safetensors
layoutlmv3
Model card Files Files and versions
xet
Community

Instructions to use team-lucid/layoutlmv3-base-ko with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use team-lucid/layoutlmv3-base-ko with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("feature-extraction", model="team-lucid/layoutlmv3-base-ko")
    # Load model directly
    from transformers import AutoProcessor, AutoModel
    
    processor = AutoProcessor.from_pretrained("team-lucid/layoutlmv3-base-ko")
    model = AutoModel.from_pretrained("team-lucid/layoutlmv3-base-ko")
  • Notebooks
  • Google Colab
  • Kaggle
layoutlmv3-base-ko
1.52 GB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 3 commits
hyunwoo3235's picture
hyunwoo3235
Upload 10 files
9840888 verified almost 2 years ago
  • .gitattributes
    1.52 kB
    initial commit almost 2 years ago
  • README.md
    31 Bytes
    initial commit almost 2 years ago
  • added_tokens.json
    22 Bytes
    Upload 10 files almost 2 years ago
  • config.json
    939 Bytes
    Upload 10 files almost 2 years ago
  • flax_model.msgpack
    510 MB
    xet
    Upload 10 files almost 2 years ago
  • merges.txt
    620 kB
    Upload 10 files almost 2 years ago
  • model.safetensors
    502 MB
    xet
    Upload 10 files almost 2 years ago
  • preprocessor_config.json
    293 Bytes
    Upload 9 files almost 2 years ago
  • pytorch_model.bin

    Detected Pickle imports (3)

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

    What is a pickle import?

    502 MB
    xet
    Upload 10 files almost 2 years ago
  • special_tokens_map.json
    713 Bytes
    Upload 10 files almost 2 years ago
  • tokenizer.json
    2.44 MB
    Upload 10 files almost 2 years ago
  • tokenizer_config.json
    1.27 kB
    Upload 10 files almost 2 years ago
  • vocab.json
    963 kB
    Upload 10 files almost 2 years ago