Instructions to use varcoder/resnet-101-finetuned-CivilEng11k with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use varcoder/resnet-101-finetuned-CivilEng11k with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("image-classification", model="varcoder/resnet-101-finetuned-CivilEng11k") 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") model = AutoModelForImageClassification.from_pretrained("varcoder/resnet-101-finetuned-CivilEng11k", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Training in progress, epoch 14
Browse files
model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 170619912
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:d1042f9c3f93a540132996d6b4f4647375503a28ec844fb0f517767782677d66
|
| 3 |
size 170619912
|
runs/Jan25_03-08-49_173fbb9c3dc5/events.out.tfevents.1706152140.173fbb9c3dc5.3455.0
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:eb6a2eb5606a57f2ba7948be110bbc1a6d1b038020cd9a6355c1c7b97d6c43f0
|
| 3 |
+
size 11720
|