Instructions to use SrushtiR/Srushti with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use SrushtiR/Srushti with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("image-classification", model="SrushtiR/Srushti") 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("SrushtiR/Srushti") model = AutoModelForImageClassification.from_pretrained("SrushtiR/Srushti", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Training in progress, epoch 9
Browse files
model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 343227052
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:2def6aad108aa2841813875900c53f4c4bf4fb66a95255bc05fa8eb471575b98
|
| 3 |
size 343227052
|
runs/Jan28_12-04-44_LAPTOP-U1QEGP23/events.out.tfevents.1706423875.LAPTOP-U1QEGP23.16468.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:fa1e81198d33b31fe7a267a9056718eb3cc39567ea32b94a81b4e7e42936f32c
|
| 3 |
+
size 13969
|