Instructions to use Taki3d/CrackDetectionLowRes with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Taki3d/CrackDetectionLowRes with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("image-classification", model="Taki3d/CrackDetectionLowRes") 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("Taki3d/CrackDetectionLowRes") model = AutoModelForImageClassification.from_pretrained("Taki3d/CrackDetectionLowRes") - Notebooks
- Google Colab
- Kaggle
Model save
Browse files- config.json +0 -1
- pytorch_model.bin +1 -1
- training_args.bin +1 -1
config.json
CHANGED
|
@@ -26,7 +26,6 @@
|
|
| 26 |
"num_channels": 3,
|
| 27 |
"num_hidden_layers": 12,
|
| 28 |
"patch_size": 16,
|
| 29 |
-
"problem_type": "single_label_classification",
|
| 30 |
"qkv_bias": true,
|
| 31 |
"torch_dtype": "float32",
|
| 32 |
"transformers_version": "4.31.0.dev0"
|
|
|
|
| 26 |
"num_channels": 3,
|
| 27 |
"num_hidden_layers": 12,
|
| 28 |
"patch_size": 16,
|
|
|
|
| 29 |
"qkv_bias": true,
|
| 30 |
"torch_dtype": "float32",
|
| 31 |
"transformers_version": "4.31.0.dev0"
|
pytorch_model.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 343265965
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:9119a701dbeeaae9beb0c146d7c901ec0f0b9e35f77b45c81759ebf1f088df21
|
| 3 |
size 343265965
|
training_args.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 4027
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:b0ca886775850e44a84cb7c6e978d4bddd2fff764136bbcecdb7d257f3f0a596
|
| 3 |
size 4027
|