microsoft/cats_vs_dogs
Viewer • Updated • 23.4k • 4.31k • 62
How to use nateraw/my-cool-timm-model-2 with timm:
import timm
model = timm.create_model("hf_hub:nateraw/my-cool-timm-model-2", pretrained=True)This model is a fine-tuned version of resnet18 on the cats_vs_dogs dataset. It achieves the following results on the evaluation set:
More information needed
More information needed
More information needed
The following hyperparameters were used during training:
| Training Loss | Epoch | Step | Validation Loss | Acc1 | Acc5 |
|---|---|---|---|---|---|
| No log | 0.07 | 5 | 0.3436 | 92.0820 | 100.0 |
| 0.4914 | 0.14 | 10 | 0.2510 | 95.2150 | 100.0 |