File size: 2,250 Bytes
fe4bc8e
 
 
 
 
 
 
00fa8fc
 
 
fe4bc8e
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
00fa8fc
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
---
license: apache-2.0
tags:
- generated_from_trainer
model-index:
- name: distilroberta-tcfd-disclosure
  results: []
datasets:
- rexarski/TCFD_disclosure
pipeline_tag: text-classification
---

<!-- This model card has been generated automatically according to the information the Trainer had access to. You
should probably proofread and complete it, then remove this comment. -->

# distilroberta-tcfd-disclosure

This model is a fine-tuned version of [distilroberta-base](https://huggingface.co/distilroberta-base) on an unknown dataset.
It achieves the following results on the evaluation set:
- Loss: 1.7356

## Model description

More information needed

## Intended uses & limitations

More information needed

## Training and evaluation data

More information needed

## Training procedure

### Training hyperparameters

The following hyperparameters were used during training:
- learning_rate: 5e-05
- train_batch_size: 16
- eval_batch_size: 8
- seed: 42
- gradient_accumulation_steps: 5
- total_train_batch_size: 80
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
- lr_scheduler_type: linear
- lr_scheduler_warmup_steps: 50
- num_epochs: 20
- mixed_precision_training: Native AMP

### Training results

| Training Loss | Epoch | Step | Validation Loss |
|:-------------:|:-----:|:----:|:---------------:|
| No log        | 1.0   | 5    | 2.3987          |
| 2.4026        | 2.0   | 10   | 2.3915          |
| 2.4026        | 3.0   | 15   | 2.3802          |
| 2.379         | 4.0   | 20   | 2.3660          |
| 2.379         | 5.0   | 25   | 2.3306          |
| 2.3117        | 6.0   | 30   | 2.2219          |
| 2.3117        | 7.0   | 35   | 2.0485          |
| 1.9883        | 8.0   | 40   | 1.9095          |
| 1.9883        | 9.0   | 45   | 1.8112          |
| 1.5971        | 10.0  | 50   | 1.7251          |
| 1.5971        | 11.0  | 55   | 1.6428          |
| 1.1741        | 12.0  | 60   | 1.6219          |
| 1.1741        | 13.0  | 65   | 1.6011          |
| 0.8494        | 14.0  | 70   | 1.6859          |
| 0.8494        | 15.0  | 75   | 1.6946          |
| 0.6111        | 16.0  | 80   | 1.7356          |


### Framework versions

- Transformers 4.28.1
- Pytorch 2.0.0+cu118
- Datasets 2.11.0
- Tokenizers 0.13.3