ALM-AHME commited on
Commit
c38a652
·
1 Parent(s): 2988c1d

Model save

Browse files
Files changed (1) hide show
  1. README.md +77 -0
README.md ADDED
@@ -0,0 +1,77 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ base_model: facebook/convnextv2-large-1k-224
4
+ tags:
5
+ - generated_from_trainer
6
+ metrics:
7
+ - accuracy
8
+ model-index:
9
+ - name: convnextv2-large-1k-224-finetuned-Lesion-Classification-HAM10000-AH-60-20-20-Shuffled-3rd
10
+ results: []
11
+ ---
12
+
13
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
14
+ should probably proofread and complete it, then remove this comment. -->
15
+
16
+ # convnextv2-large-1k-224-finetuned-Lesion-Classification-HAM10000-AH-60-20-20-Shuffled-3rd
17
+
18
+ This model is a fine-tuned version of [facebook/convnextv2-large-1k-224](https://huggingface.co/facebook/convnextv2-large-1k-224) on the None dataset.
19
+ It achieves the following results on the evaluation set:
20
+ - Loss: 0.0672
21
+ - Accuracy: 0.9893
22
+
23
+ ## Model description
24
+
25
+ More information needed
26
+
27
+ ## Intended uses & limitations
28
+
29
+ More information needed
30
+
31
+ ## Training and evaluation data
32
+
33
+ More information needed
34
+
35
+ ## Training procedure
36
+
37
+ ### Training hyperparameters
38
+
39
+ The following hyperparameters were used during training:
40
+ - learning_rate: 5e-05
41
+ - train_batch_size: 16
42
+ - eval_batch_size: 16
43
+ - seed: 42
44
+ - gradient_accumulation_steps: 2
45
+ - total_train_batch_size: 32
46
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
47
+ - lr_scheduler_type: linear
48
+ - lr_scheduler_warmup_ratio: 0.9
49
+ - num_epochs: 15
50
+
51
+ ### Training results
52
+
53
+ | Training Loss | Epoch | Step | Validation Loss | Accuracy |
54
+ |:-------------:|:-----:|:----:|:---------------:|:--------:|
55
+ | 1.9123 | 1.0 | 114 | 1.9145 | 0.2241 |
56
+ | 1.7059 | 2.0 | 229 | 1.6895 | 0.5599 |
57
+ | 1.3919 | 3.0 | 343 | 1.3194 | 0.6634 |
58
+ | 1.0811 | 4.0 | 458 | 1.0303 | 0.7151 |
59
+ | 0.9301 | 5.0 | 572 | 0.8376 | 0.7562 |
60
+ | 0.7336 | 6.0 | 687 | 0.6449 | 0.8374 |
61
+ | 0.5805 | 7.0 | 801 | 0.5091 | 0.8736 |
62
+ | 0.5982 | 8.0 | 916 | 0.4677 | 0.8826 |
63
+ | 0.4939 | 9.0 | 1030 | 0.4029 | 0.8842 |
64
+ | 0.3296 | 10.0 | 1145 | 0.3051 | 0.9204 |
65
+ | 0.3559 | 11.0 | 1259 | 0.5266 | 0.8366 |
66
+ | 0.3089 | 12.0 | 1374 | 0.3569 | 0.8883 |
67
+ | 0.2272 | 13.0 | 1488 | 0.1487 | 0.9680 |
68
+ | 0.3355 | 14.0 | 1603 | 0.2344 | 0.9269 |
69
+ | 0.1581 | 14.93 | 1710 | 0.0672 | 0.9893 |
70
+
71
+
72
+ ### Framework versions
73
+
74
+ - Transformers 4.32.0
75
+ - Pytorch 2.0.1+cu118
76
+ - Datasets 2.14.4
77
+ - Tokenizers 0.13.3