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 29
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:56c71af11ec564c48f4992a1437b53bcbb175b1fb9b4867d08ccfff1c7cd001e
|
| 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:b89f629a967f1c4a7110db5b61812b9198afdfffebb5aee650cfae9ce338b32e
|
| 3 |
+
size 52756
|