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
      • Hardware
      • Learn
      • Discord
      • Forum
      • GitHub
    • Solutions
      • Team & Enterprise
      • Hugging Face PRO
      • Enterprise Support
      • Inference Providers
      • Inference Endpoints
      • Storage Buckets

  • Log In
  • Sign Up

tartuNLP
/
EstBERT_NER

Token Classification
Transformers
PyTorch
JAX
Safetensors
Estonian
bert
Model card Files Files and versions
xet
Community
1

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

  • Libraries
  • Transformers

    How to use tartuNLP/EstBERT_NER with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("token-classification", model="tartuNLP/EstBERT_NER")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForTokenClassification
    
    tokenizer = AutoTokenizer.from_pretrained("tartuNLP/EstBERT_NER")
    model = AutoModelForTokenClassification.from_pretrained("tartuNLP/EstBERT_NER")
  • Notebooks
  • Google Colab
  • Kaggle
EstBERT_NER
Ctrl+K
Ctrl+K
  • 5 contributors
History: 11 commits
SFconvertbot's picture
SFconvertbot
Adding `safetensors` variant of this model
87e58fd almost 3 years ago
  • .gitattributes
    790 Bytes
    Adding `safetensors` variant of this model almost 3 years ago
  • README.md
    1.91 kB
    Update README.md about 4 years ago
  • config.json
    814 Bytes
    Updated NER trained by Caludia Commit by Hasan over 5 years ago
  • flax_model.msgpack
    495 MB
    xet
    upload flax model about 5 years ago
  • model.safetensors
    498 MB
    xet
    Adding `safetensors` variant of this model almost 3 years ago
  • optimizer.pt
    991 MB
    xet
    Updated NER trained by Caludia Commit by Hasan over 5 years ago
  • pytorch_model.bin
    498 MB
    xet
    Updated NER trained by Caludia Commit by Hasan over 5 years ago
  • scheduler.pt
    559 Bytes
    xet
    Updated NER trained by Caludia Commit by Hasan over 5 years ago
  • special_tokens_map.json
    112 Bytes
    Updated NER trained by Caludia Commit by Hasan over 5 years ago
  • tokenizer_config.json
    86 Bytes
    Updated NER trained by Caludia Commit by Hasan over 5 years ago
  • training_args.bin
    1.52 kB
    xet
    Updated NER trained by Caludia Commit by Hasan over 5 years ago
  • vocab.txt
    410 kB
    Updated NER trained by Caludia Commit by Hasan over 5 years ago