Instructions to use ArrayDice/car_orientation_classification with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use ArrayDice/car_orientation_classification with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("image-classification", model="ArrayDice/car_orientation_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("ArrayDice/car_orientation_classification") model = AutoModelForImageClassification.from_pretrained("ArrayDice/car_orientation_classification") - Notebooks
- Google Colab
- Kaggle
Training in progress, epoch 4
Browse files
model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 343242432
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:5e7e520ba14146dc8927862026259a8f3388d09287c435aaf21e10de1df4efcf
|
| 3 |
size 343242432
|
runs/Jul17_11-06-50_fbb670590fa9/events.out.tfevents.1721214411.fbb670590fa9.428.0
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:5ebf89916fe9e182a5037e9e2c16eb9c10bfc748deb75ec3f8b77dabfdc59daf
|
| 3 |
+
size 12277
|