Image Classification
Transformers
TensorBoard
Safetensors
cvt
Generated from Trainer
Eval Results (legacy)
Instructions to use andrecastro/cvt-13 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use andrecastro/cvt-13 with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("image-classification", model="andrecastro/cvt-13") 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("andrecastro/cvt-13") model = AutoModelForImageClassification.from_pretrained("andrecastro/cvt-13", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Commit ·
e9f9cda
1
Parent(s): a7a523f
Training in progress, epoch 14
Browse files
model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 78629584
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:bab1d64a0425dd11b69d9e65e87cb3bd74d266c55850d65ea9d81037c169449b
|
| 3 |
size 78629584
|
runs/Dec21_13-49-42_9bff72dbc15e/events.out.tfevents.1703166583.9bff72dbc15e.338.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:7c53c28d0ecc382ea807543b51246f5fafd599e045924d3b311e9d7b4dd5a9c4
|
| 3 |
+
size 87036
|