Instructions to use mrisdi/asl_classification with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use mrisdi/asl_classification with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("image-classification", model="mrisdi/asl_classification") 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("mrisdi/asl_classification") model = AutoModelForImageClassification.from_pretrained("mrisdi/asl_classification", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Training in progress, epoch 2
Browse files
model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 343297800
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:6ef5d738e248fa097f094b337736782f91f35b558f27e623fce747d171546908
|
| 3 |
size 343297800
|
runs/Sep22_05-11-55_a57ae702663b/events.out.tfevents.1726981916.a57ae702663b.1219.1
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:b56f36d9b7e73a387dfca7083b13e744dd4fdcde2039d29906cc5bd1e35946a5
|
| 3 |
+
size 6817
|