End of training
Browse files- README.md +106 -0
- logs/events.out.tfevents.1715170802.DESKTOP-AFV4NO9 +2 -2
- logs/events.out.tfevents.1715722077.DESKTOP-AFV4NO9 +3 -0
- model.safetensors +1 -1
- special_tokens_map.json +7 -0
- tokenizer_config.json +57 -0
- vocab.txt +0 -0
README.md
ADDED
@@ -0,0 +1,106 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: apache-2.0
|
3 |
+
base_model: distilbert-base-uncased
|
4 |
+
tags:
|
5 |
+
- generated_from_trainer
|
6 |
+
model-index:
|
7 |
+
- name: Log-Analysis-Model-DistilBert
|
8 |
+
results: []
|
9 |
+
---
|
10 |
+
|
11 |
+
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
12 |
+
should probably proofread and complete it, then remove this comment. -->
|
13 |
+
|
14 |
+
# Log-Analysis-Model-DistilBert
|
15 |
+
|
16 |
+
This model is a fine-tuned version of [distilbert-base-uncased](https://huggingface.co/distilbert-base-uncased) on an unknown dataset.
|
17 |
+
It achieves the following results on the evaluation set:
|
18 |
+
- Loss: 0.0453
|
19 |
+
|
20 |
+
## Model description
|
21 |
+
|
22 |
+
More information needed
|
23 |
+
|
24 |
+
## Intended uses & limitations
|
25 |
+
|
26 |
+
More information needed
|
27 |
+
|
28 |
+
## Training and evaluation data
|
29 |
+
|
30 |
+
More information needed
|
31 |
+
|
32 |
+
## Training procedure
|
33 |
+
|
34 |
+
### Training hyperparameters
|
35 |
+
|
36 |
+
The following hyperparameters were used during training:
|
37 |
+
- learning_rate: 5e-05
|
38 |
+
- train_batch_size: 4
|
39 |
+
- eval_batch_size: 4
|
40 |
+
- seed: 42
|
41 |
+
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
42 |
+
- lr_scheduler_type: linear
|
43 |
+
- num_epochs: 5
|
44 |
+
|
45 |
+
### Training results
|
46 |
+
|
47 |
+
| Training Loss | Epoch | Step | Validation Loss |
|
48 |
+
|:-------------:|:------:|:-----:|:---------------:|
|
49 |
+
| 0.0736 | 0.0982 | 500 | 0.0615 |
|
50 |
+
| 0.0561 | 0.1964 | 1000 | 0.0625 |
|
51 |
+
| 0.0547 | 0.2946 | 1500 | 0.0549 |
|
52 |
+
| 0.0655 | 0.3929 | 2000 | 0.0593 |
|
53 |
+
| 0.0605 | 0.4911 | 2500 | 0.0541 |
|
54 |
+
| 0.0739 | 0.5893 | 3000 | 0.0547 |
|
55 |
+
| 0.0474 | 0.6875 | 3500 | 0.0629 |
|
56 |
+
| 0.051 | 0.7857 | 4000 | 0.0563 |
|
57 |
+
| 0.0758 | 0.8839 | 4500 | 0.0607 |
|
58 |
+
| 0.0676 | 0.9821 | 5000 | 0.0509 |
|
59 |
+
| 0.0645 | 1.0803 | 5500 | 0.0564 |
|
60 |
+
| 0.0531 | 1.1786 | 6000 | 0.0561 |
|
61 |
+
| 0.0409 | 1.2768 | 6500 | 0.0596 |
|
62 |
+
| 0.0297 | 1.3750 | 7000 | 0.0703 |
|
63 |
+
| 0.058 | 1.4732 | 7500 | 0.0613 |
|
64 |
+
| 0.0486 | 1.5714 | 8000 | 0.0532 |
|
65 |
+
| 0.0459 | 1.6696 | 8500 | 0.0599 |
|
66 |
+
| 0.0846 | 1.7678 | 9000 | 0.0583 |
|
67 |
+
| 0.0586 | 1.8660 | 9500 | 0.0560 |
|
68 |
+
| 0.099 | 1.9643 | 10000 | 0.0503 |
|
69 |
+
| 0.0576 | 2.0625 | 10500 | 0.0573 |
|
70 |
+
| 0.049 | 2.1607 | 11000 | 0.0505 |
|
71 |
+
| 0.0489 | 2.2589 | 11500 | 0.0490 |
|
72 |
+
| 0.0611 | 2.3571 | 12000 | 0.0494 |
|
73 |
+
| 0.056 | 2.4553 | 12500 | 0.0476 |
|
74 |
+
| 0.03 | 2.5535 | 13000 | 0.0540 |
|
75 |
+
| 0.0536 | 2.6517 | 13500 | 0.0478 |
|
76 |
+
| 0.0752 | 2.7500 | 14000 | 0.0521 |
|
77 |
+
| 0.0476 | 2.8482 | 14500 | 0.0590 |
|
78 |
+
| 0.0402 | 2.9464 | 15000 | 0.0601 |
|
79 |
+
| 0.041 | 3.0446 | 15500 | 0.0520 |
|
80 |
+
| 0.053 | 3.1428 | 16000 | 0.0480 |
|
81 |
+
| 0.0315 | 3.2410 | 16500 | 0.0494 |
|
82 |
+
| 0.0326 | 3.3392 | 17000 | 0.0511 |
|
83 |
+
| 0.044 | 3.4374 | 17500 | 0.0520 |
|
84 |
+
| 0.0681 | 3.5357 | 18000 | 0.0467 |
|
85 |
+
| 0.0406 | 3.6339 | 18500 | 0.0479 |
|
86 |
+
| 0.0505 | 3.7321 | 19000 | 0.0480 |
|
87 |
+
| 0.0539 | 3.8303 | 19500 | 0.0453 |
|
88 |
+
| 0.025 | 3.9285 | 20000 | 0.0504 |
|
89 |
+
| 0.0598 | 4.0267 | 20500 | 0.0477 |
|
90 |
+
| 0.039 | 4.1249 | 21000 | 0.0498 |
|
91 |
+
| 0.0474 | 4.2231 | 21500 | 0.0494 |
|
92 |
+
| 0.037 | 4.3214 | 22000 | 0.0489 |
|
93 |
+
| 0.0303 | 4.4196 | 22500 | 0.0503 |
|
94 |
+
| 0.0545 | 4.5178 | 23000 | 0.0485 |
|
95 |
+
| 0.0466 | 4.6160 | 23500 | 0.0484 |
|
96 |
+
| 0.0461 | 4.7142 | 24000 | 0.0478 |
|
97 |
+
| 0.0478 | 4.8124 | 24500 | 0.0478 |
|
98 |
+
| 0.0473 | 4.9106 | 25000 | 0.0477 |
|
99 |
+
|
100 |
+
|
101 |
+
### Framework versions
|
102 |
+
|
103 |
+
- Transformers 4.40.2
|
104 |
+
- Pytorch 2.3.0+cpu
|
105 |
+
- Datasets 2.19.1
|
106 |
+
- Tokenizers 0.19.1
|
logs/events.out.tfevents.1715170802.DESKTOP-AFV4NO9
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:f7780c554be544938c3a621844945afb20064087246b9513156fe64a6bf4b9bc
|
3 |
+
size 29207
|
logs/events.out.tfevents.1715722077.DESKTOP-AFV4NO9
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:7bb72d8fc293f8b47590f553f6e9718e3e250ed94a607c13dcc438eb03e2b487
|
3 |
+
size 316
|
model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 267832560
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:96d073ef3647db739de462a4b2d949f49b0e1a6af683ffbe259bf9aecaa8f0af
|
3 |
size 267832560
|
special_tokens_map.json
ADDED
@@ -0,0 +1,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"cls_token": "[CLS]",
|
3 |
+
"mask_token": "[MASK]",
|
4 |
+
"pad_token": "[PAD]",
|
5 |
+
"sep_token": "[SEP]",
|
6 |
+
"unk_token": "[UNK]"
|
7 |
+
}
|
tokenizer_config.json
ADDED
@@ -0,0 +1,57 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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,
|
40 |
+
"single_word": false,
|
41 |
+
"special": true
|
42 |
+
}
|
43 |
+
},
|
44 |
+
"clean_up_tokenization_spaces": true,
|
45 |
+
"cls_token": "[CLS]",
|
46 |
+
"do_basic_tokenize": true,
|
47 |
+
"do_lower_case": true,
|
48 |
+
"mask_token": "[MASK]",
|
49 |
+
"model_max_length": 512,
|
50 |
+
"never_split": null,
|
51 |
+
"pad_token": "[PAD]",
|
52 |
+
"sep_token": "[SEP]",
|
53 |
+
"strip_accents": null,
|
54 |
+
"tokenize_chinese_chars": true,
|
55 |
+
"tokenizer_class": "DistilBertTokenizer",
|
56 |
+
"unk_token": "[UNK]"
|
57 |
+
}
|
vocab.txt
ADDED
The diff for this file is too large to render.
See raw diff
|
|