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 360
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:d84a4b6a8b2bdb225f0055180885e8062f072807ec7f459cc4f0adc3857115bd
|
| 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:710267b4526cab6a66a97694dcf6e1b5e4248c7088bb6838ce911a027850af04
|
| 3 |
+
size 21324
|