End of training
Browse files- README.md +16 -19
- config.json +2 -2
- model.safetensors +1 -1
- runs/May12_06-36-29_aff77f7d1741/events.out.tfevents.1715495796.aff77f7d1741.6664.0 +3 -0
- runs/May12_06-36-29_aff77f7d1741/events.out.tfevents.1715495842.aff77f7d1741.6664.1 +3 -0
- runs/May12_06-38-00_aff77f7d1741/events.out.tfevents.1715495892.aff77f7d1741.6664.2 +3 -0
- runs/May12_06-38-00_aff77f7d1741/events.out.tfevents.1715495938.aff77f7d1741.6664.3 +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_0
|
13 |
results: []
|
@@ -16,15 +15,18 @@ 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_0
|
20 |
|
21 |
-
This model is a fine-tuned version of [
|
22 |
It achieves the following results on the evaluation set:
|
23 |
-
- Loss:
|
24 |
-
- Precision: 0.
|
25 |
-
- Recall: 0.
|
26 |
-
- F1: 0.
|
27 |
-
-
|
|
|
28 |
|
29 |
## Model description
|
30 |
|
@@ -43,26 +45,21 @@ 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 | Accuracy |
|
57 |
-
|:-------------:|:-----:|:----:|:---------------:|:---------:|:------:|:------:|:--------:|
|
58 |
-
| 0.0445 | 1.0 | 708 | 0.0106 | 0.6792 | 0.4932 | 0.5714 | 0.9971 |
|
59 |
-
| 0.0098 | 2.0 | 1416 | 0.0095 | 0.6875 | 0.6781 | 0.6828 | 0.9974 |
|
60 |
-
| 0.0035 | 3.0 | 2124 | 0.0098 | 0.7014 | 0.6918 | 0.6966 | 0.9975 |
|
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_0
|
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 |
# 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: 1.5239
|
25 |
+
- Precision: 0.3745
|
26 |
+
- Recall: 0.9507
|
27 |
+
- F1: 0.7320
|
28 |
+
- Pr Auc: 0.0641
|
29 |
+
- Roc Auc: 0.6223
|
30 |
|
31 |
## Model description
|
32 |
|
|
|
45 |
### Training hyperparameters
|
46 |
|
47 |
The following hyperparameters were used during training:
|
48 |
+
- learning_rate: 5e-05
|
49 |
- train_batch_size: 5
|
50 |
- eval_batch_size: 5
|
51 |
- seed: 42
|
52 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
53 |
- lr_scheduler_type: linear
|
54 |
+
- num_epochs: 0
|
55 |
|
56 |
### Training results
|
57 |
|
|
|
|
|
|
|
|
|
|
|
58 |
|
59 |
|
60 |
### Framework versions
|
61 |
|
62 |
+
- Transformers 4.41.0.dev0
|
63 |
+
- Pytorch 2.2.1+cu121
|
64 |
+
- Datasets 2.19.1
|
65 |
+
- 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:0c52ca463b185c829f5002d48097e198b2f756bae22338c9376c5c3c309b01dc
|
3 |
size 554446244
|
runs/May12_06-36-29_aff77f7d1741/events.out.tfevents.1715495796.aff77f7d1741.6664.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:7a6bbc221dd419d2765cbcbe7948c87f39310af5f0805048e9489cc0494db7aa
|
3 |
+
size 5624
|
runs/May12_06-36-29_aff77f7d1741/events.out.tfevents.1715495842.aff77f7d1741.6664.1
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:a97d45091a15a310b8c520bce4c17648349dbeb5cb6233062d3034a3e4ec963c
|
3 |
+
size 579
|
runs/May12_06-38-00_aff77f7d1741/events.out.tfevents.1715495892.aff77f7d1741.6664.2
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:e176a923b17d68da97aeae02d33825d4e2479c37b82c5c83f675504ddc36dead
|
3 |
+
size 5624
|
runs/May12_06-38-00_aff77f7d1741/events.out.tfevents.1715495938.aff77f7d1741.6664.3
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:8532fab98e7c555bc436c8219a60e76d93484ce14d61644c65513b6b591ce877
|
3 |
+
size 579
|
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:549926a12155753ea86f7842773f5592f60b073147b1af81e723a84545ccb770
|
3 |
+
size 5176
|