End of training
Browse files- README.md +14 -15
- config.json +1 -1
- tf_model.h5 +1 -1
- tokenizer_config.json +1 -1
README.md
CHANGED
@@ -1,5 +1,4 @@
|
|
1 |
---
|
2 |
-
license: apache-2.0
|
3 |
tags:
|
4 |
- generated_from_keras_callback
|
5 |
model-index:
|
@@ -12,10 +11,10 @@ probably proofread and complete it, then remove this comment. -->
|
|
12 |
|
13 |
# nlp-esg-scoring/bert-base-finetuned-esg-a4s
|
14 |
|
15 |
-
This model
|
16 |
It achieves the following results on the evaluation set:
|
17 |
-
- Train Loss:
|
18 |
-
- Validation Loss:
|
19 |
- Epoch: 9
|
20 |
|
21 |
## Model description
|
@@ -35,23 +34,23 @@ More information needed
|
|
35 |
### Training hyperparameters
|
36 |
|
37 |
The following hyperparameters were used during training:
|
38 |
-
- optimizer: {'name': 'AdamWeightDecay', 'learning_rate': {'class_name': 'WarmUp', 'config': {'initial_learning_rate': 2e-05, 'decay_schedule_fn': {'class_name': 'PolynomialDecay', 'config': {'initial_learning_rate': 2e-05, 'decay_steps': -
|
39 |
- training_precision: float32
|
40 |
|
41 |
### Training results
|
42 |
|
43 |
| Train Loss | Validation Loss | Epoch |
|
44 |
|:----------:|:---------------:|:-----:|
|
45 |
-
| 2.
|
46 |
-
| 2.
|
47 |
-
| 2.
|
48 |
-
| 2.
|
49 |
-
|
|
50 |
-
|
|
51 |
-
|
|
52 |
-
|
|
53 |
-
|
|
54 |
-
|
|
55 |
|
56 |
|
57 |
### Framework versions
|
|
|
1 |
---
|
|
|
2 |
tags:
|
3 |
- generated_from_keras_callback
|
4 |
model-index:
|
|
|
11 |
|
12 |
# nlp-esg-scoring/bert-base-finetuned-esg-a4s
|
13 |
|
14 |
+
This model was trained from scratch on an unknown dataset.
|
15 |
It achieves the following results on the evaluation set:
|
16 |
+
- Train Loss: 1.9406
|
17 |
+
- Validation Loss: 1.9964
|
18 |
- Epoch: 9
|
19 |
|
20 |
## Model description
|
|
|
34 |
### Training hyperparameters
|
35 |
|
36 |
The following hyperparameters were used during training:
|
37 |
+
- optimizer: {'name': 'AdamWeightDecay', 'learning_rate': {'class_name': 'WarmUp', 'config': {'initial_learning_rate': 2e-05, 'decay_schedule_fn': {'class_name': 'PolynomialDecay', 'config': {'initial_learning_rate': 2e-05, 'decay_steps': -812, 'end_learning_rate': 0.0, 'power': 1.0, 'cycle': False, 'name': None}, '__passive_serialization__': True}, 'warmup_steps': 1000, 'power': 1.0, 'name': None}}, 'decay': 0.0, 'beta_1': 0.9, 'beta_2': 0.999, 'epsilon': 1e-08, 'amsgrad': False, 'weight_decay_rate': 0.01}
|
38 |
- training_precision: float32
|
39 |
|
40 |
### Training results
|
41 |
|
42 |
| Train Loss | Validation Loss | Epoch |
|
43 |
|:----------:|:---------------:|:-----:|
|
44 |
+
| 2.1261 | 2.1423 | 0 |
|
45 |
+
| 2.0926 | 2.0888 | 1 |
|
46 |
+
| 2.0674 | 2.0811 | 2 |
|
47 |
+
| 2.0043 | 2.0436 | 3 |
|
48 |
+
| 1.9720 | 1.9927 | 4 |
|
49 |
+
| 1.9110 | 1.9887 | 5 |
|
50 |
+
| 1.9278 | 2.0719 | 6 |
|
51 |
+
| 1.9205 | 1.9994 | 7 |
|
52 |
+
| 1.9308 | 2.0164 | 8 |
|
53 |
+
| 1.9406 | 1.9964 | 9 |
|
54 |
|
55 |
|
56 |
### Framework versions
|
config.json
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
{
|
2 |
-
"_name_or_path": "bert-base-
|
3 |
"architectures": [
|
4 |
"BertForMaskedLM"
|
5 |
],
|
|
|
1 |
{
|
2 |
+
"_name_or_path": "nlp-esg-scoring/bert-base-finetuned-esg-a4s",
|
3 |
"architectures": [
|
4 |
"BertForMaskedLM"
|
5 |
],
|
tf_model.h5
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 533687680
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:0af39253a8f54952e5fe29781a2050a743dda60598f3ae2ed615036b5526329f
|
3 |
size 533687680
|
tokenizer_config.json
CHANGED
@@ -3,7 +3,7 @@
|
|
3 |
"do_lower_case": true,
|
4 |
"mask_token": "[MASK]",
|
5 |
"model_max_length": 512,
|
6 |
-
"name_or_path": "bert-base-
|
7 |
"pad_token": "[PAD]",
|
8 |
"sep_token": "[SEP]",
|
9 |
"special_tokens_map_file": null,
|
|
|
3 |
"do_lower_case": true,
|
4 |
"mask_token": "[MASK]",
|
5 |
"model_max_length": 512,
|
6 |
+
"name_or_path": "nlp-esg-scoring/bert-base-finetuned-esg-a4s",
|
7 |
"pad_token": "[PAD]",
|
8 |
"sep_token": "[SEP]",
|
9 |
"special_tokens_map_file": null,
|