File size: 854 Bytes
55441c7
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
{
    "_name_or_path": "ErnestBeckham/MulticancerViT",
    "architectures": ["ViTForImageClassification"],
    "id2label": { 
        "0": "cervix_koc",
        "1": "cervix_dyk",
        "2": "cervix_pab",
        "3": "cervix_sfi",
        "4": "cervix_mep",
        "5": "colon_bnt",
        "6": "colon_aca",
        "7": "lung_aca",
        "8": "lung_bnt",
        "9": "lung_scc",
        "10": "oral_scc",
        "11": "oral_normal",
        "12":"kidney_tumor",
        "13":"kidney_normal",
        "14":"breast_benign",
        "15":"breast_malignant",
        "16":"lymph_fl",
        "17":"lymph_cll",
        "18":"lymph_mcl",
        "19":"brain_tumor",
        "20":"brain_glioma",
        "21":"brain_menin"
    },
    "model_type": "vit",
    "lr":1e-4,
    "num_layers":12,
    "hidden_dim":512,
    "mlp_dim":12,
    "dropout":0.1
}