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