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

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
10 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 2 commits
benjamin's picture
benjamin
initial commit
4f4cdb5 about 3 years ago
  • .gitattributes
    1.48 kB
    initial commit about 3 years ago
  • README.md
    21 Bytes
    initial commit about 3 years ago
  • config.json
    656 Bytes
    initial commit about 3 years ago
  • pytorch_model.bin
    10 MB
    xet
    initial commit about 3 years ago