Instructions to use rshrott/ryan_model314 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use rshrott/ryan_model314 with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("image-classification", model="rshrott/ryan_model314") 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("rshrott/ryan_model314") model = AutoModelForImageClassification.from_pretrained("rshrott/ryan_model314", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Training in progress, step 2500
Browse files
model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 343236280
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:7febf9cd24a64937be76ddd1ecf2b86e04a631e9d86b4a4f4b029358ffc24719
|
| 3 |
size 343236280
|
runs/Mar26_20-28-31_ryanserver/events.out.tfevents.1711499316.ryanserver.7179.0
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:d2ccb565460654076709d4f3c327f8fa3a892da6d32ff756184368b8761b619b
|
| 3 |
+
size 67084
|