Instructions to use Dhika/raildefect with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Dhika/raildefect with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("image-classification", model="Dhika/raildefect") 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/raildefect") model = AutoModelForImageClassification.from_pretrained("Dhika/raildefect") - Notebooks
- Google Colab
- Kaggle
Training in progress, step 280
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:029a3d865dd2e493e50299a9a08390c2c0486dfdc2ad4e55ea1036ce257a0d66
|
| 3 |
size 343278253
|
runs/Jun04_03-34-19_4d164c6b4be1/events.out.tfevents.1685849765.4d164c6b4be1.355.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:f69fd8e7997944f77ee68a037ad34131c7e2804f01d6a2ccd0181e475e3fdcfd
|
| 3 |
+
size 17481
|