Instructions to use nathanReitinger/FASHION-vision with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use nathanReitinger/FASHION-vision with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("image-classification", model="nathanReitinger/FASHION-vision") 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("nathanReitinger/FASHION-vision") model = AutoModelForImageClassification.from_pretrained("nathanReitinger/FASHION-vision") - Notebooks
- Google Colab
- Kaggle
Training in progress, epoch 2
Browse files
model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 343248584
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:e365195995d2d2174dfbac078bc50b61885f8eca532165f0b78e265dd0bc625f
|
| 3 |
size 343248584
|
runs/Apr30_12-06-15_tron46.umiacs.umd.edu/events.out.tfevents.1714493179.tron46.umiacs.umd.edu.2106457.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:1b8cd387a7228c6221107abd50e259654761f78582e5eb4c4a8c68174b40583c
|
| 3 |
+
size 37520
|