thainq107 commited on
Commit
ff1a13b
·
verified ·
1 Parent(s): b82adc2

End of training

Browse files
Files changed (2) hide show
  1. README.md +69 -0
  2. generation_config.json +7 -0
README.md ADDED
@@ -0,0 +1,69 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ base_model: t5-small
4
+ tags:
5
+ - generated_from_trainer
6
+ datasets:
7
+ - xsum
8
+ model-index:
9
+ - name: t5-small-finetuned-xsum
10
+ results: []
11
+ ---
12
+
13
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
14
+ should probably proofread and complete it, then remove this comment. -->
15
+
16
+ [<img src="https://raw.githubusercontent.com/wandb/assets/main/wandb-github-badge-28.svg" alt="Visualize in Weights & Biases" width="200" height="32"/>](https://wandb.ai/thai-nq107-aisolus/huggingface/runs/b6lgwe48)
17
+ # t5-small-finetuned-xsum
18
+
19
+ This model is a fine-tuned version of [t5-small](https://huggingface.co/t5-small) on the xsum dataset.
20
+ It achieves the following results on the evaluation set:
21
+ - Loss: 3.2350
22
+
23
+ ## Model description
24
+
25
+ More information needed
26
+
27
+ ## Intended uses & limitations
28
+
29
+ More information needed
30
+
31
+ ## Training and evaluation data
32
+
33
+ More information needed
34
+
35
+ ## Training procedure
36
+
37
+ ### Training hyperparameters
38
+
39
+ The following hyperparameters were used during training:
40
+ - learning_rate: 2e-05
41
+ - train_batch_size: 16
42
+ - eval_batch_size: 16
43
+ - seed: 7
44
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
45
+ - lr_scheduler_type: linear
46
+ - num_epochs: 1
47
+ - mixed_precision_training: Native AMP
48
+
49
+ ### Training results
50
+
51
+ | Training Loss | Epoch | Step | Validation Loss |
52
+ |:-------------:|:------:|:----:|:---------------:|
53
+ | 4.229 | 0.1001 | 71 | 3.5533 |
54
+ | 3.8218 | 0.2003 | 142 | 3.3962 |
55
+ | 3.6384 | 0.3004 | 213 | 3.3290 |
56
+ | 3.6616 | 0.4006 | 284 | 3.2940 |
57
+ | 3.5887 | 0.5007 | 355 | 3.2713 |
58
+ | 3.6246 | 0.6008 | 426 | 3.2550 |
59
+ | 3.5184 | 0.7010 | 497 | 3.2448 |
60
+ | 3.5059 | 0.8011 | 568 | 3.2391 |
61
+ | 3.5116 | 0.9013 | 639 | 3.2350 |
62
+
63
+
64
+ ### Framework versions
65
+
66
+ - Transformers 4.42.4
67
+ - Pytorch 2.3.1+cu121
68
+ - Datasets 2.21.0
69
+ - 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.42.4"
7
+ }