Instructions to use Dhika/raildefect3 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Dhika/raildefect3 with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("image-classification", model="Dhika/raildefect3") 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("Dhika/raildefect3") model = AutoModelForImageClassification.from_pretrained("Dhika/raildefect3", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Training in progress, step 170
Browse files
pytorch_model.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 343278253
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:9b26f80d70d86d17621f11c92f20090bb357577a396c8f72d97a7e8be78c9540
|
| 3 |
size 343278253
|
runs/Jun17_08-45-15_f1109e8efc38/events.out.tfevents.1686991566.f1109e8efc38.7752.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:127190e2ade4021fca0e2d414faccdc889a640c82413daa0044b9d066ee5dfb4
|
| 3 |
+
size 12204
|