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

  • Log In
  • Sign Up

Aleksandar
/
electra-srb-ner

Token Classification
Transformers
PyTorch
Safetensors
electra
Generated from Trainer
Model card Files Files and versions
xet
Community
1

Instructions to use Aleksandar/electra-srb-ner with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use Aleksandar/electra-srb-ner with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("token-classification", model="Aleksandar/electra-srb-ner")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForTokenClassification
    
    tokenizer = AutoTokenizer.from_pretrained("Aleksandar/electra-srb-ner")
    model = AutoModelForTokenClassification.from_pretrained("Aleksandar/electra-srb-ner")
  • Notebooks
  • Google Colab
  • Kaggle
electra-srb-ner
872 MB
Ctrl+K
Ctrl+K
  • 2 contributors
History: 7 commits
Aleksandar's picture
Aleksandar
SFconvertbot's picture
SFconvertbot
Adding `safetensors` variant of this model (#1)
e83fe80 about 3 years ago
  • .gitattributes
    1.23 kB
    Adding `safetensors` variant of this model (#1) about 3 years ago
  • .gitignore
    13 Bytes
    add model almost 5 years ago
  • README.md
    3.42 kB
    add model over 4 years ago
  • config.json
    1.04 kB
    add model over 4 years ago
  • model.safetensors
    436 MB
    xet
    Adding `safetensors` variant of this model (#1) about 3 years ago
  • pytorch_model.bin
    436 MB
    xet
    add model over 4 years ago
  • special_tokens_map.json
    112 Bytes
    add model almost 5 years ago
  • tokenizer.json
    527 kB
    add model almost 5 years ago
  • tokenizer_config.json
    335 Bytes
    add model almost 5 years ago
  • training_args.bin
    2.67 kB
    xet
    add model over 4 years ago
  • vocab.txt
    293 kB
    add model almost 5 years ago