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

seduerr
/
anonymizer-bert

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

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

  • Libraries
  • Transformers

    How to use seduerr/anonymizer-bert with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("token-classification", model="seduerr/anonymizer-bert")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForTokenClassification
    
    tokenizer = AutoTokenizer.from_pretrained("seduerr/anonymizer-bert")
    model = AutoModelForTokenClassification.from_pretrained("seduerr/anonymizer-bert")
  • Notebooks
  • Google Colab
  • Kaggle
anonymizer-bert
1.33 GB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 2 commits
seduerr's picture
seduerr
Upload 5 files
efdec43 verified almost 2 years ago
  • .gitattributes
    1.52 kB
    initial commit almost 2 years ago
  • README.md
    24 Bytes
    initial commit almost 2 years ago
  • config.json
    998 Bytes
    Upload 5 files almost 2 years ago
  • gitattributes
    445 Bytes
    Upload 5 files almost 2 years ago
  • pytorch_model.bin
    1.33 GB
    xet
    Upload 5 files almost 2 years ago
  • tokenizer_config.json
    60 Bytes
    Upload 5 files almost 2 years ago
  • vocab.txt
    213 kB
    Upload 5 files almost 2 years ago