MKS3099 commited on
Commit
cdd8b15
1 Parent(s): 8b1c62d

Training completed!

Browse files
README.md CHANGED
@@ -1,6 +1,6 @@
1
  ---
2
  license: apache-2.0
3
- base_model: distilbert-base-uncased
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 [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.7653
22
- - Accuracy: 0.78
23
- - F1: 0.7754
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.6107 | 1.0 | 38 | 0.5478 | 0.6733 | 0.5542 |
55
- | 0.4795 | 2.0 | 76 | 0.4683 | 0.7867 | 0.7822 |
56
- | 0.375 | 3.0 | 114 | 0.4781 | 0.7867 | 0.7822 |
57
- | 0.2975 | 4.0 | 152 | 0.5327 | 0.7767 | 0.7739 |
58
- | 0.2132 | 5.0 | 190 | 0.6008 | 0.7767 | 0.7663 |
59
- | 0.166 | 6.0 | 228 | 0.6748 | 0.7633 | 0.7534 |
60
- | 0.1366 | 7.0 | 266 | 0.7065 | 0.77 | 0.7593 |
61
- | 0.0883 | 8.0 | 304 | 0.7413 | 0.7733 | 0.7652 |
62
- | 0.0831 | 9.0 | 342 | 0.7618 | 0.77 | 0.7613 |
63
- | 0.0684 | 10.0 | 380 | 0.7653 | 0.78 | 0.7754 |
64
 
65
 
66
  ### Framework versions
 
1
  ---
2
  license: apache-2.0
3
+ base_model: albert-base-v2
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 [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
 
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
config.json CHANGED
@@ -1,25 +1,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
  }
 
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
  }
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:2ed32f5d7c771f9e0c71da5f0a8f5219b57b6b884d853d26b86bfddbab928c74
3
- size 267832560
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f00555a8e254e8fe7a020b332bbdb6dfe8948317dbec0d7ee7e25b46ad9bd6c5
3
+ size 46743912
runs/Dec14_10-54-28_5ee824405939/events.out.tfevents.1702551281.5ee824405939.1473.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7d7ed79dbe86843b542dacefb8e8ee0bbfba6c1480833eb1212db4e7324c369f
3
+ size 10053
special_tokens_map.json CHANGED
@@ -1,7 +1,15 @@
1
  {
 
2
  "cls_token": "[CLS]",
3
- "mask_token": "[MASK]",
4
- "pad_token": "[PAD]",
 
 
 
 
 
 
 
5
  "sep_token": "[SEP]",
6
- "unk_token": "[UNK]"
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
  }
spiece.model ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fefb02b667a6c5c2fe27602d28e5fb3428f66ab89c7d6f388e7c8d44a02d0336
3
+ size 760289
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
- "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,7 +24,7 @@
24
  "single_word": false,
25
  "special": true
26
  },
27
- "102": {
28
  "content": "[SEP]",
29
  "lstrip": false,
30
  "normalized": false,
@@ -32,24 +32,27 @@
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
  }
 
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
  "single_word": false,
25
  "special": true
26
  },
27
+ "3": {
28
  "content": "[SEP]",
29
  "lstrip": false,
30
  "normalized": false,
 
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
  }
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:3eeb1b7d6ba2803f3167b2096e4f0681de0e860f00cf928fd88cb7e71244977b
3
  size 4664
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:aa2993e551c7579543ed699d4e3a39208ffcc0bce2bf03bf43961c91973e30a9
3
  size 4664