devvanshhh
commited on
Commit
•
077d1e2
1
Parent(s):
e96b6dc
Model save
Browse files
README.md
ADDED
@@ -0,0 +1,73 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
base_model: ybelkada/flan-t5-xl-sharded-bf16
|
3 |
+
tags:
|
4 |
+
- generated_from_trainer
|
5 |
+
metrics:
|
6 |
+
- rouge
|
7 |
+
model-index:
|
8 |
+
- name: flan-xl-gen2
|
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 |
+
# flan-xl-gen2
|
16 |
+
|
17 |
+
This model is a fine-tuned version of [ybelkada/flan-t5-xl-sharded-bf16](https://huggingface.co/ybelkada/flan-t5-xl-sharded-bf16) on the None dataset.
|
18 |
+
It achieves the following results on the evaluation set:
|
19 |
+
- Loss: 0.7134
|
20 |
+
- Rouge1: 32.8362
|
21 |
+
- Rouge2: 24.6174
|
22 |
+
- Rougel: 29.4825
|
23 |
+
- Rougelsum: 29.8057
|
24 |
+
- Gen Len: 10.8602
|
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: 3e-05
|
44 |
+
- train_batch_size: 8
|
45 |
+
- eval_batch_size: 8
|
46 |
+
- seed: 42
|
47 |
+
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
48 |
+
- lr_scheduler_type: linear
|
49 |
+
- lr_scheduler_warmup_steps: 500
|
50 |
+
- num_epochs: 10
|
51 |
+
|
52 |
+
### Training results
|
53 |
+
|
54 |
+
| Training Loss | Epoch | Step | Validation Loss | Rouge1 | Rouge2 | Rougel | Rougelsum | Gen Len |
|
55 |
+
|:-------------:|:-----:|:----:|:---------------:|:-------:|:-------:|:-------:|:---------:|:-------:|
|
56 |
+
| No log | 1.0 | 362 | 16.9256 | 19.0988 | 13.2345 | 16.7051 | 16.8227 | 14.5155 |
|
57 |
+
| 21.9637 | 2.0 | 724 | 0.9058 | 25.6321 | 19.4333 | 22.9915 | 23.0319 | 12.2298 |
|
58 |
+
| 1.1153 | 3.0 | 1086 | 0.8224 | 33.772 | 27.2536 | 30.9184 | 30.9024 | 9.3851 |
|
59 |
+
| 1.1153 | 4.0 | 1448 | 0.7790 | 31.8945 | 24.0796 | 28.6922 | 28.9082 | 10.7081 |
|
60 |
+
| 0.8196 | 5.0 | 1810 | 0.7526 | 32.0479 | 23.9638 | 28.7508 | 28.9928 | 10.9565 |
|
61 |
+
| 0.768 | 6.0 | 2172 | 0.7372 | 32.4934 | 24.2711 | 29.1369 | 29.4352 | 10.9130 |
|
62 |
+
| 0.7461 | 7.0 | 2534 | 0.7262 | 33.7013 | 25.5198 | 30.3086 | 30.6278 | 10.4938 |
|
63 |
+
| 0.7461 | 8.0 | 2896 | 0.7187 | 33.2769 | 25.0711 | 29.8857 | 30.1898 | 10.6925 |
|
64 |
+
| 0.7247 | 9.0 | 3258 | 0.7143 | 32.9304 | 24.7808 | 29.6111 | 29.9039 | 10.8075 |
|
65 |
+
| 0.7282 | 10.0 | 3620 | 0.7134 | 32.8362 | 24.6174 | 29.4825 | 29.8057 | 10.8602 |
|
66 |
+
|
67 |
+
|
68 |
+
### Framework versions
|
69 |
+
|
70 |
+
- Transformers 4.36.0.dev0
|
71 |
+
- Pytorch 2.1.0+cu118
|
72 |
+
- Datasets 2.15.0
|
73 |
+
- Tokenizers 0.15.0
|
logs/events.out.tfevents.1700694723.0f3f5ab3ae48.283.1
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:0fc9ae2b7ab652595a2fea77d24c82908640abbd4bd29aff521ceb10956f515e
|
3 |
+
size 613
|