Amna100 commited on
Commit
26fe470
1 Parent(s): a89faf2

End of training

Browse files
README.md CHANGED
@@ -7,7 +7,6 @@ metrics:
7
  - precision
8
  - recall
9
  - f1
10
- - accuracy
11
  model-index:
12
  - name: fold_4
13
  results: []
@@ -16,15 +15,23 @@ 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
  # fold_4
20
 
21
  This model is a fine-tuned version of [Amna100/PreTraining-MLM](https://huggingface.co/Amna100/PreTraining-MLM) on the None dataset.
22
  It achieves the following results on the evaluation set:
23
- - Loss: 0.0115
24
- - Precision: 0.7679
25
- - Recall: 0.7116
26
- - F1: 0.7387
27
- - Accuracy: 0.9972
 
28
 
29
  ## Model description
30
 
@@ -43,26 +50,28 @@ More information needed
43
  ### Training hyperparameters
44
 
45
  The following hyperparameters were used during training:
46
- - learning_rate: 2e-05
47
  - train_batch_size: 5
48
  - eval_batch_size: 5
49
  - seed: 42
50
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
51
  - lr_scheduler_type: linear
52
- - num_epochs: 3
53
 
54
  ### Training results
55
 
56
- | Training Loss | Epoch | Step | Validation Loss | Precision | Recall | F1 | Accuracy |
57
- |:-------------:|:-----:|:----:|:---------------:|:---------:|:------:|:------:|:--------:|
58
- | 0.0287 | 1.0 | 636 | 0.0124 | 0.6534 | 0.5839 | 0.6167 | 0.9963 |
59
- | 0.01 | 2.0 | 1272 | 0.0115 | 0.7736 | 0.6383 | 0.6995 | 0.9968 |
60
- | 0.0062 | 3.0 | 1908 | 0.0115 | 0.7679 | 0.7116 | 0.7387 | 0.9972 |
 
 
61
 
62
 
63
  ### Framework versions
64
 
65
- - Transformers 4.37.0.dev0
66
- - Pytorch 2.1.0+cu121
67
- - Datasets 2.16.1
68
- - Tokenizers 0.15.0
 
7
  - precision
8
  - recall
9
  - f1
 
10
  model-index:
11
  - name: fold_4
12
  results: []
 
15
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
16
  should probably proofread and complete it, then remove this comment. -->
17
 
18
+ [<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-change1/runs/94wgcdtp)
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-change1/runs/8g0cixov)
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-change1/runs/05nc4r5u)
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-change1/runs/2tfkcyde)
22
+ [<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-change1/runs/2zf1k4id)
23
+ [<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-change1/runs/qyo3k3m3)
24
+ [<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-change1/runs/hlahcpt7)
25
  # fold_4
26
 
27
  This model is a fine-tuned version of [Amna100/PreTraining-MLM](https://huggingface.co/Amna100/PreTraining-MLM) on the None dataset.
28
  It achieves the following results on the evaluation set:
29
+ - Loss: 0.0095
30
+ - Precision: 0.1834
31
+ - Recall: 0.3042
32
+ - F1: 0.5248
33
+ - Pr Auc: 0.7701
34
+ - Roc Auc: 0.9321
35
 
36
  ## Model description
37
 
 
50
  ### Training hyperparameters
51
 
52
  The following hyperparameters were used during training:
53
+ - learning_rate: 5e-05
54
  - train_batch_size: 5
55
  - eval_batch_size: 5
56
  - seed: 42
57
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
58
  - lr_scheduler_type: linear
59
+ - num_epochs: 5
60
 
61
  ### Training results
62
 
63
+ | Training Loss | Epoch | Step | Validation Loss | Precision | Recall | F1 | Pr Auc | Roc Auc |
64
+ |:-------------:|:-----:|:----:|:---------------:|:---------:|:------:|:------:|:------:|:-------:|
65
+ | 0.024 | 1.0 | 630 | 0.0081 | 0.3745 | 0.9507 | 0.7320 | 0.6332 | 0.9557 |
66
+ | 0.0098 | 2.0 | 1260 | 0.0078 | 0.5987 | 0.1560 | 0.1560 | 0.6396 | 0.9464 |
67
+ | 0.0059 | 3.0 | 1890 | 0.0084 | 0.0581 | 0.8662 | 0.6011 | 0.6335 | 0.9502 |
68
+ | 0.0014 | 4.0 | 2520 | 0.0091 | 0.7081 | 0.0206 | 0.9699 | 0.7122 | 0.9370 |
69
+ | 0.0005 | 5.0 | 3150 | 0.0095 | 0.8324 | 0.2123 | 0.1818 | 0.7701 | 0.9321 |
70
 
71
 
72
  ### Framework versions
73
 
74
+ - Transformers 4.41.0.dev0
75
+ - Pytorch 2.2.1+cu121
76
+ - Datasets 2.19.1
77
+ - Tokenizers 0.19.1
config.json CHANGED
@@ -40,7 +40,7 @@
40
  "position_biased_input": false,
41
  "relative_attention": true,
42
  "torch_dtype": "float32",
43
- "transformers_version": "4.37.0.dev0",
44
  "type_vocab_size": 0,
45
  "vocab_size": 50265
46
  }
 
40
  "position_biased_input": false,
41
  "relative_attention": true,
42
  "torch_dtype": "float32",
43
+ "transformers_version": "4.41.0.dev0",
44
  "type_vocab_size": 0,
45
  "vocab_size": 50265
46
  }
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:d56594c700956460cf8dfabec3fbe78a418493b2c47f93d0e40c786903324266
3
  size 554446244
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7ef02eb5251b460d2616d14f3648607993432b1548cca642c17aaa86f83acccd
3
  size 554446244
runs/May12_09-49-46_aff77f7d1741/events.out.tfevents.1715507393.aff77f7d1741.6664.13 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ed4b34a39d7070336c9ad172d3b82235a328de0b9dbcfac205cbd1fb541a272d
3
+ size 9513
runs/May12_09-49-46_aff77f7d1741/events.out.tfevents.1715510191.aff77f7d1741.6664.14 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:be375433f8ad688fd1729127ee249943bb421a2c66e2e5d5a6b700c67114c6c3
3
+ size 609
tokenizer.json CHANGED
@@ -157,6 +157,7 @@
157
  "end_of_word_suffix": "",
158
  "fuse_unk": false,
159
  "byte_fallback": false,
 
160
  "vocab": {
161
  "[PAD]": 0,
162
  "[CLS]": 1,
 
157
  "end_of_word_suffix": "",
158
  "fuse_unk": false,
159
  "byte_fallback": false,
160
+ "ignore_merges": false,
161
  "vocab": {
162
  "[PAD]": 0,
163
  "[CLS]": 1,
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:623b7c5e05611b99a45666c237561a81fff02a83b64a419903bfc7ed94d44c6d
3
- size 4728
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9e4bc76a366c1f86364cc0c770d5d5e7786c14e0295481583f642f96d6a6935c
3
+ size 5176