Instructions to use Dhika/raildefect8 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Dhika/raildefect8 with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("image-classification", model="Dhika/raildefect8") 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/raildefect8") model = AutoModelForImageClassification.from_pretrained("Dhika/raildefect8") - 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:9ff2d34480ba01a5da7f3b00089f816e186339ffdcaf390673986009ca5a215a
|
| 3 |
size 343278253
|
runs/Jul02_08-40-56_d171167db7fd/events.out.tfevents.1688287272.d171167db7fd.11931.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:9c4e3f933985894d062a92592a1f6f6dfe9569ab66f5fef1c3bef2a2f7bd8553
|
| 3 |
+
size 23724
|