Fadli Aulawi commited on
Commit
a957743
1 Parent(s): 7782841

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +35 -16
README.md CHANGED
@@ -2,22 +2,39 @@
2
  license: apache-2.0
3
  base_model: Helsinki-NLP/opus-mt-en-fr
4
  tags:
5
- - generated_from_keras_callback
 
 
 
 
 
6
  model-index:
7
- - name: fadliaulawi/marian-finetuned-kde4-en-to-fr
8
- results: []
 
 
 
 
 
 
 
 
 
 
 
 
 
9
  ---
10
 
11
- <!-- This model card has been generated automatically according to the information Keras had access to. You should
12
- probably proofread and complete it, then remove this comment. -->
13
 
14
- # fadliaulawi/marian-finetuned-kde4-en-to-fr
15
 
16
- This model is a fine-tuned version of [Helsinki-NLP/opus-mt-en-fr](https://huggingface.co/Helsinki-NLP/opus-mt-en-fr) on an unknown dataset.
17
  It achieves the following results on the evaluation set:
18
- - Train Loss: 1.0609
19
- - Validation Loss: 0.8949
20
- - Epoch: 0
21
 
22
  ## Model description
23
 
@@ -36,19 +53,21 @@ More information needed
36
  ### Training hyperparameters
37
 
38
  The following hyperparameters were used during training:
39
- - optimizer: {'name': 'AdamWeightDecay', 'learning_rate': {'class_name': 'PolynomialDecay', 'config': {'initial_learning_rate': 5e-05, 'decay_steps': 5911, '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, 'weight_decay_rate': 0.01}
40
- - training_precision: mixed_float16
 
 
 
 
 
41
 
42
  ### Training results
43
 
44
- | Train Loss | Validation Loss | Epoch |
45
- |:----------:|:---------------:|:-----:|
46
- | 1.0609 | 0.8949 | 0 |
47
 
48
 
49
  ### Framework versions
50
 
51
  - Transformers 4.31.0
52
- - TensorFlow 2.12.0
53
  - Datasets 2.13.1
54
  - Tokenizers 0.13.3
 
2
  license: apache-2.0
3
  base_model: Helsinki-NLP/opus-mt-en-fr
4
  tags:
5
+ - translation
6
+ - generated_from_trainer
7
+ datasets:
8
+ - kde4
9
+ metrics:
10
+ - bleu
11
  model-index:
12
+ - name: marian-finetuned-kde4-en-to-fr
13
+ results:
14
+ - task:
15
+ name: Sequence-to-sequence Language Modeling
16
+ type: text2text-generation
17
+ dataset:
18
+ name: kde4
19
+ type: kde4
20
+ config: en-fr
21
+ split: train
22
+ args: en-fr
23
+ metrics:
24
+ - name: Bleu
25
+ type: bleu
26
+ value: 50.39288997551686
27
  ---
28
 
29
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
30
+ should probably proofread and complete it, then remove this comment. -->
31
 
32
+ # marian-finetuned-kde4-en-to-fr
33
 
34
+ This model is a fine-tuned version of [Helsinki-NLP/opus-mt-en-fr](https://huggingface.co/Helsinki-NLP/opus-mt-en-fr) on the kde4 dataset.
35
  It achieves the following results on the evaluation set:
36
+ - Loss: 0.9636
37
+ - Bleu: 50.3929
 
38
 
39
  ## Model description
40
 
 
53
  ### Training hyperparameters
54
 
55
  The following hyperparameters were used during training:
56
+ - learning_rate: 2e-05
57
+ - train_batch_size: 32
58
+ - eval_batch_size: 64
59
+ - seed: 42
60
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
61
+ - lr_scheduler_type: linear
62
+ - num_epochs: 1
63
 
64
  ### Training results
65
 
 
 
 
66
 
67
 
68
  ### Framework versions
69
 
70
  - Transformers 4.31.0
71
+ - Pytorch 2.0.1+cu118
72
  - Datasets 2.13.1
73
  - Tokenizers 0.13.3