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

HuggingAlex1247
/
gbert-large-germaner

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

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

  • Libraries
  • Transformers

    How to use HuggingAlex1247/gbert-large-germaner with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("token-classification", model="HuggingAlex1247/gbert-large-germaner")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForTokenClassification
    
    tokenizer = AutoTokenizer.from_pretrained("HuggingAlex1247/gbert-large-germaner")
    model = AutoModelForTokenClassification.from_pretrained("HuggingAlex1247/gbert-large-germaner")
  • Notebooks
  • Google Colab
  • Kaggle
gbert-large-germaner
1.35 GB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 6 commits
HuggingAlex1247's picture
HuggingAlex1247
Upload README.md with huggingface_hub
f3ef40f over 3 years ago
  • logs
    Training in progress epoch 4 over 3 years ago
  • .gitattributes
    1.38 kB
    initial commit over 3 years ago
  • README.md
    1.58 kB
    Upload README.md with huggingface_hub over 3 years ago
  • config.json
    971 Bytes
    Training in progress epoch 0 over 3 years ago
  • special_tokens_map.json
    125 Bytes
    Training in progress epoch 0 over 3 years ago
  • tf_model.h5
    1.34 GB
    xet
    End of training over 3 years ago
  • tokenizer.json
    729 kB
    Training in progress epoch 0 over 3 years ago
  • tokenizer_config.json
    395 Bytes
    Training in progress epoch 0 over 3 years ago
  • vocab.txt
    240 kB
    Training in progress epoch 0 over 3 years ago