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

pvbhanuteja
/
llmv3-base-funsd

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

Instructions to use pvbhanuteja/llmv3-base-funsd with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use pvbhanuteja/llmv3-base-funsd with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("token-classification", model="pvbhanuteja/llmv3-base-funsd")
    # Load model directly
    from transformers import AutoProcessor, AutoModelForTokenClassification
    
    processor = AutoProcessor.from_pretrained("pvbhanuteja/llmv3-base-funsd")
    model = AutoModelForTokenClassification.from_pretrained("pvbhanuteja/llmv3-base-funsd")
  • Notebooks
  • Google Colab
  • Kaggle
llmv3-base-funsd
1 GB
Ctrl+K
Ctrl+K
  • 2 contributors
History: 3 commits
pvbhanuteja's picture
pvbhanuteja
SFconvertbot's picture
SFconvertbot
Adding `safetensors` variant of this model (#1)
39a722f over 2 years ago
  • .gitattributes
    1.44 kB
    Adding `safetensors` variant of this model (#1) over 2 years ago
  • config.json
    1.41 kB
    Upload LayoutLMv3ForTokenClassification over 3 years ago
  • model.safetensors
    501 MB
    xet
    Adding `safetensors` variant of this model (#1) over 2 years ago
  • pytorch_model.bin

    Detected Pickle imports (4)

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

    What is a pickle import?

    501 MB
    xet
    Upload LayoutLMv3ForTokenClassification over 3 years ago