rexarski commited on
Commit
5f2b6e1
1 Parent(s): e94ffaa

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +14 -1
README.md CHANGED
@@ -13,6 +13,8 @@ should probably proofread and complete it, then remove this comment. -->
13
  # distilroberta-tcfd-disclosure-5
14
 
15
  This model is a fine-tuned version of [distilroberta-base](https://huggingface.co/distilroberta-base) on an unknown dataset.
 
 
16
 
17
  ## Model description
18
 
@@ -43,9 +45,20 @@ The following hyperparameters were used during training:
43
  - num_epochs: 10
44
  - mixed_precision_training: Native AMP
45
 
 
 
 
 
 
 
 
 
 
 
 
46
  ### Framework versions
47
 
48
  - Transformers 4.28.1
49
  - Pytorch 2.0.0+cu118
50
- - Datasets 2.11.0
51
  - Tokenizers 0.13.3
 
13
  # distilroberta-tcfd-disclosure-5
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: 0.5761
18
 
19
  ## Model description
20
 
 
45
  - num_epochs: 10
46
  - mixed_precision_training: Native AMP
47
 
48
+ ### Training results
49
+
50
+ | Training Loss | Epoch | Step | Validation Loss |
51
+ |:-------------:|:-----:|:----:|:---------------:|
52
+ | 0.6682 | 1.0 | 363 | 0.6726 |
53
+ | 0.6242 | 2.0 | 727 | 0.5921 |
54
+ | 0.4459 | 3.0 | 1090 | 0.5238 |
55
+ | 0.3456 | 4.0 | 1454 | 0.5268 |
56
+ | 0.2991 | 5.0 | 1817 | 0.5761 |
57
+
58
+
59
  ### Framework versions
60
 
61
  - Transformers 4.28.1
62
  - Pytorch 2.0.0+cu118
63
+ - Datasets 2.12.0
64
  - Tokenizers 0.13.3