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 100
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:34ae267cba2f2c4855f89f6e88f0399dbd9ccf25f4088b4064b64ce95356bcf3
|
| 3 |
size 343236280
|
runs/Mar26_20-28-31_ryanserver/events.out.tfevents.1711499316.ryanserver.7179.0
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:97effc2671f244b51e32a0ddd5d0da86e0b86377ebb451eb7199fc4e857316c6
|
| 3 |
+
size 7188
|
training_args.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 4920
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:175ed7d397cf42d2f8c0419bb2c5a4554c3e024ea3b726f2ca840db181fc5a18
|
| 3 |
size 4920
|