Instructions to use d42kw01f/EastAsianEthnicityClassification with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use d42kw01f/EastAsianEthnicityClassification with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("image-classification", model="d42kw01f/EastAsianEthnicityClassification") 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("d42kw01f/EastAsianEthnicityClassification") model = AutoModelForImageClassification.from_pretrained("d42kw01f/EastAsianEthnicityClassification") - Notebooks
- Google Colab
- Kaggle
Adding `safetensors` variant of this model
#1
by SFconvertbot - opened
- .gitattributes +1 -0
- model.safetensors +3 -0
.gitattributes
CHANGED
|
@@ -34,3 +34,4 @@ images/Chinese.jpeg filter=lfs diff=lfs merge=lfs -text
|
|
| 34 |
images/Japanese.jpeg filter=lfs diff=lfs merge=lfs -text
|
| 35 |
images/North_Korean.jpeg filter=lfs diff=lfs merge=lfs -text
|
| 36 |
images/South_Korean.jpeg filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
| 34 |
images/Japanese.jpeg filter=lfs diff=lfs merge=lfs -text
|
| 35 |
images/North_Korean.jpeg filter=lfs diff=lfs merge=lfs -text
|
| 36 |
images/South_Korean.jpeg filter=lfs diff=lfs merge=lfs -text
|
| 37 |
+
model.safetensors filter=lfs diff=lfs merge=lfs -text
|
model.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:8af8d134524b7f008afd1d2a60005eea67c8d424bfb7d181ed04d0818b20a32b
|
| 3 |
+
size 343230128
|