Commit
·
df3ccea
1
Parent(s):
ea44aef
update model card README.md
Browse files
README.md
ADDED
@@ -0,0 +1,68 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: apache-2.0
|
3 |
+
tags:
|
4 |
+
- generated_from_trainer
|
5 |
+
metrics:
|
6 |
+
- rouge
|
7 |
+
model-index:
|
8 |
+
- name: mt5-small-query_realestate_cars-finetuned
|
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 |
+
# mt5-small-query_realestate_cars-finetuned
|
16 |
+
|
17 |
+
This model is a fine-tuned version of [google/mt5-small](https://huggingface.co/google/mt5-small) on the None dataset.
|
18 |
+
It achieves the following results on the evaluation set:
|
19 |
+
- Loss: 0.2111
|
20 |
+
- Rouge1: 51.6261
|
21 |
+
- Rouge2: 40.1355
|
22 |
+
- Rougel: 51.6277
|
23 |
+
- Rougelsum: 51.6154
|
24 |
+
- Gen Len: 8.9971
|
25 |
+
- Valid Json: 0.0085
|
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.0002
|
45 |
+
- train_batch_size: 4
|
46 |
+
- eval_batch_size: 4
|
47 |
+
- seed: 42
|
48 |
+
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
49 |
+
- lr_scheduler_type: linear
|
50 |
+
- num_epochs: 5
|
51 |
+
|
52 |
+
### Training results
|
53 |
+
|
54 |
+
| Training Loss | Epoch | Step | Validation Loss | Rouge1 | Rouge2 | Rougel | Rougelsum | Gen Len | Valid Json |
|
55 |
+
|:-------------:|:-----:|:-----:|:---------------:|:-------:|:-------:|:-------:|:---------:|:-------:|:----------:|
|
56 |
+
| 0.4256 | 1.0 | 12204 | 0.2693 | 50.0289 | 38.3453 | 50.0269 | 50.027 | 8.9965 | 0.0061 |
|
57 |
+
| 0.3171 | 2.0 | 24408 | 0.2338 | 50.1782 | 38.5868 | 50.1546 | 50.1534 | 8.9985 | 0.0053 |
|
58 |
+
| 0.2364 | 3.0 | 36612 | 0.2200 | 51.1478 | 39.5229 | 51.1357 | 51.1351 | 8.9978 | 0.0068 |
|
59 |
+
| 0.1869 | 4.0 | 48816 | 0.2130 | 51.603 | 39.91 | 51.5963 | 51.5877 | 8.9974 | 0.0088 |
|
60 |
+
| 0.2221 | 5.0 | 61020 | 0.2111 | 51.6261 | 40.1355 | 51.6277 | 51.6154 | 8.9971 | 0.0085 |
|
61 |
+
|
62 |
+
|
63 |
+
### Framework versions
|
64 |
+
|
65 |
+
- Transformers 4.24.0
|
66 |
+
- Pytorch 1.13.0+cu117
|
67 |
+
- Datasets 2.8.0
|
68 |
+
- Tokenizers 0.12.1
|