Hugging Face's logo Hugging Face
  • Models
  • Datasets
  • Spaces
  • Buckets new
  • Docs
  • Enterprise
  • Pricing

  • 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: 9 commits
hadiaskari98's picture
hadiaskari98
Update README.md
0f8ca0a verified over 1 year ago
  • .gitattributes
    1.52 kB
    initial commit over 1 year ago
  • README.md
    569 Bytes
    Update README.md over 1 year ago
  • config.json
    1.11 kB
    Update config.json over 1 year ago
  • model.safetensors
    1.33 GB
    xet
    Adding `safetensors` variant of this model (#1) 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
  • special_tokens_map.json
    125 Bytes
    Upload 5 files over 1 year ago
  • tokenizer.json
    669 kB
    Upload 5 files over 1 year ago
  • tokenizer_config.json
    364 Bytes
    Upload 5 files over 1 year ago
  • vocab.txt
    213 kB
    Upload 5 files over 1 year ago