update model card README.md
Browse files
README.md
ADDED
@@ -0,0 +1,69 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: apache-2.0
|
3 |
+
tags:
|
4 |
+
- generated_from_trainer
|
5 |
+
metrics:
|
6 |
+
- rouge
|
7 |
+
model-index:
|
8 |
+
- name: flan-t5-large-reaction-extraction
|
9 |
+
results: []
|
10 |
+
---
|
11 |
+
|
12 |
+
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
13 |
+
should probably proofread and complete it, then remove this comment. -->
|
14 |
+
|
15 |
+
# flan-t5-large-reaction-extraction
|
16 |
+
|
17 |
+
This model is a fine-tuned version of [google/flan-t5-large](https://huggingface.co/google/flan-t5-large) on the None dataset.
|
18 |
+
It achieves the following results on the evaluation set:
|
19 |
+
- Loss: 0.8736
|
20 |
+
- Rouge1: 34.4249
|
21 |
+
- Rouge2: 21.4943
|
22 |
+
- Rougel: 33.4902
|
23 |
+
- Rougelsum: 33.466
|
24 |
+
- Gen Len: 28.1622
|
25 |
+
|
26 |
+
## Model description
|
27 |
+
|
28 |
+
More information needed
|
29 |
+
|
30 |
+
## Intended uses & limitations
|
31 |
+
|
32 |
+
More information needed
|
33 |
+
|
34 |
+
## Training and evaluation data
|
35 |
+
|
36 |
+
More information needed
|
37 |
+
|
38 |
+
## Training procedure
|
39 |
+
|
40 |
+
### Training hyperparameters
|
41 |
+
|
42 |
+
The following hyperparameters were used during training:
|
43 |
+
- learning_rate: 0.0001
|
44 |
+
- train_batch_size: 1
|
45 |
+
- eval_batch_size: 4
|
46 |
+
- seed: 42
|
47 |
+
- gradient_accumulation_steps: 4
|
48 |
+
- total_train_batch_size: 4
|
49 |
+
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
50 |
+
- lr_scheduler_type: linear
|
51 |
+
- num_epochs: 5.0
|
52 |
+
|
53 |
+
### Training results
|
54 |
+
|
55 |
+
| Training Loss | Epoch | Step | Validation Loss | Rouge1 | Rouge2 | Rougel | Rougelsum | Gen Len |
|
56 |
+
|:-------------:|:-----:|:-----:|:---------------:|:-------:|:-------:|:-------:|:---------:|:-------:|
|
57 |
+
| 1.0236 | 1.0 | 2885 | 0.9221 | 24.983 | 14.6971 | 24.5305 | 24.5497 | 42.0762 |
|
58 |
+
| 0.8177 | 2.0 | 5771 | 0.8503 | 30.0616 | 18.1568 | 29.5486 | 29.5537 | 35.5198 |
|
59 |
+
| 0.6784 | 3.0 | 8657 | 0.8324 | 32.537 | 20.2178 | 31.7925 | 31.75 | 27.7862 |
|
60 |
+
| 0.5961 | 4.0 | 11543 | 0.8330 | 32.9769 | 20.8184 | 32.2179 | 32.2036 | 33.6372 |
|
61 |
+
| 0.4985 | 5.0 | 14425 | 0.8736 | 34.4249 | 21.4943 | 33.4902 | 33.466 | 28.1622 |
|
62 |
+
|
63 |
+
|
64 |
+
### Framework versions
|
65 |
+
|
66 |
+
- Transformers 4.28.1
|
67 |
+
- Pytorch 2.0.0+cu117
|
68 |
+
- Datasets 2.6.1
|
69 |
+
- Tokenizers 0.13.3
|