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

monologg
/
kocharelectra-base-modu-ner-all

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

Instructions to use monologg/kocharelectra-base-modu-ner-all with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use monologg/kocharelectra-base-modu-ner-all with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("token-classification", model="monologg/kocharelectra-base-modu-ner-all")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForTokenClassification
    
    tokenizer = AutoTokenizer.from_pretrained("monologg/kocharelectra-base-modu-ner-all")
    model = AutoModelForTokenClassification.from_pretrained("monologg/kocharelectra-base-modu-ner-all", device_map="auto")
  • Notebooks
  • Google Colab
  • Kaggle
kocharelectra-base-modu-ner-all
755 MB
Ctrl+K
Ctrl+K
  • 2 contributors
History: 5 commits
monologg's picture
monologg
SFconvertbot's picture
SFconvertbot
Adding `safetensors` variant of this model (#1)
2fa667a about 3 years ago
  • .gitattributes
    399 Bytes
    Adding `safetensors` variant of this model (#1) about 3 years ago
  • config.json
    1.73 kB
    Update Model over 5 years ago
  • model.safetensors
    377 MB
    xet
    Adding `safetensors` variant of this model (#1) about 3 years ago
  • pytorch_model.bin
    377 MB
    xet
    Update Model over 5 years ago
  • special_tokens_map.json
    112 Bytes
    Update Model over 5 years ago
  • tokenizer_config.json
    195 Bytes
    fix: change model_max_length to 256 over 5 years ago
  • vocab.txt
    47.5 kB
    Update Model over 5 years ago