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 ·
297f5cd
1
Parent(s): 2f7fb1a
End of training
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:6981dddb60c5c096878d0c0c217767a53df9770eea328dea05d5a64863a6f799
|
| 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:49b9cdb597291ca44e7e269d03696771ca201cb25c8ecbbe46b1023703667ab7
|
| 3 |
+
size 22107
|