zera09 commited on
Commit
25b2bce
1 Parent(s): d91dc5a

End of training

Browse files
Files changed (2) hide show
  1. README.md +77 -0
  2. generation_config.json +7 -0
README.md ADDED
@@ -0,0 +1,77 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ base_model: google/flan-t5-large
4
+ tags:
5
+ - generated_from_trainer
6
+ model-index:
7
+ - name: t5_bos
8
+ results: []
9
+ ---
10
+
11
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
12
+ should probably proofread and complete it, then remove this comment. -->
13
+
14
+ # t5_bos
15
+
16
+ This model is a fine-tuned version of [google/flan-t5-large](https://huggingface.co/google/flan-t5-large) on the None dataset.
17
+ It achieves the following results on the evaluation set:
18
+ - Loss: nan
19
+
20
+ ## Model description
21
+
22
+ More information needed
23
+
24
+ ## Intended uses & limitations
25
+
26
+ More information needed
27
+
28
+ ## Training and evaluation data
29
+
30
+ More information needed
31
+
32
+ ## Training procedure
33
+
34
+ ### Training hyperparameters
35
+
36
+ The following hyperparameters were used during training:
37
+ - learning_rate: 2e-05
38
+ - train_batch_size: 2
39
+ - eval_batch_size: 2
40
+ - seed: 42
41
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
42
+ - lr_scheduler_type: linear
43
+ - num_epochs: 20
44
+ - mixed_precision_training: Native AMP
45
+
46
+ ### Training results
47
+
48
+ | Training Loss | Epoch | Step | Validation Loss |
49
+ |:-------------:|:-----:|:----:|:---------------:|
50
+ | No log | 1.0 | 126 | nan |
51
+ | No log | 2.0 | 252 | nan |
52
+ | No log | 3.0 | 378 | nan |
53
+ | 0.0 | 4.0 | 504 | nan |
54
+ | 0.0 | 5.0 | 630 | nan |
55
+ | 0.0 | 6.0 | 756 | nan |
56
+ | 0.0 | 7.0 | 882 | nan |
57
+ | 0.0 | 8.0 | 1008 | nan |
58
+ | 0.0 | 9.0 | 1134 | nan |
59
+ | 0.0 | 10.0 | 1260 | nan |
60
+ | 0.0 | 11.0 | 1386 | nan |
61
+ | 0.0 | 12.0 | 1512 | nan |
62
+ | 0.0 | 13.0 | 1638 | nan |
63
+ | 0.0 | 14.0 | 1764 | nan |
64
+ | 0.0 | 15.0 | 1890 | nan |
65
+ | 0.0 | 16.0 | 2016 | nan |
66
+ | 0.0 | 17.0 | 2142 | nan |
67
+ | 0.0 | 18.0 | 2268 | nan |
68
+ | 0.0 | 19.0 | 2394 | nan |
69
+ | 0.0 | 20.0 | 2520 | nan |
70
+
71
+
72
+ ### Framework versions
73
+
74
+ - Transformers 4.44.0
75
+ - Pytorch 2.4.0+cu118
76
+ - Datasets 2.21.0
77
+ - Tokenizers 0.19.1
generation_config.json ADDED
@@ -0,0 +1,7 @@
 
 
 
 
 
 
 
 
1
+ {
2
+ "_from_model_config": true,
3
+ "decoder_start_token_id": 0,
4
+ "eos_token_id": 1,
5
+ "pad_token_id": 0,
6
+ "transformers_version": "4.44.0"
7
+ }