jrfalck commited on
Commit
3d0f59b
·
1 Parent(s): a1a81bc

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
+ tags:
3
+ - generated_from_trainer
4
+ datasets:
5
+ - opus_books
6
+ metrics:
7
+ - bleu
8
+ model-index:
9
+ - name: my_awesome_opus_books_model_JRF
10
+ results:
11
+ - task:
12
+ name: Sequence-to-sequence Language Modeling
13
+ type: text2text-generation
14
+ dataset:
15
+ name: opus_books
16
+ type: opus_books
17
+ config: en-fr
18
+ split: train
19
+ args: en-fr
20
+ metrics:
21
+ - name: Bleu
22
+ type: bleu
23
+ value: 6.0553
24
+ ---
25
+
26
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
27
+ should probably proofread and complete it, then remove this comment. -->
28
+
29
+ # my_awesome_opus_books_model_JRF
30
+
31
+ This model was trained from scratch on the opus_books dataset.
32
+ It achieves the following results on the evaluation set:
33
+ - Loss: 1.5465
34
+ - Bleu: 6.0553
35
+ - Gen Len: 17.528
36
+
37
+ ## Model description
38
+
39
+ More information needed
40
+
41
+ ## Intended uses & limitations
42
+
43
+ More information needed
44
+
45
+ ## Training and evaluation data
46
+
47
+ More information needed
48
+
49
+ ## Training procedure
50
+
51
+ ### Training hyperparameters
52
+
53
+ The following hyperparameters were used during training:
54
+ - learning_rate: 2e-05
55
+ - train_batch_size: 16
56
+ - eval_batch_size: 16
57
+ - seed: 42
58
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
59
+ - lr_scheduler_type: linear
60
+ - num_epochs: 2
61
+ - mixed_precision_training: Native AMP
62
+
63
+ ### Training results
64
+
65
+ | Training Loss | Epoch | Step | Validation Loss | Bleu | Gen Len |
66
+ |:-------------:|:-----:|:-----:|:---------------:|:------:|:-------:|
67
+ | 1.7679 | 1.0 | 6355 | 1.5601 | 6.0201 | 17.5327 |
68
+ | 1.7452 | 2.0 | 12710 | 1.5465 | 6.0553 | 17.528 |
69
+
70
+
71
+ ### Framework versions
72
+
73
+ - Transformers 4.28.1
74
+ - Pytorch 2.0.1
75
+ - Datasets 2.13.1
76
+ - Tokenizers 0.13.2