julianty commited on
Commit
c915e67
1 Parent(s): 5fa1864

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +76 -0
README.md ADDED
@@ -0,0 +1,76 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ base_model: Helsinki-NLP/opus-tatoeba-en-ja
4
+ tags:
5
+ - generated_from_trainer
6
+ datasets:
7
+ - tatoeba_mt
8
+ metrics:
9
+ - bleu
10
+ model-index:
11
+ - name: opus-tatoeba-en-ja-finetuned-eng-to-jpn_Hani
12
+ results:
13
+ - task:
14
+ name: Sequence-to-sequence Language Modeling
15
+ type: text2text-generation
16
+ dataset:
17
+ name: tatoeba_mt
18
+ type: tatoeba_mt
19
+ config: eng-jpn_Hani
20
+ split: test
21
+ args: eng-jpn_Hani
22
+ metrics:
23
+ - name: Bleu
24
+ type: bleu
25
+ value: 0.0
26
+ ---
27
+
28
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
29
+ should probably proofread and complete it, then remove this comment. -->
30
+
31
+ # opus-tatoeba-en-ja-finetuned-eng-to-jpn_Hani
32
+
33
+ This model is a fine-tuned version of [Helsinki-NLP/opus-tatoeba-en-ja](https://huggingface.co/Helsinki-NLP/opus-tatoeba-en-ja) on the tatoeba_mt dataset.
34
+ It achieves the following results on the evaluation set:
35
+ - Loss: 6.4742
36
+ - Bleu: 0.0
37
+ - Gen Len: 18.9426
38
+
39
+ ## Model description
40
+
41
+ More information needed
42
+
43
+ ## Intended uses & limitations
44
+
45
+ More information needed
46
+
47
+ ## Training and evaluation data
48
+
49
+ More information needed
50
+
51
+ ## Training procedure
52
+
53
+ ### Training hyperparameters
54
+
55
+ The following hyperparameters were used during training:
56
+ - learning_rate: 2e-05
57
+ - train_batch_size: 16
58
+ - eval_batch_size: 16
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
+ | Training Loss | Epoch | Step | Validation Loss | Bleu | Gen Len |
67
+ |:-------------:|:-----:|:----:|:---------------:|:----:|:-------:|
68
+ | 6.4645 | 1.0 | 1244 | 6.4742 | 0.0 | 18.9426 |
69
+
70
+
71
+ ### Framework versions
72
+
73
+ - Transformers 4.31.0
74
+ - Pytorch 2.0.1+cu118
75
+ - Datasets 2.14.4
76
+ - Tokenizers 0.13.3