End of training
Browse files
README.md
CHANGED
@@ -4,6 +4,9 @@ license: apache-2.0
|
|
4 |
base_model: google/flan-t5-base
|
5 |
tags:
|
6 |
- generated_from_trainer
|
|
|
|
|
|
|
7 |
model-index:
|
8 |
- name: FLANT5_base
|
9 |
results: []
|
@@ -18,7 +21,10 @@ This model is a fine-tuned version of [google/flan-t5-base](https://huggingface.
|
|
18 |
It achieves the following results on the evaluation set:
|
19 |
- Loss: 0.1032
|
20 |
- Bleu Score: 24.6685
|
|
|
|
|
21 |
- Gen Len: 18.81
|
|
|
22 |
|
23 |
## Model description
|
24 |
|
@@ -47,11 +53,11 @@ The following hyperparameters were used during training:
|
|
47 |
|
48 |
### Training results
|
49 |
|
50 |
-
| Training Loss | Epoch | Step | Validation Loss | Bleu Score | Gen Len |
|
51 |
-
|
52 |
-
| 0.2198 | 1.0 | 838 | 0.1347 | 23.684 | 18.7897 |
|
53 |
-
| 0.1309 | 2.0 | 1676 | 0.1099 | 24.3895 | 18.8088 |
|
54 |
-
| 0.1079 | 3.0 | 2514 | 0.1032 | 24.6685 | 18.81 |
|
55 |
|
56 |
|
57 |
### Framework versions
|
|
|
4 |
base_model: google/flan-t5-base
|
5 |
tags:
|
6 |
- generated_from_trainer
|
7 |
+
metrics:
|
8 |
+
- precision
|
9 |
+
- recall
|
10 |
model-index:
|
11 |
- name: FLANT5_base
|
12 |
results: []
|
|
|
21 |
It achieves the following results on the evaluation set:
|
22 |
- Loss: 0.1032
|
23 |
- Bleu Score: 24.6685
|
24 |
+
- Precision: 5.6153
|
25 |
+
- Recall: 5.6153
|
26 |
- Gen Len: 18.81
|
27 |
+
- Err: 5.6153
|
28 |
|
29 |
## Model description
|
30 |
|
|
|
53 |
|
54 |
### Training results
|
55 |
|
56 |
+
| Training Loss | Epoch | Step | Validation Loss | Bleu Score | Precision | Recall | Gen Len | Err |
|
57 |
+
|:-------------:|:-----:|:----:|:---------------:|:----------:|:---------:|:------:|:-------:|:------:|
|
58 |
+
| 0.2198 | 1.0 | 838 | 0.1347 | 23.684 | 4.779 | 4.779 | 18.7897 | 4.779 |
|
59 |
+
| 0.1309 | 2.0 | 1676 | 0.1099 | 24.3895 | 5.3763 | 5.3763 | 18.8088 | 5.3763 |
|
60 |
+
| 0.1079 | 3.0 | 2514 | 0.1032 | 24.6685 | 5.6153 | 5.6153 | 18.81 | 5.6153 |
|
61 |
|
62 |
|
63 |
### Framework versions
|
logs/events.out.tfevents.1727576914.ff17c483a60e.1213.0
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:6e638278f9c971917d6ba3629f260ab20f103ba5fba6cf7892d3bcb31f6f0b92
|
3 |
+
size 8486
|