BachNgoH commited on
Commit
194816f
1 Parent(s): bca33da

End of training

Browse files
README.md ADDED
@@ -0,0 +1,88 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: mit
3
+ base_model: microsoft/deberta-v3-large
4
+ tags:
5
+ - generated_from_trainer
6
+ model-index:
7
+ - name: checkpoints_2
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
+ # checkpoints_2
15
+
16
+ This model is a fine-tuned version of [microsoft/deberta-v3-large](https://huggingface.co/microsoft/deberta-v3-large) on the None dataset.
17
+ It achieves the following results on the evaluation set:
18
+ - Loss: 0.8543
19
+ - Map@3: 0.7167
20
+
21
+ ## Model description
22
+
23
+ More information needed
24
+
25
+ ## Intended uses & limitations
26
+
27
+ More information needed
28
+
29
+ ## Training and evaluation data
30
+
31
+ More information needed
32
+
33
+ ## Training procedure
34
+
35
+ ### Training hyperparameters
36
+
37
+ The following hyperparameters were used during training:
38
+ - learning_rate: 2e-05
39
+ - train_batch_size: 1
40
+ - eval_batch_size: 2
41
+ - seed: 42
42
+ - gradient_accumulation_steps: 8
43
+ - total_train_batch_size: 8
44
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
45
+ - lr_scheduler_type: cosine
46
+ - lr_scheduler_warmup_ratio: 0.1
47
+ - num_epochs: 5
48
+ - mixed_precision_training: Native AMP
49
+
50
+ ### Training results
51
+
52
+ | Training Loss | Epoch | Step | Validation Loss | Map@3 |
53
+ |:-------------:|:-----:|:----:|:---------------:|:------:|
54
+ | 1.395 | 0.19 | 25 | 1.3859 | 0.5889 |
55
+ | 1.3803 | 0.37 | 50 | 1.3840 | 0.6958 |
56
+ | 1.3842 | 0.56 | 75 | 1.3314 | 0.7194 |
57
+ | 1.2795 | 0.74 | 100 | 1.0021 | 0.7222 |
58
+ | 0.9662 | 0.93 | 125 | 0.9006 | 0.6597 |
59
+ | 0.9574 | 1.11 | 150 | 0.8355 | 0.6903 |
60
+ | 0.8909 | 1.3 | 175 | 0.8506 | 0.6750 |
61
+ | 0.8077 | 1.48 | 200 | 0.8180 | 0.7125 |
62
+ | 0.955 | 1.67 | 225 | 0.8069 | 0.7097 |
63
+ | 0.8664 | 1.85 | 250 | 0.8186 | 0.7028 |
64
+ | 0.9396 | 2.04 | 275 | 0.8091 | 0.6986 |
65
+ | 0.8141 | 2.22 | 300 | 0.8212 | 0.7083 |
66
+ | 0.7898 | 2.41 | 325 | 0.8531 | 0.7167 |
67
+ | 0.9143 | 2.59 | 350 | 0.8482 | 0.7125 |
68
+ | 0.8861 | 2.78 | 375 | 0.8229 | 0.7083 |
69
+ | 0.8569 | 2.96 | 400 | 0.8372 | 0.7181 |
70
+ | 0.8381 | 3.15 | 425 | 0.8516 | 0.7153 |
71
+ | 0.7671 | 3.33 | 450 | 0.8458 | 0.7167 |
72
+ | 0.8704 | 3.52 | 475 | 0.8651 | 0.7222 |
73
+ | 0.8733 | 3.7 | 500 | 0.8356 | 0.7153 |
74
+ | 0.7309 | 3.89 | 525 | 0.8476 | 0.7181 |
75
+ | 0.7793 | 4.07 | 550 | 0.8566 | 0.7167 |
76
+ | 0.7849 | 4.26 | 575 | 0.8644 | 0.7167 |
77
+ | 0.7776 | 4.44 | 600 | 0.8584 | 0.7167 |
78
+ | 0.7573 | 4.63 | 625 | 0.8546 | 0.7167 |
79
+ | 0.8115 | 4.81 | 650 | 0.8543 | 0.7167 |
80
+ | 0.869 | 5.0 | 675 | 0.8543 | 0.7167 |
81
+
82
+
83
+ ### Framework versions
84
+
85
+ - Transformers 4.35.0
86
+ - Pytorch 2.0.0
87
+ - Datasets 2.1.0
88
+ - Tokenizers 0.14.1
added_tokens.json ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ {
2
+ "[MASK]": 128000
3
+ }
config.json ADDED
@@ -0,0 +1,35 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "microsoft/deberta-v3-large",
3
+ "architectures": [
4
+ "DebertaV2ForMultipleChoice"
5
+ ],
6
+ "attention_probs_dropout_prob": 0.1,
7
+ "hidden_act": "gelu",
8
+ "hidden_dropout_prob": 0.1,
9
+ "hidden_size": 1024,
10
+ "initializer_range": 0.02,
11
+ "intermediate_size": 4096,
12
+ "layer_norm_eps": 1e-07,
13
+ "max_position_embeddings": 512,
14
+ "max_relative_positions": -1,
15
+ "model_type": "deberta-v2",
16
+ "norm_rel_ebd": "layer_norm",
17
+ "num_attention_heads": 16,
18
+ "num_hidden_layers": 24,
19
+ "pad_token_id": 0,
20
+ "pooler_dropout": 0,
21
+ "pooler_hidden_act": "gelu",
22
+ "pooler_hidden_size": 1024,
23
+ "pos_att_type": [
24
+ "p2c",
25
+ "c2p"
26
+ ],
27
+ "position_biased_input": false,
28
+ "position_buckets": 256,
29
+ "relative_attention": true,
30
+ "share_att_key": true,
31
+ "torch_dtype": "float32",
32
+ "transformers_version": "4.35.0",
33
+ "type_vocab_size": 0,
34
+ "vocab_size": 128100
35
+ }
model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a576a39900fda2973a93cef2814f56f5b1a36abb37e74cada5f402c23ba55016
3
+ size 1740300340
special_tokens_map.json ADDED
@@ -0,0 +1,15 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "bos_token": "[CLS]",
3
+ "cls_token": "[CLS]",
4
+ "eos_token": "[SEP]",
5
+ "mask_token": "[MASK]",
6
+ "pad_token": "[PAD]",
7
+ "sep_token": "[SEP]",
8
+ "unk_token": {
9
+ "content": "[UNK]",
10
+ "lstrip": false,
11
+ "normalized": true,
12
+ "rstrip": false,
13
+ "single_word": false
14
+ }
15
+ }
spm.model ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c679fbf93643d19aab7ee10c0b99e460bdbc02fedf34b92b05af343b4af586fd
3
+ size 2464616
tokenizer.json ADDED
The diff for this file is too large to render. See raw diff
 
