End of training
Browse files- README.md +26 -19
- config.json +2 -2
- model.safetensors +1 -1
- runs/May12_08-15-19_aff77f7d1741/events.out.tfevents.1715501725.aff77f7d1741.6664.9 +3 -0
- runs/May12_08-15-19_aff77f7d1741/events.out.tfevents.1715504529.aff77f7d1741.6664.10 +3 -0
- special_tokens_map.json +6 -6
- tokenizer.json +7 -6
- tokenizer_config.json +5 -4
- training_args.bin +2 -2
README.md
CHANGED
@@ -1,13 +1,12 @@
|
|
1 |
---
|
2 |
license: mit
|
3 |
-
base_model:
|
4 |
tags:
|
5 |
- generated_from_trainer
|
6 |
metrics:
|
7 |
- precision
|
8 |
- recall
|
9 |
- f1
|
10 |
-
- accuracy
|
11 |
model-index:
|
12 |
- name: fold_2
|
13 |
results: []
|
@@ -16,15 +15,21 @@ 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_2
|
20 |
|
21 |
-
This model is a fine-tuned version of [
|
22 |
It achieves the following results on the evaluation set:
|
23 |
-
- Loss: 0.
|
24 |
-
- Precision: 0.
|
25 |
-
- Recall: 0.
|
26 |
-
- F1: 0.
|
27 |
-
-
|
|
|
28 |
|
29 |
## Model description
|
30 |
|
@@ -43,26 +48,28 @@ More information needed
|
|
43 |
### Training hyperparameters
|
44 |
|
45 |
The following hyperparameters were used during training:
|
46 |
-
- learning_rate:
|
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:
|
53 |
|
54 |
### Training results
|
55 |
|
56 |
-
| Training Loss | Epoch | Step | Validation Loss | Precision | Recall | F1 |
|
57 |
-
|
58 |
-
| 0.
|
59 |
-
| 0.
|
60 |
-
| 0.
|
|
|
|
|
61 |
|
62 |
|
63 |
### Framework versions
|
64 |
|
65 |
-
- Transformers 4.
|
66 |
-
- Pytorch 2.1
|
67 |
-
- Datasets 2.
|
68 |
-
- Tokenizers 0.
|
|
|
1 |
---
|
2 |
license: mit
|
3 |
+
base_model: Amna100/PreTraining-MLM
|
4 |
tags:
|
5 |
- generated_from_trainer
|
6 |
metrics:
|
7 |
- precision
|
8 |
- recall
|
9 |
- f1
|
|
|
10 |
model-index:
|
11 |
- name: fold_2
|
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 |
# 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.0123
|
28 |
+
- Precision: 0.1834
|
29 |
+
- Recall: 0.3042
|
30 |
+
- F1: 0.5248
|
31 |
+
- Pr Auc: 0.6254
|
32 |
+
- Roc Auc: 0.9352
|
33 |
|
34 |
## Model description
|
35 |
|
|
|
48 |
### Training hyperparameters
|
49 |
|
50 |
The following hyperparameters were used during training:
|
51 |
+
- learning_rate: 5e-05
|
52 |
- train_batch_size: 5
|
53 |
- eval_batch_size: 5
|
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 | Pr Auc | Roc Auc |
|
62 |
+
|:-------------:|:-----:|:----:|:---------------:|:---------:|:------:|:------:|:------:|:-------:|
|
63 |
+
| 0.0324 | 1.0 | 630 | 0.0108 | 0.3745 | 0.9507 | 0.7320 | 0.5652 | 0.9573 |
|
64 |
+
| 0.0101 | 2.0 | 1260 | 0.0101 | 0.5987 | 0.1560 | 0.1560 | 0.5987 | 0.9585 |
|
65 |
+
| 0.0067 | 3.0 | 1890 | 0.0114 | 0.0581 | 0.8662 | 0.6011 | 0.6210 | 0.9303 |
|
66 |
+
| 0.0015 | 4.0 | 2520 | 0.0110 | 0.7081 | 0.0206 | 0.9699 | 0.5885 | 0.9400 |
|
67 |
+
| 0.0006 | 5.0 | 3150 | 0.0123 | 0.8324 | 0.2123 | 0.1818 | 0.6254 | 0.9352 |
|
68 |
|
69 |
|
70 |
### Framework versions
|
71 |
|
72 |
+
- Transformers 4.41.0.dev0
|
73 |
+
- Pytorch 2.2.1+cu121
|
74 |
+
- Datasets 2.19.1
|
75 |
+
- Tokenizers 0.19.1
|
config.json
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
{
|
2 |
-
"_name_or_path": "
|
3 |
"architectures": [
|
4 |
"DebertaForTokenClassification"
|
5 |
],
|
@@ -40,7 +40,7 @@
|
|
40 |
"position_biased_input": false,
|
41 |
"relative_attention": true,
|
42 |
"torch_dtype": "float32",
|
43 |
-
"transformers_version": "4.
|
44 |
"type_vocab_size": 0,
|
45 |
"vocab_size": 50265
|
46 |
}
|
|
|
1 |
{
|
2 |
+
"_name_or_path": "Amna100/PreTraining-MLM",
|
3 |
"architectures": [
|
4 |
"DebertaForTokenClassification"
|
5 |
],
|
|
|
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:
|
3 |
size 554446244
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:b7e927621be49f5325bbbcbba781a0d958b8da2b2567e51fbb70d617bf1eacf2
|
3 |
size 554446244
|
runs/May12_08-15-19_aff77f7d1741/events.out.tfevents.1715501725.aff77f7d1741.6664.9
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:9f80a2dd7ff7bfcc6265f3fbe11b174e56eccc85091bcb6eb68bc259470a35c4
|
3 |
+
size 9513
|
runs/May12_08-15-19_aff77f7d1741/events.out.tfevents.1715504529.aff77f7d1741.6664.10
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:0d310272b4aaf8024ff63b02d53fe29d395c4ea7d961f0b096bd465fb8bad922
|
3 |
+
size 609
|
special_tokens_map.json
CHANGED
@@ -2,21 +2,21 @@
|
|
2 |
"bos_token": {
|
3 |
"content": "[CLS]",
|
4 |
"lstrip": false,
|
5 |
-
"normalized":
|
6 |
"rstrip": false,
|
7 |
"single_word": false
|
8 |
},
|
9 |
"cls_token": {
|
10 |
"content": "[CLS]",
|
11 |
"lstrip": false,
|
12 |
-
"normalized":
|
13 |
"rstrip": false,
|
14 |
"single_word": false
|
15 |
},
|
16 |
"eos_token": {
|
17 |
"content": "[SEP]",
|
18 |
"lstrip": false,
|
19 |
-
"normalized":
|
20 |
"rstrip": false,
|
21 |
"single_word": false
|
22 |
},
|
@@ -30,21 +30,21 @@
|
|
30 |
"pad_token": {
|
31 |
"content": "[PAD]",
|
32 |
"lstrip": false,
|
33 |
-
"normalized":
|
34 |
"rstrip": false,
|
35 |
"single_word": false
|
36 |
},
|
37 |
"sep_token": {
|
38 |
"content": "[SEP]",
|
39 |
"lstrip": false,
|
40 |
-
"normalized":
|
41 |
"rstrip": false,
|
42 |
"single_word": false
|
43 |
},
|
44 |
"unk_token": {
|
45 |
"content": "[UNK]",
|
46 |
"lstrip": false,
|
47 |
-
"normalized":
|
48 |
"rstrip": false,
|
49 |
"single_word": false
|
50 |
}
|
|
|
2 |
"bos_token": {
|
3 |
"content": "[CLS]",
|
4 |
"lstrip": false,
|
5 |
+
"normalized": false,
|
6 |
"rstrip": false,
|
7 |
"single_word": false
|
8 |
},
|
9 |
"cls_token": {
|
10 |
"content": "[CLS]",
|
11 |
"lstrip": false,
|
12 |
+
"normalized": false,
|
13 |
"rstrip": false,
|
14 |
"single_word": false
|
15 |
},
|
16 |
"eos_token": {
|
17 |
"content": "[SEP]",
|
18 |
"lstrip": false,
|
19 |
+
"normalized": false,
|
20 |
"rstrip": false,
|
21 |
"single_word": false
|
22 |
},
|
|
|
30 |
"pad_token": {
|
31 |
"content": "[PAD]",
|
32 |
"lstrip": false,
|
33 |
+
"normalized": false,
|
34 |
"rstrip": false,
|
35 |
"single_word": false
|
36 |
},
|
37 |
"sep_token": {
|
38 |
"content": "[SEP]",
|
39 |
"lstrip": false,
|
40 |
+
"normalized": false,
|
41 |
"rstrip": false,
|
42 |
"single_word": false
|
43 |
},
|
44 |
"unk_token": {
|
45 |
"content": "[UNK]",
|
46 |
"lstrip": false,
|
47 |
+
"normalized": false,
|
48 |
"rstrip": false,
|
49 |
"single_word": false
|
50 |
}
|
tokenizer.json
CHANGED
@@ -21,7 +21,7 @@
|
|
21 |
"single_word": false,
|
22 |
"lstrip": false,
|
23 |
"rstrip": false,
|
24 |
-
"normalized":
|
25 |
"special": true
|
26 |
},
|
27 |
{
|
@@ -30,7 +30,7 @@
|
|
30 |
"single_word": false,
|
31 |
"lstrip": false,
|
32 |
"rstrip": false,
|
33 |
-
"normalized":
|
34 |
"special": true
|
35 |
},
|
36 |
{
|
@@ -39,7 +39,7 @@
|
|
39 |
"single_word": false,
|
40 |
"lstrip": false,
|
41 |
"rstrip": false,
|
42 |
-
"normalized":
|
43 |
"special": true
|
44 |
},
|
45 |
{
|
@@ -48,7 +48,7 @@
|
|
48 |
"single_word": false,
|
49 |
"lstrip": false,
|
50 |
"rstrip": false,
|
51 |
-
"normalized":
|
52 |
"special": true
|
53 |
},
|
54 |
{
|
@@ -112,13 +112,13 @@
|
|
112 |
{
|
113 |
"Sequence": {
|
114 |
"id": "B",
|
115 |
-
"type_id":
|
116 |
}
|
117 |
},
|
118 |
{
|
119 |
"SpecialToken": {
|
120 |
"id": "[SEP]",
|
121 |
-
"type_id":
|
122 |
}
|
123 |
}
|
124 |
],
|
@@ -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,
|
|
|
21 |
"single_word": false,
|
22 |
"lstrip": false,
|
23 |
"rstrip": false,
|
24 |
+
"normalized": false,
|
25 |
"special": true
|
26 |
},
|
27 |
{
|
|
|
30 |
"single_word": false,
|
31 |
"lstrip": false,
|
32 |
"rstrip": false,
|
33 |
+
"normalized": false,
|
34 |
"special": true
|
35 |
},
|
36 |
{
|
|
|
39 |
"single_word": false,
|
40 |
"lstrip": false,
|
41 |
"rstrip": false,
|
42 |
+
"normalized": false,
|
43 |
"special": true
|
44 |
},
|
45 |
{
|
|
|
48 |
"single_word": false,
|
49 |
"lstrip": false,
|
50 |
"rstrip": false,
|
51 |
+
"normalized": false,
|
52 |
"special": true
|
53 |
},
|
54 |
{
|
|
|
112 |
{
|
113 |
"Sequence": {
|
114 |
"id": "B",
|
115 |
+
"type_id": 1
|
116 |
}
|
117 |
},
|
118 |
{
|
119 |
"SpecialToken": {
|
120 |
"id": "[SEP]",
|
121 |
+
"type_id": 1
|
122 |
}
|
123 |
}
|
124 |
],
|
|
|
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,
|
tokenizer_config.json
CHANGED
@@ -1,10 +1,11 @@
|
|
1 |
{
|
|
|
2 |
"add_prefix_space": true,
|
3 |
"added_tokens_decoder": {
|
4 |
"0": {
|
5 |
"content": "[PAD]",
|
6 |
"lstrip": false,
|
7 |
-
"normalized":
|
8 |
"rstrip": false,
|
9 |
"single_word": false,
|
10 |
"special": true
|
@@ -12,7 +13,7 @@
|
|
12 |
"1": {
|
13 |
"content": "[CLS]",
|
14 |
"lstrip": false,
|
15 |
-
"normalized":
|
16 |
"rstrip": false,
|
17 |
"single_word": false,
|
18 |
"special": true
|
@@ -20,7 +21,7 @@
|
|
20 |
"2": {
|
21 |
"content": "[SEP]",
|
22 |
"lstrip": false,
|
23 |
-
"normalized":
|
24 |
"rstrip": false,
|
25 |
"single_word": false,
|
26 |
"special": true
|
@@ -28,7 +29,7 @@
|
|
28 |
"3": {
|
29 |
"content": "[UNK]",
|
30 |
"lstrip": false,
|
31 |
-
"normalized":
|
32 |
"rstrip": false,
|
33 |
"single_word": false,
|
34 |
"special": true
|
|
|
1 |
{
|
2 |
+
"add_bos_token": false,
|
3 |
"add_prefix_space": true,
|
4 |
"added_tokens_decoder": {
|
5 |
"0": {
|
6 |
"content": "[PAD]",
|
7 |
"lstrip": false,
|
8 |
+
"normalized": false,
|
9 |
"rstrip": false,
|
10 |
"single_word": false,
|
11 |
"special": true
|
|
|
13 |
"1": {
|
14 |
"content": "[CLS]",
|
15 |
"lstrip": false,
|
16 |
+
"normalized": false,
|
17 |
"rstrip": false,
|
18 |
"single_word": false,
|
19 |
"special": true
|
|
|
21 |
"2": {
|
22 |
"content": "[SEP]",
|
23 |
"lstrip": false,
|
24 |
+
"normalized": false,
|
25 |
"rstrip": false,
|
26 |
"single_word": false,
|
27 |
"special": true
|
|
|
29 |
"3": {
|
30 |
"content": "[UNK]",
|
31 |
"lstrip": false,
|
32 |
+
"normalized": false,
|
33 |
"rstrip": false,
|
34 |
"single_word": false,
|
35 |
"special": true
|
training_args.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:675daf4a4db5ac8ab29fb1dd3e2cd013acda585d43f185330ef12c07bfc1053e
|
3 |
+
size 5176
|