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

  • Log In
  • Sign Up

benjamin
/
wtp-bert-tiny

Token Classification
Transformers
PyTorch
ONNX
bert-char
Model card Files Files and versions
xet
Community
2

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

  • Libraries
  • Transformers

    How to use benjamin/wtp-bert-tiny with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("token-classification", model="benjamin/wtp-bert-tiny")
    # Load model directly
    from transformers import AutoModelForTokenClassification
    model = AutoModelForTokenClassification.from_pretrained("benjamin/wtp-bert-tiny", dtype="auto")
  • Notebooks
  • Google Colab
  • Kaggle
wtp-bert-tiny
Ctrl+K
Ctrl+K
  • 1 contributor
History: 11 commits
benjamin's picture
benjamin
Upload model.onnx
f273481 almost 3 years ago
  • .gitattributes
    1.53 kB
    Upload mixtures.skops almost 3 years ago
  • README.md
    549 Bytes
    Update README.md almost 3 years ago
  • config.json
    6.14 kB
    Update config.json almost 3 years ago
  • mixtures.skops
    2.38 MB
    xet
    Upload mixtures.skops almost 3 years ago
  • model.onnx
    5.04 MB
    xet
    Upload model.onnx almost 3 years ago
  • pytorch_model.bin

    Detected Pickle imports (4)

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

    What is a pickle import?

    10.1 MB
    xet
    update about 3 years ago