Image Classification
Transformers
TensorBoard
Safetensors
swin
Generated from Trainer
Eval Results (legacy)
Instructions to use Lalith47/custom-cloud-model with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Lalith47/custom-cloud-model with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("image-classification", model="Lalith47/custom-cloud-model") 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("Lalith47/custom-cloud-model") model = AutoModelForImageClassification.from_pretrained("Lalith47/custom-cloud-model") - 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 343239356
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:b8f3ef565301c739e7a543530680fdeb9ce34ff8876e2910621f92fa5e71ac14
|
| 3 |
size 343239356
|
runs/Nov21_14-11-10_c1472a088aa2/events.out.tfevents.1763734271.c1472a088aa2.567.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:21624e0b4c667ec42083a34c76bab381f9b87080bda132bf498038d245a2318d
|
| 3 |
+
size 6791
|
runs/Nov21_14-17-15_c1472a088aa2/events.out.tfevents.1763734635.c1472a088aa2.567.3
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:17d92a1f121f9cf2956681ffb90be2d96ee41b7d867c9752eeca584cf5548764
|
| 3 |
+
size 5743
|
training_args.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 5841
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:28f804d81b5f72322a30595649e3332c0f10bf973a4b4a0666197bc40e38a084
|
| 3 |
size 5841
|