Instructions to use vargr/yt-openloop-quantized with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use vargr/yt-openloop-quantized with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="vargr/yt-openloop-quantized")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("vargr/yt-openloop-quantized") model = AutoModelForSequenceClassification.from_pretrained("vargr/yt-openloop-quantized") - Notebooks
- Google Colab
- Kaggle
Commit ·
500f2ed
1
Parent(s): 6b065bb
Upload model_optimized_quantized.onnx with huggingface_hub
Browse files
model_optimized_quantized.onnx
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:17bd5ff32cf8e630990bbd3c01dea3bc0080ce14312cecaed5b861704ae5af01
|
| 3 |
+
size 110369856
|