SkyR commited on
Commit
b68f899
1 Parent(s): 235c42b

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +83 -0
README.md ADDED
@@ -0,0 +1,83 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: mit
3
+ tags:
4
+ - generated_from_trainer
5
+ metrics:
6
+ - accuracy
7
+ - precision
8
+ - recall
9
+ - f1
10
+ model-index:
11
+ - name: run-2
12
+ results: []
13
+ ---
14
+
15
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
16
+ should probably proofread and complete it, then remove this comment. -->
17
+
18
+ # run-2
19
+
20
+ This model is a fine-tuned version of [roberta-base](https://huggingface.co/roberta-base) on an unknown dataset.
21
+ It achieves the following results on the evaluation set:
22
+ - Loss: 2.1449
23
+ - Accuracy: 0.75
24
+ - Precision: 0.7115
25
+ - Recall: 0.7093
26
+ - F1: 0.7103
27
+
28
+ ## Model description
29
+
30
+ More information needed
31
+
32
+ ## Intended uses & limitations
33
+
34
+ More information needed
35
+
36
+ ## Training and evaluation data
37
+
38
+ More information needed
39
+
40
+ ## Training procedure
41
+
42
+ ### Training hyperparameters
43
+
44
+ The following hyperparameters were used during training:
45
+ - learning_rate: 5e-05
46
+ - train_batch_size: 32
47
+ - eval_batch_size: 32
48
+ - seed: 42
49
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
50
+ - lr_scheduler_type: linear
51
+ - num_epochs: 20
52
+
53
+ ### Training results
54
+
55
+ | Training Loss | Epoch | Step | Validation Loss | Accuracy | Precision | Recall | F1 |
56
+ |:-------------:|:-----:|:----:|:---------------:|:--------:|:---------:|:------:|:------:|
57
+ | 0.9838 | 1.0 | 50 | 0.8621 | 0.645 | 0.6536 | 0.6130 | 0.6124 |
58
+ | 0.7134 | 2.0 | 100 | 0.8124 | 0.7 | 0.6628 | 0.6421 | 0.6483 |
59
+ | 0.4911 | 3.0 | 150 | 0.8571 | 0.7 | 0.6726 | 0.6314 | 0.6361 |
60
+ | 0.3104 | 4.0 | 200 | 0.8228 | 0.76 | 0.7298 | 0.7367 | 0.7294 |
61
+ | 0.1942 | 5.0 | 250 | 1.1132 | 0.76 | 0.7282 | 0.7031 | 0.7119 |
62
+ | 0.1409 | 6.0 | 300 | 1.2218 | 0.685 | 0.6516 | 0.6560 | 0.6524 |
63
+ | 0.0976 | 7.0 | 350 | 1.3648 | 0.715 | 0.6984 | 0.7044 | 0.6946 |
64
+ | 0.0791 | 8.0 | 400 | 1.5985 | 0.745 | 0.7183 | 0.7113 | 0.7124 |
65
+ | 0.0647 | 9.0 | 450 | 1.8884 | 0.725 | 0.6818 | 0.6761 | 0.6785 |
66
+ | 0.0275 | 10.0 | 500 | 1.8639 | 0.725 | 0.6979 | 0.7008 | 0.6958 |
67
+ | 0.0329 | 11.0 | 550 | 1.8831 | 0.72 | 0.6816 | 0.6869 | 0.6838 |
68
+ | 0.0169 | 12.0 | 600 | 2.1426 | 0.73 | 0.6864 | 0.6776 | 0.6794 |
69
+ | 0.0072 | 13.0 | 650 | 2.2483 | 0.725 | 0.7187 | 0.7054 | 0.6968 |
70
+ | 0.0203 | 14.0 | 700 | 2.2901 | 0.735 | 0.6986 | 0.6885 | 0.6921 |
71
+ | 0.0093 | 15.0 | 750 | 2.3134 | 0.725 | 0.6830 | 0.6666 | 0.6723 |
72
+ | 0.0089 | 16.0 | 800 | 2.1598 | 0.73 | 0.6919 | 0.6860 | 0.6885 |
73
+ | 0.0061 | 17.0 | 850 | 2.0879 | 0.75 | 0.7129 | 0.7132 | 0.7125 |
74
+ | 0.0024 | 18.0 | 900 | 2.1285 | 0.745 | 0.7062 | 0.7071 | 0.7049 |
75
+ | 0.0043 | 19.0 | 950 | 2.1386 | 0.74 | 0.7001 | 0.7003 | 0.6985 |
76
+ | 0.0028 | 20.0 | 1000 | 2.1449 | 0.75 | 0.7115 | 0.7093 | 0.7103 |
77
+
78
+
79
+ ### Framework versions
80
+
81
+ - Transformers 4.25.1
82
+ - Pytorch 1.13.1+cu116
83
+ - Tokenizers 0.13.2