Token Classification
Transformers
ONNX
Safetensors
modernbert
ner
on-device
privacy
flowx
openner
insurance
de-identification
Instructions to use flowxai/codemap with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use flowxai/codemap with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("token-classification", model="flowxai/codemap")# Load model directly from transformers import AutoTokenizer, AutoModelForTokenClassification tokenizer = AutoTokenizer.from_pretrained("flowxai/codemap") model = AutoModelForTokenClassification.from_pretrained("flowxai/codemap", device_map="auto") - Notebooks
- Google Colab
- Kaggle
- Xet hash:
- bc5352bc3d00835083d132aa013427a5109b23ff44ca9da7691791ae9220d7c5
- Size of remote file:
- 5.2 kB
- SHA256:
- b70da71902ad58cb7b1f843e9f1ce144bf6d4598df319c3ed85213299f6b38fb
·
Xet efficiently stores Large Files inside Git, intelligently splitting files into unique chunks and accelerating uploads and downloads. More info.