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 27
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:cbd984eb48ee56f4bdd79abae04d74da7cb76f779e3d8acdd7d954935697cdfd
|
| 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:4fea2fd30927a07f2b9c2505386901f6166a497e411951d27bbf5961710239bd
|
| 3 |
+
size 49491
|