Instructions to use Vuy/rubert-tiny2-onnx with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Vuy/rubert-tiny2-onnx with Transformers:
# Load model directly from transformers import AutoTokenizer, AutoModelForPreTraining tokenizer = AutoTokenizer.from_pretrained("Vuy/rubert-tiny2-onnx") model = AutoModelForPreTraining.from_pretrained("Vuy/rubert-tiny2-onnx") - Notebooks
- Google Colab
- Kaggle
Upload model_optimized.onnx with huggingface_hub
Browse files- model_optimized.onnx +3 -0
model_optimized.onnx
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:39dcd6f039c9dfa269795259cec99ca85c75a2002ba72efe186b8068a8d7ad03
|
| 3 |
+
size 116392715
|