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") - Notebooks
- Google Colab
- Kaggle
Training in progress, step 1700
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:25d4e0943a6b7dd2ba2a90676bee5fe26b466a2ac4e496a9df6a8040d8d25a84
|
| 3 |
size 343236280
|
runs/Mar26_13-16-20_ryanserver/events.out.tfevents.1711473385.ryanserver.23211.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:2467f5cb1c9ea7fb2613590c1aad5aae50f1b16a5804696e78f3a139fd200f47
|
| 3 |
+
size 46046
|