haryoaw commited on
Commit
1837c01
1 Parent(s): e574c8d

Initial Commit

Browse files
Files changed (4) hide show
  1. README.md +88 -0
  2. config.json +45 -0
  3. pytorch_model.bin +3 -0
  4. training_args.bin +3 -0
README.md ADDED
@@ -0,0 +1,88 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: mit
3
+ base_model: microsoft/mdeberta-v3-base
4
+ tags:
5
+ - generated_from_trainer
6
+ metrics:
7
+ - accuracy
8
+ - f1
9
+ model-index:
10
+ - name: scenario-MDBT-TCR_data-cl-cardiff_cl_only
11
+ results: []
12
+ ---
13
+
14
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
15
+ should probably proofread and complete it, then remove this comment. -->
16
+
17
+ # scenario-MDBT-TCR_data-cl-cardiff_cl_only
18
+
19
+ This model is a fine-tuned version of [microsoft/mdeberta-v3-base](https://huggingface.co/microsoft/mdeberta-v3-base) on the None dataset.
20
+ It achieves the following results on the evaluation set:
21
+ - Loss: 5.0325
22
+ - Accuracy: 0.5177
23
+ - F1: 0.5177
24
+
25
+ ## Model description
26
+
27
+ More information needed
28
+
29
+ ## Intended uses & limitations
30
+
31
+ More information needed
32
+
33
+ ## Training and evaluation data
34
+
35
+ More information needed
36
+
37
+ ## Training procedure
38
+
39
+ ### Training hyperparameters
40
+
41
+ The following hyperparameters were used during training:
42
+ - learning_rate: 5e-05
43
+ - train_batch_size: 32
44
+ - eval_batch_size: 64
45
+ - seed: 66
46
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
47
+ - lr_scheduler_type: linear
48
+ - num_epochs: 30
49
+
50
+ ### Training results
51
+
52
+ | Training Loss | Epoch | Step | Validation Loss | Accuracy | F1 |
53
+ |:-------------:|:-----:|:----:|:---------------:|:--------:|:------:|
54
+ | No log | 1.09 | 250 | 1.2368 | 0.5139 | 0.5065 |
55
+ | 0.7153 | 2.17 | 500 | 1.6085 | 0.5162 | 0.5159 |
56
+ | 0.7153 | 3.26 | 750 | 1.7398 | 0.5123 | 0.5119 |
57
+ | 0.3337 | 4.35 | 1000 | 2.1884 | 0.4931 | 0.4900 |
58
+ | 0.3337 | 5.43 | 1250 | 2.5671 | 0.5324 | 0.5325 |
59
+ | 0.1697 | 6.52 | 1500 | 2.7392 | 0.5216 | 0.5104 |
60
+ | 0.1697 | 7.61 | 1750 | 2.3740 | 0.5054 | 0.5054 |
61
+ | 0.1105 | 8.7 | 2000 | 3.1334 | 0.5108 | 0.5071 |
62
+ | 0.1105 | 9.78 | 2250 | 3.1748 | 0.5262 | 0.5275 |
63
+ | 0.0727 | 10.87 | 2500 | 3.8017 | 0.5162 | 0.5104 |
64
+ | 0.0727 | 11.96 | 2750 | 3.9002 | 0.4969 | 0.4934 |
65
+ | 0.0494 | 13.04 | 3000 | 3.3222 | 0.5363 | 0.5383 |
66
+ | 0.0494 | 14.13 | 3250 | 3.8319 | 0.5231 | 0.5245 |
67
+ | 0.032 | 15.22 | 3500 | 4.0484 | 0.5239 | 0.5246 |
68
+ | 0.032 | 16.3 | 3750 | 4.2498 | 0.5170 | 0.5181 |
69
+ | 0.0204 | 17.39 | 4000 | 4.2426 | 0.5108 | 0.5121 |
70
+ | 0.0204 | 18.48 | 4250 | 4.6214 | 0.5093 | 0.5071 |
71
+ | 0.0111 | 19.57 | 4500 | 4.6396 | 0.5185 | 0.5160 |
72
+ | 0.0111 | 20.65 | 4750 | 4.5908 | 0.5270 | 0.5266 |
73
+ | 0.007 | 21.74 | 5000 | 4.9185 | 0.5201 | 0.5188 |
74
+ | 0.007 | 22.83 | 5250 | 5.1551 | 0.5154 | 0.5140 |
75
+ | 0.0069 | 23.91 | 5500 | 4.9583 | 0.5239 | 0.5248 |
76
+ | 0.0069 | 25.0 | 5750 | 4.9928 | 0.5116 | 0.5093 |
77
+ | 0.006 | 26.09 | 6000 | 4.7920 | 0.5255 | 0.5239 |
78
+ | 0.006 | 27.17 | 6250 | 4.9030 | 0.5185 | 0.5195 |
79
+ | 0.0031 | 28.26 | 6500 | 4.9916 | 0.5170 | 0.5176 |
80
+ | 0.0031 | 29.35 | 6750 | 5.0325 | 0.5177 | 0.5177 |
81
+
82
+
83
+ ### Framework versions
84
+
85
+ - Transformers 4.33.3
86
+ - Pytorch 2.1.1+cu121
87
+ - Datasets 2.14.5
88
+ - Tokenizers 0.13.3
config.json ADDED
@@ -0,0 +1,45 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "microsoft/mdeberta-v3-base",
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": 768,
10
+ "id2label": {
11
+ "0": "LABEL_0",
12
+ "1": "LABEL_1",
13
+ "2": "LABEL_2"
14
+ },
15
+ "initializer_range": 0.02,
16
+ "intermediate_size": 3072,
17
+ "label2id": {
18
+ "LABEL_0": 0,
19
+ "LABEL_1": 1,
20
+ "LABEL_2": 2
21
+ },
22
+ "layer_norm_eps": 1e-07,
23
+ "max_position_embeddings": 512,
24
+ "max_relative_positions": -1,
25
+ "model_type": "deberta-v2",
26
+ "norm_rel_ebd": "layer_norm",
27
+ "num_attention_heads": 12,
28
+ "num_hidden_layers": 12,
29
+ "pad_token_id": 0,
30
+ "pooler_dropout": 0,
31
+ "pooler_hidden_act": "gelu",
32
+ "pooler_hidden_size": 768,
33
+ "pos_att_type": [
34
+ "p2c",
35
+ "c2p"
36
+ ],
37
+ "position_biased_input": false,
38
+ "position_buckets": 256,
39
+ "relative_attention": true,
40
+ "share_att_key": true,
41
+ "torch_dtype": "float32",
42
+ "transformers_version": "4.33.3",
43
+ "type_vocab_size": 0,
44
+ "vocab_size": 251000
45
+ }
pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:535c719708381fcc9ad5c9e0358e31844f093f99ff7e15784c0933ac81017c35
3
+ size 1115316658
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d1445cb95f9b9d5bf1e039b72b35923595c0c56349201043f03c70d2a454243b
3
+ size 4600