Instructions to use typorch/secondlife-detect with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use typorch/secondlife-detect with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("image-classification", model="typorch/secondlife-detect") pipe("https://huggingface.co/datasets/huggingface/documentation-images/resolve/main/hub/parrots.png")# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("typorch/secondlife-detect", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Upload model.onnx
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:c877f0fc4caccfd08d3f0947b0a6964585e9ccdb95c3fe2f279712ae5320050a
|
| 3 |
+
size 5773138
|