Instructions to use suredream/tsec_vit_model with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use suredream/tsec_vit_model with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("image-classification", model="suredream/tsec_vit_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("suredream/tsec_vit_model") model = AutoModelForImageClassification.from_pretrained("suredream/tsec_vit_model", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Training in progress, epoch 10
Browse files
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:15efbcc3724f48fc425f6ec4b7a9b82f71006320bc76a317c782c3651c75bdcc
|
| 3 |
size 343223968
|
runs/Jun30_02-49-45_b667e29fb07e/events.out.tfevents.1719715786.b667e29fb07e.2502.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:2a3953d92959eb4b093538c884c5a5efa0dc43478af9bf513efe9ab1a9e2a4fb
|
| 3 |
+
size 67394
|