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 130
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:f7e82daa71fcb0a01240be006e3e74903d109e3e34bfa83ffd1b35f3382f7919
|
| 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:2c15fc69ceb1233782fe1aa65328af6fb8bbd2e8904d1ae6b7c844d2ca27c49d
|
| 3 |
+
size 10284
|