franfj commited on
Commit
cb5f113
·
1 Parent(s): 1582939

End of training

Browse files
Files changed (2) hide show
  1. README.md +89 -0
  2. pytorch_model.bin +1 -1
README.md ADDED
@@ -0,0 +1,89 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ tags:
4
+ - generated_from_trainer
5
+ metrics:
6
+ - f1
7
+ model-index:
8
+ - name: franfj/UNEDMediaBiasTeam_at_SemEval23_Task3_Subtask3_PRE_BABE_dataset
9
+ results: []
10
+ ---
11
+
12
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
13
+ should probably proofread and complete it, then remove this comment. -->
14
+
15
+ # franfj/UNEDMediaBiasTeam_at_SemEval23_Task3_Subtask3_PRE_BABE_dataset
16
+
17
+ This model is a fine-tuned version of [distilbert-base-uncased-finetuned-sst-2-english](https://huggingface.co/distilbert-base-uncased-finetuned-sst-2-english) on the None dataset.
18
+ It achieves the following results on the evaluation set:
19
+ - Loss: 1.2188
20
+ - F1: 0.5660
21
+
22
+ ## Model description
23
+
24
+ More information needed
25
+
26
+ ## Intended uses & limitations
27
+
28
+ More information needed
29
+
30
+ ## Training and evaluation data
31
+
32
+ More information needed
33
+
34
+ ## Training procedure
35
+
36
+ ### Training hyperparameters
37
+
38
+ The following hyperparameters were used during training:
39
+ - learning_rate: 2e-05
40
+ - train_batch_size: 64
41
+ - eval_batch_size: 64
42
+ - seed: 42
43
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
44
+ - lr_scheduler_type: linear
45
+ - num_epochs: 30
46
+ - mixed_precision_training: Native AMP
47
+
48
+ ### Training results
49
+
50
+ | Training Loss | Epoch | Step | Validation Loss | F1 |
51
+ |:-------------:|:-----:|:----:|:---------------:|:------:|
52
+ | 0.5684 | 1.0 | 24 | 0.8998 | 0.4355 |
53
+ | 0.3 | 2.0 | 48 | 0.9073 | 0.4625 |
54
+ | 0.3634 | 3.0 | 72 | 0.8815 | 0.4868 |
55
+ | 0.2344 | 4.0 | 96 | 0.9457 | 0.4848 |
56
+ | 0.1712 | 5.0 | 120 | 0.9737 | 0.4945 |
57
+ | 0.148 | 6.0 | 144 | 1.0416 | 0.4896 |
58
+ | 0.0662 | 7.0 | 168 | 1.1345 | 0.4838 |
59
+ | 0.046 | 8.0 | 192 | 1.0935 | 0.5353 |
60
+ | 0.0398 | 9.0 | 216 | 1.1288 | 0.5376 |
61
+ | 0.0563 | 10.0 | 240 | 1.2188 | 0.5660 |
62
+ | 0.0449 | 11.0 | 264 | 1.2390 | 0.5160 |
63
+ | 0.0472 | 12.0 | 288 | 1.3779 | 0.5069 |
64
+ | 0.0122 | 13.0 | 312 | 1.4218 | 0.5442 |
65
+ | 0.0037 | 14.0 | 336 | 1.4859 | 0.5432 |
66
+ | 0.0557 | 15.0 | 360 | 1.5124 | 0.5510 |
67
+ | 0.0038 | 16.0 | 384 | 1.5364 | 0.5542 |
68
+ | 0.0043 | 17.0 | 408 | 1.5484 | 0.5589 |
69
+ | 0.0022 | 18.0 | 432 | 1.6063 | 0.5554 |
70
+ | 0.0044 | 19.0 | 456 | 1.6013 | 0.5268 |
71
+ | 0.0023 | 20.0 | 480 | 1.6161 | 0.4802 |
72
+ | 0.002 | 21.0 | 504 | 1.6622 | 0.4783 |
73
+ | 0.0016 | 22.0 | 528 | 1.6737 | 0.4812 |
74
+ | 0.002 | 23.0 | 552 | 1.6776 | 0.5250 |
75
+ | 0.0019 | 24.0 | 576 | 1.7027 | 0.4800 |
76
+ | 0.0015 | 25.0 | 600 | 1.6897 | 0.5211 |
77
+ | 0.0018 | 26.0 | 624 | 1.6982 | 0.5211 |
78
+ | 0.0015 | 27.0 | 648 | 1.7174 | 0.4781 |
79
+ | 0.0019 | 28.0 | 672 | 1.7269 | 0.4781 |
80
+ | 0.0016 | 29.0 | 696 | 1.7323 | 0.5133 |
81
+ | 0.0304 | 30.0 | 720 | 1.7265 | 0.5172 |
82
+
83
+
84
+ ### Framework versions
85
+
86
+ - Transformers 4.26.0
87
+ - Pytorch 1.13.1
88
+ - Datasets 2.9.0
89
+ - Tokenizers 0.13.2
pytorch_model.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:08f86d7c780342c1d06ab8e3eb9d18c86df133c94475ffa20732d9b4cf28943d
3
  size 267858605
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1617b0ba3666a0b9faacfed6856a91ed0cd12b77101dc57c4e1e10f0bbbf80f9
3
  size 267858605