Instructions to use varcoder/resnet-101-CivilEng11k_3Classes-new with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use varcoder/resnet-101-CivilEng11k_3Classes-new with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("image-classification", model="varcoder/resnet-101-CivilEng11k_3Classes-new") 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("varcoder/resnet-101-CivilEng11k_3Classes-new") model = AutoModelForImageClassification.from_pretrained("varcoder/resnet-101-CivilEng11k_3Classes-new", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Training in progress, epoch 1
Browse files- model.safetensors +1 -1
- training_args.bin +1 -1
model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 170529724
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:4497232629e50be071e34122ee24a848354af2a3bb43ae3ae4f4c47e18ca5d32
|
| 3 |
size 170529724
|
training_args.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 4283
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:2500b2a090c9aeff256891c2f6d0ff4f0aa6c2d2e0ee10ab2b20e08491c2098c
|
| 3 |
size 4283
|