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 150
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:97b5629a8ed794d9c710f482708b5321562c8b7f545f81553306416de347239e
|
| 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:5feaa48f9768b7e86beedaabecee793979201dc2a762cbf7ed739af735cf3095
|
| 3 |
+
size 11244
|