haryoaw commited on
Commit
21f440e
1 Parent(s): 660c813

Initial Commit

Browse files
Files changed (5) hide show
  1. README.md +78 -0
  2. config.json +45 -0
  3. eval_results_cardiff.json +1 -0
  4. pytorch_model.bin +3 -0
  5. training_args.bin +3 -0
README.md ADDED
@@ -0,0 +1,78 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: mit
3
+ base_model: haryoaw/scenario-MDBT-TCR_data-en-cardiff_eng_only
4
+ tags:
5
+ - generated_from_trainer
6
+ metrics:
7
+ - accuracy
8
+ - f1
9
+ model-index:
10
+ - name: scenario-KD-PR-CDF-EN-FROM-EN-D2_data-en-cardiff_eng_only44
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-KD-PR-CDF-EN-FROM-EN-D2_data-en-cardiff_eng_only44
18
+
19
+ This model is a fine-tuned version of [haryoaw/scenario-MDBT-TCR_data-en-cardiff_eng_only](https://huggingface.co/haryoaw/scenario-MDBT-TCR_data-en-cardiff_eng_only) on the None dataset.
20
+ It achieves the following results on the evaluation set:
21
+ - Loss: 1.3472
22
+ - Accuracy: 0.4854
23
+ - F1: 0.4837
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: 32
45
+ - seed: 44
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.72 | 100 | 1.2889 | 0.4594 | 0.4362 |
55
+ | No log | 3.45 | 200 | 1.2863 | 0.4802 | 0.4774 |
56
+ | No log | 5.17 | 300 | 1.3275 | 0.4612 | 0.4493 |
57
+ | No log | 6.9 | 400 | 1.3428 | 0.4885 | 0.4874 |
58
+ | 1.1183 | 8.62 | 500 | 1.3395 | 0.4841 | 0.4835 |
59
+ | 1.1183 | 10.34 | 600 | 1.3621 | 0.4705 | 0.4689 |
60
+ | 1.1183 | 12.07 | 700 | 1.3524 | 0.4643 | 0.4624 |
61
+ | 1.1183 | 13.79 | 800 | 1.3665 | 0.4660 | 0.4617 |
62
+ | 1.1183 | 15.52 | 900 | 1.3531 | 0.4793 | 0.4762 |
63
+ | 0.9576 | 17.24 | 1000 | 1.3762 | 0.4669 | 0.4633 |
64
+ | 0.9576 | 18.97 | 1100 | 1.3615 | 0.4718 | 0.4681 |
65
+ | 0.9576 | 20.69 | 1200 | 1.3656 | 0.4691 | 0.4638 |
66
+ | 0.9576 | 22.41 | 1300 | 1.3684 | 0.4722 | 0.4685 |
67
+ | 0.9576 | 24.14 | 1400 | 1.3559 | 0.4740 | 0.4741 |
68
+ | 0.9369 | 25.86 | 1500 | 1.3527 | 0.4753 | 0.4739 |
69
+ | 0.9369 | 27.59 | 1600 | 1.3407 | 0.4762 | 0.4757 |
70
+ | 0.9369 | 29.31 | 1700 | 1.3472 | 0.4854 | 0.4837 |
71
+
72
+
73
+ ### Framework versions
74
+
75
+ - Transformers 4.33.3
76
+ - Pytorch 2.1.1+cu121
77
+ - Datasets 2.14.5
78
+ - Tokenizers 0.13.3
config.json ADDED
@@ -0,0 +1,45 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "haryoaw/scenario-MDBT-TCR_data-en-cardiff_eng_only",
3
+ "architectures": [
4
+ "DebertaForSequenceClassificationKD"
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": 6,
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
+ }
eval_results_cardiff.json ADDED
@@ -0,0 +1 @@
 
 
1
+ {"arabic": {"f1": 0.44794973157501716, "accuracy": 0.4482758620689655, "confusion_matrix": [[112, 130, 48], [73, 164, 53], [32, 144, 114]]}, "english": {"f1": 0.5873796735036003, "accuracy": 0.5908045977011495, "confusion_matrix": [[232, 47, 11], [136, 134, 20], [56, 86, 148]]}, "french": {"f1": 0.44543325045162935, "accuracy": 0.47126436781609193, "confusion_matrix": [[139, 125, 26], [47, 213, 30], [67, 165, 58]]}, "german": {"f1": 0.5398329739690245, "accuracy": 0.5413793103448276, "confusion_matrix": [[131, 98, 61], [53, 180, 57], [45, 85, 160]]}, "hindi": {"f1": 0.4605408891295803, "accuracy": 0.46551724137931033, "confusion_matrix": [[96, 107, 87], [48, 159, 83], [40, 100, 150]]}, "italian": {"f1": 0.524506437596989, "accuracy": 0.5241379310344828, "confusion_matrix": [[133, 78, 79], [37, 168, 85], [40, 95, 155]]}, "portuguese": {"f1": 0.4297719026843427, "accuracy": 0.4413793103448276, "confusion_matrix": [[72, 151, 67], [59, 179, 52], [30, 127, 133]]}, "spanish": {"f1": 0.4976053593700653, "accuracy": 0.5080459770114942, "confusion_matrix": [[161, 72, 57], [111, 89, 90], [54, 44, 192]]}, "all": {"f1": 0.50742138372139, "accuracy": 0.5066091954022989, "confusion_matrix": [[1101, 774, 445], [561, 1285, 474], [354, 826, 1140]]}}
pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f55aa08809bf155bef2b18813931c934d1e4957a0fe49392487f743123a27a53
3
+ size 946740394
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:31690cc006e05f2dcab832ed9708d23402152c3e665d070ec614adb9bd7d9490
3
+ size 4600