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": "vit_large_patch16_384",
|
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:40937838f600f6f40842d614329d7cacefca2edecf32725e45d3c0eba5e6a664
|
3 |
+
size 1216632036
|