tokenizer_config.json ADDED
@@ -0,0 +1,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
+ "1": {
12
+ "content": "[CLS]",
13
+ "lstrip": false,
14
+ "normalized": false,
15
+ "rstrip": false,
16
+ "single_word": false,
17
+ "special": true
18
+ },
19
+ "2": {
20
+ "content": "[SEP]",
21
+ "lstrip": false,
22
+ "normalized": false,
23
+ "rstrip": false,
24
+ "single_word": false,
25
+ "special": true
26
+ },
27
+ "3": {
28
+ "content": "[UNK]",
29
+ "lstrip": false,
30
+ "normalized": true,
31
+ "rstrip": false,
32
+ "single_word": false,
33
+ "special": true
34
+ },
35
+ "128000": {
36
+ "content": "[MASK]",
37
+ "lstrip": false,
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": false,
48
+ "eos_token": "[SEP]",
49
+ "mask_token": "[MASK]",
50
+ "model_max_length": 1000000000000000019884624838656,
51
+ "pad_token": "[PAD]",
52
+ "sep_token": "[SEP]",
53
+ "sp_model_kwargs": {},
54
+ "split_by_punct": false,
55
+ "tokenizer_class": "DebertaV2Tokenizer",
56
+ "unk_token": "[UNK]",
57
+ "vocab_type": "spm"
58
+ }
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c4780bba5ef3a8d8fbec2b3d31be53690c48052c87f6826e974e3248879a6216
3
+ size 4091