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

ismatsamadov
/
Named_Entity_Recognition

Token Classification
Transformers
Azerbaijani
ner
azerbaijani
fastapi
xlm-roberta
Model card Files Files and versions
xet
Community

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

  • Libraries
  • Transformers

    How to use ismatsamadov/Named_Entity_Recognition with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("token-classification", model="ismatsamadov/Named_Entity_Recognition")
    # Load model directly
    from transformers import AutoModel
    model = AutoModel.from_pretrained("ismatsamadov/Named_Entity_Recognition", dtype="auto")
  • Notebooks
  • Google Colab
  • Kaggle
Named_Entity_Recognition
2.21 MB
Ctrl+K
Ctrl+K
  • 2 contributors
History: 69 commits
ismatsamadov's picture
ismatsamadov
docs: replace unsupported mermaid mindmap/xychart with markdown tables
f366db4 2 months ago
  • .github
    check over 1 year ago
  • models
    research of dataset over 1 year ago
  • static
    check over 1 year ago
  • templates
    check over 1 year ago
  • .gitattributes
    434 Bytes
    Configure Git LFS for ML artifacts 3 months ago
  • .gitignore
    3.32 kB
    Ignore binary artifacts for Hugging Face 3 months ago
  • Dockerfile
    523 Bytes
    ceck over 1 year ago
  • LICENSE
    1.07 kB
    some enhancements 11 months ago
  • README.md
    11.7 kB
    docs: replace unsupported mermaid mindmap/xychart with markdown tables 2 months ago
  • fly.toml
    493 Bytes
    Update fly.toml over 1 year ago
  • main.py
    3.26 kB
    check over 1 year ago
  • requirements.txt
    609 Bytes
    check over 1 year ago