Amna100 commited on
Commit
6d12216
1 Parent(s): 95d7102

End of training

Browse files
Files changed (2) hide show
  1. README.md +20 -17
  2. model.safetensors +1 -1
README.md CHANGED
@@ -16,18 +16,20 @@ model-index:
16
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
17
  should probably proofread and complete it, then remove this comment. -->
18
 
19
- [<img src="https://raw.githubusercontent.com/wandb/assets/main/wandb-github-badge-28.svg" alt="Visualize in Weights & Biases" width="200" height="32"/>](https://wandb.ai/amnasaeed100/FineTuning-ADE-Repeatedfold/runs/lvieenf2)
 
 
20
  # fold_0
21
 
22
  This model is a fine-tuned version of [Amna100/PreTraining-MLM](https://huggingface.co/Amna100/PreTraining-MLM) on the None dataset.
23
  It achieves the following results on the evaluation set:
24
- - Loss: 0.0427
25
- - Precision: 0.0
26
- - Recall: 0.0
27
- - F1: 0.0
28
- - Accuracy: 0.9986
29
- - Roc Auc: 0.7183
30
- - Pr Auc: 0.9951
31
 
32
  ## Model description
33
 
@@ -52,21 +54,22 @@ The following hyperparameters were used during training:
52
  - seed: 42
53
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
54
  - lr_scheduler_type: linear
55
- - num_epochs: 10
56
 
57
  ### Training results
58
 
59
- | Training Loss | Epoch | Step | Validation Loss | Precision | Recall | F1 | Accuracy | Roc Auc | Pr Auc |
60
- |:-------------:|:-----:|:----:|:---------------:|:---------:|:------:|:---:|:--------:|:-------:|:------:|
61
- | 0.0452 | 1.0 | 632 | 0.0427 | 0.0 | 0.0 | 0.0 | 0.9986 | 0.7183 | 0.9951 |
62
- | 0.0389 | 2.0 | 1264 | 0.0447 | 0.0 | 0.0 | 0.0 | 0.9986 | 0.6241 | 0.9937 |
63
- | 0.0394 | 3.0 | 1896 | 0.0444 | 0.0 | 0.0 | 0.0 | 0.9986 | 0.6131 | 0.9934 |
64
- | 0.0388 | 4.0 | 2528 | 0.0445 | 0.0 | 0.0 | 0.0 | 0.9986 | 0.6169 | 0.9938 |
 
65
 
66
 
67
  ### Framework versions
68
 
69
- - Transformers 4.41.0.dev0
70
- - Pytorch 2.2.1+cu121
71
  - Datasets 2.19.1
72
  - Tokenizers 0.19.1
 
16
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
17
  should probably proofread and complete it, then remove this comment. -->
18
 
19
+ [<img src="https://raw.githubusercontent.com/wandb/assets/main/wandb-github-badge-28.svg" alt="Visualize in Weights & Biases" width="200" height="32"/>](https://wandb.ai/amnasaeed100/FineTuning-ADE-change2/runs/zkyqf4w8)
20
+ [<img src="https://raw.githubusercontent.com/wandb/assets/main/wandb-github-badge-28.svg" alt="Visualize in Weights & Biases" width="200" height="32"/>](https://wandb.ai/amnasaeed100/FineTuning-ADE-change2/runs/n6lnsbeg)
21
+ [<img src="https://raw.githubusercontent.com/wandb/assets/main/wandb-github-badge-28.svg" alt="Visualize in Weights & Biases" width="200" height="32"/>](https://wandb.ai/amnasaeed100/FineTuning-ADE-change2/runs/k9jhon43)
22
  # fold_0
23
 
24
  This model is a fine-tuned version of [Amna100/PreTraining-MLM](https://huggingface.co/Amna100/PreTraining-MLM) on the None dataset.
25
  It achieves the following results on the evaluation set:
26
+ - Loss: 0.0105
27
+ - Precision: 0.7006
28
+ - Recall: 0.5978
29
+ - F1: 0.6452
30
+ - Accuracy: 0.9993
31
+ - Roc Auc: 0.9968
32
+ - Pr Auc: 0.9999
33
 
34
  ## Model description
35
 
 
54
  - seed: 42
55
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
56
  - lr_scheduler_type: linear
57
+ - num_epochs: 5
58
 
59
  ### Training results
60
 
61
+ | Training Loss | Epoch | Step | Validation Loss | Precision | Recall | F1 | Accuracy | Roc Auc | Pr Auc |
62
+ |:-------------:|:-----:|:----:|:---------------:|:---------:|:------:|:------:|:--------:|:-------:|:------:|
63
+ | 0.0265 | 1.0 | 711 | 0.0162 | 0.4318 | 0.6196 | 0.5089 | 0.9987 | 0.9959 | 0.9998 |
64
+ | 0.0098 | 2.0 | 1422 | 0.0105 | 0.7006 | 0.5978 | 0.6452 | 0.9993 | 0.9968 | 0.9999 |
65
+ | 0.0038 | 3.0 | 2133 | 0.0123 | 0.6169 | 0.6739 | 0.6442 | 0.9992 | 0.9966 | 0.9999 |
66
+ | 0.0022 | 4.0 | 2844 | 0.0138 | 0.7006 | 0.6359 | 0.6667 | 0.9994 | 0.9963 | 0.9999 |
67
+ | 0.0004 | 5.0 | 3555 | 0.0151 | 0.7262 | 0.6630 | 0.6932 | 0.9994 | 0.9957 | 0.9999 |
68
 
69
 
70
  ### Framework versions
71
 
72
+ - Transformers 4.42.0.dev0
73
+ - Pytorch 2.3.0+cu121
74
  - Datasets 2.19.1
75
  - Tokenizers 0.19.1
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:4319985dd3119f8ff1af1d666c3b9b92b809df68578353643c6d0bfc4abe03bd
3
  size 554446244
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:059b958b687df6cb40ec4ba6246a2b0ee73c904ac248cfb4cd27d324c57fce3c
3
  size 554446244