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

  • Log In
  • Sign Up

capitaletech
/
language-levels-LayoutLMv3-v4

Token Classification
Transformers
Safetensors
layoutlmv3
Generated from Trainer
Model card Files Files and versions
xet
Community

Instructions to use capitaletech/language-levels-LayoutLMv3-v4 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use capitaletech/language-levels-LayoutLMv3-v4 with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("token-classification", model="capitaletech/language-levels-LayoutLMv3-v4")
    # Load model directly
    from transformers import AutoProcessor, AutoModelForTokenClassification
    
    processor = AutoProcessor.from_pretrained("capitaletech/language-levels-LayoutLMv3-v4")
    model = AutoModelForTokenClassification.from_pretrained("capitaletech/language-levels-LayoutLMv3-v4")
  • Notebooks
  • Google Colab
  • Kaggle
language-levels-LayoutLMv3-v4
507 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 28 commits
lamiaaEl's picture
lamiaaEl
End of training
65b0734 verified almost 2 years ago
  • .gitattributes
    1.52 kB
    initial commit almost 2 years ago
  • README.md
    1.4 kB
    End of training almost 2 years ago
  • config.json
    1.38 kB
    Training in progress, step 500 almost 2 years ago
  • merges.txt
    456 kB
    Training in progress, step 500 almost 2 years ago
  • model.safetensors
    504 MB
    xet
    End of training almost 2 years ago
  • preprocessor_config.json
    444 Bytes
    Training in progress, step 500 almost 2 years ago
  • special_tokens_map.json
    957 Bytes
    Training in progress, step 500 almost 2 years ago
  • tokenizer.json
    2.11 MB
    Training in progress, step 500 almost 2 years ago
  • tokenizer_config.json
    1.5 kB
    Training in progress, step 500 almost 2 years ago
  • training_args.bin

    Detected Pickle imports (9)

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

    How to fix it?

    5.24 kB
    xet
    Training in progress, step 500 almost 2 years ago
  • vocab.json
    798 kB
    Training in progress, step 500 almost 2 years ago