MKS3099 commited on
Commit
57f2edb
1 Parent(s): cdd8b15

Training completed!

Browse files
README.md CHANGED
@@ -1,6 +1,6 @@
1
  ---
2
  license: apache-2.0
3
- base_model: albert-base-v2
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 [albert-base-v2](https://huggingface.co/albert-base-v2) on the None dataset.
20
  It achieves the following results on the evaluation set:
21
- - Loss: 1.0900
22
- - Accuracy: 0.6433
23
- - F1: 0.6299
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.6574 | 1.0 | 38 | 0.6395 | 0.6667 | 0.5333 |
55
- | 0.6401 | 2.0 | 76 | 0.6525 | 0.6667 | 0.5333 |
56
- | 0.6219 | 3.0 | 114 | 0.6405 | 0.6667 | 0.5333 |
57
- | 0.5799 | 4.0 | 152 | 0.6763 | 0.5367 | 0.5474 |
58
- | 0.4911 | 5.0 | 190 | 0.6744 | 0.6 | 0.6091 |
59
- | 0.4344 | 6.0 | 228 | 0.7307 | 0.61 | 0.6160 |
60
- | 0.3324 | 7.0 | 266 | 0.8688 | 0.6167 | 0.6081 |
61
- | 0.2567 | 8.0 | 304 | 0.9367 | 0.6333 | 0.6304 |
62
- | 0.1934 | 9.0 | 342 | 1.0836 | 0.6233 | 0.6075 |
63
- | 0.1904 | 10.0 | 380 | 1.0900 | 0.6433 | 0.6299 |
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": "albert-base-v2",
 
3
  "architectures": [
4
- "AlbertForSequenceClassification"
5
  ],
6
- "attention_probs_dropout_prob": 0,
7
- "bos_token_id": 2,
8
- "classifier_dropout_prob": 0.1,
9
- "down_scale_factor": 1,
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": "albert",
22
- "net_structure_type": 0,
23
- "num_attention_heads": 12,
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
- "type_vocab_size": 2,
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:f00555a8e254e8fe7a020b332bbdb6dfe8948317dbec0d7ee7e25b46ad9bd6c5
3
- size 46743912
 
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
- "eos_token": "[SEP]",
5
- "mask_token": {
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": "<unk>"
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": "<pad>",
5
  "lstrip": false,
6
  "normalized": false,
7
  "rstrip": false,
8
  "single_word": false,
9
  "special": true
10
  },
11
- "1": {
12
- "content": "<unk>",
13
  "lstrip": false,
14
  "normalized": false,
15
  "rstrip": false,
16
  "single_word": false,
17
  "special": true
18
  },
19
- "2": {
20
  "content": "[CLS]",
21
  "lstrip": false,
22
  "normalized": false,
@@ -24,7 +24,7 @@
24
  "single_word": false,
25
  "special": true
26
  },
27
- "3": {
28
  "content": "[SEP]",
29
  "lstrip": false,
30
  "normalized": false,
@@ -32,27 +32,24 @@
32
  "single_word": false,
33
  "special": true
34
  },
35
- "4": {
36
  "content": "[MASK]",
37
- "lstrip": true,
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": "<pad>",
53
- "remove_space": true,
54
  "sep_token": "[SEP]",
55
- "sp_model_kwargs": {},
56
- "tokenizer_class": "AlbertTokenizer",
57
- "unk_token": "<unk>"
 
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:aa2993e551c7579543ed699d4e3a39208ffcc0bce2bf03bf43961c91973e30a9
3
  size 4664
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:45a7f80eb75c2fb52e6f739532cf8c84bd72b539d06137bc5b7e36e4cc71f0c7
3
  size 4664