Training in progress, epoch 1
Browse files- config.json +11 -11
- pytorch_model.bin +1 -1
- training_args.bin +1 -1
config.json
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
{
|
2 |
-
"_name_or_path": "
|
3 |
"architectures": [
|
4 |
"Swinv2ForImageClassification"
|
5 |
],
|
@@ -17,20 +17,20 @@
|
|
17 |
"hidden_dropout_prob": 0.0,
|
18 |
"hidden_size": 768,
|
19 |
"id2label": {
|
20 |
-
"0": "
|
21 |
-
"1": "
|
22 |
-
"2": "
|
23 |
-
"3": "
|
24 |
-
"4": "
|
25 |
},
|
26 |
"image_size": 256,
|
27 |
"initializer_range": 0.02,
|
28 |
"label2id": {
|
29 |
-
"
|
30 |
-
"
|
31 |
-
"
|
32 |
-
"
|
33 |
-
"
|
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:
|
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:
|
3 |
size 4091
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:a5d37f809ff4c739e0ab1ed416cc271345bfb14ce4a548adc43b80b78cd30809
|
3 |
size 4091
|