titi7242229 commited on
Commit
0ab729c
1 Parent(s): 7f54eb2

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +78 -0
README.md ADDED
@@ -0,0 +1,78 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ tags:
4
+ - generated_from_trainer
5
+ metrics:
6
+ - accuracy
7
+ model-index:
8
+ - name: roberta-base-bne-finetuned_personality_multi
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
+ # roberta-base-bne-finetuned_personality_multi
16
+
17
+ This model is a fine-tuned version of [BSC-TeMU/roberta-base-bne](https://huggingface.co/BSC-TeMU/roberta-base-bne) on the None dataset.
18
+ It achieves the following results on the evaluation set:
19
+ - Loss: 2.3709
20
+ - Accuracy: 0.5130
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: 1e-05
40
+ - train_batch_size: 16
41
+ - eval_batch_size: 16
42
+ - seed: 42
43
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
44
+ - lr_scheduler_type: linear
45
+ - num_epochs: 20
46
+
47
+ ### Training results
48
+
49
+ | Training Loss | Epoch | Step | Validation Loss | Accuracy |
50
+ |:-------------:|:-----:|:----:|:---------------:|:--------:|
51
+ | 2.2576 | 1.0 | 125 | 2.2755 | 0.2340 |
52
+ | 2.0409 | 2.0 | 250 | 2.1425 | 0.2974 |
53
+ | 1.6358 | 3.0 | 375 | 1.8730 | 0.4403 |
54
+ | 1.3553 | 4.0 | 500 | 1.7443 | 0.5032 |
55
+ | 0.9201 | 5.0 | 625 | 1.7165 | 0.5055 |
56
+ | 0.5199 | 6.0 | 750 | 1.7476 | 0.5107 |
57
+ | 0.5588 | 7.0 | 875 | 1.7758 | 0.5153 |
58
+ | 0.2079 | 8.0 | 1000 | 1.7964 | 0.5251 |
59
+ | 0.2685 | 9.0 | 1125 | 1.8886 | 0.5187 |
60
+ | 0.1261 | 10.0 | 1250 | 1.9463 | 0.5199 |
61
+ | 0.1105 | 11.0 | 1375 | 2.0337 | 0.5222 |
62
+ | 0.1572 | 12.0 | 1500 | 2.1206 | 0.5084 |
63
+ | 0.0643 | 13.0 | 1625 | 2.1815 | 0.5182 |
64
+ | 0.0174 | 14.0 | 1750 | 2.2412 | 0.5176 |
65
+ | 0.0266 | 15.0 | 1875 | 2.2741 | 0.5112 |
66
+ | 0.0447 | 16.0 | 2000 | 2.3089 | 0.5159 |
67
+ | 0.02 | 17.0 | 2125 | 2.3401 | 0.5135 |
68
+ | 0.0414 | 18.0 | 2250 | 2.3504 | 0.5159 |
69
+ | 0.0122 | 19.0 | 2375 | 2.3661 | 0.5130 |
70
+ | 0.0154 | 20.0 | 2500 | 2.3709 | 0.5130 |
71
+
72
+
73
+ ### Framework versions
74
+
75
+ - Transformers 4.19.3
76
+ - Pytorch 1.11.0+cu113
77
+ - Datasets 2.2.2
78
+ - Tokenizers 0.12.1