Sarathbabu-Karunanithi commited on
Commit
b7326f3
1 Parent(s): c3367fb

Sarathbabu-Karunanithi/GK_10000

Browse files
README.md CHANGED
@@ -1,6 +1,6 @@
1
  ---
2
  license: apache-2.0
3
- base_model: google/flan-t5-small
4
  tags:
5
  - generated_from_trainer
6
  metrics:
@@ -15,13 +15,13 @@ should probably proofread and complete it, then remove this comment. -->
15
 
16
  # GK_10000
17
 
18
- This model is a fine-tuned version of [google/flan-t5-small](https://huggingface.co/google/flan-t5-small) on the None dataset.
19
  It achieves the following results on the evaluation set:
20
- - Loss: 1.9931
21
- - Rouge1: 0.4006
22
- - Rouge2: 0.2788
23
- - Rougel: 0.3740
24
- - Rougelsum: 0.3800
25
 
26
  ## Model description
27
 
@@ -52,9 +52,9 @@ The following hyperparameters were used during training:
52
 
53
  | Training Loss | Epoch | Step | Validation Loss | Rouge1 | Rouge2 | Rougel | Rougelsum |
54
  |:-------------:|:-----:|:----:|:---------------:|:------:|:------:|:------:|:---------:|
55
- | 2.554 | 1.0 | 875 | 2.0791 | 0.3957 | 0.2732 | 0.3694 | 0.3759 |
56
- | 2.2115 | 2.0 | 1750 | 2.0134 | 0.3943 | 0.2722 | 0.3670 | 0.3738 |
57
- | 2.0677 | 3.0 | 2625 | 1.9931 | 0.4006 | 0.2788 | 0.3740 | 0.3800 |
58
 
59
 
60
  ### 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
  # GK_10000
17
 
18
+ This model is a fine-tuned version of [google/flan-t5-base](https://huggingface.co/google/flan-t5-base) on the None dataset.
19
  It achieves the following results on the evaluation set:
20
+ - Loss: 1.6340
21
+ - Rouge1: 0.4195
22
+ - Rouge2: 0.3016
23
+ - Rougel: 0.3924
24
+ - Rougelsum: 0.3995
25
 
26
  ## Model description
27
 
 
52
 
53
  | Training Loss | Epoch | Step | Validation Loss | Rouge1 | Rouge2 | Rougel | Rougelsum |
54
  |:-------------:|:-----:|:----:|:---------------:|:------:|:------:|:------:|:---------:|
55
+ | 2.1243 | 1.0 | 875 | 1.7023 | 0.4106 | 0.2880 | 0.3827 | 0.3899 |
56
+ | 1.6975 | 2.0 | 1750 | 1.6422 | 0.4231 | 0.3026 | 0.3957 | 0.4025 |
57
+ | 1.495 | 3.0 | 2625 | 1.6340 | 0.4195 | 0.3016 | 0.3924 | 0.3995 |
58
 
59
 
60
  ### Framework versions
config.json CHANGED
@@ -1,12 +1,12 @@
1
  {
2
- "_name_or_path": "google/flan-t5-small",
3
  "architectures": [
4
  "T5ForConditionalGeneration"
5
  ],
6
  "classifier_dropout": 0.0,
7
- "d_ff": 1024,
8
  "d_kv": 64,
9
- "d_model": 512,
10
  "decoder_start_token_id": 0,
11
  "dense_act_fn": "gelu_new",
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": 8,
22
- "num_heads": 6,
23
- "num_layers": 8,
24
  "output_past": true,
25
  "pad_token_id": 0,
26
  "relative_attention_max_distance": 128,
 
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,
 
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,
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:24cac9a1351815e0cfb4c76d37df902788683ba4f9f8d87cda7e1e8b8e5984a7
3
- size 307867048
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:10773ab683b60f1acea55140ba105aa71cccca966a9fafe85a6a36aa555a4b70
3
+ size 990345064
runs/Aug01_16-53-31_1e8d57a22581/events.out.tfevents.1722531220.1e8d57a22581.214.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:94266fbacddd4f23bc5b1d43d9f5e5c515d2036b233d1f66766e8570bde77e0d
3
+ size 8681
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:9425ce4dab8d315f4de08dccfdcad0e3903e134abcb035548c8fff0121c9aaa7
3
  size 5240
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9dcb21fd2d9f448ebefa8e68e21fa6b6883588bc1370260e56685f433ff2cbf6
3
  size 5240