Instructions to use varcoder/resnet-101-CivilEng11k-newDS with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use varcoder/resnet-101-CivilEng11k-newDS with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("image-classification", model="varcoder/resnet-101-CivilEng11k-newDS") 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-newDS") model = AutoModelForImageClassification.from_pretrained("varcoder/resnet-101-CivilEng11k-newDS", 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:f07f6a1efe2c2877315756a6b78500fc6e99958a9e0f65d8feee6fd74f4f55a1
|
| 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 4271
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:3c3b7a0a8b0180a684f97093cc7b872cede0785edd83371511463931ac9e62a9
|
| 3 |
size 4271
|