asajjad commited on
Commit
79816f1
1 Parent(s): d0a438d

Upload folder using huggingface_hub (#1)

Browse files

- Upload folder using huggingface_hub (e2ea3c7b6350ef1e058fa093cfa61601ffb9c31c)

Files changed (1) hide show
  1. config.json +5 -5
config.json CHANGED
@@ -1,5 +1,5 @@
1
  {
2
- "_name_or_path": "DunnBC22/vit-base-patch16-224-in21k_covid_19_ct_scans",
3
  "architectures": [
4
  "ViTForImageClassification"
5
  ],
@@ -9,15 +9,15 @@
9
  "hidden_dropout_prob": 0.0,
10
  "hidden_size": 768,
11
  "id2label": {
12
- "0": "CT_COVID",
13
- "1": "CT_NonCOVID"
14
  },
15
  "image_size": 224,
16
  "initializer_range": 0.02,
17
  "intermediate_size": 3072,
18
  "label2id": {
19
- "CT_COVID": "0",
20
- "CT_NonCOVID": "1"
21
  },
22
  "layer_norm_eps": 1e-12,
23
  "model_type": "vit",
 
1
  {
2
+ "_name_or_path": "asajjad/lung_ct_covid_binary_classification",
3
  "architectures": [
4
  "ViTForImageClassification"
5
  ],
 
9
  "hidden_dropout_prob": 0.0,
10
  "hidden_size": 768,
11
  "id2label": {
12
+ "0": "CT_NonCOVID",
13
+ "1": "CT_COVID"
14
  },
15
  "image_size": 224,
16
  "initializer_range": 0.02,
17
  "intermediate_size": 3072,
18
  "label2id": {
19
+ "CT_COVID": 1,
20
+ "CT_NonCOVID": 0
21
  },
22
  "layer_norm_eps": 1e-12,
23
  "model_type": "vit",