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 5
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:a11a7cc19d243e779f0090ae83e2a2980772575f482e0f6d842acc9cca6fd636
|
| 3 |
size 343242432
|
runs/Jul17_13-36-56_0cb15eabdb53/events.out.tfevents.1721223417.0cb15eabdb53.1499.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:f39ca682b562704875681f3e4fe02ee0fd20a2b1ee3e1e1655f2ef04c2e23e85
|
| 3 |
+
size 13724
|