anum231 commited on
Commit
8ae0f92
1 Parent(s): 0d63d26

Training in progress epoch 0

Browse files
README.md CHANGED
@@ -1,6 +1,6 @@
1
  ---
2
  license: apache-2.0
3
- base_model: google/vit-base-patch16-224-in21k
4
  tags:
5
  - generated_from_keras_callback
6
  model-index:
@@ -13,12 +13,12 @@ probably proofread and complete it, then remove this comment. -->
13
 
14
  # anum231/cancer_classifier_100
15
 
16
- This model is a fine-tuned version of [google/vit-base-patch16-224-in21k](https://huggingface.co/google/vit-base-patch16-224-in21k) on an unknown dataset.
17
  It achieves the following results on the evaluation set:
18
- - Train Loss: 0.7912
19
- - Validation Loss: 0.6198
20
- - Train Accuracy: 0.8103
21
- - Epoch: 9
22
 
23
  ## Model description
24
 
@@ -44,16 +44,7 @@ The following hyperparameters were used during training:
44
 
45
  | Train Loss | Validation Loss | Train Accuracy | Epoch |
46
  |:----------:|:---------------:|:--------------:|:-----:|
47
- | 0.9986 | 0.8395 | 0.6897 | 0 |
48
- | 0.9832 | 0.8074 | 0.7069 | 1 |
49
- | 0.9650 | 0.7844 | 0.7586 | 2 |
50
- | 0.9108 | 0.7633 | 0.7931 | 3 |
51
- | 0.9137 | 0.6891 | 0.7759 | 4 |
52
- | 0.8957 | 0.6803 | 0.8448 | 5 |
53
- | 0.8707 | 0.6485 | 0.7931 | 6 |
54
- | 0.8478 | 0.6382 | 0.8103 | 7 |
55
- | 0.8592 | 0.6096 | 0.8103 | 8 |
56
- | 0.7912 | 0.6198 | 0.8103 | 9 |
57
 
58
 
59
  ### Framework versions
 
1
  ---
2
  license: apache-2.0
3
+ base_model: anum231/cancer_classifier_100
4
  tags:
5
  - generated_from_keras_callback
6
  model-index:
 
13
 
14
  # anum231/cancer_classifier_100
15
 
16
+ This model is a fine-tuned version of [anum231/cancer_classifier_100](https://huggingface.co/anum231/cancer_classifier_100) on an unknown dataset.
17
  It achieves the following results on the evaluation set:
18
+ - Train Loss: 1.1426
19
+ - Validation Loss: 1.0571
20
+ - Train Accuracy: 0.4310
21
+ - Epoch: 0
22
 
23
  ## Model description
24
 
 
44
 
45
  | Train Loss | Validation Loss | Train Accuracy | Epoch |
46
  |:----------:|:---------------:|:--------------:|:-----:|
47
+ | 1.1426 | 1.0571 | 0.4310 | 0 |
 
 
 
 
 
 
 
 
 
48
 
49
 
50
  ### Framework versions
checkpoint/extra_data.pickle CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:f3bc7fb505e9a167e61fd2b3231f0c2ab07ceaacfa54cb82b3423f491dc9e5de
3
  size 686423311
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b1352f6f398ba5f933bfa106dd10a56cb7eb919b117ea2db14eb54cacc970749
3
  size 686423311
checkpoint/weights.h5 CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:e2f5793b6591b6651fda0dc4e2792d0ab5379353d026098befc22d3c9b35545e
3
  size 343472824
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:73d04b22a38ab1a4a028cdd83fa88deac5a5d4ef1b7d9908fa797c3c8702a3e0
3
  size 343472824
config.json CHANGED
@@ -1,5 +1,5 @@
1
  {
2
- "_name_or_path": "google/vit-base-patch16-224-in21k",
3
  "architectures": [
4
  "ViTForImageClassification"
5
  ],
@@ -9,17 +9,17 @@
9
  "hidden_dropout_prob": 0.0,
10
  "hidden_size": 768,
11
  "id2label": {
12
- "0": "IEC",
13
- "1": "SCC",
14
- "2": "BCC"
15
  },
16
  "image_size": 224,
17
  "initializer_range": 0.02,
18
  "intermediate_size": 3072,
19
  "label2id": {
20
- "BCC": "2",
21
- "IEC": "0",
22
- "SCC": "1"
23
  },
24
  "layer_norm_eps": 1e-12,
25
  "model_type": "vit",
 
1
  {
2
+ "_name_or_path": "anum231/cancer_classifier_100",
3
  "architectures": [
4
  "ViTForImageClassification"
5
  ],
 
9
  "hidden_dropout_prob": 0.0,
10
  "hidden_size": 768,
11
  "id2label": {
12
+ "0": "BCC",
13
+ "1": "IEC",
14
+ "2": "SCC"
15
  },
16
  "image_size": 224,
17
  "initializer_range": 0.02,
18
  "intermediate_size": 3072,
19
  "label2id": {
20
+ "BCC": "0",
21
+ "IEC": "1",
22
+ "SCC": "2"
23
  },
24
  "layer_norm_eps": 1e-12,
25
  "model_type": "vit",
tf_model.h5 CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:e2f5793b6591b6651fda0dc4e2792d0ab5379353d026098befc22d3c9b35545e
3
  size 343472824
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:73d04b22a38ab1a4a028cdd83fa88deac5a5d4ef1b7d9908fa797c3c8702a3e0
3
  size 343472824