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

  • Log In
  • Sign Up

fhswf
/
bert_de_ner

Token Classification
Transformers
PyTorch
google-tensorflow TensorFlow
JAX
Safetensors
German
bert
German
NER
Model card Files Files and versions
xet
Community
1

Instructions to use fhswf/bert_de_ner with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use fhswf/bert_de_ner with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("token-classification", model="fhswf/bert_de_ner")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForTokenClassification
    
    tokenizer = AutoTokenizer.from_pretrained("fhswf/bert_de_ner")
    model = AutoModelForTokenClassification.from_pretrained("fhswf/bert_de_ner")
  • Inference
  • Notebooks
  • Google Colab
  • Kaggle
bert_de_ner
1.76 GB
Ctrl+K
Ctrl+K
  • 3 contributors
History: 14 commits
cgawron's picture
cgawron
SFconvertbot's picture
SFconvertbot
Adding `safetensors` variant of this model (#1)
1b14a18 about 3 years ago
  • .gitattributes
    445 Bytes
    Adding `safetensors` variant of this model (#1) about 3 years ago
  • README.md
    1.28 kB
    Update README.md over 5 years ago
  • config.json
    1.54 kB
    Update config.json over 5 years ago
  • flax_model.msgpack
    437 MB
    xet
    upload flax model almost 5 years ago
  • model.safetensors
    440 MB
    xet
    Adding `safetensors` variant of this model (#1) about 3 years ago
  • pytorch_model.bin
    440 MB
    xet
    Update pytorch_model.bin over 5 years ago
  • special_tokens_map.json
    112 Bytes
    Update special_tokens_map.json over 5 years ago
  • tf_model.h5
    440 MB
    xet
    Update tf_model.h5 over 5 years ago
  • tokenizer_config.json
    62 Bytes
    Update tokenizer_config.json over 5 years ago
  • vocab.txt
    240 kB
    Update vocab.txt over 5 years ago