Image Classification
Transformers
PyTorch
TensorBoard
vit
Generated from Trainer
Eval Results (legacy)
Instructions to use 02shanky/test_model_graphics_classification with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use 02shanky/test_model_graphics_classification with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("image-classification", model="02shanky/test_model_graphics_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("02shanky/test_model_graphics_classification") model = AutoModelForImageClassification.from_pretrained("02shanky/test_model_graphics_classification") - Notebooks
- Google Colab
- Kaggle
Fully Trained Model
Browse files
runs/Jul07_05-38-57_529e2cf7f61f/events.out.tfevents.1688708343.529e2cf7f61f.2088.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:af4017ea4a07148266a6438dbab7bbf93831e8aa32a1e4e2e80dccef547dcb89
|
| 3 |
+
size 5429
|