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 3
Browse files- model.safetensors +1 -1
- pytorch_model.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:a776f590daf1fee5f73ed7be8d79a6ad22391206dbe750761262b3eb6655698f
|
| 3 |
size 170529724
|
pytorch_model.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 170661845
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:8788841e2d092fa50e340bce49b85074941ae9e4382a1fc38ac9652bb215a1a4
|
| 3 |
size 170661845
|