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 6
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:011babc3054b2537452553797e74108cd74d21ec8a91d05ee1ec7862c8329118
|
| 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:0bf3742a0523c901ced92d3cc970e4f111371698bf5f943fb216b4dfbeb6998e
|
| 3 |
+
size 15313
|