Image Classification
Transformers
Safetensors
vit
image-classification, screenshots detection
Generated from Trainer
Instructions to use al-css/Screenshots_detection_to_classification with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use al-css/Screenshots_detection_to_classification with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("image-classification", model="al-css/Screenshots_detection_to_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("al-css/Screenshots_detection_to_classification") model = AutoModelForImageClassification.from_pretrained("al-css/Screenshots_detection_to_classification") - Notebooks
- Google Colab
- Kaggle
Training in progress, step 168
Browse files- model.safetensors +1 -1
- training_args.bin +1 -1
model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 343223968
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:91eb03484d046655fe18370c2c5d7ae71920714df38ed13a2ffbbbd083907649
|
| 3 |
size 343223968
|
training_args.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 5176
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:91884abea5a0b0b521975ef4eedf786c86a518ae88b080ab57308aeb278e64b4
|
| 3 |
size 5176
|