Training complete with full dataset
Browse files
README.md
ADDED
@@ -0,0 +1,71 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: apache-2.0
|
3 |
+
base_model: google-t5/t5-base
|
4 |
+
tags:
|
5 |
+
- summarization
|
6 |
+
- generated_from_trainer
|
7 |
+
metrics:
|
8 |
+
- rouge
|
9 |
+
model-index:
|
10 |
+
- name: t5-base-question-answer-summarization
|
11 |
+
results: []
|
12 |
+
---
|
13 |
+
|
14 |
+
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
15 |
+
should probably proofread and complete it, then remove this comment. -->
|
16 |
+
|
17 |
+
# t5-base-question-answer-summarization
|
18 |
+
|
19 |
+
This model is a fine-tuned version of [google-t5/t5-base](https://huggingface.co/google-t5/t5-base) on an unknown dataset.
|
20 |
+
It achieves the following results on the evaluation set:
|
21 |
+
- Loss: 0.1420
|
22 |
+
- Rouge1: 87.2659
|
23 |
+
- Rouge2: 79.1621
|
24 |
+
- Rougel: 84.0716
|
25 |
+
- Rougelsum: 84.0332
|
26 |
+
|
27 |
+
## Model description
|
28 |
+
|
29 |
+
More information needed
|
30 |
+
|
31 |
+
## Intended uses & limitations
|
32 |
+
|
33 |
+
More information needed
|
34 |
+
|
35 |
+
## Training and evaluation data
|
36 |
+
|
37 |
+
More information needed
|
38 |
+
|
39 |
+
## Training procedure
|
40 |
+
|
41 |
+
### Training hyperparameters
|
42 |
+
|
43 |
+
The following hyperparameters were used during training:
|
44 |
+
- learning_rate: 5.6e-05
|
45 |
+
- train_batch_size: 8
|
46 |
+
- eval_batch_size: 8
|
47 |
+
- seed: 42
|
48 |
+
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
49 |
+
- lr_scheduler_type: linear
|
50 |
+
- num_epochs: 8
|
51 |
+
|
52 |
+
### Training results
|
53 |
+
|
54 |
+
| Training Loss | Epoch | Step | Validation Loss | Rouge1 | Rouge2 | Rougel | Rougelsum |
|
55 |
+
|:-------------:|:-----:|:----:|:---------------:|:-------:|:-------:|:-------:|:---------:|
|
56 |
+
| 0.3593 | 1.0 | 450 | 0.1339 | 87.0068 | 78.4882 | 83.5134 | 83.4528 |
|
57 |
+
| 0.121 | 2.0 | 900 | 0.1273 | 87.3363 | 79.1644 | 83.7472 | 83.7456 |
|
58 |
+
| 0.0982 | 3.0 | 1350 | 0.1314 | 87.0066 | 78.3475 | 83.0262 | 82.9739 |
|
59 |
+
| 0.084 | 4.0 | 1800 | 0.1322 | 87.1678 | 78.7514 | 83.4642 | 83.441 |
|
60 |
+
| 0.074 | 5.0 | 2250 | 0.1345 | 87.2618 | 79.114 | 83.9859 | 83.9444 |
|
61 |
+
| 0.0685 | 6.0 | 2700 | 0.1378 | 87.1497 | 79.0628 | 83.958 | 83.9482 |
|
62 |
+
| 0.0609 | 7.0 | 3150 | 0.1419 | 86.993 | 78.781 | 83.8076 | 83.7681 |
|
63 |
+
| 0.0591 | 8.0 | 3600 | 0.1420 | 87.2659 | 79.1621 | 84.0716 | 84.0332 |
|
64 |
+
|
65 |
+
|
66 |
+
### Framework versions
|
67 |
+
|
68 |
+
- Transformers 4.38.2
|
69 |
+
- Pytorch 2.2.1+cu121
|
70 |
+
- Datasets 2.18.0
|
71 |
+
- Tokenizers 0.15.2
|
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.38.2"
|
6 |
+
}
|
model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 891644712
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:cad18abba7fe81b97ed3d101ff7cd12e4e22ff9e96b5ef4e8c7cefaa18f6dfc1
|
3 |
size 891644712
|
runs/Apr15_20-17-12_d82a93e5f06a/events.out.tfevents.1713212266.d82a93e5f06a.42209.0
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:f1984dcbf803d7a4756f0658513b15445964c61bc3a4464c6a382a8ddb7143a4
|
3 |
+
size 11454
|