Image Classification
Transformers
TensorBoard
Safetensors
swin
Generated from Trainer
Eval Results (legacy)
Instructions to use djbp/NMM_Classification_base_V10 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use djbp/NMM_Classification_base_V10 with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("image-classification", model="djbp/NMM_Classification_base_V10") 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("djbp/NMM_Classification_base_V10") model = AutoModelForImageClassification.from_pretrained("djbp/NMM_Classification_base_V10") - Notebooks
- Google Colab
- Kaggle
Training in progress, epoch 1
Browse files
model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 347502916
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:86cca60e8d6ae258a67cc7ccfcfe8d398d62ed156a1ecef70842ef45a6a6a85d
|
| 3 |
size 347502916
|
runs/Sep24_06-17-42_data-science-wbi/events.out.tfevents.1727158663.data-science-wbi
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:1ebef72c654df004ee5b1d8f5ac527e71dc5a3b4135a64b9bc7c9cea1a8c9e05
|
| 3 |
+
size 7797
|