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

browndw
/
docusco-bert

Token Classification
Transformers
PyTorch
google-tensorflow TensorFlow
JAX
English
bert
Model card Files Files and versions
xet
Community
1

Instructions to use browndw/docusco-bert with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use browndw/docusco-bert with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("token-classification", model="browndw/docusco-bert")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForTokenClassification
    
    tokenizer = AutoTokenizer.from_pretrained("browndw/docusco-bert")
    model = AutoModelForTokenClassification.from_pretrained("browndw/docusco-bert")
  • Notebooks
  • Google Colab
  • Kaggle
docusco-bert
Ctrl+K
Ctrl+K
  • 3 contributors
History: 21 commits
browndw's picture
browndw
Update README.md
1cd3532 almost 4 years ago
  • .gitattributes
    736 Bytes
    allow flax almost 5 years ago
  • README.md
    12.9 kB
    Update README.md almost 4 years ago
  • config.json
    5.06 kB
    Upload config.json over 4 years ago
  • flax_model.msgpack
    431 MB
    xet
    Upload flax_model.msgpack with git-lfs over 4 years ago
  • pytorch_model.bin

    Detected Pickle imports (4)

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

    What is a pickle import?

    431 MB
    xet
    Upload pytorch_model.bin with git-lfs over 4 years ago
  • special_tokens_map.json
    112 Bytes
    Upload special_tokens_map.json over 4 years ago
  • tf_model.h5
    431 MB
    xet
    Upload tf_model.h5 with git-lfs over 4 years ago
  • tokenizer_config.json
    332 Bytes
    Update tokenizer_config.json over 4 years ago
  • vocab.txt
    213 kB
    commit from user about 5 years ago