End of training
Browse files- README.md +73 -0
- generation_config.json +6 -0
- pytorch_model.bin +1 -1
README.md
ADDED
@@ -0,0 +1,73 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: apache-2.0
|
3 |
+
base_model: t5-base
|
4 |
+
tags:
|
5 |
+
- generated_from_trainer
|
6 |
+
metrics:
|
7 |
+
- rouge
|
8 |
+
model-index:
|
9 |
+
- name: t5-base-standardized-color
|
10 |
+
results: []
|
11 |
+
---
|
12 |
+
|
13 |
+
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
14 |
+
should probably proofread and complete it, then remove this comment. -->
|
15 |
+
|
16 |
+
# t5-base-standardized-color
|
17 |
+
|
18 |
+
This model is a fine-tuned version of [t5-base](https://huggingface.co/t5-base) on the None dataset.
|
19 |
+
It achieves the following results on the evaluation set:
|
20 |
+
- Loss: 0.2702
|
21 |
+
- Rouge1: 58.8296
|
22 |
+
- Rouge2: 50.9332
|
23 |
+
- Rougel: 58.2604
|
24 |
+
- Rougelsum: 58.323
|
25 |
+
- Gen Len: 16.2521
|
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: 2e-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: 10
|
51 |
+
|
52 |
+
### Training results
|
53 |
+
|
54 |
+
| Training Loss | Epoch | Step | Validation Loss | Rouge1 | Rouge2 | Rougel | Rougelsum | Gen Len |
|
55 |
+
|:-------------:|:-----:|:----:|:---------------:|:-------:|:-------:|:-------:|:---------:|:-------:|
|
56 |
+
| No log | 1.0 | 236 | 0.3490 | 49.2479 | 40.2468 | 48.6246 | 48.5062 | 18.0148 |
|
57 |
+
| No log | 2.0 | 472 | 0.3080 | 52.8701 | 44.4405 | 52.3371 | 52.2684 | 17.1589 |
|
58 |
+
| 0.3775 | 3.0 | 708 | 0.2871 | 55.4404 | 46.9716 | 54.9257 | 54.8833 | 16.9004 |
|
59 |
+
| 0.3775 | 4.0 | 944 | 0.2792 | 61.4338 | 53.5456 | 60.9375 | 61.0613 | 15.0636 |
|
60 |
+
| 0.2834 | 5.0 | 1180 | 0.2789 | 56.7293 | 48.3876 | 56.1734 | 56.2194 | 16.6589 |
|
61 |
+
| 0.2834 | 6.0 | 1416 | 0.2742 | 53.2995 | 44.7666 | 52.7346 | 52.7591 | 17.3644 |
|
62 |
+
| 0.2553 | 7.0 | 1652 | 0.2757 | 57.3854 | 49.1456 | 56.6424 | 56.7503 | 16.5318 |
|
63 |
+
| 0.2553 | 8.0 | 1888 | 0.2717 | 56.9399 | 48.9799 | 56.405 | 56.4246 | 16.7055 |
|
64 |
+
| 0.2393 | 9.0 | 2124 | 0.2703 | 58.4279 | 50.4598 | 57.8832 | 57.9165 | 16.3856 |
|
65 |
+
| 0.2393 | 10.0 | 2360 | 0.2702 | 58.8296 | 50.9332 | 58.2604 | 58.323 | 16.2521 |
|
66 |
+
|
67 |
+
|
68 |
+
### Framework versions
|
69 |
+
|
70 |
+
- Transformers 4.33.0
|
71 |
+
- Pytorch 2.0.0
|
72 |
+
- Datasets 2.1.0
|
73 |
+
- Tokenizers 0.13.3
|
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.33.0"
|
6 |
+
}
|
pytorch_model.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 891702929
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:7c0f47be9ebc05af7ba0a108db74a9e98fad587941b2aa851170b1753cc314db
|
3 |
size 891702929
|