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 110
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:41322d79f6f38421dfbbeee524306cff7bd034f4888ade8d3fbb70b370e252db
|
| 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:9e98579785e81864f7b63419948552afb0800749bbcdab40ff85253c1e48b10e
|
| 3 |
+
size 9333
|