Instructions to use pain/ArSL_AlphabetsClassificationModel with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use pain/ArSL_AlphabetsClassificationModel with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("image-classification", model="pain/ArSL_AlphabetsClassificationModel") pipe("https://huggingface.co/datasets/huggingface/documentation-images/resolve/main/hub/parrots.png")# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("pain/ArSL_AlphabetsClassificationModel", dtype="auto") - Notebooks
- Google Colab
- Kaggle
Upload Pytorch_Model.bin
Browse files- Pytorch_Model.bin +3 -0
Pytorch_Model.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:56206285328dd67faadd8b038b991081073cc927e7a4adcc8490732d402f5cc0
|
| 3 |
+
size 44848781
|