Token Classification
Transformers
ONNX
Safetensors
modernbert
ner
on-device
privacy
flowx
openner
logistics
de-identification
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
File size: 134 Bytes
0215c2d | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:0b755348e4d0d512a1cc2e45bc7e34a09addf37051cdedf81dac51ac649f285e
size 598474752
|