sujeethreddy567
commited on
Commit
•
efc6a1e
1
Parent(s):
d95dc25
Training in progress, step 500
Browse files- README.md +72 -0
- generation_config.json +6 -0
- model.safetensors +1 -1
- runs/Dec14_22-30-50_sathwik/events.out.tfevents.1734241398.sathwik.25728.1 +2 -2
- runs/Dec14_22-30-50_sathwik/events.out.tfevents.1734242427.sathwik.25728.2 +3 -0
- runs/Dec14_23-14-08_sathwik/events.out.tfevents.1734243252.sathwik.24744.0 +3 -0
- training_args.bin +1 -1
README.md
ADDED
@@ -0,0 +1,72 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
library_name: transformers
|
3 |
+
license: apache-2.0
|
4 |
+
base_model: google/mt5-small
|
5 |
+
tags:
|
6 |
+
- summarization
|
7 |
+
- generated_from_trainer
|
8 |
+
metrics:
|
9 |
+
- rouge
|
10 |
+
model-index:
|
11 |
+
- name: sathwik_reddy_t5_summary
|
12 |
+
results: []
|
13 |
+
---
|
14 |
+
|
15 |
+
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
16 |
+
should probably proofread and complete it, then remove this comment. -->
|
17 |
+
|
18 |
+
# sathwik_reddy_t5_summary
|
19 |
+
|
20 |
+
This model is a fine-tuned version of [google/mt5-small](https://huggingface.co/google/mt5-small) on the None dataset.
|
21 |
+
It achieves the following results on the evaluation set:
|
22 |
+
- Loss: 2.4258
|
23 |
+
- Rouge1: 0.3185
|
24 |
+
- Rouge2: 0.1246
|
25 |
+
- Rougel: 0.2850
|
26 |
+
- Rougelsum: 0.2855
|
27 |
+
|
28 |
+
## Model description
|
29 |
+
|
30 |
+
More information needed
|
31 |
+
|
32 |
+
## Intended uses & limitations
|
33 |
+
|
34 |
+
More information needed
|
35 |
+
|
36 |
+
## Training and evaluation data
|
37 |
+
|
38 |
+
More information needed
|
39 |
+
|
40 |
+
## Training procedure
|
41 |
+
|
42 |
+
### Training hyperparameters
|
43 |
+
|
44 |
+
The following hyperparameters were used during training:
|
45 |
+
- learning_rate: 5.6e-05
|
46 |
+
- train_batch_size: 8
|
47 |
+
- eval_batch_size: 8
|
48 |
+
- seed: 42
|
49 |
+
- optimizer: Use OptimizerNames.ADAMW_TORCH with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=No additional optimizer arguments
|
50 |
+
- lr_scheduler_type: linear
|
51 |
+
- num_epochs: 8
|
52 |
+
|
53 |
+
### Training results
|
54 |
+
|
55 |
+
| Training Loss | Epoch | Step | Validation Loss | Rouge1 | Rouge2 | Rougel | Rougelsum |
|
56 |
+
|:-------------:|:-----:|:----:|:---------------:|:------:|:------:|:------:|:---------:|
|
57 |
+
| 3.1533 | 1.0 | 440 | 2.5586 | 0.2832 | 0.1122 | 0.2578 | 0.2589 |
|
58 |
+
| 3.0151 | 2.0 | 880 | 2.5020 | 0.2943 | 0.1113 | 0.2626 | 0.2635 |
|
59 |
+
| 2.9157 | 3.0 | 1320 | 2.4919 | 0.3029 | 0.1158 | 0.2710 | 0.2716 |
|
60 |
+
| 2.8355 | 4.0 | 1760 | 2.4670 | 0.3043 | 0.1163 | 0.2749 | 0.2753 |
|
61 |
+
| 2.7702 | 5.0 | 2200 | 2.4386 | 0.3143 | 0.1220 | 0.2826 | 0.2834 |
|
62 |
+
| 2.7169 | 6.0 | 2640 | 2.4322 | 0.3120 | 0.1202 | 0.2805 | 0.2807 |
|
63 |
+
| 2.6884 | 7.0 | 3080 | 2.4255 | 0.3154 | 0.1222 | 0.2834 | 0.2839 |
|
64 |
+
| 2.6671 | 8.0 | 3520 | 2.4258 | 0.3185 | 0.1246 | 0.2850 | 0.2855 |
|
65 |
+
|
66 |
+
|
67 |
+
### Framework versions
|
68 |
+
|
69 |
+
- Transformers 4.47.0
|
70 |
+
- Pytorch 2.5.1+cu124
|
71 |
+
- Datasets 3.2.0
|
72 |
+
- Tokenizers 0.21.0
|
generation_config.json
ADDED
@@ -0,0 +1,6 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"decoder_start_token_id": 0,
|
3 |
+
"eos_token_id": 1,
|
4 |
+
"pad_token_id": 0,
|
5 |
+
"transformers_version": "4.47.0"
|
6 |
+
}
|
model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 1200729512
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:286cbb485fa29b9d3cf3bfc73b97247d1e281d982fd7fd1d56d9c920498deb72
|
3 |
size 1200729512
|
runs/Dec14_22-30-50_sathwik/events.out.tfevents.1734241398.sathwik.25728.1
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:8a87dddf30558d521501d30b25b8aa2efe1e4c61926f9d7af2fecf443e9ee6b9
|
3 |
+
size 11182
|
runs/Dec14_22-30-50_sathwik/events.out.tfevents.1734242427.sathwik.25728.2
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:b86ba243f1be4c58f5c39e8fa508e8dd12f13b44e419006e410c40596aa3318b
|
3 |
+
size 562
|
runs/Dec14_23-14-08_sathwik/events.out.tfevents.1734243252.sathwik.24744.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:af81ca80163148b8c3488fd5bec6acd6488d42dc140c04ae0d124d4d255ab96a
|
3 |
+
size 6045
|
training_args.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 5496
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:e59d872a2b02a5d38ea2a7a894eda29712dc7c7f127edf340b47c2dfcd21a31f
|
3 |
size 5496
|