End of training
Browse files- README.md +26 -19
- model.safetensors +1 -1
README.md
CHANGED
@@ -7,6 +7,7 @@ metrics:
|
|
7 |
- precision
|
8 |
- recall
|
9 |
- f1
|
|
|
10 |
model-index:
|
11 |
- name: fold_2
|
12 |
results: []
|
@@ -15,21 +16,23 @@ model-index:
|
|
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/
|
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/
|
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/
|
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/
|
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/
|
|
|
23 |
# fold_2
|
24 |
|
25 |
This model is a fine-tuned version of [Amna100/PreTraining-MLM](https://huggingface.co/Amna100/PreTraining-MLM) on the None dataset.
|
26 |
It achieves the following results on the evaluation set:
|
27 |
-
- Loss: 0.
|
28 |
-
- Precision: 0.
|
29 |
-
- Recall: 0.
|
30 |
-
- F1: 0.
|
31 |
-
-
|
32 |
-
- Roc Auc: 0.
|
|
|
33 |
|
34 |
## Model description
|
35 |
|
@@ -54,17 +57,21 @@ The following hyperparameters were used during training:
|
|
54 |
- seed: 42
|
55 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
56 |
- lr_scheduler_type: linear
|
57 |
-
- num_epochs:
|
58 |
|
59 |
### Training results
|
60 |
|
61 |
-
| Training Loss | Epoch | Step | Validation Loss | Precision | Recall | F1 |
|
62 |
-
|
63 |
-
| 0.
|
64 |
-
| 0.
|
65 |
-
| 0.
|
66 |
-
| 0.
|
67 |
-
| 0.
|
|
|
|
|
|
|
|
|
68 |
|
69 |
|
70 |
### Framework versions
|
|
|
7 |
- precision
|
8 |
- recall
|
9 |
- f1
|
10 |
+
- accuracy
|
11 |
model-index:
|
12 |
- name: fold_2
|
13 |
results: []
|
|
|
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/wbresearch/FineTuning-ADE-DropOUT/runs/rw6sjeap)
|
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/wbresearch/FineTuning-ADE-DropOUT/runs/g4pyaj7k)
|
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/wbresearch/FineTuning-ADE-DropOUT/runs/t4il24wd)
|
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/wbresearch/FineTuning-ADE-DropOUT/runs/qf2ywrxq)
|
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/wbresearch/FineTuning-ADE-DropOUT/runs/9xmjfnoc)
|
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/wbresearch/FineTuning-ADE-DropOUT/runs/vp363qmp)
|
25 |
# fold_2
|
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.0100
|
30 |
+
- Precision: 0.7190
|
31 |
+
- Recall: 0.7
|
32 |
+
- F1: 0.7094
|
33 |
+
- Accuracy: 0.9995
|
34 |
+
- Roc Auc: 0.9959
|
35 |
+
- Pr Auc: 0.9999
|
36 |
|
37 |
## Model description
|
38 |
|
|
|
57 |
- seed: 42
|
58 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
59 |
- lr_scheduler_type: linear
|
60 |
+
- num_epochs: 10
|
61 |
|
62 |
### Training results
|
63 |
|
64 |
+
| Training Loss | Epoch | Step | Validation Loss | Precision | Recall | F1 | Accuracy | Roc Auc | Pr Auc |
|
65 |
+
|:-------------:|:-----:|:----:|:---------------:|:---------:|:------:|:------:|:--------:|:-------:|:------:|
|
66 |
+
| 0.026 | 1.0 | 632 | 0.0136 | 0.4503 | 0.7059 | 0.5498 | 0.9989 | 0.9956 | 0.9999 |
|
67 |
+
| 0.0109 | 2.0 | 1264 | 0.0104 | 0.7270 | 0.6029 | 0.6592 | 0.9994 | 0.9951 | 0.9999 |
|
68 |
+
| 0.0063 | 3.0 | 1896 | 0.0100 | 0.7190 | 0.7 | 0.7094 | 0.9995 | 0.9959 | 0.9999 |
|
69 |
+
| 0.0027 | 4.0 | 2528 | 0.0113 | 0.6872 | 0.7235 | 0.7049 | 0.9994 | 0.9942 | 0.9999 |
|
70 |
+
| 0.0012 | 5.0 | 3160 | 0.0145 | 0.8194 | 0.5471 | 0.6561 | 0.9994 | 0.9924 | 0.9999 |
|
71 |
+
| 0.0015 | 6.0 | 3792 | 0.0131 | 0.6952 | 0.7176 | 0.7062 | 0.9994 | 0.9935 | 0.9999 |
|
72 |
+
| 0.0008 | 7.0 | 4424 | 0.0139 | 0.7604 | 0.7 | 0.7289 | 0.9995 | 0.9925 | 0.9999 |
|
73 |
+
| 0.0002 | 8.0 | 5056 | 0.0163 | 0.7418 | 0.6676 | 0.7028 | 0.9994 | 0.9907 | 0.9998 |
|
74 |
+
| 0.0001 | 9.0 | 5688 | 0.0163 | 0.6551 | 0.7206 | 0.6863 | 0.9994 | 0.9927 | 0.9999 |
|
75 |
|
76 |
|
77 |
### Framework versions
|
model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 554446244
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:f6fbee88daa72c14bf7603be00909d3c3f1e6c31cec3a2e2876ebf3afa7f98d5
|
3 |
size 554446244
|