Image Classification
Transformers
PyTorch
TensorBoard
vit
Generated from Trainer
Eval Results (legacy)
Instructions to use Jiajing/SL_final_model with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Jiajing/SL_final_model with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("image-classification", model="Jiajing/SL_final_model") 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("Jiajing/SL_final_model") model = AutoModelForImageClassification.from_pretrained("Jiajing/SL_final_model") - Notebooks
- Google Colab
- Kaggle
End of training
Browse files
runs/Apr05_09-44-31_73933de6d87e/events.out.tfevents.1680687880.73933de6d87e.16709.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:6055ff0ffe0d6b07c036bf4e808d98caf376db6925052aa3b20e169184f7a99e
|
| 3 |
+
size 8437
|