Instructions to use Dhika/raildefect with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Dhika/raildefect with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("image-classification", model="Dhika/raildefect") 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/raildefect") model = AutoModelForImageClassification.from_pretrained("Dhika/raildefect") - Notebooks
- Google Colab
- Kaggle
Training in progress, step 270
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:912237d7be9252d5c5c99d1d26b152b60965e2cbb4775aa13e3567cafdf3a7cb
|
| 3 |
size 343278253
|
runs/Jun04_03-34-19_4d164c6b4be1/events.out.tfevents.1685849765.4d164c6b4be1.355.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:c14f3f352027fc9738cbbdcb9ca5802a63121c79b64c090826f5c02362dc61bb
|
| 3 |
+
size 17001
|