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
2.66 GB
Ctrl+K
Ctrl+K
  • 2 contributors
History: 4 commits
SFconvertbot's picture
SFconvertbot
Adding `safetensors` variant of this model
8e0b007 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
  • model.safetensors
    1.33 GB
    xet
    Adding `safetensors` variant of this model over 1 year ago
  • pytorch_model.bin

    Detected Pickle imports (3)

    • "torch._utils._rebuild_tensor_v2",
    • "torch.FloatStorage",
    • "collections.OrderedDict"

    What is a pickle import?

    1.33 GB
    xet
    Rename fixed_software.pt to pytorch_model.bin over 1 year ago