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
      • Hardware
      • Learn
      • Discord
      • Forum
      • GitHub
    • Solutions
      • Team & Enterprise
      • Hugging Face PRO
      • Enterprise Support
      • Inference Providers
      • Inference Endpoints
      • Storage Buckets

  • Log In
  • Sign Up

flowxai
/
containerdetect

Token Classification
Transformers
ONNX
Safetensors
modernbert
ner
on-device
privacy
flowx
openner
logistics
de-identification
Model card Files Files and versions
xet
Community

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

  • Libraries
  • Transformers

    How to use flowxai/containerdetect with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("token-classification", model="flowxai/containerdetect")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForTokenClassification
    
    tokenizer = AutoTokenizer.from_pretrained("flowxai/containerdetect")
    model = AutoModelForTokenClassification.from_pretrained("flowxai/containerdetect", device_map="auto")
  • Notebooks
  • Google Colab
  • Kaggle
containerdetect / onnx
Ctrl+K
Ctrl+K
  • 1 contributor
History: 1 commit
bogdanraduta's picture
bogdanraduta
Add OpenNER model, card, NOTICE (Apache-2.0, FlowX.AI)
0215c2d verified 3 days ago
  • model.int8.onnx
    152 MB
    xet
    Add OpenNER model, card, NOTICE (Apache-2.0, FlowX.AI) 3 days ago
  • model.onnx
    2.62 MB
    xet
    Add OpenNER model, card, NOTICE (Apache-2.0, FlowX.AI) 3 days ago
  • model.onnx.data

    Pickle imports

    • No problematic imports detected

    What is a pickle import?

    598 MB
    xet
    Add OpenNER model, card, NOTICE (Apache-2.0, FlowX.AI) 3 days ago