Instructions to use rshrott/ryan_model314_3 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use rshrott/ryan_model314_3 with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("image-classification", model="rshrott/ryan_model314_3") 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_3") model = AutoModelForImageClassification.from_pretrained("rshrott/ryan_model314_3", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Training in progress, step 200
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:819da54ef236591d1a7133e9942afe05232399dd776d1d72ac5d079db0a01db2
|
| 3 |
size 343236280
|
runs/Mar26_23-12-19_ryanserver/events.out.tfevents.1711509145.ryanserver.11961.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:84a48777617d2f351610bcc1e424dc663c193e2741a66f9e55e63f684f9bfc06
|
| 3 |
+
size 6336
|