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 sshleifer
    /
    tiny-dbmdz-bert-large-cased-finetuned-conll03-english

    Token Classification
    PyTorch TensorFlow bert
    Model card Files and versions

      How to use from the 🤗/transformers library:

                      from transformers import AutoTokenizer, AutoModelForTokenClassification
        
        tokenizer = AutoTokenizer.from_pretrained("sshleifer/tiny-dbmdz-bert-large-cased-finetuned-conll03-english")
        
        model = AutoModelForTokenClassification.from_pretrained("sshleifer/tiny-dbmdz-bert-large-cased-finetuned-conll03-english")
                  

      Or just clone the model repo

        git lfs install
        git clone https://huggingface.co/sshleifer/tiny-dbmdz-bert-large-cased-finetuned-conll03-english
        
      # 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
    sshleifer/tiny-dbmdz-bert-large-cased-finetuned-conll03-english /
    History: 7 commits
    system
    Update tf_model.h5 6fb2bc1 9 months ago
    • .gitattributes 345.0B initial commit 9 months ago
    • config.json 990.0B Update config.json 9 months ago
    • pytorch_model.bin 240.1KB Update pytorch_model.bin 9 months ago
    • special_tokens_map.json 112.0B Update special_tokens_map.json 9 months ago
    • tf_model.h5 295.9KB Update tf_model.h5 9 months ago
    • tokenizer_config.json 40.0B Update tokenizer_config.json 9 months ago
    • vocab.txt 208.4KB Update vocab.txt 9 months ago