Hugging Face's logo Hugging Face
    • Models
    • Datasets
    • Pricing
      • Website
        • Metrics
        • Languages
        • Organizations
      • Community
        • Forum
        • Blog
        • GitHub
      • Documentation
        • Model Hub doc
        • Inference API doc
        • Transformers doc
        • Tokenizers doc
        • Datasets doc

    • Log In
    • Sign Up
    • Account
      • Log In
      • Sign Up
    • Website
      • Models
      • Datasets
      • Metrics
      • Languages
      • Organizations
      • Pricing
    • Community
      • Forum
      • Blog
    • Documentation
      • Model Hub doc
      • Inference API doc
      • Transformers doc
      • Tokenizers doc
      • Datasets doc

    's picture wietsedv
    /
    bert-base-dutch-cased-finetuned-udlassy-ner

    Token Classification
    PyTorch bert
    Model card Files and versions

      How to use from the 🤗/transformers library:

                      from transformers import AutoTokenizer, AutoModelForTokenClassification
        
        tokenizer = AutoTokenizer.from_pretrained("wietsedv/bert-base-dutch-cased-finetuned-udlassy-ner")
        
        model = AutoModelForTokenClassification.from_pretrained("wietsedv/bert-base-dutch-cased-finetuned-udlassy-ner")
                  

      Or just clone the model repo

        git lfs install
        git clone https://huggingface.co/wietsedv/bert-base-dutch-cased-finetuned-udlassy-ner
        
      # if you want to clone without large files – just their pointers # prepend your git clone with the following env var:
      GIT_LFS_SKIP_SMUDGE=1
      • main
    wietsedv/bert-base-dutch-cased-finetuned-udlassy-ner /
    History: 8 commits
    julien-c's picture
    julien-c
    For clarity, delete deprecated modelcard.json 63fbc1c 2 months ago
    • .gitattributes 345.0B initial commit 10 months ago
    • config.json 2.5KB Update config.json 10 months ago
    • pytorch_model.bin 416.3MB Update pytorch_model.bin 10 months ago
    • special_tokens_map.json 112.0B Update special_tokens_map.json 10 months ago
    • tokenizer_config.json 40.0B Update tokenizer_config.json 10 months ago
    • vocab.txt 235.8KB Update vocab.txt 10 months ago