Model save
Browse files
README.md
ADDED
@@ -0,0 +1,74 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: mit
|
3 |
+
base_model: gpt2-medium
|
4 |
+
tags:
|
5 |
+
- generated_from_trainer
|
6 |
+
metrics:
|
7 |
+
- rouge
|
8 |
+
model-index:
|
9 |
+
- name: gpt2-medium-supervised-summarize-checkpoint
|
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 |
+
# gpt2-medium-supervised-summarize-checkpoint
|
17 |
+
|
18 |
+
This model is a fine-tuned version of [gpt2-medium](https://huggingface.co/gpt2-medium) on an unknown dataset.
|
19 |
+
It achieves the following results on the evaluation set:
|
20 |
+
- Loss: 1.7422
|
21 |
+
- Rouge1: 0.6035
|
22 |
+
- Rouge2: 0.2047
|
23 |
+
- Rougel: 0.4141
|
24 |
+
- Rougelsum: 0.5319
|
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: 1e-05
|
44 |
+
- train_batch_size: 50
|
45 |
+
- eval_batch_size: 50
|
46 |
+
- seed: 42
|
47 |
+
- distributed_type: multi-GPU
|
48 |
+
- optimizer: Adam with betas=(0.9,0.95) and epsilon=1e-08
|
49 |
+
- lr_scheduler_type: linear
|
50 |
+
- lr_scheduler_warmup_steps: 100
|
51 |
+
- num_epochs: 2
|
52 |
+
- mixed_precision_training: Native AMP
|
53 |
+
|
54 |
+
### Training results
|
55 |
+
|
56 |
+
| Training Loss | Epoch | Step | Validation Loss | Rouge1 | Rouge2 | Rougel | Rougelsum |
|
57 |
+
|:-------------:|:-----:|:----:|:---------------:|:------:|:------:|:------:|:---------:|
|
58 |
+
| 1.859 | 0.21 | 500 | 1.8105 | 0.5966 | 0.1961 | 0.4025 | 0.5237 |
|
59 |
+
| 1.852 | 0.43 | 1000 | 1.7900 | 0.5994 | 0.1981 | 0.4061 | 0.5271 |
|
60 |
+
| 1.8189 | 0.64 | 1500 | 1.7764 | 0.6000 | 0.2005 | 0.4082 | 0.5276 |
|
61 |
+
| 1.8191 | 0.86 | 2000 | 1.7695 | 0.6013 | 0.2009 | 0.4096 | 0.5290 |
|
62 |
+
| 1.7969 | 1.07 | 2500 | 1.7617 | 0.6038 | 0.2020 | 0.4108 | 0.5311 |
|
63 |
+
| 1.7967 | 1.28 | 3000 | 1.7578 | 0.6024 | 0.2024 | 0.4114 | 0.5304 |
|
64 |
+
| 1.7813 | 1.5 | 3500 | 1.7520 | 0.6038 | 0.2039 | 0.4128 | 0.5320 |
|
65 |
+
| 1.7704 | 1.71 | 4000 | 1.7480 | 0.6033 | 0.2045 | 0.4132 | 0.5310 |
|
66 |
+
| 1.7852 | 1.93 | 4500 | 1.7422 | 0.6035 | 0.2047 | 0.4141 | 0.5319 |
|
67 |
+
|
68 |
+
|
69 |
+
### Framework versions
|
70 |
+
|
71 |
+
- Transformers 4.35.2
|
72 |
+
- Pytorch 2.1.0+cu118
|
73 |
+
- Datasets 2.15.0
|
74 |
+
- Tokenizers 0.15.0
|
generation_config.json
ADDED
@@ -0,0 +1,6 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_from_model_config": true,
|
3 |
+
"bos_token_id": 50256,
|
4 |
+
"eos_token_id": 50256,
|
5 |
+
"transformers_version": "4.35.2"
|
6 |
+
}
|
pytorch_model.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 812664414
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:93db164f5c985187630c49cae66b7d4fec9b05320236d57e20a8919ca0368409
|
3 |
size 812664414
|
runs/Nov24_07-29-37_25b4e49ed269/events.out.tfevents.1700810989.25b4e49ed269.23968.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:96aefe45bd4953bd2a1d7fd44c21c972785048e09dc0722cc912d5cc97fc3945
|
3 |
+
size 23892
|