Image Classification
Transformers
PyTorch
TensorBoard
vit
Generated from Trainer
Eval Results (legacy)
Instructions to use sakethchalla/isl-model with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use sakethchalla/isl-model with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("image-classification", model="sakethchalla/isl-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("sakethchalla/isl-model") model = AutoModelForImageClassification.from_pretrained("sakethchalla/isl-model") - Notebooks
- Google Colab
- Kaggle
Commit ·
2f7fb1a
1
Parent(s): b999781
Training in progress, epoch 10
Browse files
pytorch_model.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 343336365
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:f852b1570ce018bc77628bcfa34bb2fd442bbccee540e8036a1d9be2dd3c881e
|
| 3 |
size 343336365
|
runs/Apr15_08-12-42_9c6f63b521fa/events.out.tfevents.1681546397.9c6f63b521fa.325.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:ecb35ae237724981f5f152237d11570164b5179e7376dfe65174bde7e8809583
|
| 3 |
+
size 21753
|