luluw commited on
Commit
a3f4c99
1 Parent(s): 5ae4579

End of training

Browse files
Files changed (3) hide show
  1. README.md +62 -0
  2. generation_config.json +6 -0
  3. model.safetensors +1 -1
README.md ADDED
@@ -0,0 +1,62 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ base_model: t5-base
4
+ tags:
5
+ - generated_from_trainer
6
+ model-index:
7
+ - name: t5-base-finetuned-billsum
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-base-finetuned-billsum
15
+
16
+ This model is a fine-tuned version of [t5-base](https://huggingface.co/t5-base) on an unknown dataset.
17
+ It achieves the following results on the evaluation set:
18
+ - eval_loss: 1.2282
19
+ - eval_rouge1: 54.1861
20
+ - eval_rouge2: 34.0304
21
+ - eval_rougeL: 43.0143
22
+ - eval_rougeLsum: 47.3689
23
+ - eval_gen_len: 117.3809
24
+ - eval_runtime: 1096.9499
25
+ - eval_samples_per_second: 2.98
26
+ - eval_steps_per_second: 0.373
27
+ - epoch: 0.4221
28
+ - step: 1000
29
+
30
+ ## Model description
31
+
32
+ More information needed
33
+
34
+ ## Intended uses & limitations
35
+
36
+ More information needed
37
+
38
+ ## Training and evaluation data
39
+
40
+ More information needed
41
+
42
+ ## Training procedure
43
+
44
+ ### Training hyperparameters
45
+
46
+ The following hyperparameters were used during training:
47
+ - learning_rate: 2e-05
48
+ - train_batch_size: 8
49
+ - eval_batch_size: 8
50
+ - seed: 42
51
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
52
+ - lr_scheduler_type: linear
53
+ - lr_scheduler_warmup_steps: 1000
54
+ - num_epochs: 3
55
+ - mixed_precision_training: Native AMP
56
+
57
+ ### Framework versions
58
+
59
+ - Transformers 4.42.4
60
+ - Pytorch 2.1.0+cu118
61
+ - Datasets 2.20.0
62
+ - Tokenizers 0.19.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.42.4"
6
+ }
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:5526fa887382d97a5de9282a664f12d685f7aa179f7f1f97fa28c4b5e23f2c0e
3
  size 891644712
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2ce238460e63e1eec83659fc41f409571413b1a9856065e696201af8dab9dfa6
3
  size 891644712