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

  • Log In
  • Sign Up

alexandrainst
/
da-ner-base

Token Classification
Transformers
PyTorch
google-tensorflow TensorFlow
Danish
bert
Model card Files Files and versions
xet
Community
2

Instructions to use alexandrainst/da-ner-base with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use alexandrainst/da-ner-base with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("token-classification", model="alexandrainst/da-ner-base")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForTokenClassification
    
    tokenizer = AutoTokenizer.from_pretrained("alexandrainst/da-ner-base")
    model = AutoModelForTokenClassification.from_pretrained("alexandrainst/da-ner-base")
  • Notebooks
  • Google Colab
  • Kaggle
da-ner-base
883 MB
Ctrl+K
Ctrl+K
  • 2 contributors
History: 6 commits
saattrupdan's picture
saattrupdan
Update README.md
3291538 over 2 years ago
  • .gitattributes
    1.18 kB
    initial commit over 4 years ago
  • README.md
    926 Bytes
    Update README.md over 2 years ago
  • added_tokens.json
    2 Bytes
    initial commit over 4 years ago
  • config.json
    1.06 kB
    initial commit over 4 years ago
  • pytorch_model.bin
    440 MB
    xet
    initial commit over 4 years ago
  • special_tokens_map.json
    112 Bytes
    initial commit over 4 years ago
  • tf_model.h5
    443 MB
    xet
    initial commit over 4 years ago
  • tokenizer_config.json
    42 Bytes
    initial commit over 4 years ago
  • vocab.txt
    253 kB
    initial commit over 4 years ago