Image Classification
Transformers
PyTorch
Safetensors
resnet
Generated from Trainer
Eval Results (legacy)
Instructions to use varcoder/resnet-101-finetuned-CivilEng11k-newDS with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use varcoder/resnet-101-finetuned-CivilEng11k-newDS with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("image-classification", model="varcoder/resnet-101-finetuned-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-finetuned-CivilEng11k-newDS") model = AutoModelForImageClassification.from_pretrained("varcoder/resnet-101-finetuned-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:1607febb21bbb1038919eaf58600ecbac81f902381df4ceb4d73e69596820cc9
|
| 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:9dca02004cabf1f0b18260de4ba5569075d6e88eea58bb54d4dae59835395ddf
|
| 3 |
size 4271
|