File size: 2,588 Bytes
ad69d15 43b8ec8 ad69d15 4e56d3f 144b5f6 44b2e7a fbeb21e 9d30a67 8ddac81 a3607ea 7df4a23 3ab7bd6 3161e5e 9cf78ba 52cd3f3 c7450ae 5973fa7 95e2399 6af13e6 9780406 2de7a3b e6b52a4 a3a87ea 23562a6 2d2cd66 5e9f72e 43b8ec8 ad69d15 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 |
---
license: apache-2.0
base_model: Helsinki-NLP/opus-mt-id-en
tags:
- generated_from_keras_callback
model-index:
- name: aditnnda/machine_translation
results: []
---
<!-- This model card has been generated automatically according to the information Keras had access to. You should
probably proofread and complete it, then remove this comment. -->
# aditnnda/machine_translation
This model is a fine-tuned version of [Helsinki-NLP/opus-mt-id-en](https://huggingface.co/Helsinki-NLP/opus-mt-id-en) on an unknown dataset.
It achieves the following results on the evaluation set:
- Train Loss: 0.2082
- Validation Loss: 1.0149
- Epoch: 24
## Model description
More information needed
## Intended uses & limitations
More information needed
## Training and evaluation data
More information needed
## Training procedure
### Training hyperparameters
The following hyperparameters were used during training:
- optimizer: {'name': 'AdamWeightDecay', 'learning_rate': {'module': 'keras.optimizers.schedules', 'class_name': 'PolynomialDecay', 'config': {'initial_learning_rate': 5e-05, 'decay_steps': 1500, 'end_learning_rate': 0.0, 'power': 1.0, 'cycle': False, 'name': None}, 'registered_name': None}, 'decay': 0.0, 'beta_1': 0.9, 'beta_2': 0.999, 'epsilon': 1e-08, 'amsgrad': False, 'weight_decay_rate': 0.01}
- training_precision: mixed_float16
### Training results
| Train Loss | Validation Loss | Epoch |
|:----------:|:---------------:|:-----:|
| 1.8561 | 1.6274 | 0 |
| 1.4184 | 1.4283 | 1 |
| 1.1634 | 1.2964 | 2 |
| 0.9729 | 1.2049 | 3 |
| 0.8390 | 1.1546 | 4 |
| 0.7333 | 1.1060 | 5 |
| 0.6449 | 1.0874 | 6 |
| 0.6032 | 1.0554 | 7 |
| 0.5251 | 1.0308 | 8 |
| 0.4711 | 1.0321 | 9 |
| 0.4255 | 1.0258 | 10 |
| 0.3880 | 1.0208 | 11 |
| 0.3622 | 1.0189 | 12 |
| 0.3337 | 1.0176 | 13 |
| 0.3107 | 1.0187 | 14 |
| 0.2922 | 1.0149 | 15 |
| 0.2718 | 1.0110 | 16 |
| 0.2594 | 1.0118 | 17 |
| 0.2460 | 1.0116 | 18 |
| 0.2334 | 1.0133 | 19 |
| 0.2279 | 1.0156 | 20 |
| 0.2210 | 1.0134 | 21 |
| 0.2130 | 1.0147 | 22 |
| 0.2085 | 1.0157 | 23 |
| 0.2082 | 1.0149 | 24 |
### Framework versions
- Transformers 4.35.2
- TensorFlow 2.14.0
- Datasets 2.15.0
- Tokenizers 0.15.0
|