Instructions to use thinkingface/deid_roberta_i2b2_q with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use thinkingface/deid_roberta_i2b2_q with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("token-classification", model="thinkingface/deid_roberta_i2b2_q")# Load model directly from transformers import AutoTokenizer, AutoModelForTokenClassification tokenizer = AutoTokenizer.from_pretrained("thinkingface/deid_roberta_i2b2_q") model = AutoModelForTokenClassification.from_pretrained("thinkingface/deid_roberta_i2b2_q", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Upload model_quantized.onnx with huggingface_hub
Browse files- model_quantized.onnx +3 -0
model_quantized.onnx
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:010383b74fb6d6181784c2dd963ce348698ba97d1c11b77dae935df3920abbe1
|
| 3 |
+
size 356334804
|