Instructions to use mo-thecreator/vit-Facial-Expression-Recognition with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use mo-thecreator/vit-Facial-Expression-Recognition with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("image-classification", model="mo-thecreator/vit-Facial-Expression-Recognition") 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("mo-thecreator/vit-Facial-Expression-Recognition") model = AutoModelForImageClassification.from_pretrained("mo-thecreator/vit-Facial-Expression-Recognition") - Inference
- Notebooks
- Google Colab
- Kaggle
Mohammed Abdeldayem commited on
Training in progress, step 1500
Browse files- model.safetensors +1 -1
model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 343239356
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:eccee6db15bcbf75168e2c1f3d76b40110b94e1dfef618af6fab5efcb9828618
|
| 3 |
size 343239356
|