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") - Notebooks
- Google Colab
- Kaggle
Training in progress, step 410
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:a5e80d95e5d6425e0f62b657b8197b1072bebb8637a57070908cec93859b3d25
|
| 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:63c98dcdd51abc0c353911ed57647cd9bfa8d50acdc26bb956267c4bd9c72e39
|
| 3 |
+
size 23724
|