oSabre commited on
Commit
4dadefa
1 Parent(s): bf14fbc

End of training

Browse files
README.md ADDED
@@ -0,0 +1,78 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ base_model: t5-small
4
+ tags:
5
+ - generated_from_trainer
6
+ datasets:
7
+ - opus_books
8
+ metrics:
9
+ - bleu
10
+ model-index:
11
+ - name: my_awesome_opus_books_model
12
+ results:
13
+ - task:
14
+ name: Sequence-to-sequence Language Modeling
15
+ type: text2text-generation
16
+ dataset:
17
+ name: opus_books
18
+ type: opus_books
19
+ config: en-fr
20
+ split: train
21
+ args: en-fr
22
+ metrics:
23
+ - name: Bleu
24
+ type: bleu
25
+ value: 5.7472
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
+ # my_awesome_opus_books_model
32
+
33
+ This model is a fine-tuned version of [t5-small](https://huggingface.co/t5-small) on the opus_books dataset.
34
+ It achieves the following results on the evaluation set:
35
+ - Loss: 1.5973
36
+ - Bleu: 5.7472
37
+ - Gen Len: 17.6196
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: 2
63
+ - mixed_precision_training: Native AMP
64
+
65
+ ### Training results
66
+
67
+ | Training Loss | Epoch | Step | Validation Loss | Bleu | Gen Len |
68
+ |:-------------:|:-----:|:-----:|:---------------:|:------:|:-------:|
69
+ | 1.8572 | 1.0 | 6355 | 1.6215 | 5.6054 | 17.6304 |
70
+ | 1.8257 | 2.0 | 12710 | 1.5973 | 5.7472 | 17.6196 |
71
+
72
+
73
+ ### Framework versions
74
+
75
+ - Transformers 4.36.1
76
+ - Pytorch 2.1.0+cu121
77
+ - Datasets 2.15.0
78
+ - Tokenizers 0.15.0
generation_config.json ADDED
@@ -0,0 +1,6 @@
 
 
 
 
 
 
 
1
+ {
2
+ "decoder_start_token_id": 0,
3
+ "eos_token_id": 1,
4
+ "pad_token_id": 0,
5
+ "transformers_version": "4.36.1"
6
+ }
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:0905276ceace5630e7e6641a4ad1a7707f19662df58f0a590196b22f38382a7c
3
  size 242041896
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:68de83d313a9b8af73c56c6c361ecbbe8f43dd289c7123095af09d086edc6a58
3
  size 242041896
runs/Dec14_20-51-29_25322e13d188/events.out.tfevents.1702587090.25322e13d188.4029.0 CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:bc281e56943cb166581d9508fc35c4792f1d984cef66cd05c30c8ef9ceac8643
3
- size 9661
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1b6d4e726da5ebe83b9cf4c76c855c30049f0f64eee25468eb6d5fdfe4802f56
3
+ size 10385