Instructions to use cvmil/deit-base-patch16-224_augmented-v2_fft with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use cvmil/deit-base-patch16-224_augmented-v2_fft with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("image-classification", model="cvmil/deit-base-patch16-224_augmented-v2_fft") 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("cvmil/deit-base-patch16-224_augmented-v2_fft") model = AutoModelForImageClassification.from_pretrained("cvmil/deit-base-patch16-224_augmented-v2_fft") - Notebooks
- Google Colab
- Kaggle
Training in progress, epoch 15
Browse files
logs/events.out.tfevents.1740279507.ca6c489f7bbc.211.2
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:66e6973a830c37dddb036583a7477c3267be57d70fecfe6918ad711c35e2cabc
|
| 3 |
+
size 10156
|
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:fcb3ef407d78af6fcba5ce93ebdb3a66f84667f5378d9eb083a782ca1592a628
|
| 3 |
size 343242432
|