Aakash-Tripathi commited on
Commit
bf076a8
·
verified ·
1 Parent(s): 3b8d264

Delete sybil_4/config.json

Browse files
Files changed (1) hide show
  1. sybil_4/config.json +0 -32
sybil_4/config.json DELETED
@@ -1,32 +0,0 @@
1
- {
2
- "architectures": [
3
- "SybilForRiskPrediction"
4
- ],
5
- "calibrator_data": null,
6
- "censoring_distribution": {
7
- "0": 0.9851928130104384,
8
- "1": 0.9748317321074379,
9
- "2": 0.9659923988537461,
10
- "3": 0.9587252204657827,
11
- "4": 0.9523590830936266,
12
- "5": 0.9461840310101451
13
- },
14
- "dropout": 0.1,
15
- "ensemble_size": 5,
16
- "hidden_dim": 512,
17
- "img_size": [
18
- 256,
19
- 256
20
- ],
21
- "initializer_range": 0.02,
22
- "max_followup": 6,
23
- "model_type": "sybil",
24
- "num_images": 200,
25
- "torch_dtype": "float32",
26
- "transformers_version": "4.53.2",
27
- "voxel_spacing": [
28
- 0.703125,
29
- 0.703125,
30
- 2.5
31
- ]
32
- }