amartyasaran
commited on
Training in progress, epoch 1
Browse files- config.json +28 -0
- model.safetensors +3 -0
- training_args.bin +3 -0
config.json
ADDED
@@ -0,0 +1,28 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_name_or_path": "./SwinCXR-3/checkpoint-149468",
|
3 |
+
"architectures": [
|
4 |
+
"SwinModelForCXRClassification"
|
5 |
+
],
|
6 |
+
"auto_map": {
|
7 |
+
"AutoConfig": "SwinCXRConfig.SwinCXRConfig",
|
8 |
+
"AutoModelForImageClassification": "amartyasaran/SwinCXR--SwinModelForCXRClassification.SwinModelForCXRClassification"
|
9 |
+
},
|
10 |
+
"dropout": 0.1,
|
11 |
+
"embed_dim": 128,
|
12 |
+
"id2label": {
|
13 |
+
"0": "COVID-19",
|
14 |
+
"1": "Non-COVID",
|
15 |
+
"2": "Normal"
|
16 |
+
},
|
17 |
+
"label2id": {
|
18 |
+
"COVID-19": 0,
|
19 |
+
"Non-COVID": 1,
|
20 |
+
"Normal": 2
|
21 |
+
},
|
22 |
+
"model_type": "swin_cxr",
|
23 |
+
"num_classes": 3,
|
24 |
+
"num_heads": 4,
|
25 |
+
"num_layers": 4,
|
26 |
+
"torch_dtype": "float32",
|
27 |
+
"transformers_version": "4.46.3"
|
28 |
+
}
|
model.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:4bba66eabac117fab079efc8973bd1e384af3a12ef56366b395b5b334e33559d
|
3 |
+
size 2944444
|
training_args.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:97b8d3b9457374fed9ccaefb7f03c69c084620a1720ecffe18530479337d02da
|
3 |
+
size 5240
|