Initial Commit
Browse files- README.md +88 -0
- config.json +39 -0
- pytorch_model.bin +3 -0
- training_args.bin +3 -0
README.md
ADDED
@@ -0,0 +1,88 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: mit
|
3 |
+
base_model: haryoaw/scenario-TCR_data-cl-cardiff_cl_only2
|
4 |
+
tags:
|
5 |
+
- generated_from_trainer
|
6 |
+
metrics:
|
7 |
+
- accuracy
|
8 |
+
- f1
|
9 |
+
model-index:
|
10 |
+
- name: scenario-KD-PO-CDF-CL-D2_data-cl-cardiff_cl_only_alpha-jason
|
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-PO-CDF-CL-D2_data-cl-cardiff_cl_only_alpha-jason
|
18 |
+
|
19 |
+
This model is a fine-tuned version of [haryoaw/scenario-TCR_data-cl-cardiff_cl_only2](https://huggingface.co/haryoaw/scenario-TCR_data-cl-cardiff_cl_only2) on the None dataset.
|
20 |
+
It achieves the following results on the evaluation set:
|
21 |
+
- Loss: 16.1676
|
22 |
+
- Accuracy: 0.4005
|
23 |
+
- F1: 0.3988
|
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: 2222
|
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 | 11.7802 | 0.3727 | 0.3689 |
|
55 |
+
| 13.6353 | 2.17 | 500 | 10.9269 | 0.4120 | 0.4013 |
|
56 |
+
| 13.6353 | 3.26 | 750 | 10.7530 | 0.4066 | 0.4034 |
|
57 |
+
| 11.1498 | 4.35 | 1000 | 11.4698 | 0.4059 | 0.3994 |
|
58 |
+
| 11.1498 | 5.43 | 1250 | 11.1047 | 0.4182 | 0.4140 |
|
59 |
+
| 9.4007 | 6.52 | 1500 | 11.6114 | 0.4028 | 0.3911 |
|
60 |
+
| 9.4007 | 7.61 | 1750 | 12.1035 | 0.3935 | 0.3911 |
|
61 |
+
| 8.1024 | 8.7 | 2000 | 13.1654 | 0.4090 | 0.4035 |
|
62 |
+
| 8.1024 | 9.78 | 2250 | 12.8799 | 0.4020 | 0.4001 |
|
63 |
+
| 7.094 | 10.87 | 2500 | 12.5580 | 0.4082 | 0.3972 |
|
64 |
+
| 7.094 | 11.96 | 2750 | 12.7991 | 0.4228 | 0.4214 |
|
65 |
+
| 6.1021 | 13.04 | 3000 | 13.4827 | 0.3920 | 0.3906 |
|
66 |
+
| 6.1021 | 14.13 | 3250 | 14.8695 | 0.4159 | 0.4135 |
|
67 |
+
| 5.1725 | 15.22 | 3500 | 14.0881 | 0.4090 | 0.4081 |
|
68 |
+
| 5.1725 | 16.3 | 3750 | 14.4576 | 0.3866 | 0.3782 |
|
69 |
+
| 4.616 | 17.39 | 4000 | 14.4197 | 0.3819 | 0.3777 |
|
70 |
+
| 4.616 | 18.48 | 4250 | 15.2137 | 0.3997 | 0.3986 |
|
71 |
+
| 4.0484 | 19.57 | 4500 | 15.2744 | 0.3943 | 0.3939 |
|
72 |
+
| 4.0484 | 20.65 | 4750 | 15.3068 | 0.3858 | 0.3840 |
|
73 |
+
| 3.6271 | 21.74 | 5000 | 16.0691 | 0.4059 | 0.4030 |
|
74 |
+
| 3.6271 | 22.83 | 5250 | 15.7583 | 0.4120 | 0.4120 |
|
75 |
+
| 3.3297 | 23.91 | 5500 | 15.9934 | 0.4028 | 0.4002 |
|
76 |
+
| 3.3297 | 25.0 | 5750 | 16.3662 | 0.4097 | 0.4092 |
|
77 |
+
| 3.0762 | 26.09 | 6000 | 16.4914 | 0.4051 | 0.4040 |
|
78 |
+
| 3.0762 | 27.17 | 6250 | 16.4281 | 0.4051 | 0.4043 |
|
79 |
+
| 2.8363 | 28.26 | 6500 | 16.3025 | 0.4151 | 0.4149 |
|
80 |
+
| 2.8363 | 29.35 | 6750 | 16.1676 | 0.4005 | 0.3988 |
|
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,39 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_name_or_path": "haryoaw/scenario-TCR_data-cl-cardiff_cl_only2",
|
3 |
+
"architectures": [
|
4 |
+
"XLMRobertaForSequenceClassificationKD"
|
5 |
+
],
|
6 |
+
"attention_probs_dropout_prob": 0.1,
|
7 |
+
"bos_token_id": 0,
|
8 |
+
"classifier_dropout": null,
|
9 |
+
"eos_token_id": 2,
|
10 |
+
"hidden_act": "gelu",
|
11 |
+
"hidden_dropout_prob": 0.1,
|
12 |
+
"hidden_size": 384,
|
13 |
+
"id2label": {
|
14 |
+
"0": "LABEL_0",
|
15 |
+
"1": "LABEL_1",
|
16 |
+
"2": "LABEL_2"
|
17 |
+
},
|
18 |
+
"initializer_range": 0.02,
|
19 |
+
"intermediate_size": 1536,
|
20 |
+
"label2id": {
|
21 |
+
"LABEL_0": 0,
|
22 |
+
"LABEL_1": 1,
|
23 |
+
"LABEL_2": 2
|
24 |
+
},
|
25 |
+
"layer_norm_eps": 1e-05,
|
26 |
+
"max_position_embeddings": 514,
|
27 |
+
"model_type": "xlm-roberta",
|
28 |
+
"num_attention_heads": 12,
|
29 |
+
"num_hidden_layers": 6,
|
30 |
+
"output_past": true,
|
31 |
+
"pad_token_id": 1,
|
32 |
+
"position_embedding_type": "absolute",
|
33 |
+
"problem_type": "single_label_classification",
|
34 |
+
"torch_dtype": "float32",
|
35 |
+
"transformers_version": "4.33.3",
|
36 |
+
"type_vocab_size": 1,
|
37 |
+
"use_cache": true,
|
38 |
+
"vocab_size": 250002
|
39 |
+
}
|
pytorch_model.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:7abf96a59cbfc87e48df2f021884aea7092e33094bf982ff4825b21786048f4e
|
3 |
+
size 429199798
|
training_args.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:d16af1c27ba46868da39b22728b2a3b94b9abd0cb8bddb2b2a5943a4b269ee93
|
3 |
+
size 4600
|