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

  • Log In
  • Sign Up

philschmid
/
gbert-base-germaner

Token Classification
Transformers
google-tensorflow TensorFlow
TensorBoard
German
bert
Eval Results (legacy)
Model card Files Files and versions
xet
Metrics Training metrics Community
1

Instructions to use philschmid/gbert-base-germaner with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use philschmid/gbert-base-germaner with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("token-classification", model="philschmid/gbert-base-germaner")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForTokenClassification
    
    tokenizer = AutoTokenizer.from_pretrained("philschmid/gbert-base-germaner")
    model = AutoModelForTokenClassification.from_pretrained("philschmid/gbert-base-germaner")
  • Notebooks
  • Google Colab
  • Kaggle
gbert-base-germaner / logs
Ctrl+K
Ctrl+K
  • 1 contributor
History: 5 commits
philschmid's picture
philschmid
Training in progress epoch 4
bbcda54 over 4 years ago
  • train
    Training in progress epoch 4 over 4 years ago
  • validation
    Training in progress epoch 4 over 4 years ago