ytsaig commited on
Commit
dba4613
1 Parent(s): adf94b8

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +73 -0
README.md ADDED
@@ -0,0 +1,73 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ tags:
4
+ - generated_from_trainer
5
+ model-index:
6
+ - name: distilroberta-mbfc-bias
7
+ results: []
8
+ ---
9
+
10
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
11
+ should probably proofread and complete it, then remove this comment. -->
12
+
13
+ # distilroberta-mbfc-bias
14
+
15
+ This model is a fine-tuned version of [distilroberta-base](https://huggingface.co/distilroberta-base) on an unknown dataset.
16
+ It achieves the following results on the evaluation set:
17
+ - Loss: 1.4130
18
+ - Acc: 0.6348
19
+
20
+ ## Model description
21
+
22
+ More information needed
23
+
24
+ ## Intended uses & limitations
25
+
26
+ More information needed
27
+
28
+ ## Training and evaluation data
29
+
30
+ More information needed
31
+
32
+ ## Training procedure
33
+
34
+ ### Training hyperparameters
35
+
36
+ The following hyperparameters were used during training:
37
+ - learning_rate: 3e-05
38
+ - train_batch_size: 32
39
+ - eval_batch_size: 32
40
+ - seed: 12345
41
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
42
+ - lr_scheduler_type: linear
43
+ - lr_scheduler_warmup_steps: 16
44
+ - num_epochs: 20
45
+ - mixed_precision_training: Native AMP
46
+
47
+ ### Training results
48
+
49
+ | Training Loss | Epoch | Step | Validation Loss | Acc |
50
+ |:-------------:|:-----:|:----:|:---------------:|:------:|
51
+ | 0.9493 | 1.0 | 514 | 1.2765 | 0.4730 |
52
+ | 0.7376 | 2.0 | 1028 | 1.0003 | 0.5812 |
53
+ | 0.6702 | 3.0 | 1542 | 1.1294 | 0.5631 |
54
+ | 0.6161 | 4.0 | 2056 | 1.0439 | 0.6058 |
55
+ | 0.4934 | 5.0 | 2570 | 1.1196 | 0.6028 |
56
+ | 0.4558 | 6.0 | 3084 | 1.0993 | 0.5977 |
57
+ | 0.4717 | 7.0 | 3598 | 1.0308 | 0.6373 |
58
+ | 0.3961 | 8.0 | 4112 | 1.1291 | 0.6234 |
59
+ | 0.3829 | 9.0 | 4626 | 1.1554 | 0.6316 |
60
+ | 0.3442 | 10.0 | 5140 | 1.1548 | 0.6465 |
61
+ | 0.2505 | 11.0 | 5654 | 1.3605 | 0.6169 |
62
+ | 0.2105 | 12.0 | 6168 | 1.3310 | 0.6297 |
63
+ | 0.262 | 13.0 | 6682 | 1.2706 | 0.6383 |
64
+ | 0.2031 | 14.0 | 7196 | 1.3658 | 0.6378 |
65
+ | 0.2021 | 15.0 | 7710 | 1.4130 | 0.6348 |
66
+
67
+
68
+ ### Framework versions
69
+
70
+ - Transformers 4.11.2
71
+ - Pytorch 1.7.1
72
+ - Datasets 1.11.0
73
+ - Tokenizers 0.10.3