jatinshah commited on
Commit
3c8cdff
·
1 Parent(s): d70a592

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +64 -0
README.md ADDED
@@ -0,0 +1,64 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ tags:
4
+ - translation
5
+ - generated_from_trainer
6
+ datasets:
7
+ - kde4
8
+ model-index:
9
+ - name: marian-finetuned-kde4-en-to-fr
10
+ results: []
11
+ ---
12
+
13
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
14
+ should probably proofread and complete it, then remove this comment. -->
15
+
16
+ # marian-finetuned-kde4-en-to-fr
17
+
18
+ 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.
19
+ It achieves the following results on the evaluation set:
20
+ - Loss: 0.8815
21
+ - Score: 52.2204
22
+ - Counts: [166010, 120787, 91973, 70929]
23
+ - Totals: [228361, 207343, 189354, 173335]
24
+ - Precisions: [72.69630103213771, 58.254679444205976, 48.57198686058916, 40.92018345977443]
25
+ - Bp: 0.9695
26
+ - Sys Len: 228361
27
+ - Ref Len: 235434
28
+
29
+ ## Model description
30
+
31
+ More information needed
32
+
33
+ ## Intended uses & limitations
34
+
35
+ More information needed
36
+
37
+ ## Training and evaluation data
38
+
39
+ More information needed
40
+
41
+ ## Training procedure
42
+
43
+ ### Training hyperparameters
44
+
45
+ The following hyperparameters were used during training:
46
+ - learning_rate: 2e-05
47
+ - train_batch_size: 64
48
+ - eval_batch_size: 64
49
+ - seed: 42
50
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
51
+ - lr_scheduler_type: linear
52
+ - num_epochs: 3
53
+ - mixed_precision_training: Native AMP
54
+
55
+ ### Training results
56
+
57
+
58
+
59
+ ### Framework versions
60
+
61
+ - Transformers 4.16.2
62
+ - Pytorch 1.10.0a0+0aef44c
63
+ - Datasets 1.18.3
64
+ - Tokenizers 0.11.0