David-Xu commited on
Commit
5cf0c9f
·
1 Parent(s): f025e1f

End of training

Browse files
README.md ADDED
@@ -0,0 +1,83 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ base_model: t5-small
4
+ tags:
5
+ - generated_from_trainer
6
+ datasets:
7
+ - scientific_papers
8
+ metrics:
9
+ - rouge
10
+ model-index:
11
+ - name: my_awesome_arxiv_model
12
+ results:
13
+ - task:
14
+ name: Sequence-to-sequence Language Modeling
15
+ type: text2text-generation
16
+ dataset:
17
+ name: scientific_papers
18
+ type: scientific_papers
19
+ config: arxiv
20
+ split: test
21
+ args: arxiv
22
+ metrics:
23
+ - name: Rouge1
24
+ type: rouge
25
+ value: 0.1783
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_arxiv_model
32
+
33
+ This model is a fine-tuned version of [t5-small](https://huggingface.co/t5-small) on the scientific_papers dataset.
34
+ It achieves the following results on the evaluation set:
35
+ - Loss: 2.5995
36
+ - Rouge1: 0.1783
37
+ - Rouge2: 0.0671
38
+ - Rougel: 0.1433
39
+ - Rougelsum: 0.1433
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
+ - mixed_precision_training: Native AMP
67
+
68
+ ### Training results
69
+
70
+ | Training Loss | Epoch | Step | Validation Loss | Rouge1 | Rouge2 | Rougel | Rougelsum | Gen Len |
71
+ |:-------------:|:-----:|:----:|:---------------:|:------:|:------:|:------:|:---------:|:-------:|
72
+ | 2.8985 | 1.0 | 1269 | 2.6663 | 0.1735 | 0.0651 | 0.1393 | 0.1393 | 19.0 |
73
+ | 2.7954 | 2.0 | 2538 | 2.6231 | 0.1759 | 0.0675 | 0.1417 | 0.1417 | 19.0 |
74
+ | 2.7799 | 3.0 | 3807 | 2.6054 | 0.1779 | 0.0674 | 0.1434 | 0.1435 | 19.0 |
75
+ | 2.7715 | 4.0 | 5076 | 2.5995 | 0.1783 | 0.0671 | 0.1433 | 0.1433 | 19.0 |
76
+
77
+
78
+ ### Framework versions
79
+
80
+ - Transformers 4.35.2
81
+ - Pytorch 2.1.0+cu118
82
+ - Datasets 2.15.0
83
+ - Tokenizers 0.15.0
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.2"
6
+ }
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:6c634701f21e8770787d9e8729754941826bf3e899cf739d3d3a46ecc37af189
3
  size 242041896
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:718d30c5a8c86470ff365057c063c0c52f7b71b86710cfa04b5b712ccab9f7db
3
  size 242041896
runs/Dec07_06-52-28_5287b3ddf5d2/events.out.tfevents.1701931954.5287b3ddf5d2.276.0 CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:daedff8da87a71a7dedf9bf8cca08d8c9eaece0498fdf93d340f2a6b7d181081
3
- size 8355
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b2a16dbe4b1b838e7e8f322b3efed70bbf12af71a0c3807168b13637b801bc3f
3
+ size 9234