Push model using huggingface_hub.
Browse files- README.md +9 -0
- config.json +24 -0
- model.safetensors +3 -0
README.md
ADDED
@@ -0,0 +1,9 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
tags:
|
3 |
+
- pytorch_model_hub_mixin
|
4 |
+
- model_hub_mixin
|
5 |
+
---
|
6 |
+
|
7 |
+
This model has been pushed to the Hub using ****:
|
8 |
+
- Repo: [More Information Needed]
|
9 |
+
- Docs: [More Information Needed]
|
config.json
ADDED
@@ -0,0 +1,24 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"architecture": "resnext50_32x4d.tv2_in1k",
|
3 |
+
"as_regression": true,
|
4 |
+
"ema": {
|
5 |
+
"decay": 0.999
|
6 |
+
},
|
7 |
+
"img_size": [
|
8 |
+
512,
|
9 |
+
512
|
10 |
+
],
|
11 |
+
"lr": 3e-05,
|
12 |
+
"num_classes": 5,
|
13 |
+
"optimizer": {
|
14 |
+
"betas": [
|
15 |
+
0.9,
|
16 |
+
0.999
|
17 |
+
],
|
18 |
+
"weight_decay": 0.0005
|
19 |
+
},
|
20 |
+
"pretrained": true,
|
21 |
+
"swa": {
|
22 |
+
"swa_lrs": 3e-05
|
23 |
+
}
|
24 |
+
}
|
model.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:5f16ce7582c763f127fbff0e8c517673d766d6d28ca87abddc89e16735dde171
|
3 |
+
size 92231612
|