sadhan commited on
Commit
9d9b716
·
1 Parent(s): cfa2992

End of training

Browse files
Files changed (6) hide show
  1. README.md +14 -14
  2. config.json +9 -8
  3. pytorch_model.bin +2 -2
  4. tokenizer.json +0 -0
  5. tokenizer_config.json +1 -0
  6. training_args.bin +1 -1
README.md CHANGED
@@ -1,6 +1,6 @@
1
  ---
2
  license: apache-2.0
3
- base_model: t5-small
4
  tags:
5
  - generated_from_trainer
6
  metrics:
@@ -15,14 +15,14 @@ should probably proofread and complete it, then remove this comment. -->
15
 
16
  # my_awesome_billsum_model
17
 
18
- This model is a fine-tuned version of [t5-small](https://huggingface.co/t5-small) on an unknown dataset.
19
  It achieves the following results on the evaluation set:
20
- - Loss: 4.4029
21
- - Rouge1: 0.1183
22
- - Rouge2: 0.0471
23
- - Rougel: 0.1193
24
- - Rougelsum: 0.1192
25
- - Gen Len: 19.0
26
 
27
  ## Model description
28
 
@@ -42,8 +42,8 @@ More information needed
42
 
43
  The following hyperparameters were used during training:
44
  - learning_rate: 2e-05
45
- - train_batch_size: 16
46
- - eval_batch_size: 16
47
  - seed: 42
48
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
49
  - lr_scheduler_type: linear
@@ -53,10 +53,10 @@ The following hyperparameters were used during training:
53
 
54
  | Training Loss | Epoch | Step | Validation Loss | Rouge1 | Rouge2 | Rougel | Rougelsum | Gen Len |
55
  |:-------------:|:-----:|:----:|:---------------:|:------:|:------:|:------:|:---------:|:-------:|
56
- | No log | 1.0 | 1 | 4.4613 | 0.1183 | 0.0471 | 0.1193 | 0.1192 | 19.0 |
57
- | No log | 2.0 | 2 | 4.4263 | 0.1183 | 0.0471 | 0.1193 | 0.1192 | 19.0 |
58
- | No log | 3.0 | 3 | 4.4168 | 0.1183 | 0.0471 | 0.1193 | 0.1192 | 19.0 |
59
- | No log | 4.0 | 4 | 4.4029 | 0.1183 | 0.0471 | 0.1193 | 0.1192 | 19.0 |
60
 
61
 
62
  ### Framework versions
 
1
  ---
2
  license: apache-2.0
3
+ base_model: google/flan-t5-base
4
  tags:
5
  - generated_from_trainer
6
  metrics:
 
15
 
16
  # my_awesome_billsum_model
17
 
18
+ This model is a fine-tuned version of [google/flan-t5-base](https://huggingface.co/google/flan-t5-base) on an unknown dataset.
19
  It achieves the following results on the evaluation set:
20
+ - Loss: nan
21
+ - Rouge1: 0.1332
22
+ - Rouge2: 0.0347
23
+ - Rougel: 0.1064
24
+ - Rougelsum: 0.1064
25
+ - Gen Len: 16.5
26
 
27
  ## Model description
28
 
 
42
 
43
  The following hyperparameters were used during training:
44
  - learning_rate: 2e-05
45
+ - train_batch_size: 2
46
+ - eval_batch_size: 2
47
  - seed: 42
48
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
49
  - lr_scheduler_type: linear
 
53
 
54
  | Training Loss | Epoch | Step | Validation Loss | Rouge1 | Rouge2 | Rougel | Rougelsum | Gen Len |
55
  |:-------------:|:-----:|:----:|:---------------:|:------:|:------:|:------:|:---------:|:-------:|
56
+ | No log | 1.0 | 6 | nan | 0.1332 | 0.0347 | 0.1064 | 0.1064 | 16.5 |
57
+ | No log | 2.0 | 12 | nan | 0.1332 | 0.0347 | 0.1064 | 0.1064 | 16.5 |
58
+ | No log | 3.0 | 18 | nan | 0.1332 | 0.0347 | 0.1064 | 0.1064 | 16.5 |
59
+ | No log | 4.0 | 24 | nan | 0.1332 | 0.0347 | 0.1064 | 0.1064 | 16.5 |
60
 
61
 
62
  ### Framework versions
config.json CHANGED
@@ -1,26 +1,26 @@
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,
13
  "eos_token_id": 1,
14
- "feed_forward_proj": "relu",
15
  "initializer_factor": 1.0,
16
  "is_encoder_decoder": true,
17
- "is_gated_act": false,
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,
@@ -54,6 +54,7 @@
54
  "prefix": "translate English to Romanian: "
55
  }
56
  },
 
57
  "torch_dtype": "float32",
58
  "transformers_version": "4.34.0",
59
  "use_cache": true,
 
1
  {
2
+ "_name_or_path": "google/flan-t5-base",
3
  "architectures": [
4
  "T5ForConditionalGeneration"
5
  ],
6
  "classifier_dropout": 0.0,
7
  "d_ff": 2048,
8
  "d_kv": 64,
9
+ "d_model": 768,
10
  "decoder_start_token_id": 0,
11
+ "dense_act_fn": "gelu_new",
12
  "dropout_rate": 0.1,
13
  "eos_token_id": 1,
14
+ "feed_forward_proj": "gated-gelu",
15
  "initializer_factor": 1.0,
16
  "is_encoder_decoder": true,
17
+ "is_gated_act": true,
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,
 
54
  "prefix": "translate English to Romanian: "
55
  }
56
  },
57
+ "tie_word_embeddings": false,
58
  "torch_dtype": "float32",
59
  "transformers_version": "4.34.0",
60
  "use_cache": true,
pytorch_model.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:8995b71542d59558e543fee5eb12a3cc2b22bda782f882213a0c96912326d404
3
- size 242071641
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a9c41f877fe0e15973fabd60eebe3564b42af1d4ff106ce50b28fe6c667b6cb6
3
+ size 990408885
tokenizer.json CHANGED
The diff for this file is too large to render. See raw diff
 
tokenizer_config.json CHANGED
@@ -932,6 +932,7 @@
932
  "extra_ids": 100,
933
  "model_max_length": 512,
934
  "pad_token": "<pad>",
 
935
  "tokenizer_class": "T5Tokenizer",
936
  "unk_token": "<unk>"
937
  }
 
932
  "extra_ids": 100,
933
  "model_max_length": 512,
934
  "pad_token": "<pad>",
935
+ "sp_model_kwargs": {},
936
  "tokenizer_class": "T5Tokenizer",
937
  "unk_token": "<unk>"
938
  }
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:45f20c1e1ae813ca76269b2d3ca33858eca2c560adedf441300496fc045bb9e0
3
  size 4219
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4bbd787da759710f604fb694cd57a2f73c2d8c7c8ddea819bf59feb62becc091
3
  size 4219