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

  • Log In
  • Sign Up

imosnoi
/
md_inv

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

Instructions to use imosnoi/md_inv with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use imosnoi/md_inv with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("token-classification", model="imosnoi/md_inv")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForTokenClassification
    
    tokenizer = AutoTokenizer.from_pretrained("imosnoi/md_inv")
    model = AutoModelForTokenClassification.from_pretrained("imosnoi/md_inv")
  • Notebooks
  • Google Colab
  • Kaggle
md_inv
451 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 2 commits
imosnoi's picture
imosnoi
add model
3ab969e over 4 years ago
  • .gitattributes
    1.18 kB
    initial commit over 4 years ago
  • config.json
    1.19 kB
    add model over 4 years ago
  • pytorch_model.bin
    451 MB
    xet
    add model over 4 years ago