anum231 commited on
Commit
8698422
1 Parent(s): dbcc69c

Training in progress epoch 0

Browse files
README.md CHANGED
@@ -15,10 +15,10 @@ probably proofread and complete it, then remove this comment. -->
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: 0.6885
19
- - Validation Loss: 0.5882
20
- - Train Accuracy: 0.7759
21
- - Epoch: 1
22
 
23
  ## Model description
24
 
@@ -37,15 +37,14 @@ More information needed
37
  ### Training hyperparameters
38
 
39
  The following hyperparameters were used during training:
40
- - optimizer: {'name': 'AdamWeightDecay', 'learning_rate': {'module': 'keras.optimizers.schedules', 'class_name': 'PolynomialDecay', 'config': {'initial_learning_rate': 3e-05, 'decay_steps': 2320, 'end_learning_rate': 0.0, 'power': 1.0, 'cycle': False, 'name': None}, 'registered_name': None}, 'decay': 0.0, 'beta_1': 0.9, 'beta_2': 0.999, 'epsilon': 1e-08, 'amsgrad': False, 'weight_decay_rate': 0.01}
41
  - training_precision: float32
42
 
43
  ### Training results
44
 
45
  | Train Loss | Validation Loss | Train Accuracy | Epoch |
46
  |:----------:|:---------------:|:--------------:|:-----:|
47
- | 0.7286 | 0.7370 | 0.6724 | 0 |
48
- | 0.6885 | 0.5882 | 0.7759 | 1 |
49
 
50
 
51
  ### Framework versions
 
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.0644
19
+ - Validation Loss: 0.9210
20
+ - Train Accuracy: 0.5690
21
+ - Epoch: 0
22
 
23
  ## Model description
24
 
 
37
  ### Training hyperparameters
38
 
39
  The following hyperparameters were used during training:
40
+ - optimizer: {'name': 'AdamWeightDecay', 'learning_rate': {'module': 'keras.optimizers.schedules', 'class_name': 'PolynomialDecay', 'config': {'initial_learning_rate': 3e-05, 'decay_steps': 4640, 'end_learning_rate': 0.0, 'power': 1.0, 'cycle': False, 'name': None}, 'registered_name': None}, 'decay': 0.0, 'beta_1': 0.9, 'beta_2': 0.999, 'epsilon': 1e-08, 'amsgrad': False, 'weight_decay_rate': 0.01}
41
  - training_precision: float32
42
 
43
  ### Training results
44
 
45
  | Train Loss | Validation Loss | Train Accuracy | Epoch |
46
  |:----------:|:---------------:|:--------------:|:-----:|
47
+ | 1.0644 | 0.9210 | 0.5690 | 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:cb69e438399f95c154ea5c3d180de16642f899630be38ec4cddfdd26dded51ec
3
  size 686423311
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8607b106457a740e3552996ac75da02cfa9152de461564c8831ff9e346b43718
3
  size 686423311
checkpoint/weights.h5 CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:8cecb9412514c69cd2d6a6628d3730940a5bf0f6f32b2bc1aa16b739e4054998
3
  size 343472824
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2cbf2fd7f9fc704635d6f717c8495f2808cf17f7a94ff0a7187271ce6ea110ff
3
  size 343472824
config.json CHANGED
@@ -10,16 +10,16 @@
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",
 
10
  "hidden_size": 768,
11
  "id2label": {
12
  "0": "BCC",
13
+ "1": "SCC",
14
+ "2": "IEC"
15
  },
16
  "image_size": 224,
17
  "initializer_range": 0.02,
18
  "intermediate_size": 3072,
19
  "label2id": {
20
  "BCC": "0",
21
+ "IEC": "2",
22
+ "SCC": "1"
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:8cecb9412514c69cd2d6a6628d3730940a5bf0f6f32b2bc1aa16b739e4054998
3
  size 343472824
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2cbf2fd7f9fc704635d6f717c8495f2808cf17f7a94ff0a7187271ce6ea110ff
3
  size 343472824