Training completed!
Browse files- README.md +15 -15
- config.json +15 -24
- model.safetensors +2 -2
- runs/Dec14_11-11-16_3db6737419e9/events.out.tfevents.1702552282.3db6737419e9.1045.0 +3 -0
- special_tokens_map.json +3 -11
- tokenizer_config.json +12 -15
- training_args.bin +1 -1
README.md
CHANGED
@@ -1,6 +1,6 @@
|
|
1 |
---
|
2 |
license: apache-2.0
|
3 |
-
base_model:
|
4 |
tags:
|
5 |
- generated_from_trainer
|
6 |
metrics:
|
@@ -16,11 +16,11 @@ should probably proofread and complete it, then remove this comment. -->
|
|
16 |
|
17 |
# distilbert-base-uncased-finetuned-stationary-update
|
18 |
|
19 |
-
This model is a fine-tuned version of [
|
20 |
It achieves the following results on the evaluation set:
|
21 |
-
- Loss:
|
22 |
-
- Accuracy: 0.
|
23 |
-
- F1: 0.
|
24 |
|
25 |
## Model description
|
26 |
|
@@ -51,16 +51,16 @@ The following hyperparameters were used during training:
|
|
51 |
|
52 |
| Training Loss | Epoch | Step | Validation Loss | Accuracy | F1 |
|
53 |
|:-------------:|:-----:|:----:|:---------------:|:--------:|:------:|
|
54 |
-
| 0.
|
55 |
-
| 0.
|
56 |
-
| 0.
|
57 |
-
| 0.
|
58 |
-
| 0.
|
59 |
-
| 0.
|
60 |
-
| 0.
|
61 |
-
| 0.
|
62 |
-
| 0.
|
63 |
-
| 0.
|
64 |
|
65 |
|
66 |
### Framework versions
|
|
|
1 |
---
|
2 |
license: apache-2.0
|
3 |
+
base_model: distilbert-base-uncased
|
4 |
tags:
|
5 |
- generated_from_trainer
|
6 |
metrics:
|
|
|
16 |
|
17 |
# distilbert-base-uncased-finetuned-stationary-update
|
18 |
|
19 |
+
This model is a fine-tuned version of [distilbert-base-uncased](https://huggingface.co/distilbert-base-uncased) on the None dataset.
|
20 |
It achieves the following results on the evaluation set:
|
21 |
+
- Loss: 0.7730
|
22 |
+
- Accuracy: 0.7833
|
23 |
+
- F1: 0.7806
|
24 |
|
25 |
## Model description
|
26 |
|
|
|
51 |
|
52 |
| Training Loss | Epoch | Step | Validation Loss | Accuracy | F1 |
|
53 |
|:-------------:|:-----:|:----:|:---------------:|:--------:|:------:|
|
54 |
+
| 0.6079 | 1.0 | 38 | 0.5325 | 0.7 | 0.6134 |
|
55 |
+
| 0.4686 | 2.0 | 76 | 0.4729 | 0.7867 | 0.7849 |
|
56 |
+
| 0.3713 | 3.0 | 114 | 0.4896 | 0.8033 | 0.8009 |
|
57 |
+
| 0.2955 | 4.0 | 152 | 0.5363 | 0.78 | 0.7782 |
|
58 |
+
| 0.2141 | 5.0 | 190 | 0.6037 | 0.7867 | 0.7782 |
|
59 |
+
| 0.1664 | 6.0 | 228 | 0.6722 | 0.7633 | 0.7554 |
|
60 |
+
| 0.1343 | 7.0 | 266 | 0.6951 | 0.79 | 0.7829 |
|
61 |
+
| 0.0854 | 8.0 | 304 | 0.7358 | 0.77 | 0.7678 |
|
62 |
+
| 0.0888 | 9.0 | 342 | 0.7616 | 0.7767 | 0.7724 |
|
63 |
+
| 0.0669 | 10.0 | 380 | 0.7730 | 0.7833 | 0.7806 |
|
64 |
|
65 |
|
66 |
### Framework versions
|
config.json
CHANGED
@@ -1,34 +1,25 @@
|
|
1 |
{
|
2 |
-
"_name_or_path": "
|
|
|
3 |
"architectures": [
|
4 |
-
"
|
5 |
],
|
6 |
-
"
|
7 |
-
"
|
8 |
-
"
|
9 |
-
"
|
10 |
-
"embedding_size": 128,
|
11 |
-
"eos_token_id": 3,
|
12 |
-
"gap_size": 0,
|
13 |
-
"hidden_act": "gelu_new",
|
14 |
-
"hidden_dropout_prob": 0,
|
15 |
-
"hidden_size": 768,
|
16 |
"initializer_range": 0.02,
|
17 |
-
"inner_group_num": 1,
|
18 |
-
"intermediate_size": 3072,
|
19 |
-
"layer_norm_eps": 1e-12,
|
20 |
"max_position_embeddings": 512,
|
21 |
-
"model_type": "
|
22 |
-
"
|
23 |
-
"
|
24 |
-
"num_hidden_groups": 1,
|
25 |
-
"num_hidden_layers": 12,
|
26 |
-
"num_memory_blocks": 0,
|
27 |
"pad_token_id": 0,
|
28 |
-
"position_embedding_type": "absolute",
|
29 |
"problem_type": "single_label_classification",
|
|
|
|
|
|
|
|
|
30 |
"torch_dtype": "float32",
|
31 |
"transformers_version": "4.35.2",
|
32 |
-
"
|
33 |
-
"vocab_size": 30000
|
34 |
}
|
|
|
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 |
"initializer_range": 0.02,
|
|
|
|
|
|
|
12 |
"max_position_embeddings": 512,
|
13 |
+
"model_type": "distilbert",
|
14 |
+
"n_heads": 12,
|
15 |
+
"n_layers": 6,
|
|
|
|
|
|
|
16 |
"pad_token_id": 0,
|
|
|
17 |
"problem_type": "single_label_classification",
|
18 |
+
"qa_dropout": 0.1,
|
19 |
+
"seq_classif_dropout": 0.2,
|
20 |
+
"sinusoidal_pos_embds": false,
|
21 |
+
"tie_weights_": true,
|
22 |
"torch_dtype": "float32",
|
23 |
"transformers_version": "4.35.2",
|
24 |
+
"vocab_size": 30522
|
|
|
25 |
}
|
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:f406fb213669022deeedef9a56cba802591de18fb1d5815e4bb16c2d687a084c
|
3 |
+
size 267832560
|
runs/Dec14_11-11-16_3db6737419e9/events.out.tfevents.1702552282.3db6737419e9.1045.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:f97057110177bbd52f38f4f13c0e9c90f98b3c96c3f1baebaa069f3b0d23386a
|
3 |
+
size 9779
|
special_tokens_map.json
CHANGED
@@ -1,15 +1,7 @@
|
|
1 |
{
|
2 |
-
"bos_token": "[CLS]",
|
3 |
"cls_token": "[CLS]",
|
4 |
-
"
|
5 |
-
"
|
6 |
-
"content": "[MASK]",
|
7 |
-
"lstrip": true,
|
8 |
-
"normalized": false,
|
9 |
-
"rstrip": false,
|
10 |
-
"single_word": false
|
11 |
-
},
|
12 |
-
"pad_token": "<pad>",
|
13 |
"sep_token": "[SEP]",
|
14 |
-
"unk_token": "
|
15 |
}
|
|
|
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
CHANGED
@@ -1,22 +1,22 @@
|
|
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": "[CLS]",
|
21 |
"lstrip": false,
|
22 |
"normalized": false,
|
@@ -24,7 +24,7 @@
|
|
24 |
"single_word": false,
|
25 |
"special": true
|
26 |
},
|
27 |
-
"
|
28 |
"content": "[SEP]",
|
29 |
"lstrip": false,
|
30 |
"normalized": false,
|
@@ -32,27 +32,24 @@
|
|
32 |
"single_word": false,
|
33 |
"special": true
|
34 |
},
|
35 |
-
"
|
36 |
"content": "[MASK]",
|
37 |
-
"lstrip":
|
38 |
"normalized": false,
|
39 |
"rstrip": false,
|
40 |
"single_word": false,
|
41 |
"special": true
|
42 |
}
|
43 |
},
|
44 |
-
"bos_token": "[CLS]",
|
45 |
"clean_up_tokenization_spaces": true,
|
46 |
"cls_token": "[CLS]",
|
47 |
"do_lower_case": true,
|
48 |
-
"eos_token": "[SEP]",
|
49 |
-
"keep_accents": false,
|
50 |
"mask_token": "[MASK]",
|
51 |
"model_max_length": 512,
|
52 |
-
"pad_token": "
|
53 |
-
"remove_space": true,
|
54 |
"sep_token": "[SEP]",
|
55 |
-
"
|
56 |
-
"
|
57 |
-
"
|
|
|
58 |
}
|
|
|
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,
|
|
|
24 |
"single_word": false,
|
25 |
"special": true
|
26 |
},
|
27 |
+
"102": {
|
28 |
"content": "[SEP]",
|
29 |
"lstrip": false,
|
30 |
"normalized": 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_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 4664
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:45a7f80eb75c2fb52e6f739532cf8c84bd72b539d06137bc5b7e36e4cc71f0c7
|
3 |
size 4664
|