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
/
bolparse

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/bolparse with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use flowxai/bolparse with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("token-classification", model="flowxai/bolparse")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForTokenClassification
    
    tokenizer = AutoTokenizer.from_pretrained("flowxai/bolparse")
    model = AutoModelForTokenClassification.from_pretrained("flowxai/bolparse", device_map="auto")
  • Notebooks
  • Google Colab
  • Kaggle
bolparse
Ctrl+K
Ctrl+K
  • 1 contributor
History: 2 commits
bogdanraduta's picture
bogdanraduta
Add OpenNER model, card, NOTICE (Apache-2.0, FlowX.AI)
b17d477 verified 3 days ago
  • onnx
    Add OpenNER model, card, NOTICE (Apache-2.0, FlowX.AI) 3 days ago
  • .gitattributes
    1.58 kB
    Add OpenNER model, card, NOTICE (Apache-2.0, FlowX.AI) 3 days ago
  • NOTICE
    342 Bytes
    Add OpenNER model, card, NOTICE (Apache-2.0, FlowX.AI) 3 days ago
  • README.md
    1.74 kB
    Add OpenNER model, card, NOTICE (Apache-2.0, FlowX.AI) 3 days ago
  • config.json
    2.51 kB
    Add OpenNER model, card, NOTICE (Apache-2.0, FlowX.AI) 3 days ago
  • metrics.json
    243 Bytes
    Add OpenNER model, card, NOTICE (Apache-2.0, FlowX.AI) 3 days ago
  • model.safetensors
    598 MB
    xet
    Add OpenNER model, card, NOTICE (Apache-2.0, FlowX.AI) 3 days ago
  • tokenizer.json
    3.58 MB
    Add OpenNER model, card, NOTICE (Apache-2.0, FlowX.AI) 3 days ago
  • tokenizer_config.json
    380 Bytes
    Add OpenNER model, card, NOTICE (Apache-2.0, FlowX.AI) 3 days ago
  • training_args.bin
    5.2 kB
    xet
    Add OpenNER model, card, NOTICE (Apache-2.0, FlowX.AI) 3 days ago