theoberva commited on
Commit
d52aa71
1 Parent(s): d1030bd

Training in progress, epoch 1

Browse files
Files changed (3) hide show
  1. config.json +11 -11
  2. pytorch_model.bin +1 -1
  3. training_args.bin +1 -1
config.json CHANGED
@@ -1,5 +1,5 @@
1
  {
2
- "_name_or_path": "microsoft/swinv2-tiny-patch4-window8-256",
3
  "architectures": [
4
  "Swinv2ForImageClassification"
5
  ],
@@ -17,20 +17,20 @@
17
  "hidden_dropout_prob": 0.0,
18
  "hidden_size": 768,
19
  "id2label": {
20
- "0": "0",
21
- "1": "1",
22
- "2": "2",
23
- "3": "3",
24
- "4": "4"
25
  },
26
  "image_size": 256,
27
  "initializer_range": 0.02,
28
  "label2id": {
29
- "0": 0,
30
- "1": 1,
31
- "2": 2,
32
- "3": 3,
33
- "4": 4
34
  },
35
  "layer_norm_eps": 1e-05,
36
  "mlp_ratio": 4.0,
 
1
  {
2
+ "_name_or_path": "theoberva/UBCO-Model",
3
  "architectures": [
4
  "Swinv2ForImageClassification"
5
  ],
 
17
  "hidden_dropout_prob": 0.0,
18
  "hidden_size": 768,
19
  "id2label": {
20
+ "0": "HGSC",
21
+ "1": "LGSC",
22
+ "2": "EC",
23
+ "3": "CC",
24
+ "4": "MC"
25
  },
26
  "image_size": 256,
27
  "initializer_range": 0.02,
28
  "label2id": {
29
+ "CC": 3,
30
+ "EC": 2,
31
+ "HGSC": 0,
32
+ "LGSC": 1,
33
+ "MC": 4
34
  },
35
  "layer_norm_eps": 1e-05,
36
  "mlp_ratio": 4.0,
pytorch_model.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:e91383722cc59a3146aaaea52023906a90ff8759c3e11ab4a2b1136be3c8e673
3
  size 110414369
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:227bf00e36006e10f56ab9ae7ab8395724872f635ac9c4829042d5bde9c7909d
3
  size 110414369
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:409ce96411ad63782a588893c78d7a9a59475e2d3774ffa01e473b28814e5df1
3
  size 4091
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a5d37f809ff4c739e0ab1ed416cc271345bfb14ce4a548adc43b80b78cd30809
3
  size 4091