Training complete
Browse files- README.md +18 -18
- config.json +1 -1
- model.safetensors +1 -1
- training_args.bin +1 -1
README.md
CHANGED
@@ -15,18 +15,17 @@ model-index:
|
|
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 |
-
[<img src="https://raw.githubusercontent.com/wandb/assets/main/wandb-github-badge-28.svg" alt="Visualize in Weights & Biases" width="200" height="32"/>](https://wandb.ai/mishikaj162001-cisco/
|
19 |
-
[<img src="https://raw.githubusercontent.com/wandb/assets/main/wandb-github-badge-28.svg" alt="Visualize in Weights & Biases" width="200" height="32"/>](https://wandb.ai/mishikaj162001-cisco/
|
20 |
-
[<img src="https://raw.githubusercontent.com/wandb/assets/main/wandb-github-badge-28.svg" alt="Visualize in Weights & Biases" width="200" height="32"/>](https://wandb.ai/mishikaj162001-cisco/insightSumm_summarizer_t5__model/runs/jaeceva0)
|
21 |
# t5-base-finetuned-arxiver
|
22 |
|
23 |
This model is a fine-tuned version of [t5-base](https://huggingface.co/t5-base) on the None dataset.
|
24 |
It achieves the following results on the evaluation set:
|
25 |
-
- Loss: 0.
|
26 |
-
- Rouge1: 88.
|
27 |
-
- Rouge2:
|
28 |
-
- Rougel: 88.
|
29 |
-
- Rougelsum: 88.
|
30 |
|
31 |
## Model description
|
32 |
|
@@ -45,24 +44,25 @@ More information needed
|
|
45 |
### Training hyperparameters
|
46 |
|
47 |
The following hyperparameters were used during training:
|
48 |
-
- learning_rate:
|
49 |
- train_batch_size: 16
|
50 |
- eval_batch_size: 16
|
51 |
- seed: 42
|
|
|
|
|
52 |
- optimizer: Use adamw_torch with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=No additional optimizer arguments
|
53 |
-
- lr_scheduler_type:
|
54 |
-
- num_epochs:
|
55 |
- mixed_precision_training: Native AMP
|
56 |
|
57 |
### Training results
|
58 |
|
59 |
-
| Training Loss | Epoch | Step
|
60 |
-
|
61 |
-
| 0.
|
62 |
-
| 0.
|
63 |
-
| 0.
|
64 |
-
| 0.
|
65 |
-
| 0.2105 | 5.0 | 15840 | 0.2887 | 88.8131 | 86.2233 | 88.5704 | 88.5621 |
|
66 |
|
67 |
|
68 |
### Framework versions
|
|
|
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 |
+
[<img src="https://raw.githubusercontent.com/wandb/assets/main/wandb-github-badge-28.svg" alt="Visualize in Weights & Biases" width="200" height="32"/>](https://wandb.ai/mishikaj162001-cisco/insightSumm_t5_model_finetuned_model_text_summarizer/runs/k7z2e3j7)
|
19 |
+
[<img src="https://raw.githubusercontent.com/wandb/assets/main/wandb-github-badge-28.svg" alt="Visualize in Weights & Biases" width="200" height="32"/>](https://wandb.ai/mishikaj162001-cisco/insightSumm_text_summarizer_t5_model_finetuned_model/runs/8kyi43ik)
|
|
|
20 |
# t5-base-finetuned-arxiver
|
21 |
|
22 |
This model is a fine-tuned version of [t5-base](https://huggingface.co/t5-base) on the None dataset.
|
23 |
It achieves the following results on the evaluation set:
|
24 |
+
- Loss: 0.4141
|
25 |
+
- Rouge1: 88.4527
|
26 |
+
- Rouge2: 85.9716
|
27 |
+
- Rougel: 88.2515
|
28 |
+
- Rougelsum: 88.2522
|
29 |
|
30 |
## Model description
|
31 |
|
|
|
44 |
### Training hyperparameters
|
45 |
|
46 |
The following hyperparameters were used during training:
|
47 |
+
- learning_rate: 1e-05
|
48 |
- train_batch_size: 16
|
49 |
- eval_batch_size: 16
|
50 |
- seed: 42
|
51 |
+
- gradient_accumulation_steps: 2
|
52 |
+
- total_train_batch_size: 32
|
53 |
- optimizer: Use adamw_torch with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=No additional optimizer arguments
|
54 |
+
- lr_scheduler_type: cosine_with_restarts
|
55 |
+
- num_epochs: 7
|
56 |
- mixed_precision_training: Native AMP
|
57 |
|
58 |
### Training results
|
59 |
|
60 |
+
| Training Loss | Epoch | Step | Validation Loss | Rouge1 | Rouge2 | Rougel | Rougelsum |
|
61 |
+
|:-------------:|:-----:|:----:|:---------------:|:-------:|:-------:|:-------:|:---------:|
|
62 |
+
| 0.3076 | 1.0 | 1584 | 0.4287 | 88.3592 | 85.8872 | 88.1554 | 88.1659 |
|
63 |
+
| 0.2896 | 2.0 | 3168 | 0.4141 | 88.4527 | 85.9716 | 88.2515 | 88.2522 |
|
64 |
+
| 0.5806 | 3.0 | 4752 | 0.4071 | 88.4403 | 85.9628 | 88.2306 | 88.2359 |
|
65 |
+
| 0.5059 | 4.0 | 6336 | 0.3993 | 88.4437 | 85.9587 | 88.2291 | 88.2381 |
|
|
|
66 |
|
67 |
|
68 |
### Framework versions
|
config.json
CHANGED
@@ -9,7 +9,7 @@
|
|
9 |
"d_model": 768,
|
10 |
"decoder_start_token_id": 0,
|
11 |
"dense_act_fn": "relu",
|
12 |
-
"dropout_rate": 0.
|
13 |
"eos_token_id": 1,
|
14 |
"feed_forward_proj": "relu",
|
15 |
"initializer_factor": 1.0,
|
|
|
9 |
"d_model": 768,
|
10 |
"decoder_start_token_id": 0,
|
11 |
"dense_act_fn": "relu",
|
12 |
+
"dropout_rate": 0.3,
|
13 |
"eos_token_id": 1,
|
14 |
"feed_forward_proj": "relu",
|
15 |
"initializer_factor": 1.0,
|
model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 891644712
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:a45affd4b98235627e070620ed9b9923820da35898c0bf2973d679bef8c4b797
|
3 |
size 891644712
|
training_args.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 5905
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:901e0d67ac44453a304e323125aab43caf760d4a6b6f5822a19ab2aaf0f534e7
|
3 |
size 5905
|