tiedaar commited on
Commit
1d3d9ac
1 Parent(s): acc1c52

metacognitive_cls

Browse files
README.md ADDED
@@ -0,0 +1,78 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: mit
3
+ base_model: microsoft/deberta-v3-large
4
+ tags:
5
+ - generated_from_trainer
6
+ metrics:
7
+ - accuracy
8
+ - f1
9
+ - precision
10
+ - recall
11
+ model-index:
12
+ - name: metacognitive-cls
13
+ results: []
14
+ ---
15
+
16
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
17
+ should probably proofread and complete it, then remove this comment. -->
18
+
19
+ # metacognitive-cls
20
+
21
+ This model is a fine-tuned version of [microsoft/deberta-v3-large](https://huggingface.co/microsoft/deberta-v3-large) on the None dataset.
22
+ It achieves the following results on the evaluation set:
23
+ - Loss: 0.1544
24
+ - Accuracy: 0.9477
25
+ - F1: 0.8277
26
+ - Precision: 0.8781
27
+ - Recall: 0.7827
28
+
29
+ ## Model description
30
+
31
+ More information needed
32
+
33
+ ## Intended uses & limitations
34
+
35
+ More information needed
36
+
37
+ ## Training and evaluation data
38
+
39
+ More information needed
40
+
41
+ ## Training procedure
42
+
43
+ ### Training hyperparameters
44
+
45
+ The following hyperparameters were used during training:
46
+ - learning_rate: 9.946303722432942e-06
47
+ - train_batch_size: 16
48
+ - eval_batch_size: 16
49
+ - seed: 42
50
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
51
+ - lr_scheduler_type: linear
52
+ - lr_scheduler_warmup_steps: 500
53
+ - num_epochs: 12
54
+
55
+ ### Training results
56
+
57
+ | Training Loss | Epoch | Step | Validation Loss | Accuracy | F1 | Precision | Recall |
58
+ |:-------------:|:-----:|:----:|:---------------:|:--------:|:------:|:---------:|:------:|
59
+ | 0.692 | 1.0 | 61 | 0.6603 | 0.6342 | 0.2154 | 0.1642 | 0.3131 |
60
+ | 0.5269 | 2.0 | 122 | 0.3794 | 0.8719 | 0.5059 | 0.6632 | 0.4089 |
61
+ | 0.3652 | 3.0 | 183 | 0.3409 | 0.8770 | 0.4737 | 0.7552 | 0.3450 |
62
+ | 0.3282 | 4.0 | 244 | 0.3081 | 0.8940 | 0.5586 | 0.8397 | 0.4185 |
63
+ | 0.2936 | 5.0 | 305 | 0.2756 | 0.9022 | 0.5892 | 0.9013 | 0.4377 |
64
+ | 0.2529 | 6.0 | 366 | 0.2550 | 0.9129 | 0.6805 | 0.8265 | 0.5783 |
65
+ | 0.2141 | 7.0 | 427 | 0.2388 | 0.9221 | 0.7361 | 0.8061 | 0.6773 |
66
+ | 0.1802 | 8.0 | 488 | 0.2059 | 0.9278 | 0.7413 | 0.8707 | 0.6454 |
67
+ | 0.1494 | 9.0 | 549 | 0.2064 | 0.9221 | 0.7532 | 0.7657 | 0.7412 |
68
+ | 0.1179 | 10.0 | 610 | 0.1786 | 0.9401 | 0.8098 | 0.8245 | 0.7955 |
69
+ | 0.0941 | 11.0 | 671 | 0.1589 | 0.9457 | 0.8227 | 0.8632 | 0.7859 |
70
+ | 0.0816 | 12.0 | 732 | 0.1544 | 0.9477 | 0.8277 | 0.8781 | 0.7827 |
71
+
72
+
73
+ ### Framework versions
74
+
75
+ - Transformers 4.40.1
76
+ - Pytorch 2.3.0+cu121
77
+ - Datasets 2.19.0
78
+ - Tokenizers 0.19.1
added_tokens.json ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ {
2
+ "[MASK]": 128000
3
+ }
config.json ADDED
@@ -0,0 +1,56 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "microsoft/deberta-v3-large",
3
+ "architectures": [
4
+ "DebertaV2ForSequenceClassification"
5
+ ],
6
+ "attention_probs_dropout_prob": 0.1,
7
+ "hidden_act": "gelu",
8
+ "hidden_dropout_prob": 0.1,
9
+ "hidden_size": 1024,
10
+ "id2label": {
11
+ "0": "Rewrite",
12
+ "1": "Highlight",
13
+ "2": "Summarize",
14
+ "3": "Quizzing",
15
+ "4": "Examples",
16
+ "5": "Comparisons",
17
+ "6": "Explain",
18
+ "7": "MA"
19
+ },
20
+ "initializer_range": 0.02,
21
+ "intermediate_size": 4096,
22
+ "label2id": {
23
+ "Comparisons": 5,
24
+ "Examples": 4,
25
+ "Explain": 6,
26
+ "Highlight": 1,
27
+ "MA": 7,
28
+ "Quizzing": 3,
29
+ "Rewrite": 0,
30
+ "Summarize": 2
31
+ },
32
+ "layer_norm_eps": 1e-07,
33
+ "max_position_embeddings": 512,
34
+ "max_relative_positions": -1,
35
+ "model_type": "deberta-v2",
36
+ "norm_rel_ebd": "layer_norm",
37
+ "num_attention_heads": 16,
38
+ "num_hidden_layers": 24,
39
+ "pad_token_id": 0,
40
+ "pooler_dropout": 0,
41
+ "pooler_hidden_act": "gelu",
42
+ "pooler_hidden_size": 1024,
43
+ "pos_att_type": [
44
+ "p2c",
45
+ "c2p"
46
+ ],
47
+ "position_biased_input": false,
48
+ "position_buckets": 256,
49
+ "problem_type": "multi_label_classification",
50
+ "relative_attention": true,
51
+ "share_att_key": true,
52
+ "torch_dtype": "float32",
53
+ "transformers_version": "4.40.1",
54
+ "type_vocab_size": 0,
55
+ "vocab_size": 128100
56
+ }
model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9f3f17fcca4ae846c00dec3e0ac779afd01f451abc2cd76ed4a58471bfc6d6e3
3
+ size 1740329048
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,59 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
+ "max_length": 2056,
51
+ "model_max_length": 1000000000000000019884624838656,
52
+ "pad_token": "[PAD]",
53
+ "sep_token": "[SEP]",
54
+ "sp_model_kwargs": {},
55
+ "split_by_punct": false,
56
+ "tokenizer_class": "DebertaV2Tokenizer",
57
+ "unk_token": "[UNK]",
58
+ "vocab_type": "spm"
59
+ }
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6e217f4e297dfb519e3c206b7733d029f44b52ed101fc5ab95e8a72e8312c951
3
+ size 5048