rexarski commited on
Commit
fe4bc8e
1 Parent(s): e58dc21

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +75 -0
README.md ADDED
@@ -0,0 +1,75 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ tags:
4
+ - generated_from_trainer
5
+ model-index:
6
+ - name: distilroberta-tcfd-disclosure
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-tcfd-disclosure
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.7356
18
+
19
+ ## Model description
20
+
21
+ More information needed
22
+
23
+ ## Intended uses & limitations
24
+
25
+ More information needed
26
+
27
+ ## Training and evaluation data
28
+
29
+ More information needed
30
+
31
+ ## Training procedure
32
+
33
+ ### Training hyperparameters
34
+
35
+ The following hyperparameters were used during training:
36
+ - learning_rate: 5e-05
37
+ - train_batch_size: 16
38
+ - eval_batch_size: 8
39
+ - seed: 42
40
+ - gradient_accumulation_steps: 5
41
+ - total_train_batch_size: 80
42
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
43
+ - lr_scheduler_type: linear
44
+ - lr_scheduler_warmup_steps: 50
45
+ - num_epochs: 20
46
+ - mixed_precision_training: Native AMP
47
+
48
+ ### Training results
49
+
50
+ | Training Loss | Epoch | Step | Validation Loss |
51
+ |:-------------:|:-----:|:----:|:---------------:|
52
+ | No log | 1.0 | 5 | 2.3987 |
53
+ | 2.4026 | 2.0 | 10 | 2.3915 |
54
+ | 2.4026 | 3.0 | 15 | 2.3802 |
55
+ | 2.379 | 4.0 | 20 | 2.3660 |
56
+ | 2.379 | 5.0 | 25 | 2.3306 |
57
+ | 2.3117 | 6.0 | 30 | 2.2219 |
58
+ | 2.3117 | 7.0 | 35 | 2.0485 |
59
+ | 1.9883 | 8.0 | 40 | 1.9095 |
60
+ | 1.9883 | 9.0 | 45 | 1.8112 |
61
+ | 1.5971 | 10.0 | 50 | 1.7251 |
62
+ | 1.5971 | 11.0 | 55 | 1.6428 |
63
+ | 1.1741 | 12.0 | 60 | 1.6219 |
64
+ | 1.1741 | 13.0 | 65 | 1.6011 |
65
+ | 0.8494 | 14.0 | 70 | 1.6859 |
66
+ | 0.8494 | 15.0 | 75 | 1.6946 |
67
+ | 0.6111 | 16.0 | 80 | 1.7356 |
68
+
69
+
70
+ ### Framework versions
71
+
72
+ - Transformers 4.28.1
73
+ - Pytorch 2.0.0+cu118
74
+ - Datasets 2.11.0
75
+ - Tokenizers 0.13.3