rakeshw commited on
Commit
7dce0f6
·
1 Parent(s): 293398b

End of training

Browse files
Files changed (4) hide show
  1. README.md +15 -14
  2. config.json +1 -1
  3. tf_model.h5 +1 -1
  4. tokenizer_config.json +1 -1
README.md CHANGED
@@ -1,4 +1,5 @@
1
  ---
 
2
  tags:
3
  - generated_from_keras_callback
4
  model-index:
@@ -11,10 +12,10 @@ probably proofread and complete it, then remove this comment. -->
11
 
12
  # nlp-esg-scoring/bert-base-finetuned-cleaned-esg-plus
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: 2.3364
17
- - Validation Loss: 2.1810
18
  - Epoch: 9
19
 
20
  ## Model description
@@ -34,23 +35,23 @@ More information needed
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': 2455, '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.3353 | 2.1923 | 0 |
45
- | 2.3346 | 2.1864 | 1 |
46
- | 2.3374 | 2.1929 | 2 |
47
- | 2.3355 | 2.1896 | 3 |
48
- | 2.3393 | 2.2022 | 4 |
49
- | 2.3367 | 2.2066 | 5 |
50
- | 2.3349 | 2.1857 | 6 |
51
- | 2.3339 | 2.1901 | 7 |
52
- | 2.3323 | 2.1929 | 8 |
53
- | 2.3364 | 2.1810 | 9 |
54
 
55
 
56
  ### Framework versions
 
1
  ---
2
+ license: apache-2.0
3
  tags:
4
  - generated_from_keras_callback
5
  model-index:
 
12
 
13
  # nlp-esg-scoring/bert-base-finetuned-cleaned-esg-plus
14
 
15
+ This model is a fine-tuned version of [bert-base-uncased](https://huggingface.co/bert-base-uncased) on an unknown dataset.
16
  It achieves the following results on the evaluation set:
17
+ - Train Loss: 2.7191
18
+ - Validation Loss: 2.5365
19
  - Epoch: 9
20
 
21
  ## Model description
 
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': -146, '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}
39
  - training_precision: float32
40
 
41
  ### Training results
42
 
43
  | Train Loss | Validation Loss | Epoch |
44
  |:----------:|:---------------:|:-----:|
45
+ | 3.0360 | 2.5754 | 0 |
46
+ | 2.7263 | 2.5351 | 1 |
47
+ | 2.7204 | 2.5503 | 2 |
48
+ | 2.7206 | 2.5430 | 3 |
49
+ | 2.7238 | 2.5471 | 4 |
50
+ | 2.7248 | 2.5016 | 5 |
51
+ | 2.7181 | 2.5243 | 6 |
52
+ | 2.7158 | 2.5268 | 7 |
53
+ | 2.7140 | 2.5042 | 8 |
54
+ | 2.7191 | 2.5365 | 9 |
55
 
56
 
57
  ### Framework versions
config.json CHANGED
@@ -1,5 +1,5 @@
1
  {
2
- "_name_or_path": "nlp-esg-scoring/bert-base-finetuned-cleaned-esg-plus",
3
  "architectures": [
4
  "BertForMaskedLM"
5
  ],
 
1
  {
2
+ "_name_or_path": "bert-base-uncased",
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:ed642edd01c9ba849204498ad8061db97ec79ed7b8ec3a6c85f083bc59ebcc13
3
  size 533687680
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f5b8e4909f95b67dbbd02989b22ee225965463cc6e6306dc27eacf9aef62d460
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": "nlp-esg-scoring/bert-base-finetuned-cleaned-esg-plus",
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": "bert-base-uncased",
7
  "pad_token": "[PAD]",
8
  "sep_token": "[SEP]",
9
  "special_tokens_map_file": null,