Instructions to use fancyfeast/joytag with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use fancyfeast/joytag with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("image-classification", model="fancyfeast/joytag") pipe("https://huggingface.co/datasets/huggingface/documentation-images/resolve/main/hub/parrots.png")# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("fancyfeast/joytag", dtype="auto") - Notebooks
- Google Colab
- Kaggle
Add ONNX version
Browse files- model.onnx +3 -0
model.onnx
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:f85b7130e6e549b5b0822537007b7482e8c4c8e754c8d9a5bee08e27050e1097
|
| 3 |
+
size 366116154
|