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

  • Log In
  • Sign Up

saeub
/
bert-stage

Token Classification
Transformers
Safetensors
German
bert
Model card Files Files and versions
xet
Community

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

  • Libraries
  • Transformers

    How to use saeub/bert-stage with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("token-classification", model="saeub/bert-stage")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForTokenClassification
    
    tokenizer = AutoTokenizer.from_pretrained("saeub/bert-stage")
    model = AutoModelForTokenClassification.from_pretrained("saeub/bert-stage")
  • Notebooks
  • Google Colab
  • Kaggle
bert-stage
Ctrl+K
Ctrl+K
  • 1 contributor
History: 4 commits
saeub's picture
saeub
Update README.md
b45f1a7 verified almost 2 years ago
  • .gitattributes
    1.52 kB
    initial commit almost 2 years ago
  • README.md
    788 Bytes
    Update README.md almost 2 years ago
  • config.json
    831 Bytes
    Update config.json almost 2 years ago
  • model.safetensors
    709 MB
    xet
    Upload BertForTokenClassification almost 2 years ago