Realgon commited on
Commit
7f7c90a
1 Parent(s): 8016a85

End of training

Browse files
Files changed (1) hide show
  1. README.md +79 -0
README.md ADDED
@@ -0,0 +1,79 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: mit
3
+ base_model: roberta-base
4
+ tags:
5
+ - generated_from_trainer
6
+ metrics:
7
+ - accuracy
8
+ model-index:
9
+ - name: roberta_sst2_padding70model
10
+ results: []
11
+ ---
12
+
13
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
14
+ should probably proofread and complete it, then remove this comment. -->
15
+
16
+ # roberta_sst2_padding70model
17
+
18
+ This model is a fine-tuned version of [roberta-base](https://huggingface.co/roberta-base) on an unknown dataset.
19
+ It achieves the following results on the evaluation set:
20
+ - Loss: 0.5675
21
+ - Accuracy: 0.9412
22
+
23
+ ## Model description
24
+
25
+ More information needed
26
+
27
+ ## Intended uses & limitations
28
+
29
+ More information needed
30
+
31
+ ## Training and evaluation data
32
+
33
+ More information needed
34
+
35
+ ## Training procedure
36
+
37
+ ### Training hyperparameters
38
+
39
+ The following hyperparameters were used during training:
40
+ - learning_rate: 2e-05
41
+ - train_batch_size: 16
42
+ - eval_batch_size: 16
43
+ - seed: 42
44
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
45
+ - lr_scheduler_type: linear
46
+ - num_epochs: 20
47
+
48
+ ### Training results
49
+
50
+ | Training Loss | Epoch | Step | Validation Loss | Accuracy |
51
+ |:-------------:|:-----:|:----:|:---------------:|:--------:|
52
+ | No log | 1.0 | 433 | 0.1869 | 0.9308 |
53
+ | 0.3423 | 2.0 | 866 | 0.4539 | 0.9039 |
54
+ | 0.2033 | 3.0 | 1299 | 0.2940 | 0.9379 |
55
+ | 0.1087 | 4.0 | 1732 | 0.3001 | 0.9396 |
56
+ | 0.0742 | 5.0 | 2165 | 0.3625 | 0.9379 |
57
+ | 0.0511 | 6.0 | 2598 | 0.4227 | 0.9407 |
58
+ | 0.028 | 7.0 | 3031 | 0.4785 | 0.9352 |
59
+ | 0.028 | 8.0 | 3464 | 0.3861 | 0.9412 |
60
+ | 0.023 | 9.0 | 3897 | 0.4512 | 0.9407 |
61
+ | 0.0201 | 10.0 | 4330 | 0.5132 | 0.9368 |
62
+ | 0.0123 | 11.0 | 4763 | 0.4452 | 0.9423 |
63
+ | 0.0115 | 12.0 | 5196 | 0.4293 | 0.9500 |
64
+ | 0.0071 | 13.0 | 5629 | 0.7280 | 0.9182 |
65
+ | 0.0186 | 14.0 | 6062 | 0.5646 | 0.9368 |
66
+ | 0.0186 | 15.0 | 6495 | 0.5034 | 0.9434 |
67
+ | 0.0049 | 16.0 | 6928 | 0.5029 | 0.9418 |
68
+ | 0.0078 | 17.0 | 7361 | 0.4935 | 0.9456 |
69
+ | 0.0039 | 18.0 | 7794 | 0.5453 | 0.9418 |
70
+ | 0.0027 | 19.0 | 8227 | 0.5793 | 0.9385 |
71
+ | 0.0006 | 20.0 | 8660 | 0.5675 | 0.9412 |
72
+
73
+
74
+ ### Framework versions
75
+
76
+ - Transformers 4.32.1
77
+ - Pytorch 2.1.1
78
+ - Datasets 2.12.0
79
+ - Tokenizers 0.13.3