kartik14 commited on
Commit
bdb4c89
1 Parent(s): 603458b

End of training

Browse files
README.md ADDED
@@ -0,0 +1,86 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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: 6.1787
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.5208
36
+ - Bleu: 6.1787
37
+ - Gen Len: 17.5934
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: 64
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: 10
63
+ - mixed_precision_training: Native AMP
64
+
65
+ ### Training results
66
+
67
+ | Training Loss | Epoch | Step | Validation Loss | Bleu | Gen Len |
68
+ |:-------------:|:-----:|:-----:|:---------------:|:------:|:-------:|
69
+ | 1.9112 | 1.0 | 1589 | 1.6537 | 5.2795 | 17.6478 |
70
+ | 1.8421 | 2.0 | 3178 | 1.6098 | 5.6138 | 17.6216 |
71
+ | 1.8012 | 3.0 | 4767 | 1.5801 | 5.7983 | 17.6147 |
72
+ | 1.776 | 4.0 | 6356 | 1.5611 | 5.9587 | 17.6061 |
73
+ | 1.7581 | 5.0 | 7945 | 1.5474 | 6.0336 | 17.5977 |
74
+ | 1.7416 | 6.0 | 9534 | 1.5368 | 6.0882 | 17.5966 |
75
+ | 1.7261 | 7.0 | 11123 | 1.5297 | 6.1366 | 17.5969 |
76
+ | 1.7279 | 8.0 | 12712 | 1.5245 | 6.1442 | 17.5948 |
77
+ | 1.7112 | 9.0 | 14301 | 1.5217 | 6.1715 | 17.5931 |
78
+ | 1.7162 | 10.0 | 15890 | 1.5208 | 6.1787 | 17.5934 |
79
+
80
+
81
+ ### Framework versions
82
+
83
+ - Transformers 4.35.2
84
+ - Pytorch 2.1.0+cu118
85
+ - Datasets 2.15.0
86
+ - 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.35.2"
6
+ }
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:ea2a6c4a47aea88abd197d2b39a33be58174876d29ea9b4eac3f1743293be9e3
3
  size 242041896
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:14f6cd993464cbfe1030db956ceda76b31f13feb920c38885d35fbe3eb92d4c3
3
  size 242041896
runs/Nov26_00-01-37_2ba866b21543/events.out.tfevents.1700956898.2ba866b21543.1296.1 CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:00876b2fbda292ae96d1e42af32113a9031477db449a73c21e6c8a25be3231d5
3
- size 13451
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b3d40cbe7bea8a37d317f4b7d196ea03f68bc303f844b81d7c3a20d278e7464c
3
+ size 14175