gustavokpc commited on
Commit
f391354
·
1 Parent(s): 9f6044a

Training in progress epoch 0

Browse files
Files changed (2) hide show
  1. README.md +14 -17
  2. tf_model.h5 +1 -1
README.md CHANGED
@@ -15,17 +15,17 @@ probably proofread and complete it, then remove this comment. -->
15
 
16
  This model is a fine-tuned version of [bert-large-uncased](https://huggingface.co/bert-large-uncased) on an unknown dataset.
17
  It achieves the following results on the evaluation set:
18
- - Train Loss: 0.0650
19
- - Train Accuracy: 0.9781
20
- - Train F1 M: 0.5639
21
- - Train Precision M: 0.4054
22
- - Train Recall M: 0.9861
23
- - Validation Loss: 0.2272
24
- - Validation Accuracy: 0.9268
25
- - Validation F1 M: 0.5645
26
- - Validation Precision M: 0.4042
27
- - Validation Recall M: 0.9815
28
- - Epoch: 3
29
 
30
  ## Model description
31
 
@@ -44,22 +44,19 @@ More information needed
44
  ### Training hyperparameters
45
 
46
  The following hyperparameters were used during training:
47
- - optimizer: {'name': 'Adam', 'weight_decay': None, 'clipnorm': None, 'global_clipnorm': None, 'clipvalue': None, 'use_ema': False, 'ema_momentum': 0.99, 'ema_overwrite_frequency': None, 'jit_compile': False, 'is_legacy_optimizer': False, 'learning_rate': {'module': 'keras.optimizers.schedules', 'class_name': 'PolynomialDecay', 'config': {'initial_learning_rate': 2e-05, 'decay_steps': 3032, 'end_learning_rate': 0.0, 'power': 1.0, 'cycle': False, 'name': None}, 'registered_name': None}, 'beta_1': 0.9, 'beta_2': 0.999, 'epsilon': 1e-08, 'amsgrad': False}
48
  - training_precision: float32
49
 
50
  ### Training results
51
 
52
  | Train Loss | Train Accuracy | Train F1 M | Train Precision M | Train Recall M | Validation Loss | Validation Accuracy | Validation F1 M | Validation Precision M | Validation Recall M | Epoch |
53
  |:----------:|:--------------:|:----------:|:-----------------:|:--------------:|:---------------:|:-------------------:|:---------------:|:----------------------:|:-------------------:|:-----:|
54
- | 0.3612 | 0.8415 | 0.5169 | 0.3925 | 0.8303 | 0.2233 | 0.9169 | 0.5623 | 0.4054 | 0.9621 | 0 |
55
- | 0.1787 | 0.9354 | 0.5550 | 0.4025 | 0.9562 | 0.2166 | 0.9182 | 0.5720 | 0.4110 | 0.9869 | 1 |
56
- | 0.1092 | 0.9599 | 0.5601 | 0.4046 | 0.9746 | 0.2161 | 0.9202 | 0.5650 | 0.4054 | 0.9763 | 2 |
57
- | 0.0650 | 0.9781 | 0.5639 | 0.4054 | 0.9861 | 0.2272 | 0.9268 | 0.5645 | 0.4042 | 0.9815 | 3 |
58
 
59
 
60
  ### Framework versions
61
 
62
  - Transformers 4.34.1
63
- - TensorFlow 2.14.0
64
  - Datasets 2.14.5
65
  - Tokenizers 0.14.1
 
15
 
16
  This model is a fine-tuned version of [bert-large-uncased](https://huggingface.co/bert-large-uncased) on an unknown dataset.
17
  It achieves the following results on the evaluation set:
18
+ - Train Loss: 0.6856
19
+ - Train Accuracy: 0.5783
20
+ - Train F1 M: 0.0409
21
+ - Train Precision M: 0.0564
22
+ - Train Recall M: 0.0362
23
+ - Validation Loss: 0.6755
24
+ - Validation Accuracy: 0.5937
25
+ - Validation F1 M: 0.0
26
+ - Validation Precision M: 0.0
27
+ - Validation Recall M: 0.0
28
+ - Epoch: 0
29
 
30
  ## Model description
31
 
 
44
  ### Training hyperparameters
45
 
46
  The following hyperparameters were used during training:
47
+ - optimizer: {'name': 'Adam', 'learning_rate': {'class_name': 'PolynomialDecay', 'config': {'initial_learning_rate': 2e-05, 'decay_steps': 36384, 'end_learning_rate': 0.0, 'power': 1.0, 'cycle': False, 'name': None}}, 'decay': 0.0, 'beta_1': 0.9, 'beta_2': 0.999, 'epsilon': 1e-08, 'amsgrad': False}
48
  - training_precision: float32
49
 
50
  ### Training results
51
 
52
  | Train Loss | Train Accuracy | Train F1 M | Train Precision M | Train Recall M | Validation Loss | Validation Accuracy | Validation F1 M | Validation Precision M | Validation Recall M | Epoch |
53
  |:----------:|:--------------:|:----------:|:-----------------:|:--------------:|:---------------:|:-------------------:|:---------------:|:----------------------:|:-------------------:|:-----:|
54
+ | 0.6856 | 0.5783 | 0.0409 | 0.0564 | 0.0362 | 0.6755 | 0.5937 | 0.0 | 0.0 | 0.0 | 0 |
 
 
 
55
 
56
 
57
  ### Framework versions
58
 
59
  - Transformers 4.34.1
60
+ - TensorFlow 2.10.0
61
  - Datasets 2.14.5
62
  - Tokenizers 0.14.1
tf_model.h5 CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:da89d29dfc4cefc05d639469b85c33580a40221f4ecbdb9332157c2d5724623c
3
  size 1341127728
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6dfc9531af6dc0d28477c5041ed47221667b1141eee5eed225c6634a5f7753d5
3
  size 1341127728