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

  • Log In
  • Sign Up

Mustafa21
/
layoutlm-funsd-tf

Token Classification
Transformers
google-tensorflow TensorFlow
TensorBoard
layoutlm
Model card Files Files and versions
xet
Metrics Training metrics Community

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

  • Libraries
  • Transformers

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

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("token-classification", model="Mustafa21/layoutlm-funsd-tf")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForTokenClassification
    
    tokenizer = AutoTokenizer.from_pretrained("Mustafa21/layoutlm-funsd-tf")
    model = AutoModelForTokenClassification.from_pretrained("Mustafa21/layoutlm-funsd-tf")
  • Notebooks
  • Google Colab
  • Kaggle
layoutlm-funsd-tf
454 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 8 commits
Mustafa21's picture
Mustafa21
Update README.md
2f6924b about 3 years ago
  • logs
    Training in progress epoch 7 over 3 years ago
  • .gitattributes
    1.48 kB
    initial commit over 3 years ago
  • README.md
    2.75 kB
    Update README.md about 3 years ago
  • config.json
    1.01 kB
    Training in progress epoch 0 over 3 years ago
  • preprocessor_config.json
    317 Bytes
    Upload processor over 3 years ago
  • special_tokens_map.json
    125 Bytes
    Upload processor over 3 years ago
  • tf_model.h5
    451 MB
    xet
    Training in progress epoch 7 over 3 years ago
  • tokenizer.json
    711 kB
    Upload processor over 3 years ago
  • tokenizer_config.json
    759 Bytes
    Upload processor over 3 years ago
  • vocab.txt
    232 kB
    Upload processor over 3 years ago