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

  • Log In
  • Sign Up

Aika-fr
/
layoutlmv3_isolant

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

Instructions to use Aika-fr/layoutlmv3_isolant with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use Aika-fr/layoutlmv3_isolant with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("token-classification", model="Aika-fr/layoutlmv3_isolant")
    # Load model directly
    from transformers import AutoProcessor, AutoModelForTokenClassification
    
    processor = AutoProcessor.from_pretrained("Aika-fr/layoutlmv3_isolant")
    model = AutoModelForTokenClassification.from_pretrained("Aika-fr/layoutlmv3_isolant")
  • Notebooks
  • Google Colab
  • Kaggle
layoutlmv3_isolant
507 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 3 commits
Chemsseddine's picture
Chemsseddine
Upload processor
95afa5f about 3 years ago
  • .gitattributes
    1.48 kB
    initial commit about 3 years ago
  • config.json
    3.02 kB
    Upload LayoutLMv3ForTokenClassification about 3 years ago
  • merges.txt
    456 kB
    Upload processor about 3 years ago
  • preprocessor_config.json
    502 Bytes
    Upload processor about 3 years ago
  • pytorch_model.bin

    Detected Pickle imports (4)

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

    What is a pickle import?

    504 MB
    xet
    Upload LayoutLMv3ForTokenClassification about 3 years ago
  • special_tokens_map.json
    957 Bytes
    Upload processor about 3 years ago
  • tokenizer.json
    2.11 MB
    Upload processor about 3 years ago
  • tokenizer_config.json
    1.66 kB
    Upload processor about 3 years ago
  • vocab.json
    798 kB
    Upload processor about 3 years ago