gustavokpc
commited on
Commit
·
893330e
1
Parent(s):
eca0ad3
Training in progress epoch 0
Browse files- README.md +17 -14
- tf_model.h5 +1 -1
README.md
CHANGED
@@ -15,10 +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.
|
19 |
-
-
|
20 |
-
- Train
|
21 |
-
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
22 |
|
23 |
## Model description
|
24 |
|
@@ -37,23 +44,19 @@ More information needed
|
|
37 |
### Training hyperparameters
|
38 |
|
39 |
The following hyperparameters were used during training:
|
40 |
-
- 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': {'class_name': 'PolynomialDecay', 'config': {'initial_learning_rate': 5e-06, 'decay_steps': 5306, 'end_learning_rate': 0.0, 'power': 1.0, 'cycle': False, 'name': None}}, 'beta_1': 0.9, 'beta_2': 0.999, 'epsilon': 1e-08, 'amsgrad': False}
|
41 |
- training_precision: float32
|
42 |
|
43 |
### Training results
|
44 |
|
45 |
-
| Train Loss | Validation Loss |
|
46 |
-
|
47 |
-
| 0.
|
48 |
-
| 0.2723 | 0.2483 | 0.8951 | 1 |
|
49 |
-
| 0.2143 | 0.2118 | 0.9149 | 2 |
|
50 |
-
| 0.1788 | 0.2106 | 0.9142 | 3 |
|
51 |
-
| 0.1502 | 0.2003 | 0.9261 | 4 |
|
52 |
|
53 |
|
54 |
### Framework versions
|
55 |
|
56 |
- Transformers 4.34.1
|
57 |
-
- TensorFlow 2.
|
58 |
-
- Datasets 2.
|
59 |
- 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.4434
|
19 |
+
- Train Accuracy: 0.8014
|
20 |
+
- Train F1 M: 0.4236
|
21 |
+
- Train Precision M: 0.3661
|
22 |
+
- Train Recall M: 0.5865
|
23 |
+
- Validation Loss: 0.2743
|
24 |
+
- Validation Accuracy: 0.8872
|
25 |
+
- Validation F1 M: 0.4964
|
26 |
+
- Validation Precision M: 0.3787
|
27 |
+
- Validation Recall M: 0.7644
|
28 |
+
- Epoch: 0
|
29 |
|
30 |
## Model description
|
31 |
|
|
|
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': 5e-06, 'decay_steps': 5306, '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.4434 | 0.8014 | 0.4236 | 0.3661 | 0.5865 | 0.2743 | 0.8872 | 0.4964 | 0.3787 | 0.7644 | 0 |
|
|
|
|
|
|
|
|
|
55 |
|
56 |
|
57 |
### Framework versions
|
58 |
|
59 |
- Transformers 4.34.1
|
60 |
+
- TensorFlow 2.14.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:
|
3 |
size 1341127728
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:5fbe550aab35482d463ad82752539503291fe8b64d328407d06c1e7f0daa90d8
|
3 |
size 1341127728
|