Push model using huggingface_hub.
Browse files- README.md +9 -0
- config.json +18 -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,18 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"arch": "unet",
|
3 |
+
"encoder": "seresnext50_32x4d",
|
4 |
+
"in_chans": 3,
|
5 |
+
"log_dice": false,
|
6 |
+
"lr": 0.003,
|
7 |
+
"n_classes": 5,
|
8 |
+
"optimizer": "adamw",
|
9 |
+
"pretrained": true,
|
10 |
+
"smooth_dice": 0.4,
|
11 |
+
"test_dataset_id": [
|
12 |
+
"IDRID",
|
13 |
+
"FGADR",
|
14 |
+
"MESSIDOR",
|
15 |
+
"DDR",
|
16 |
+
"RETLES"
|
17 |
+
]
|
18 |
+
}
|
model.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:a7a7cb45b92328f7c9a8e581eec3944fd435d37fae8cbf340b1319c5f987c6d2
|
3 |
+
size 138428676
|