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

uttam333
/
layoutlm-custom_no_text

Token Classification
Transformers
TensorBoard
Safetensors
layoutlm
Generated from Trainer
Model card Files Files and versions
xet
Metrics Training metrics Community

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

  • Libraries
  • Transformers

    How to use uttam333/layoutlm-custom_no_text with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("token-classification", model="uttam333/layoutlm-custom_no_text")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForTokenClassification
    
    tokenizer = AutoTokenizer.from_pretrained("uttam333/layoutlm-custom_no_text")
    model = AutoModelForTokenClassification.from_pretrained("uttam333/layoutlm-custom_no_text")
  • Notebooks
  • Google Colab
  • Kaggle
layoutlm-custom_no_text
452 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 25 commits
uttam333's picture
uttam333
End of training
3ef071e over 2 years ago
  • logs
    End of training over 2 years ago
  • .gitattributes
    1.52 kB
    initial commit over 2 years ago
  • README.md
    19.1 kB
    End of training over 2 years ago
  • config.json
    811 Bytes
    Training in progress, epoch 1 over 2 years ago
  • model.safetensors
    451 MB
    xet
    End of training over 2 years ago
  • preprocessor_config.json
    318 Bytes
    End of training over 2 years ago
  • special_tokens_map.json
    695 Bytes
    End of training over 2 years ago
  • tokenizer.json
    712 kB
    End of training over 2 years ago
  • tokenizer_config.json
    1.58 kB
    End of training over 2 years ago
  • training_args.bin

    Detected Pickle imports (8)

    • "accelerate.state.PartialState",
    • "transformers.trainer_utils.SchedulerType",
    • "transformers.trainer_utils.HubStrategy",
    • "transformers.training_args.TrainingArguments",
    • "torch.device",
    • "transformers.trainer_utils.IntervalStrategy",
    • "transformers.training_args.OptimizerNames",
    • "accelerate.utils.dataclasses.DistributedType"

    How to fix it?

    4.73 kB
    xet
    Training in progress, epoch 17 over 2 years ago
  • vocab.txt
    232 kB
    End of training over 2 years ago