Image Classification
Transformers
PyTorch
TensorBoard
Safetensors
vit
huggingpics
Eval Results (legacy)
Instructions to use zjs81/Electric-Car-Brand-Classifier with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use zjs81/Electric-Car-Brand-Classifier with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("image-classification", model="zjs81/Electric-Car-Brand-Classifier") 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("zjs81/Electric-Car-Brand-Classifier") model = AutoModelForImageClassification.from_pretrained("zjs81/Electric-Car-Brand-Classifier", device_map="auto") - 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/Chevrolet_Electric_Car.jpg filter=lfs diff=lfs merge=lfs -text
|
|
| 34 |
images/Hyundai_Electric_Car.jpg filter=lfs diff=lfs merge=lfs -text
|
| 35 |
images/Tesla_Electric_Car.jpg filter=lfs diff=lfs merge=lfs -text
|
| 36 |
images/Toyota_Electric_Car.jpg filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
| 34 |
images/Hyundai_Electric_Car.jpg filter=lfs diff=lfs merge=lfs -text
|
| 35 |
images/Tesla_Electric_Car.jpg filter=lfs diff=lfs merge=lfs -text
|
| 36 |
images/Toyota_Electric_Car.jpg 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:39112c0f08de1a9678dca3646709cf43efef211ffdf63ba9aa32e1180e78ee80
|
| 3 |
+
size 343233204
|