Instructions to use agent593/content with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use agent593/content with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("image-classification", model="agent593/content") 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("agent593/content") model = AutoModelForImageClassification.from_pretrained("agent593/content") - Notebooks
- Google Colab
- Kaggle
Training in progress, epoch 28
Browse files
model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 343227052
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:0796624fac3a34a241b6e58945e882166a4c6e838111558eb33144ffa7b6510a
|
| 3 |
size 343227052
|
runs/Jun17_19-12-44_be2ba1c8e665/events.out.tfevents.1718651568.be2ba1c8e665.1350.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:ee6e38c376516cdc6c3e3bc38fdedd1cb5ba33473f356c4d01394b508298d8c6
|
| 3 |
+
size 51018
|