CoCoRooXin commited on
Commit
e01b1d5
1 Parent(s): 62566f3

End of training

Browse files
Files changed (3) hide show
  1. README.md +31 -19
  2. model.safetensors +1 -1
  3. training_args.bin +1 -1
README.md CHANGED
@@ -18,13 +18,13 @@ should probably proofread and complete it, then remove this comment. -->
18
 
19
  # finetuned_robert
20
 
21
- This model is a fine-tuned version of [roberta-large](https://huggingface.co/roberta-large) on the Topic-keyword inclusion dataset.
22
  It achieves the following results on the evaluation set:
23
- - Loss: 0.3167
24
- - F1: 0.8784
25
- - Precision: 0.8025
26
- - Recall: 0.9701
27
- - Accuracy: 0.88
28
 
29
  ## Model description
30
 
@@ -44,26 +44,38 @@ More information needed
44
 
45
  The following hyperparameters were used during training:
46
  - learning_rate: 2e-05
47
- - train_batch_size: 64
48
- - eval_batch_size: 64
49
  - seed: 42
50
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
51
- - lr_scheduler_type: cosine
52
- - num_epochs: 5
53
 
54
  ### Training results
55
 
56
  | Training Loss | Epoch | Step | Validation Loss | F1 | Precision | Recall | Accuracy |
57
  |:-------------:|:-----:|:----:|:---------------:|:------:|:---------:|:------:|:--------:|
58
- | 0.6992 | 0.56 | 10 | 0.6734 | 0.4536 | 0.7333 | 0.3284 | 0.6467 |
59
- | 0.6606 | 1.11 | 20 | 0.5941 | 0.75 | 0.7391 | 0.7612 | 0.7733 |
60
- | 0.5601 | 1.67 | 30 | 0.4531 | 0.8429 | 0.8082 | 0.8806 | 0.8533 |
61
- | 0.4625 | 2.22 | 40 | 0.6246 | 0.7429 | 0.6019 | 0.9701 | 0.7 |
62
- | 0.4354 | 2.78 | 50 | 0.4126 | 0.8280 | 0.7222 | 0.9701 | 0.82 |
63
- | 0.3236 | 3.33 | 60 | 0.3631 | 0.8533 | 0.7711 | 0.9552 | 0.8533 |
64
- | 0.2726 | 3.89 | 70 | 0.3337 | 0.8591 | 0.7805 | 0.9552 | 0.86 |
65
- | 0.248 | 4.44 | 80 | 0.3383 | 0.8667 | 0.7831 | 0.9701 | 0.8667 |
66
- | 0.2292 | 5.0 | 90 | 0.3167 | 0.8784 | 0.8025 | 0.9701 | 0.88 |
 
 
 
 
 
 
 
 
 
 
 
 
67
 
68
 
69
  ### Framework versions
 
18
 
19
  # finetuned_robert
20
 
21
+ This model is a fine-tuned version of [roberta-large](https://huggingface.co/roberta-large) on the None dataset.
22
  It achieves the following results on the evaluation set:
23
+ - Loss: 0.2694
24
+ - F1: 0.9041
25
+ - Precision: 0.8354
26
+ - Recall: 0.9851
27
+ - Accuracy: 0.9067
28
 
29
  ## Model description
30
 
 
44
 
45
  The following hyperparameters were used during training:
46
  - learning_rate: 2e-05
47
+ - train_batch_size: 32
48
+ - eval_batch_size: 32
49
  - seed: 42
50
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
51
+ - lr_scheduler_type: linear
52
+ - num_epochs: 6
53
 
54
  ### Training results
55
 
56
  | Training Loss | Epoch | Step | Validation Loss | F1 | Precision | Recall | Accuracy |
57
  |:-------------:|:-----:|:----:|:---------------:|:------:|:---------:|:------:|:--------:|
58
+ | 0.7067 | 0.28 | 10 | 0.6843 | 0.0 | 0.0 | 0.0 | 0.5533 |
59
+ | 0.7087 | 0.56 | 20 | 0.6786 | 0.0 | 0.0 | 0.0 | 0.5533 |
60
+ | 0.6887 | 0.83 | 30 | 0.6543 | 0.7241 | 0.8571 | 0.6269 | 0.7867 |
61
+ | 0.6773 | 1.11 | 40 | 0.6069 | 0.816 | 0.8793 | 0.7612 | 0.8467 |
62
+ | 0.6073 | 1.39 | 50 | 0.4951 | 0.7711 | 0.6465 | 0.9552 | 0.7467 |
63
+ | 0.5731 | 1.67 | 60 | 0.3976 | 0.8219 | 0.7595 | 0.8955 | 0.8267 |
64
+ | 0.4806 | 1.94 | 70 | 0.3487 | 0.8421 | 0.8485 | 0.8358 | 0.86 |
65
+ | 0.4685 | 2.22 | 80 | 0.5218 | 0.7811 | 0.6471 | 0.9851 | 0.7533 |
66
+ | 0.4243 | 2.5 | 90 | 0.8471 | 0.7322 | 0.5776 | 1.0 | 0.6733 |
67
+ | 0.3692 | 2.78 | 100 | 0.3453 | 0.8514 | 0.7778 | 0.9403 | 0.8533 |
68
+ | 0.4633 | 3.06 | 110 | 0.2813 | 0.8611 | 0.8052 | 0.9254 | 0.8667 |
69
+ | 0.3334 | 3.33 | 120 | 0.3090 | 0.8514 | 0.7778 | 0.9403 | 0.8533 |
70
+ | 0.3167 | 3.61 | 130 | 0.3531 | 0.8497 | 0.7558 | 0.9701 | 0.8467 |
71
+ | 0.2615 | 3.89 | 140 | 0.2679 | 0.8873 | 0.84 | 0.9403 | 0.8933 |
72
+ | 0.2672 | 4.17 | 150 | 0.2528 | 0.8889 | 0.8312 | 0.9552 | 0.8933 |
73
+ | 0.2103 | 4.44 | 160 | 0.2905 | 0.8649 | 0.7901 | 0.9552 | 0.8667 |
74
+ | 0.2208 | 4.72 | 170 | 0.2992 | 0.8649 | 0.7901 | 0.9552 | 0.8667 |
75
+ | 0.2267 | 5.0 | 180 | 0.2911 | 0.8859 | 0.8049 | 0.9851 | 0.8867 |
76
+ | 0.1623 | 5.28 | 190 | 0.2355 | 0.9014 | 0.8533 | 0.9552 | 0.9067 |
77
+ | 0.2148 | 5.56 | 200 | 0.2200 | 0.9091 | 0.8553 | 0.9701 | 0.9133 |
78
+ | 0.1537 | 5.83 | 210 | 0.2694 | 0.9041 | 0.8354 | 0.9851 | 0.9067 |
79
 
80
 
81
  ### Framework versions
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:f3b39ed13234671e517d070f8614f0147a2aec98c8d73f54c9f8e6c77149a5a8
3
  size 1421495416
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:538a0dad4e00dac2f8919db59b6946c18460092acf9c991a8c8d4edd9ec3b07d
3
  size 1421495416
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:c6b11e4d12c68f14126aa713c475bf1de4571460f0471e57aa5525e0f99a437a
3
  size 4856
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5e15e8fd2679a86cac33e87a5fac131e6f53d659358ebccc1723b8a4544c7115
3
  size 4856