Instructions to use bookbot/roberta-base-emphasis-onnx-quantized with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use bookbot/roberta-base-emphasis-onnx-quantized with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("question-answering", model="bookbot/roberta-base-emphasis-onnx-quantized")# Load model directly from transformers import AutoTokenizer, AutoModelForQuestionAnswering tokenizer = AutoTokenizer.from_pretrained("bookbot/roberta-base-emphasis-onnx-quantized") model = AutoModelForQuestionAnswering.from_pretrained("bookbot/roberta-base-emphasis-onnx-quantized") - 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:e32b6ceee734f30b0ecc257c11e3a76b3c1ca32ceadeadad8f9758ed97111bd0
|
| 3 |
+
size 43162714
|