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 3
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:6c99dc2aa46981e5c54982fa7a524317acd9f79670882f6ff4a5601479f20e56
|
| 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:678cc127bbd241569fa6150eac4b296c768251fdcf70343b5d99bf3a18fc4509
|
| 3 |
+
size 53811
|