Instructions to use Hemg/sign-language-classification with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Hemg/sign-language-classification with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("image-classification", model="Hemg/sign-language-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("Hemg/sign-language-classification") model = AutoModelForImageClassification.from_pretrained("Hemg/sign-language-classification") - Notebooks
- Google Colab
- Kaggle
Training in progress, epoch 1
Browse files
model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 343328568
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:f9a2b124cc9e9b9df4e091163b6781ac878317c66b176b479e90ba8d0fecd788
|
| 3 |
size 343328568
|
runs/Mar15_10-52-25_b37b964875e5/events.out.tfevents.1710499946.b37b964875e5.34.2
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:3b315c55f5cfda03bbb84b3c21dcb523b9e8bbde445181415e39baf470316a9a
|
| 3 |
+
size 6102
|
training_args.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 4920
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:c5868c5fc8a00d7987bcf344d17b129495ccf5adb061672bb29286e19fa8e23f
|
| 3 |
size 4920
|