simonycl commited on
Commit
d16ad7d
1 Parent(s): 2278802

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +90 -0
README.md ADDED
@@ -0,0 +1,90 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: mit
3
+ base_model: roberta-large
4
+ tags:
5
+ - generated_from_trainer
6
+ metrics:
7
+ - accuracy
8
+ model-index:
9
+ - name: roberta-large-sst-2-64-13-30
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-large-sst-2-64-13-30
17
+
18
+ This model is a fine-tuned version of [roberta-large](https://huggingface.co/roberta-large) on an unknown dataset.
19
+ It achieves the following results on the evaluation set:
20
+ - Loss: 0.8764
21
+ - Accuracy: 0.8828
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: 1.5e-05
41
+ - train_batch_size: 32
42
+ - eval_batch_size: 32
43
+ - seed: 42
44
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
45
+ - lr_scheduler_type: linear
46
+ - lr_scheduler_warmup_steps: 5
47
+ - num_epochs: 30
48
+
49
+ ### Training results
50
+
51
+ | Training Loss | Epoch | Step | Validation Loss | Accuracy |
52
+ |:-------------:|:-----:|:----:|:---------------:|:--------:|
53
+ | No log | 1.0 | 4 | 0.7179 | 0.5 |
54
+ | No log | 2.0 | 8 | 0.6981 | 0.5312 |
55
+ | 0.717 | 3.0 | 12 | 0.6948 | 0.4688 |
56
+ | 0.717 | 4.0 | 16 | 0.7043 | 0.4453 |
57
+ | 0.6986 | 5.0 | 20 | 0.6971 | 0.4688 |
58
+ | 0.6986 | 6.0 | 24 | 0.7705 | 0.5156 |
59
+ | 0.6986 | 7.0 | 28 | 0.7463 | 0.625 |
60
+ | 0.6087 | 8.0 | 32 | 0.7016 | 0.6172 |
61
+ | 0.6087 | 9.0 | 36 | 0.5869 | 0.7656 |
62
+ | 0.5365 | 10.0 | 40 | 0.5156 | 0.8047 |
63
+ | 0.5365 | 11.0 | 44 | 0.4578 | 0.8203 |
64
+ | 0.5365 | 12.0 | 48 | 0.3511 | 0.9141 |
65
+ | 0.3599 | 13.0 | 52 | 0.3583 | 0.8828 |
66
+ | 0.3599 | 14.0 | 56 | 0.3759 | 0.8828 |
67
+ | 0.1271 | 15.0 | 60 | 0.4324 | 0.8906 |
68
+ | 0.1271 | 16.0 | 64 | 0.4806 | 0.8984 |
69
+ | 0.1271 | 17.0 | 68 | 0.5256 | 0.875 |
70
+ | 0.0516 | 18.0 | 72 | 0.6432 | 0.8906 |
71
+ | 0.0516 | 19.0 | 76 | 0.6976 | 0.875 |
72
+ | 0.0034 | 20.0 | 80 | 0.8148 | 0.875 |
73
+ | 0.0034 | 21.0 | 84 | 0.8401 | 0.8828 |
74
+ | 0.0034 | 22.0 | 88 | 0.8721 | 0.8828 |
75
+ | 0.0467 | 23.0 | 92 | 0.8001 | 0.8906 |
76
+ | 0.0467 | 24.0 | 96 | 0.8580 | 0.8828 |
77
+ | 0.0005 | 25.0 | 100 | 0.8849 | 0.875 |
78
+ | 0.0005 | 26.0 | 104 | 0.9024 | 0.875 |
79
+ | 0.0005 | 27.0 | 108 | 0.9125 | 0.875 |
80
+ | 0.0005 | 28.0 | 112 | 0.8686 | 0.8828 |
81
+ | 0.0005 | 29.0 | 116 | 0.8764 | 0.8828 |
82
+ | 0.0231 | 30.0 | 120 | 0.8764 | 0.8828 |
83
+
84
+
85
+ ### Framework versions
86
+
87
+ - Transformers 4.32.0.dev0
88
+ - Pytorch 2.0.1+cu118
89
+ - Datasets 2.4.0
90
+ - Tokenizers 0.13.3