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

Surya6379
/
layoutlm-funsd-tf

Token Classification
Transformers
google-tensorflow TensorFlow
layoutlm
generated_from_keras_callback
Model card Files Files and versions
xet
Community

Instructions to use Surya6379/layoutlm-funsd-tf with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use Surya6379/layoutlm-funsd-tf with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("token-classification", model="Surya6379/layoutlm-funsd-tf")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForTokenClassification
    
    tokenizer = AutoTokenizer.from_pretrained("Surya6379/layoutlm-funsd-tf")
    model = AutoModelForTokenClassification.from_pretrained("Surya6379/layoutlm-funsd-tf")
  • Notebooks
  • Google Colab
  • Kaggle
layoutlm-funsd-tf
452 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 3 commits
Surya6379's picture
Surya6379
Upload processor
8fcb7f4 verified about 2 years ago
  • .gitattributes
    1.52 kB
    initial commit about 2 years ago
  • README.md
    1.91 kB
    Upload processor about 2 years ago
  • config.json
    979 Bytes
    Upload TFLayoutLMForTokenClassification about 2 years ago
  • preprocessor_config.json
    474 Bytes
    Upload processor about 2 years ago
  • special_tokens_map.json
    695 Bytes
    Upload processor about 2 years ago
  • tf_model.h5
    451 MB
    xet
    Upload TFLayoutLMForTokenClassification about 2 years ago
  • tokenizer.json
    712 kB
    Upload processor about 2 years ago
  • tokenizer_config.json
    1.58 kB
    Upload processor about 2 years ago
  • vocab.txt
    232 kB
    Upload processor about 2 years ago