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 8
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:ba83910b640fd47a4d0da1de18ea9326f02cbaaafa12630ca41ea3c4c5a60f98
|
| 3 |
size 343297800
|
runs/Sep22_05-23-31_a57ae702663b/events.out.tfevents.1726982612.a57ae702663b.1219.5
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:7c57c54246f1a1737c65accfa64988fa4aabb4a0712431649ac8e3163c1d5985
|
| 3 |
+
size 9593
|