rcook commited on
Commit
aa752f4
·
verified ·
1 Parent(s): 30c379f

End of training

Browse files
README.md CHANGED
@@ -1,11 +1,9 @@
1
  ---
2
  library_name: transformers
3
  license: apache-2.0
4
- base_model: t5-small
5
  tags:
6
  - generated_from_trainer
7
- metrics:
8
- - rouge
9
  model-index:
10
  - name: tmp_test
11
  results: []
@@ -16,14 +14,7 @@ should probably proofread and complete it, then remove this comment. -->
16
 
17
  # tmp_test
18
 
19
- This model is a fine-tuned version of [t5-small](https://huggingface.co/t5-small) on the None dataset.
20
- It achieves the following results on the evaluation set:
21
- - Loss: 3.4968
22
- - Rouge1: 0.1438
23
- - Rouge2: 0.0337
24
- - Rougel: 0.1049
25
- - Rougelsum: 0.1052
26
- - Gen Len: 20.0
27
 
28
  ## Model description
29
 
@@ -42,31 +33,16 @@ More information needed
42
  ### Training hyperparameters
43
 
44
  The following hyperparameters were used during training:
45
- - learning_rate: 1e-05
46
- - train_batch_size: 16
47
- - eval_batch_size: 16
48
  - seed: 42
49
- - gradient_accumulation_steps: 2
50
- - total_train_batch_size: 32
51
  - optimizer: Use OptimizerNames.ADAMW_TORCH with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=No additional optimizer arguments
52
  - lr_scheduler_type: linear
53
- - num_epochs: 10
54
- - mixed_precision_training: Native AMP
55
 
56
  ### Training results
57
 
58
- | Training Loss | Epoch | Step | Validation Loss | Rouge1 | Rouge2 | Rougel | Rougelsum | Gen Len |
59
- |:-------------:|:-----:|:----:|:---------------:|:------:|:------:|:------:|:---------:|:-------:|
60
- | No log | 1.0 | 25 | 4.3210 | 0.1303 | 0.0263 | 0.0973 | 0.0974 | 20.0 |
61
- | No log | 2.0 | 50 | 3.8167 | 0.1344 | 0.0288 | 0.1005 | 0.1005 | 20.0 |
62
- | No log | 3.0 | 75 | 3.6506 | 0.1386 | 0.0305 | 0.1023 | 0.1024 | 20.0 |
63
- | No log | 4.0 | 100 | 3.5756 | 0.1426 | 0.0317 | 0.1044 | 0.1045 | 20.0 |
64
- | No log | 5.0 | 125 | 3.5415 | 0.1433 | 0.0323 | 0.1044 | 0.1045 | 20.0 |
65
- | No log | 6.0 | 150 | 3.5215 | 0.1425 | 0.0321 | 0.1039 | 0.104 | 20.0 |
66
- | No log | 7.0 | 175 | 3.5101 | 0.1436 | 0.0325 | 0.1047 | 0.1048 | 20.0 |
67
- | 3.9618 | 8.0 | 200 | 3.5025 | 0.1435 | 0.0331 | 0.105 | 0.1051 | 20.0 |
68
- | 3.9618 | 9.0 | 225 | 3.4982 | 0.1438 | 0.0337 | 0.1049 | 0.1052 | 20.0 |
69
- | 3.9618 | 10.0 | 250 | 3.4968 | 0.1438 | 0.0337 | 0.1049 | 0.1052 | 20.0 |
70
 
71
 
72
  ### Framework versions
 
1
  ---
2
  library_name: transformers
3
  license: apache-2.0
4
+ base_model: t5-base
5
  tags:
6
  - generated_from_trainer
 
 
7
  model-index:
8
  - name: tmp_test
9
  results: []
 
14
 
15
  # tmp_test
16
 
17
+ This model is a fine-tuned version of [t5-base](https://huggingface.co/t5-base) on the None dataset.
 
 
 
 
 
 
 
18
 
19
  ## Model description
20
 
 
33
  ### Training hyperparameters
34
 
35
  The following hyperparameters were used during training:
36
+ - learning_rate: 2e-05
37
+ - train_batch_size: 1
38
+ - eval_batch_size: 1
39
  - seed: 42
 
 
40
  - optimizer: Use OptimizerNames.ADAMW_TORCH with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=No additional optimizer arguments
41
  - lr_scheduler_type: linear
42
+ - training_steps: 2
 
43
 
44
  ### Training results
45
 
 
 
 
 
 
 
 
 
 
 
 
 
46
 
47
 
48
  ### Framework versions
config.json CHANGED
@@ -1,12 +1,12 @@
1
  {
2
- "_name_or_path": "t5-small",
3
  "architectures": [
4
  "T5ForConditionalGeneration"
5
  ],
6
  "classifier_dropout": 0.0,
7
- "d_ff": 2048,
8
  "d_kv": 64,
9
- "d_model": 512,
10
  "decoder_start_token_id": 0,
11
  "dense_act_fn": "relu",
12
  "dropout_rate": 0.1,
@@ -18,9 +18,9 @@
18
  "layer_norm_epsilon": 1e-06,
19
  "model_type": "t5",
20
  "n_positions": 512,
21
- "num_decoder_layers": 6,
22
- "num_heads": 8,
23
- "num_layers": 6,
24
  "output_past": true,
25
  "pad_token_id": 0,
26
  "relative_attention_max_distance": 128,
 
1
  {
2
+ "_name_or_path": "t5-base",
3
  "architectures": [
4
  "T5ForConditionalGeneration"
5
  ],
6
  "classifier_dropout": 0.0,
7
+ "d_ff": 3072,
8
  "d_kv": 64,
9
+ "d_model": 768,
10
  "decoder_start_token_id": 0,
11
  "dense_act_fn": "relu",
12
  "dropout_rate": 0.1,
 
18
  "layer_norm_epsilon": 1e-06,
19
  "model_type": "t5",
20
  "n_positions": 512,
21
+ "num_decoder_layers": 12,
22
+ "num_heads": 12,
23
+ "num_layers": 12,
24
  "output_past": true,
25
  "pad_token_id": 0,
26
  "relative_attention_max_distance": 128,
generation_config.json CHANGED
@@ -1,4 +1,5 @@
1
  {
 
2
  "decoder_start_token_id": 0,
3
  "eos_token_id": 1,
4
  "pad_token_id": 0,
 
1
  {
2
+ "_from_model_config": true,
3
  "decoder_start_token_id": 0,
4
  "eos_token_id": 1,
5
  "pad_token_id": 0,
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:53d76fde505168d38d623c71361304830a91672cb31c9dd86ee6a55e341e126d
3
- size 242041896
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e6c61ba918d54f6e8236dd1d3959f028639a08df803ed8cfe096fe1e161f5b67
3
+ size 891644712
runs/Mar02_16-22-29_eb24f8b67485/events.out.tfevents.1740932560.eb24f8b67485.1021.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9c6b99cd70b41e7ed341fbada85871c1a45296ef728863887809a148c7b92d4b
3
+ size 6016
runs/Mar02_17-13-56_eb24f8b67485/events.out.tfevents.1740935648.eb24f8b67485.7761.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:57b74b1ac0d3c26630919ba35437b2fc624c8435fcb5bd71e7e1dbb3819fd44a
3
+ size 6363
special_tokens_map.json CHANGED
@@ -101,25 +101,7 @@
101
  "<extra_id_98>",
102
  "<extra_id_99>"
103
  ],
104
- "eos_token": {
105
- "content": "</s>",
106
- "lstrip": false,
107
- "normalized": false,
108
- "rstrip": false,
109
- "single_word": false
110
- },
111
- "pad_token": {
112
- "content": "<pad>",
113
- "lstrip": false,
114
- "normalized": false,
115
- "rstrip": false,
116
- "single_word": false
117
- },
118
- "unk_token": {
119
- "content": "<unk>",
120
- "lstrip": false,
121
- "normalized": false,
122
- "rstrip": false,
123
- "single_word": false
124
- }
125
  }
 
101
  "<extra_id_98>",
102
  "<extra_id_99>"
103
  ],
104
+ "eos_token": "</s>",
105
+ "pad_token": "<pad>",
106
+ "unk_token": "<unk>"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
107
  }
tokenizer_config.json CHANGED
@@ -928,11 +928,11 @@
928
  "<extra_id_98>",
929
  "<extra_id_99>"
930
  ],
931
- "clean_up_tokenization_spaces": true,
932
  "eos_token": "</s>",
933
  "extra_ids": 100,
934
  "extra_special_tokens": {},
935
- "model_max_length": 512,
936
  "pad_token": "<pad>",
937
  "tokenizer_class": "T5Tokenizer",
938
  "unk_token": "<unk>"
 
928
  "<extra_id_98>",
929
  "<extra_id_99>"
930
  ],
931
+ "clean_up_tokenization_spaces": false,
932
  "eos_token": "</s>",
933
  "extra_ids": 100,
934
  "extra_special_tokens": {},
935
+ "model_max_length": 1000000000000000019884624838656,
936
  "pad_token": "<pad>",
937
  "tokenizer_class": "T5Tokenizer",
938
  "unk_token": "<unk>"
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:bd6474827b93beaa728259a765b19d4b5448d7a9ec2a1099e78cd17db25fa03b
3
- size 5496
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9cf672a9f77b2d035bec7412af2fa989a56b759cf903b61d32921a9ffb402039
3
+ size 5432