mariav commited on
Commit
8f2902a
1 Parent(s): 88d2b04

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +13 -4
README.md CHANGED
@@ -5,6 +5,14 @@ tags:
5
  model-index:
6
  - name: mariav/helsinki-opus-de-en-fine-tuned-wmt16
7
  results: []
 
 
 
 
 
 
 
 
8
  ---
9
 
10
  <!-- This model card has been generated automatically according to the information Keras had access to. You should
@@ -20,15 +28,16 @@ It achieves the following results on the evaluation set:
20
 
21
  ## Model description
22
 
23
- More information needed
24
 
25
  ## Intended uses & limitations
26
 
27
- More information needed
28
 
29
  ## Training and evaluation data
30
 
31
- More information needed
 
32
 
33
  ## Training procedure
34
 
@@ -52,4 +61,4 @@ The following hyperparameters were used during training:
52
  - Transformers 4.27.4
53
  - TensorFlow 2.11.0
54
  - Datasets 2.11.0
55
- - Tokenizers 0.13.2
 
5
  model-index:
6
  - name: mariav/helsinki-opus-de-en-fine-tuned-wmt16
7
  results: []
8
+ datasets:
9
+ - wmt16
10
+ language:
11
+ - de
12
+ - en
13
+ metrics:
14
+ - bleu
15
+ pipeline_tag: translation
16
  ---
17
 
18
  <!-- This model card has been generated automatically according to the information Keras had access to. You should
 
28
 
29
  ## Model description
30
 
31
+ This model is a fine-tuned version of the Helsinki-NLP/opus-mt-de-en with the dataset wmt16 with the pair of languages de-en.
32
 
33
  ## Intended uses & limitations
34
 
35
+ Limitations: schoolar purposes.
36
 
37
  ## Training and evaluation data
38
 
39
+ The training was done with tranformers keras with just a few epochs due to lack of more GPU.
40
+ With more epochs the performance could be better.
41
 
42
  ## Training procedure
43
 
 
61
  - Transformers 4.27.4
62
  - TensorFlow 2.11.0
63
  - Datasets 2.11.0
64
+ - Tokenizers 0.13.2