Instructions to use thisiskeithkwan/stanford-deidentifier-base-onnx-nonquantized with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use thisiskeithkwan/stanford-deidentifier-base-onnx-nonquantized with Transformers:
# Load model directly from transformers import AutoTokenizer, AutoModel tokenizer = AutoTokenizer.from_pretrained("thisiskeithkwan/stanford-deidentifier-base-onnx-nonquantized") model = AutoModel.from_pretrained("thisiskeithkwan/stanford-deidentifier-base-onnx-nonquantized", device_map="auto") - Notebooks
- Google Colab
- Kaggle
File size: 31 Bytes
d43c1a6 | 1 2 3 4 | ---
license: apache-2.0
---
|