Instructions to use vlevi/Main_Fashion-convnext with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use vlevi/Main_Fashion-convnext with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("image-classification", model="vlevi/Main_Fashion-convnext") 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("vlevi/Main_Fashion-convnext") model = AutoModelForImageClassification.from_pretrained("vlevi/Main_Fashion-convnext", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Training in progress, epoch 11
Browse files
model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 111326392
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:5f5f7c0ed2b1f3cadac360deb3040bfd0d36e6738d3bef044c47b2f08622f157
|
| 3 |
size 111326392
|
runs/May01_18-45-21_13983870a714/events.out.tfevents.1714589132.13983870a714.1243.2
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:492b04bbb1e591d0c87e5af5297ceb412e642255e551ddb833693b897872b52b
|
| 3 |
+
size 12351
|