s50227harry
commited on
Commit
•
cc410dc
1
Parent(s):
bee4e93
Update README.md
Browse files
README.md
CHANGED
@@ -0,0 +1,72 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: apache-2.0
|
3 |
+
tags:
|
4 |
+
- generated_from_trainer
|
5 |
+
model-index:
|
6 |
+
- name: TCFD-BERT
|
7 |
+
results: []
|
8 |
+
---
|
9 |
+
|
10 |
+
Using the ClimateBERT-f model as starting point,the TCFD-BERT language model is additionally pre-trained to include precise paragraphs related to climate change.
|
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 |
+
# TCFD-BERT
|
16 |
+
|
17 |
+
|
18 |
+
It achieves the following results on the evaluation set:
|
19 |
+
- Loss: 1.1325
|
20 |
+
|
21 |
+
## Model description
|
22 |
+
|
23 |
+
More information needed
|
24 |
+
|
25 |
+
## Intended uses & limitations
|
26 |
+
|
27 |
+
More information needed
|
28 |
+
|
29 |
+
## Training and evaluation data
|
30 |
+
|
31 |
+
More information needed
|
32 |
+
|
33 |
+
## Training procedure
|
34 |
+
|
35 |
+
### Training hyperparameters
|
36 |
+
|
37 |
+
The following hyperparameters were used during training:
|
38 |
+
- learning_rate: 5e-05
|
39 |
+
- train_batch_size: 16
|
40 |
+
- eval_batch_size: 8
|
41 |
+
- seed: 42
|
42 |
+
- distributed_type: tpu
|
43 |
+
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
44 |
+
- lr_scheduler_type: linear
|
45 |
+
- lr_scheduler_warmup_steps: 500
|
46 |
+
- num_epochs: 5
|
47 |
+
|
48 |
+
### Training results
|
49 |
+
|
50 |
+
| Training Loss | Epoch | Step | Validation Loss |
|
51 |
+
|:-------------:|:-----:|:----:|:---------------:|
|
52 |
+
| 1.865 | 0.37 | 500 | 1.4460 |
|
53 |
+
| 1.6601 | 0.73 | 1000 | 1.3491 |
|
54 |
+
| 1.593 | 1.1 | 1500 | 1.3190 |
|
55 |
+
| 1.5336 | 1.46 | 2000 | 1.2801 |
|
56 |
+
| 1.5081 | 1.83 | 2500 | 1.2446 |
|
57 |
+
| 1.4547 | 2.19 | 3000 | 1.2281 |
|
58 |
+
| 1.4358 | 2.56 | 3500 | 1.2065 |
|
59 |
+
| 1.4121 | 2.92 | 4000 | 1.1874 |
|
60 |
+
| 1.396 | 3.29 | 4500 | 1.1817 |
|
61 |
+
| 1.383 | 3.65 | 5000 | 1.1747 |
|
62 |
+
| 1.3662 | 4.02 | 5500 | 1.1717 |
|
63 |
+
| 1.3545 | 4.38 | 6000 | 1.1567 |
|
64 |
+
| 1.3441 | 4.75 | 6500 | 1.1325 |
|
65 |
+
|
66 |
+
|
67 |
+
### Framework versions
|
68 |
+
|
69 |
+
- Transformers 4.18.0
|
70 |
+
- Pytorch 1.9.0+cu102
|
71 |
+
- Datasets 2.1.0
|
72 |
+
- Tokenizers 0.12.1
|