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

murat
/
kyrgyz_language_NER

Token Classification
Transformers
PyTorch
Kyrgyz
bert
Model card Files Files and versions
xet
Community
2

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

  • Libraries
  • Transformers

    How to use murat/kyrgyz_language_NER with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("token-classification", model="murat/kyrgyz_language_NER")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForTokenClassification
    
    tokenizer = AutoTokenizer.from_pretrained("murat/kyrgyz_language_NER")
    model = AutoModelForTokenClassification.from_pretrained("murat/kyrgyz_language_NER")
  • Notebooks
  • Google Colab
  • Kaggle
kyrgyz_language_NER
713 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 10 commits
murat's picture
murat
Update README.md
1f3ff1b over 3 years ago
  • .gitattributes
    1.38 kB
    initial commit over 3 years ago
  • README.md
    1.5 kB
    Update README.md over 3 years ago
  • config.json
    1.15 kB
    Upload config.json with huggingface_hub over 3 years ago
  • pytorch_model.bin
    709 MB
    xet
    Upload pytorch_model.bin with huggingface_hub over 3 years ago
  • special_tokens_map.json
    125 Bytes
    Upload special_tokens_map.json with huggingface_hub over 3 years ago
  • tokenizer.json
    2.92 MB
    Upload tokenizer.json with huggingface_hub over 3 years ago
  • tokenizer_config.json
    360 Bytes
    Upload tokenizer_config.json with huggingface_hub over 3 years ago
  • vocab.txt
    996 kB
    Upload vocab.txt with huggingface_hub over 3 years ago