Sarathbabu-Karunanithi
commited on
Sarathbabu-Karunanithi/GK_10000
Browse files- README.md +10 -10
- config.json +6 -6
- model.safetensors +2 -2
- runs/Aug01_16-53-31_1e8d57a22581/events.out.tfevents.1722531220.1e8d57a22581.214.0 +3 -0
- training_args.bin +1 -1
README.md
CHANGED
@@ -1,6 +1,6 @@
|
|
1 |
---
|
2 |
license: apache-2.0
|
3 |
-
base_model: google/flan-t5-
|
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-
|
19 |
It achieves the following results on the evaluation set:
|
20 |
-
- Loss: 1.
|
21 |
-
- Rouge1: 0.
|
22 |
-
- Rouge2: 0.
|
23 |
-
- Rougel: 0.
|
24 |
-
- Rougelsum: 0.
|
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.
|
56 |
-
|
|
57 |
-
|
|
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-
|
3 |
"architectures": [
|
4 |
"T5ForConditionalGeneration"
|
5 |
],
|
6 |
"classifier_dropout": 0.0,
|
7 |
-
"d_ff":
|
8 |
"d_kv": 64,
|
9 |
-
"d_model":
|
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":
|
22 |
-
"num_heads":
|
23 |
-
"num_layers":
|
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:
|
3 |
-
size
|
|
|
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:
|
3 |
size 5240
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:9dcb21fd2d9f448ebefa8e68e21fa6b6883588bc1370260e56685f433ff2cbf6
|
3 |
size 5240
|