End of training
Browse files- README.md +72 -0
- generation_config.json +9 -0
- model.safetensors +1 -1
README.md
ADDED
|
@@ -0,0 +1,72 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: apache-2.0
|
| 3 |
+
base_model: google/long-t5-tglobal-base
|
| 4 |
+
tags:
|
| 5 |
+
- generated_from_trainer
|
| 6 |
+
metrics:
|
| 7 |
+
- rouge
|
| 8 |
+
model-index:
|
| 9 |
+
- name: LongT5-Base-NSPCC
|
| 10 |
+
results: []
|
| 11 |
+
---
|
| 12 |
+
|
| 13 |
+
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
| 14 |
+
should probably proofread and complete it, then remove this comment. -->
|
| 15 |
+
|
| 16 |
+
# LongT5-Base-NSPCC
|
| 17 |
+
|
| 18 |
+
This model is a fine-tuned version of [google/long-t5-tglobal-base](https://huggingface.co/google/long-t5-tglobal-base) on an unknown dataset.
|
| 19 |
+
It achieves the following results on the evaluation set:
|
| 20 |
+
- Loss: 0.7756
|
| 21 |
+
- Rouge1: 0.5243
|
| 22 |
+
- Rouge2: 0.242
|
| 23 |
+
- Rougel: 0.3113
|
| 24 |
+
- Rougelsum: 0.3122
|
| 25 |
+
- Gen Len: 331.8511
|
| 26 |
+
|
| 27 |
+
## Model description
|
| 28 |
+
|
| 29 |
+
More information needed
|
| 30 |
+
|
| 31 |
+
## Intended uses & limitations
|
| 32 |
+
|
| 33 |
+
More information needed
|
| 34 |
+
|
| 35 |
+
## Training and evaluation data
|
| 36 |
+
|
| 37 |
+
More information needed
|
| 38 |
+
|
| 39 |
+
## Training procedure
|
| 40 |
+
|
| 41 |
+
### Training hyperparameters
|
| 42 |
+
|
| 43 |
+
The following hyperparameters were used during training:
|
| 44 |
+
- learning_rate: 0.0003
|
| 45 |
+
- train_batch_size: 2
|
| 46 |
+
- eval_batch_size: 2
|
| 47 |
+
- seed: 42
|
| 48 |
+
- gradient_accumulation_steps: 4
|
| 49 |
+
- total_train_batch_size: 8
|
| 50 |
+
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
| 51 |
+
- lr_scheduler_type: cosine
|
| 52 |
+
- lr_scheduler_warmup_ratio: 0.03
|
| 53 |
+
- num_epochs: 6
|
| 54 |
+
|
| 55 |
+
### Training results
|
| 56 |
+
|
| 57 |
+
| Training Loss | Epoch | Step | Validation Loss | Rouge1 | Rouge2 | Rougel | Rougelsum | Gen Len |
|
| 58 |
+
|:-------------:|:------:|:----:|:---------------:|:------:|:------:|:------:|:---------:|:--------:|
|
| 59 |
+
| 4.0417 | 0.9947 | 94 | 0.8455 | 0.4707 | 0.1986 | 0.2704 | 0.2718 | 303.4468 |
|
| 60 |
+
| 1.0117 | 2.0 | 189 | 0.8058 | 0.5178 | 0.239 | 0.3066 | 0.3077 | 326.3085 |
|
| 61 |
+
| 0.886 | 2.9947 | 283 | 0.7798 | 0.5085 | 0.2272 | 0.298 | 0.2989 | 348.7979 |
|
| 62 |
+
| 0.805 | 4.0 | 378 | 0.7725 | 0.5194 | 0.2386 | 0.309 | 0.31 | 331.3191 |
|
| 63 |
+
| 0.7724 | 4.9947 | 472 | 0.7749 | 0.5224 | 0.2423 | 0.3133 | 0.3147 | 333.6489 |
|
| 64 |
+
| 0.7514 | 5.9683 | 564 | 0.7756 | 0.5243 | 0.242 | 0.3113 | 0.3122 | 331.8511 |
|
| 65 |
+
|
| 66 |
+
|
| 67 |
+
### Framework versions
|
| 68 |
+
|
| 69 |
+
- Transformers 4.40.1
|
| 70 |
+
- Pytorch 2.2.1+cu121
|
| 71 |
+
- Datasets 2.19.0
|
| 72 |
+
- Tokenizers 0.19.1
|
generation_config.json
ADDED
|
@@ -0,0 +1,9 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"decoder_start_token_id": 0,
|
| 3 |
+
"eos_token_id": 1,
|
| 4 |
+
"max_new_tokens": 400,
|
| 5 |
+
"no_repeat_ngram_size": 5,
|
| 6 |
+
"num_beams": 3,
|
| 7 |
+
"pad_token_id": 0,
|
| 8 |
+
"transformers_version": "4.40.1"
|
| 9 |
+
}
|
model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 990386200
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:42ae5ffb854881f6f876e76fa0f7e12d639e436a0d30dcb1e898aa50b012d721
|
| 3 |
size 990386200
|