Token Classification
Transformers
ONNX
Safetensors
modernbert
ner
on-device
privacy
flowx
openner
insurance
de-identification
Instructions to use flowxai/medclaimner with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use flowxai/medclaimner with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("token-classification", model="flowxai/medclaimner")# Load model directly from transformers import AutoTokenizer, AutoModelForTokenClassification tokenizer = AutoTokenizer.from_pretrained("flowxai/medclaimner") model = AutoModelForTokenClassification.from_pretrained("flowxai/medclaimner", device_map="auto") - Notebooks
- Google Colab
- Kaggle
File size: 129 Bytes
0a83a15 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:0f26f6aa5a23319ec4bf955a6f5586acda9fbc8f993fb46c2fd0170f5edf0aca
size 5201
|