Instructions to use Dhika/raildefect6 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Dhika/raildefect6 with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("image-classification", model="Dhika/raildefect6") 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/raildefect6") model = AutoModelForImageClassification.from_pretrained("Dhika/raildefect6", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Training in progress, step 330
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:422dacbfa3bbc2864c519fd8ddf81fe1f926b1d457ad54e73aab7b352d1fd4fd
|
| 3 |
size 343278253
|
runs/Jun13_11-33-41_e034bbdd7514/events.out.tfevents.1686656039.e034bbdd7514.8295.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:6a0471bc12b96ed28b3c25d7f9b61d53ad0043664bf25ee831cee72140417cda
|
| 3 |
+
size 19884
|