wcosmas commited on
Commit
96ecc0a
1 Parent(s): 7ae9612

Training in progress, epoch 0

Browse files
config.json CHANGED
@@ -9,19 +9,23 @@
9
  "hidden_dropout_prob": 0.0,
10
  "hidden_size": 768,
11
  "id2label": {
12
- "0": "Adenocarcinoma",
13
- "1": "Normal",
14
- "2": "Precancerous",
15
- "3": "SCC"
 
 
16
  },
17
  "image_size": 224,
18
  "initializer_range": 0.02,
19
  "intermediate_size": 3072,
20
  "label2id": {
21
- "Adenocarcinoma": 0,
22
- "Normal": 1,
23
- "Precancerous": 2,
24
- "SCC": 3
 
 
25
  },
26
  "layer_norm_eps": 1e-12,
27
  "model_type": "vit",
@@ -32,5 +36,5 @@
32
  "problem_type": "single_label_classification",
33
  "qkv_bias": true,
34
  "torch_dtype": "float32",
35
- "transformers_version": "4.44.2"
36
  }
 
9
  "hidden_dropout_prob": 0.0,
10
  "hidden_size": 768,
11
  "id2label": {
12
+ "0": "ASCUS",
13
+ "1": "Cancer",
14
+ "2": "HSIL",
15
+ "3": "LSIL",
16
+ "4": "NILM",
17
+ "5": "Non-Diagnostic"
18
  },
19
  "image_size": 224,
20
  "initializer_range": 0.02,
21
  "intermediate_size": 3072,
22
  "label2id": {
23
+ "ASCUS": 0,
24
+ "Cancer": 1,
25
+ "HSIL": 2,
26
+ "LSIL": 3,
27
+ "NILM": 4,
28
+ "Non-Diagnostic": 5
29
  },
30
  "layer_norm_eps": 1e-12,
31
  "model_type": "vit",
 
36
  "problem_type": "single_label_classification",
37
  "qkv_bias": true,
38
  "torch_dtype": "float32",
39
+ "transformers_version": "4.45.2"
40
  }
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:e4aebdcc975a75b3f942d5ae35919b9f4d4d4465185d2c18766207d7e50fa1e2
3
- size 343230128
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:88ef2cb48c339674521ec6ea0c3c8f4730770d18882f56333bee12a3b74c8e5f
3
+ size 343236280
runs/Oct22_17-25-08_549dd11dc1c2/events.out.tfevents.1729617916.549dd11dc1c2.1065.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7859420d38d6923b12faf298dae6f97d2e71aa14d6b927551c41432841c83918
3
+ size 5174
runs/Oct22_18-03-39_549dd11dc1c2/events.out.tfevents.1729620228.549dd11dc1c2.1065.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:208b410c40419042885fcaf1503338c96e06532c384dab9b3ee513aace13c9e8
3
+ size 5491
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:3e319517e9628a465228d2b344eb2508d866bbdfd1d5819a0755c81618817971
3
- size 5240
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8a551710066d549ac4173626520affc2cdbc91cbc1ffa1a81a02238e763558c9
3
+ size 5304