djimbe commited on
Commit
f6de900
1 Parent(s): 4e16af2

End of training

Browse files
Files changed (3) hide show
  1. README.md +82 -0
  2. generation_config.json +6 -0
  3. pytorch_model.bin +1 -1
README.md ADDED
@@ -0,0 +1,82 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ base_model: t5-small
4
+ tags:
5
+ - generated_from_trainer
6
+ datasets:
7
+ - indosum
8
+ metrics:
9
+ - rouge
10
+ model-index:
11
+ - name: my_awesome_billsum_model
12
+ results:
13
+ - task:
14
+ name: Sequence-to-sequence Language Modeling
15
+ type: text2text-generation
16
+ dataset:
17
+ name: indosum
18
+ type: indosum
19
+ config: indosum_fold0_source
20
+ split: test
21
+ args: indosum_fold0_source
22
+ metrics:
23
+ - name: Rouge1
24
+ type: rouge
25
+ value: 0.2065
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_billsum_model
32
+
33
+ This model is a fine-tuned version of [t5-small](https://huggingface.co/t5-small) on the indosum dataset.
34
+ It achieves the following results on the evaluation set:
35
+ - Loss: 0.4806
36
+ - Rouge1: 0.2065
37
+ - Rouge2: 0.1639
38
+ - Rougel: 0.2038
39
+ - Rougelsum: 0.2038
40
+ - Gen Len: 19.0
41
+
42
+ ## Model description
43
+
44
+ More information needed
45
+
46
+ ## Intended uses & limitations
47
+
48
+ More information needed
49
+
50
+ ## Training and evaluation data
51
+
52
+ More information needed
53
+
54
+ ## Training procedure
55
+
56
+ ### Training hyperparameters
57
+
58
+ The following hyperparameters were used during training:
59
+ - learning_rate: 2e-05
60
+ - train_batch_size: 16
61
+ - eval_batch_size: 16
62
+ - seed: 42
63
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
64
+ - lr_scheduler_type: linear
65
+ - num_epochs: 4
66
+
67
+ ### Training results
68
+
69
+ | Training Loss | Epoch | Step | Validation Loss | Rouge1 | Rouge2 | Rougel | Rougelsum | Gen Len |
70
+ |:-------------:|:-----:|:----:|:---------------:|:------:|:------:|:------:|:---------:|:-------:|
71
+ | 0.7495 | 1.0 | 892 | 0.5226 | 0.2061 | 0.1635 | 0.2033 | 0.2033 | 19.0 |
72
+ | 0.5326 | 2.0 | 1784 | 0.4929 | 0.2063 | 0.1639 | 0.2037 | 0.2037 | 19.0 |
73
+ | 0.4982 | 3.0 | 2676 | 0.4840 | 0.2065 | 0.1639 | 0.2038 | 0.2037 | 19.0 |
74
+ | 0.4958 | 4.0 | 3568 | 0.4806 | 0.2065 | 0.1639 | 0.2038 | 0.2038 | 19.0 |
75
+
76
+
77
+ ### Framework versions
78
+
79
+ - Transformers 4.34.0
80
+ - Pytorch 2.0.1+cu118
81
+ - Datasets 2.14.5
82
+ - 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.34.0"
6
+ }
pytorch_model.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:ef73a83e2a85c725a4396a95e2a87c5cebd5b4e197fa7a719942dbe2f2cf8964
3
  size 242071641
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:398309c314c976cdfc5417f797fa7b215f809cc9466bbfcefa3c1061596a5440
3
  size 242071641