Anton-k commited on
Commit
728da49
1 Parent(s): 305e3e5

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-ru
20
+ split: train
21
+ args: en-ru
22
+ metrics:
23
+ - name: Bleu
24
+ type: bleu
25
+ value: 0.0895
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: 2.2508
36
+ - Bleu: 0.0895
37
+ - Gen Len: 18.564
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
+ | 2.6604 | 1.0 | 875 | 2.2957 | 0.0676 | 18.5823 |
70
+ | 2.4471 | 2.0 | 1750 | 2.2508 | 0.0895 | 18.564 |
71
+
72
+
73
+ ### Framework versions
74
+
75
+ - Transformers 4.35.0
76
+ - Pytorch 2.1.0+cu118
77
+ - Datasets 2.14.6
78
+ - Tokenizers 0.14.1
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.0"
6
+ }
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:00c33516134d007a65fa6b8fd57e7043572c6b7794fae6ec746ce1c6e8acda92
3
  size 242041896
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:396f82fe478c2b589732d2c33e6ef6dda45d41331578ab5e07d70a11271f8053
3
  size 242041896
runs/Nov08_13-36-53_ca1651877c7f/events.out.tfevents.1699450614.ca1651877c7f.773.0 CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:0b35b8e7597bbbfd0912312b34e0e67fa34348a3c4d4cdc57ff51c7f63d9d807
3
- size 6066
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b85658bca2b080ec8a2e0217cd22e1748dcadb63394c9a68e9f0c9be73c76791
3
+ size 6790