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

thaind
/
layoutlmv2-jaen-gemai

Token Classification
Transformers
PyTorch
Safetensors
layoutlmv2
Model card Files Files and versions
xet
Community
1

Instructions to use thaind/layoutlmv2-jaen-gemai with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use thaind/layoutlmv2-jaen-gemai with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("token-classification", model="thaind/layoutlmv2-jaen-gemai")
    # Load model directly
    from transformers import AutoProcessor, AutoModelForTokenClassification
    
    processor = AutoProcessor.from_pretrained("thaind/layoutlmv2-jaen-gemai")
    model = AutoModelForTokenClassification.from_pretrained("thaind/layoutlmv2-jaen-gemai")
  • Notebooks
  • Google Colab
  • Kaggle
layoutlmv2-jaen-gemai
1.6 GB
Ctrl+K
Ctrl+K
  • 2 contributors
History: 6 commits
thaind's picture
thaind
SFconvertbot's picture
SFconvertbot
Adding `safetensors` variant of this model (#1)
16d27cb verified 12 months ago
  • .gitattributes
    1.27 kB
    Adding `safetensors` variant of this model (#1) 12 months ago
  • README.md
    80 Bytes
    Update README.md about 4 years ago
  • config.json
    1.82 kB
    fisrt version model about 4 years ago
  • model.safetensors
    802 MB
    xet
    Adding `safetensors` variant of this model (#1) 12 months ago
  • pytorch_model.bin

    Detected Pickle imports (4)

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

    What is a pickle import?

    802 MB
    xet
    fisrt version model about 4 years ago
  • special_tokens_map.json
    112 Bytes
    fisrt version model about 4 years ago
  • tokenizer_config.json
    349 Bytes
    fisrt version model about 4 years ago
  • training_args.bin

    Detected Pickle imports (4)

    • "transformers.training_args.TrainingArguments",
    • "transformers.trainer_utils.SchedulerType",
    • "transformers.trainer_utils.IntervalStrategy",
    • "torch.device"

    How to fix it?

    2.35 kB
    xet
    fisrt version model about 4 years ago
  • vocab.txt
    232 kB
    fisrt version model about 4 years ago