update model card README.md
Browse files
README.md
ADDED
|
@@ -0,0 +1,70 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: apache-2.0
|
| 3 |
+
tags:
|
| 4 |
+
- generated_from_trainer
|
| 5 |
+
metrics:
|
| 6 |
+
- rouge
|
| 7 |
+
model-index:
|
| 8 |
+
- name: t5-small-finetuned-vehidefecttwo
|
| 9 |
+
results: []
|
| 10 |
+
---
|
| 11 |
+
|
| 12 |
+
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
| 13 |
+
should probably proofread and complete it, then remove this comment. -->
|
| 14 |
+
|
| 15 |
+
# t5-small-finetuned-vehidefecttwo
|
| 16 |
+
|
| 17 |
+
This model is a fine-tuned version of [t5-small](https://huggingface.co/t5-small) on an unknown dataset.
|
| 18 |
+
It achieves the following results on the evaluation set:
|
| 19 |
+
- Loss: 1.2260
|
| 20 |
+
- Rouge1: 0.3205
|
| 21 |
+
- Rouge2: 0.0694
|
| 22 |
+
- Rougel: 0.2564
|
| 23 |
+
- Rougelsum: 0.2564
|
| 24 |
+
- Gen Len: 0.3167
|
| 25 |
+
|
| 26 |
+
## Model description
|
| 27 |
+
|
| 28 |
+
More information needed
|
| 29 |
+
|
| 30 |
+
## Intended uses & limitations
|
| 31 |
+
|
| 32 |
+
More information needed
|
| 33 |
+
|
| 34 |
+
## Training and evaluation data
|
| 35 |
+
|
| 36 |
+
More information needed
|
| 37 |
+
|
| 38 |
+
## Training procedure
|
| 39 |
+
|
| 40 |
+
### Training hyperparameters
|
| 41 |
+
|
| 42 |
+
The following hyperparameters were used during training:
|
| 43 |
+
- learning_rate: 2e-05
|
| 44 |
+
- train_batch_size: 20
|
| 45 |
+
- eval_batch_size: 20
|
| 46 |
+
- seed: 42
|
| 47 |
+
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
| 48 |
+
- lr_scheduler_type: linear
|
| 49 |
+
- num_epochs: 8
|
| 50 |
+
|
| 51 |
+
### Training results
|
| 52 |
+
|
| 53 |
+
| Training Loss | Epoch | Step | Validation Loss | Rouge1 | Rouge2 | Rougel | Rougelsum | Gen Len |
|
| 54 |
+
|:-------------:|:-----:|:----:|:---------------:|:-------:|:-------:|:-------:|:---------:|:-------:|
|
| 55 |
+
| No log | 1.0 | 21 | 3.7438 | 48.9925 | 32.0494 | 45.5108 | 45.2375 | 15.0417 |
|
| 56 |
+
| No log | 2.0 | 42 | 1.7784 | 19.2369 | 11.715 | 17.4777 | 17.7156 | 7.2583 |
|
| 57 |
+
| No log | 3.0 | 63 | 1.3420 | 7.208 | 4.3119 | 6.7668 | 6.9177 | 3.5083 |
|
| 58 |
+
| No log | 4.0 | 84 | 1.2382 | 2.1269 | 0.8562 | 1.8271 | 1.8788 | 1.575 |
|
| 59 |
+
| No log | 5.0 | 105 | 1.2285 | 0.5256 | 0.119 | 0.4615 | 0.4615 | 0.6333 |
|
| 60 |
+
| No log | 6.0 | 126 | 1.2277 | 0.3647 | 0.0694 | 0.2564 | 0.3006 | 0.475 |
|
| 61 |
+
| No log | 7.0 | 147 | 1.2260 | 0.3205 | 0.0694 | 0.2564 | 0.2564 | 0.3167 |
|
| 62 |
+
| No log | 8.0 | 168 | 1.2260 | 0.3205 | 0.0694 | 0.2564 | 0.2564 | 0.3167 |
|
| 63 |
+
|
| 64 |
+
|
| 65 |
+
### Framework versions
|
| 66 |
+
|
| 67 |
+
- Transformers 4.30.0
|
| 68 |
+
- Pytorch 2.2.1+cu121
|
| 69 |
+
- Datasets 2.18.0
|
| 70 |
+
- Tokenizers 0.13.3
|