Commit ·
f4a8a86
1
Parent(s): 83bd1c1
add model
Browse files- README.md +17 -12
- tf_model.h5 +1 -1
README.md
CHANGED
|
@@ -13,11 +13,11 @@ probably proofread and complete it, then remove this comment. -->
|
|
| 13 |
|
| 14 |
This model is a fine-tuned version of [dccuchile/bert-base-spanish-wwm-uncased](https://huggingface.co/dccuchile/bert-base-spanish-wwm-uncased) on an unknown dataset.
|
| 15 |
It achieves the following results on the evaluation set:
|
| 16 |
-
- Train Loss: 0.
|
| 17 |
-
- Train Accuracy: 0.
|
| 18 |
-
- Validation Loss: 0.
|
| 19 |
-
- Validation Accuracy: 0.
|
| 20 |
-
- Epoch:
|
| 21 |
|
| 22 |
## Model description
|
| 23 |
|
|
@@ -36,23 +36,28 @@ More information needed
|
|
| 36 |
### Training hyperparameters
|
| 37 |
|
| 38 |
The following hyperparameters were used during training:
|
| 39 |
-
- optimizer: {'name': 'Adam', 'learning_rate': 5e-
|
| 40 |
- training_precision: float32
|
| 41 |
|
| 42 |
### Training results
|
| 43 |
|
| 44 |
| Train Loss | Train Accuracy | Validation Loss | Validation Accuracy | Epoch |
|
| 45 |
|:----------:|:--------------:|:---------------:|:-------------------:|:-----:|
|
| 46 |
-
|
|
| 47 |
-
| 0.
|
| 48 |
-
| 0.
|
| 49 |
-
| 0.
|
| 50 |
-
| 0.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 51 |
|
| 52 |
|
| 53 |
### Framework versions
|
| 54 |
|
| 55 |
- Transformers 4.16.2
|
| 56 |
-
- TensorFlow 2.
|
| 57 |
- Datasets 1.18.3
|
| 58 |
- Tokenizers 0.11.0
|
|
|
|
| 13 |
|
| 14 |
This model is a fine-tuned version of [dccuchile/bert-base-spanish-wwm-uncased](https://huggingface.co/dccuchile/bert-base-spanish-wwm-uncased) on an unknown dataset.
|
| 15 |
It achieves the following results on the evaluation set:
|
| 16 |
+
- Train Loss: 0.5124
|
| 17 |
+
- Train Accuracy: 0.7940
|
| 18 |
+
- Validation Loss: 0.6627
|
| 19 |
+
- Validation Accuracy: 0.7270
|
| 20 |
+
- Epoch: 9
|
| 21 |
|
| 22 |
## Model description
|
| 23 |
|
|
|
|
| 36 |
### Training hyperparameters
|
| 37 |
|
| 38 |
The following hyperparameters were used during training:
|
| 39 |
+
- optimizer: {'name': 'Adam', 'learning_rate': 5e-07, 'decay': 0.0, 'beta_1': 0.9, 'beta_2': 0.999, 'epsilon': 1e-07, 'amsgrad': False}
|
| 40 |
- training_precision: float32
|
| 41 |
|
| 42 |
### Training results
|
| 43 |
|
| 44 |
| Train Loss | Train Accuracy | Validation Loss | Validation Accuracy | Epoch |
|
| 45 |
|:----------:|:--------------:|:---------------:|:-------------------:|:-----:|
|
| 46 |
+
| 1.0378 | 0.5016 | 0.9487 | 0.6354 | 0 |
|
| 47 |
+
| 0.8548 | 0.6794 | 0.7746 | 0.6902 | 1 |
|
| 48 |
+
| 0.7184 | 0.7120 | 0.7132 | 0.7042 | 2 |
|
| 49 |
+
| 0.6564 | 0.7320 | 0.6845 | 0.7160 | 3 |
|
| 50 |
+
| 0.6192 | 0.7466 | 0.6701 | 0.7206 | 4 |
|
| 51 |
+
| 0.5917 | 0.7580 | 0.6712 | 0.7224 | 5 |
|
| 52 |
+
| 0.5730 | 0.7662 | 0.6569 | 0.7266 | 6 |
|
| 53 |
+
| 0.5502 | 0.7756 | 0.6575 | 0.7258 | 7 |
|
| 54 |
+
| 0.5288 | 0.7868 | 0.6593 | 0.7268 | 8 |
|
| 55 |
+
| 0.5124 | 0.7940 | 0.6627 | 0.7270 | 9 |
|
| 56 |
|
| 57 |
|
| 58 |
### Framework versions
|
| 59 |
|
| 60 |
- Transformers 4.16.2
|
| 61 |
+
- TensorFlow 2.8.0
|
| 62 |
- Datasets 1.18.3
|
| 63 |
- Tokenizers 0.11.0
|
tf_model.h5
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 439700828
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:4fa9050d4f8dc9948fd543fbeed0833e0d4e7534f87bb9413625add203ce19bf
|
| 3 |
size 439700828
|