Instructions to use Midas2002/Slick-101 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Midas2002/Slick-101 with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("image-classification", model="Midas2002/Slick-101") pipe("https://huggingface.co/datasets/huggingface/documentation-images/resolve/main/hub/parrots.png")# Load model directly from transformers import AutoImageProcessor, AutoModelForImageClassification processor = AutoImageProcessor.from_pretrained("Midas2002/Slick-101") model = AutoModelForImageClassification.from_pretrained("Midas2002/Slick-101") - Notebooks
- Google Colab
- Kaggle
Training in progress, step 796
Browse files
model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 343263964
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:fc3d6081d8359a78d92e5dc91d8b1e21c314d5745d28856a45b242e57d9863db
|
| 3 |
size 343263964
|
runs/Sep02_21-56-53_f77bda9cd258/events.out.tfevents.1756850215.f77bda9cd258.1582.1
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:e2deda549bed919f7800f69c191f7388d66418e87213e4338697748b9e80f523
|
| 3 |
+
size 22552
|