Image Classification
Transformers
TensorBoard
Safetensors
vit
Generated from Trainer
Eval Results (legacy)
Instructions to use Subhaaannn/image_classification12 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Subhaaannn/image_classification12 with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("image-classification", model="Subhaaannn/image_classification12") 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("Subhaaannn/image_classification12") model = AutoModelForImageClassification.from_pretrained("Subhaaannn/image_classification12") - 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 343242432
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:b10c89c4590a1f2a4b7cef088d312cca9978069021ab1317d86f0f2dcb779d2f
|
| 3 |
size 343242432
|
runs/Feb16_16-01-39_77917cf047ab/events.out.tfevents.1708099308.77917cf047ab.1256.13
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:90d5ebb122a2317344b9aab10dcc1870a873583b5d46769a96b72fc33a6ad419
|
| 3 |
+
size 5863
|
runs/Feb16_16-03-46_77917cf047ab/events.out.tfevents.1708099430.77917cf047ab.1256.14
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:34572d4847f80d371889472ee7f5f84308f302c239558a10b222044b4146ee57
|
| 3 |
+
size 4882
|
training_args.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 4600
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:e17938e4a1ca0c30f6d2ae5a70fee74252f3c1b148a84b0466c7d9fa5eb25df1
|
| 3 |
size 4600
|