Add model
Browse files- README.md +13 -0
- config.json +43 -0
- model.safetensors +3 -0
- pytorch_model.bin +3 -0
README.md
ADDED
@@ -0,0 +1,13 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
tags:
|
3 |
+
- image-classification
|
4 |
+
- timm
|
5 |
+
library_name: timm
|
6 |
+
license: apache-2.0
|
7 |
+
---
|
8 |
+
# Model card for resnet50.st_safebooru_1k
|
9 |
+
|
10 |
+
## Model Details
|
11 |
+
- **metrics:** |Precision|Recall|F1-score|
|
12 |
+
|-|-|-|
|
13 |
+
|0.7989208633602081|0.41246378036180087|0.5178202165577297|
|
config.json
ADDED
@@ -0,0 +1,43 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"architecture": "resnet50",
|
3 |
+
"num_classes": 1000,
|
4 |
+
"num_features": 2048,
|
5 |
+
"pretrained_cfg": {
|
6 |
+
"tag": "st_safebooru_1k",
|
7 |
+
"custom_load": true,
|
8 |
+
"input_size": [
|
9 |
+
3,
|
10 |
+
224,
|
11 |
+
224
|
12 |
+
],
|
13 |
+
"test_input_size": [
|
14 |
+
3,
|
15 |
+
288,
|
16 |
+
288
|
17 |
+
],
|
18 |
+
"fixed_input_size": false,
|
19 |
+
"interpolation": "bicubic",
|
20 |
+
"crop_pct": 0.95,
|
21 |
+
"test_crop_pct": 1.0,
|
22 |
+
"crop_mode": "center",
|
23 |
+
"mean": [
|
24 |
+
0.6886,
|
25 |
+
0.6415,
|
26 |
+
0.6443
|
27 |
+
],
|
28 |
+
"std": [
|
29 |
+
0.183,
|
30 |
+
0.1852,
|
31 |
+
0.1849
|
32 |
+
],
|
33 |
+
"num_classes": 1000,
|
34 |
+
"pool_size": [
|
35 |
+
7,
|
36 |
+
7
|
37 |
+
],
|
38 |
+
"first_conv": "conv1",
|
39 |
+
"classifier": "fc",
|
40 |
+
"origin_url": "https://github.com/huggingface/pytorch-image-models",
|
41 |
+
"paper_ids": "arXiv:2110.00476"
|
42 |
+
}
|
43 |
+
}
|
model.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:8b1eca96f469529accb300a290b2fed3f45cc358c8ee09303dc887da7d240b93
|
3 |
+
size 102469840
|
pytorch_model.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:e7407584ab09688d3d4b7f2a7e25335844cfe34a3629b979cb6ba47498349181
|
3 |
+
size 102549709
|