RugvedaWork
commited on
Training in progress, step 780
Browse files- README.md +29 -14
- config.json +16 -35
- model.safetensors +2 -2
- runs/Jul17_16-23-22_Qodequayserver2/events.out.tfevents.1721213603.Qodequayserver2.290273.8 +3 -0
- special_tokens_map.json +5 -17
- tokenizer.json +0 -0
- tokenizer_config.json +19 -57
- training_args.bin +1 -1
README.md
CHANGED
@@ -1,6 +1,6 @@
|
|
1 |
---
|
2 |
-
license:
|
3 |
-
base_model:
|
4 |
tags:
|
5 |
- generated_from_trainer
|
6 |
metrics:
|
@@ -18,13 +18,13 @@ should probably proofread and complete it, then remove this comment. -->
|
|
18 |
|
19 |
# model_ckpt
|
20 |
|
21 |
-
This model is a fine-tuned version of [
|
22 |
It achieves the following results on the evaluation set:
|
23 |
-
- Loss: 0.
|
24 |
-
- Accuracy:
|
25 |
-
- F1:
|
26 |
-
- Precision:
|
27 |
-
- Recall:
|
28 |
|
29 |
## Model description
|
30 |
|
@@ -49,17 +49,32 @@ The following hyperparameters were used during training:
|
|
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 | Accuracy | F1 | Precision | Recall |
|
57 |
|:-------------:|:-----:|:----:|:---------------:|:--------:|:------:|:---------:|:------:|
|
58 |
-
| 0.
|
59 |
-
| 0.
|
60 |
-
| 0.
|
61 |
-
| 0.
|
62 |
-
| 0.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
63 |
|
64 |
|
65 |
### Framework versions
|
|
|
1 |
---
|
2 |
+
license: apache-2.0
|
3 |
+
base_model: distilbert-base-uncased
|
4 |
tags:
|
5 |
- generated_from_trainer
|
6 |
metrics:
|
|
|
18 |
|
19 |
# model_ckpt
|
20 |
|
21 |
+
This model is a fine-tuned version of [distilbert-base-uncased](https://huggingface.co/distilbert-base-uncased) on the None dataset.
|
22 |
It achieves the following results on the evaluation set:
|
23 |
+
- Loss: 0.0137
|
24 |
+
- Accuracy: 0.9988
|
25 |
+
- F1: 0.9988
|
26 |
+
- Precision: 0.9988
|
27 |
+
- Recall: 0.9988
|
28 |
|
29 |
## Model description
|
30 |
|
|
|
49 |
- seed: 42
|
50 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
51 |
- lr_scheduler_type: linear
|
52 |
+
- num_epochs: 20
|
53 |
|
54 |
### Training results
|
55 |
|
56 |
| Training Loss | Epoch | Step | Validation Loss | Accuracy | F1 | Precision | Recall |
|
57 |
|:-------------:|:-----:|:----:|:---------------:|:--------:|:------:|:---------:|:------:|
|
58 |
+
| 0.5254 | 1.0 | 38 | 0.0387 | 0.9988 | 0.9988 | 0.9988 | 0.9988 |
|
59 |
+
| 0.016 | 2.0 | 76 | 0.0131 | 0.9988 | 0.9988 | 0.9988 | 0.9988 |
|
60 |
+
| 0.0063 | 3.0 | 114 | 0.0119 | 0.9988 | 0.9988 | 0.9988 | 0.9988 |
|
61 |
+
| 0.0022 | 4.0 | 152 | 0.0122 | 0.9988 | 0.9988 | 0.9988 | 0.9988 |
|
62 |
+
| 0.0014 | 5.0 | 190 | 0.0123 | 0.9988 | 0.9988 | 0.9988 | 0.9988 |
|
63 |
+
| 0.0011 | 6.0 | 228 | 0.0126 | 0.9988 | 0.9988 | 0.9988 | 0.9988 |
|
64 |
+
| 0.0009 | 7.0 | 266 | 0.0126 | 0.9988 | 0.9988 | 0.9988 | 0.9988 |
|
65 |
+
| 0.0007 | 8.0 | 304 | 0.0127 | 0.9988 | 0.9988 | 0.9988 | 0.9988 |
|
66 |
+
| 0.0006 | 9.0 | 342 | 0.0129 | 0.9988 | 0.9988 | 0.9988 | 0.9988 |
|
67 |
+
| 0.0005 | 10.0 | 380 | 0.0130 | 0.9988 | 0.9988 | 0.9988 | 0.9988 |
|
68 |
+
| 0.0004 | 11.0 | 418 | 0.0131 | 0.9988 | 0.9988 | 0.9988 | 0.9988 |
|
69 |
+
| 0.0004 | 12.0 | 456 | 0.0132 | 0.9988 | 0.9988 | 0.9988 | 0.9988 |
|
70 |
+
| 0.0004 | 13.0 | 494 | 0.0133 | 0.9988 | 0.9988 | 0.9988 | 0.9988 |
|
71 |
+
| 0.0003 | 14.0 | 532 | 0.0134 | 0.9988 | 0.9988 | 0.9988 | 0.9988 |
|
72 |
+
| 0.0003 | 15.0 | 570 | 0.0135 | 0.9988 | 0.9988 | 0.9988 | 0.9988 |
|
73 |
+
| 0.0003 | 16.0 | 608 | 0.0136 | 0.9988 | 0.9988 | 0.9988 | 0.9988 |
|
74 |
+
| 0.0003 | 17.0 | 646 | 0.0136 | 0.9988 | 0.9988 | 0.9988 | 0.9988 |
|
75 |
+
| 0.0003 | 18.0 | 684 | 0.0136 | 0.9988 | 0.9988 | 0.9988 | 0.9988 |
|
76 |
+
| 0.0002 | 19.0 | 722 | 0.0137 | 0.9988 | 0.9988 | 0.9988 | 0.9988 |
|
77 |
+
| 0.0003 | 20.0 | 760 | 0.0137 | 0.9988 | 0.9988 | 0.9988 | 0.9988 |
|
78 |
|
79 |
|
80 |
### Framework versions
|
config.json
CHANGED
@@ -1,19 +1,13 @@
|
|
1 |
{
|
2 |
-
"_name_or_path": "
|
|
|
3 |
"architectures": [
|
4 |
-
"
|
5 |
],
|
6 |
-
"
|
7 |
-
"
|
8 |
-
"bos_token_id": 1,
|
9 |
-
"clamp_len": -1,
|
10 |
-
"d_head": 64,
|
11 |
-
"d_inner": 3072,
|
12 |
-
"d_model": 768,
|
13 |
"dropout": 0.1,
|
14 |
-
"
|
15 |
-
"eos_token_id": 2,
|
16 |
-
"ff_activation": "gelu",
|
17 |
"id2label": {
|
18 |
"0": "CAM",
|
19 |
"1": "DOT",
|
@@ -35,30 +29,17 @@
|
|
35 |
"Sales": 7,
|
36 |
"default": 3
|
37 |
},
|
38 |
-
"
|
39 |
-
"
|
40 |
-
"
|
41 |
-
"
|
42 |
-
"
|
43 |
-
"pad_token_id": 5,
|
44 |
"problem_type": "single_label_classification",
|
45 |
-
"
|
46 |
-
"
|
47 |
-
"
|
48 |
-
"
|
49 |
-
"summary_last_dropout": 0.1,
|
50 |
-
"summary_type": "last",
|
51 |
-
"summary_use_proj": true,
|
52 |
-
"task_specific_params": {
|
53 |
-
"text-generation": {
|
54 |
-
"do_sample": true,
|
55 |
-
"max_length": 250
|
56 |
-
}
|
57 |
-
},
|
58 |
"torch_dtype": "float32",
|
59 |
"transformers_version": "4.42.3",
|
60 |
-
"
|
61 |
-
"use_mems_eval": true,
|
62 |
-
"use_mems_train": false,
|
63 |
-
"vocab_size": 32000
|
64 |
}
|
|
|
1 |
{
|
2 |
+
"_name_or_path": "distilbert-base-uncased",
|
3 |
+
"activation": "gelu",
|
4 |
"architectures": [
|
5 |
+
"DistilBertForSequenceClassification"
|
6 |
],
|
7 |
+
"attention_dropout": 0.1,
|
8 |
+
"dim": 768,
|
|
|
|
|
|
|
|
|
|
|
9 |
"dropout": 0.1,
|
10 |
+
"hidden_dim": 3072,
|
|
|
|
|
11 |
"id2label": {
|
12 |
"0": "CAM",
|
13 |
"1": "DOT",
|
|
|
29 |
"Sales": 7,
|
30 |
"default": 3
|
31 |
},
|
32 |
+
"max_position_embeddings": 512,
|
33 |
+
"model_type": "distilbert",
|
34 |
+
"n_heads": 12,
|
35 |
+
"n_layers": 6,
|
36 |
+
"pad_token_id": 0,
|
|
|
37 |
"problem_type": "single_label_classification",
|
38 |
+
"qa_dropout": 0.1,
|
39 |
+
"seq_classif_dropout": 0.2,
|
40 |
+
"sinusoidal_pos_embds": false,
|
41 |
+
"tie_weights_": true,
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
42 |
"torch_dtype": "float32",
|
43 |
"transformers_version": "4.42.3",
|
44 |
+
"vocab_size": 30522
|
|
|
|
|
|
|
45 |
}
|
model.safetensors
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:55c5b9e18e3d1f86497f4660c5016bf91ff6f55f22ccf3f37f50c93c9bab7a6b
|
3 |
+
size 267851024
|
runs/Jul17_16-23-22_Qodequayserver2/events.out.tfevents.1721213603.Qodequayserver2.290273.8
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:cb3707772aff9ea776bcf608c6a25e985b21015b8fcf025249996a0176ded5da
|
3 |
+
size 18998
|
special_tokens_map.json
CHANGED
@@ -1,19 +1,7 @@
|
|
1 |
{
|
2 |
-
"
|
3 |
-
|
4 |
-
|
5 |
-
],
|
6 |
-
"
|
7 |
-
"cls_token": "<cls>",
|
8 |
-
"eos_token": "</s>",
|
9 |
-
"mask_token": {
|
10 |
-
"content": "<mask>",
|
11 |
-
"lstrip": true,
|
12 |
-
"normalized": false,
|
13 |
-
"rstrip": false,
|
14 |
-
"single_word": false
|
15 |
-
},
|
16 |
-
"pad_token": "<pad>",
|
17 |
-
"sep_token": "<sep>",
|
18 |
-
"unk_token": "<unk>"
|
19 |
}
|
|
|
1 |
{
|
2 |
+
"cls_token": "[CLS]",
|
3 |
+
"mask_token": "[MASK]",
|
4 |
+
"pad_token": "[PAD]",
|
5 |
+
"sep_token": "[SEP]",
|
6 |
+
"unk_token": "[UNK]"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
7 |
}
|
tokenizer.json
CHANGED
The diff for this file is too large to render.
See raw diff
|
|
tokenizer_config.json
CHANGED
@@ -1,71 +1,39 @@
|
|
1 |
{
|
2 |
"added_tokens_decoder": {
|
3 |
"0": {
|
4 |
-
"content": "
|
5 |
"lstrip": false,
|
6 |
"normalized": false,
|
7 |
"rstrip": false,
|
8 |
"single_word": false,
|
9 |
"special": true
|
10 |
},
|
11 |
-
"
|
12 |
-
"content": "
|
13 |
"lstrip": false,
|
14 |
"normalized": false,
|
15 |
"rstrip": false,
|
16 |
"single_word": false,
|
17 |
"special": true
|
18 |
},
|
19 |
-
"
|
20 |
-
"content": "
|
21 |
"lstrip": false,
|
22 |
"normalized": false,
|
23 |
"rstrip": false,
|
24 |
"single_word": false,
|
25 |
"special": true
|
26 |
},
|
27 |
-
"
|
28 |
-
"content": "
|
29 |
"lstrip": false,
|
30 |
"normalized": false,
|
31 |
"rstrip": false,
|
32 |
"single_word": false,
|
33 |
"special": true
|
34 |
},
|
35 |
-
"
|
36 |
-
"content": "
|
37 |
-
"lstrip": false,
|
38 |
-
"normalized": false,
|
39 |
-
"rstrip": false,
|
40 |
-
"single_word": false,
|
41 |
-
"special": true
|
42 |
-
},
|
43 |
-
"5": {
|
44 |
-
"content": "<pad>",
|
45 |
-
"lstrip": false,
|
46 |
-
"normalized": false,
|
47 |
-
"rstrip": false,
|
48 |
-
"single_word": false,
|
49 |
-
"special": true
|
50 |
-
},
|
51 |
-
"6": {
|
52 |
-
"content": "<mask>",
|
53 |
-
"lstrip": true,
|
54 |
-
"normalized": false,
|
55 |
-
"rstrip": false,
|
56 |
-
"single_word": false,
|
57 |
-
"special": true
|
58 |
-
},
|
59 |
-
"7": {
|
60 |
-
"content": "<eod>",
|
61 |
-
"lstrip": false,
|
62 |
-
"normalized": false,
|
63 |
-
"rstrip": false,
|
64 |
-
"single_word": false,
|
65 |
-
"special": true
|
66 |
-
},
|
67 |
-
"8": {
|
68 |
-
"content": "<eop>",
|
69 |
"lstrip": false,
|
70 |
"normalized": false,
|
71 |
"rstrip": false,
|
@@ -73,21 +41,15 @@
|
|
73 |
"special": true
|
74 |
}
|
75 |
},
|
76 |
-
"additional_special_tokens": [
|
77 |
-
"<eop>",
|
78 |
-
"<eod>"
|
79 |
-
],
|
80 |
-
"bos_token": "<s>",
|
81 |
"clean_up_tokenization_spaces": true,
|
82 |
-
"cls_token": "
|
83 |
-
"do_lower_case":
|
84 |
-
"
|
85 |
-
"
|
86 |
-
"
|
87 |
-
"
|
88 |
-
"
|
89 |
-
"
|
90 |
-
"
|
91 |
-
"
|
92 |
-
"unk_token": "<unk>"
|
93 |
}
|
|
|
1 |
{
|
2 |
"added_tokens_decoder": {
|
3 |
"0": {
|
4 |
+
"content": "[PAD]",
|
5 |
"lstrip": false,
|
6 |
"normalized": false,
|
7 |
"rstrip": false,
|
8 |
"single_word": false,
|
9 |
"special": true
|
10 |
},
|
11 |
+
"100": {
|
12 |
+
"content": "[UNK]",
|
13 |
"lstrip": false,
|
14 |
"normalized": false,
|
15 |
"rstrip": false,
|
16 |
"single_word": false,
|
17 |
"special": true
|
18 |
},
|
19 |
+
"101": {
|
20 |
+
"content": "[CLS]",
|
21 |
"lstrip": false,
|
22 |
"normalized": false,
|
23 |
"rstrip": false,
|
24 |
"single_word": false,
|
25 |
"special": true
|
26 |
},
|
27 |
+
"102": {
|
28 |
+
"content": "[SEP]",
|
29 |
"lstrip": false,
|
30 |
"normalized": false,
|
31 |
"rstrip": false,
|
32 |
"single_word": false,
|
33 |
"special": true
|
34 |
},
|
35 |
+
"103": {
|
36 |
+
"content": "[MASK]",
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
37 |
"lstrip": false,
|
38 |
"normalized": false,
|
39 |
"rstrip": false,
|
|
|
41 |
"special": true
|
42 |
}
|
43 |
},
|
|
|
|
|
|
|
|
|
|
|
44 |
"clean_up_tokenization_spaces": true,
|
45 |
+
"cls_token": "[CLS]",
|
46 |
+
"do_lower_case": true,
|
47 |
+
"mask_token": "[MASK]",
|
48 |
+
"model_max_length": 512,
|
49 |
+
"pad_token": "[PAD]",
|
50 |
+
"sep_token": "[SEP]",
|
51 |
+
"strip_accents": null,
|
52 |
+
"tokenize_chinese_chars": true,
|
53 |
+
"tokenizer_class": "DistilBertTokenizer",
|
54 |
+
"unk_token": "[UNK]"
|
|
|
55 |
}
|
training_args.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 5112
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:04f4dc070500cd41fd9c151f521e6d53336c540568850b9413fa8efc27d58fa5
|
3 |
size 5112
|