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

hadiaskari98
/
Software_NER_prod

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

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

  • Libraries
  • Transformers

    How to use hadiaskari98/Software_NER_prod with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("token-classification", model="hadiaskari98/Software_NER_prod")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForTokenClassification
    
    tokenizer = AutoTokenizer.from_pretrained("hadiaskari98/Software_NER_prod")
    model = AutoModelForTokenClassification.from_pretrained("hadiaskari98/Software_NER_prod")
  • Notebooks
  • Google Colab
  • Kaggle
Software_NER_prod
1.54 kB
Ctrl+K
Ctrl+K
  • 2 contributors
History: 1 commit
hadiaskari98's picture
hadiaskari98
initial commit
bee2e34 verified over 1 year ago
  • .gitattributes
    1.52 kB
    initial commit over 1 year ago
  • README.md
    24 Bytes
    initial commit over 1 year ago