ashaduzzaman
commited on
Commit
•
51b7c37
1
Parent(s):
8060c49
Training complete
Browse files
README.md
CHANGED
@@ -4,6 +4,8 @@ base_model: google-t5/t5-small
|
|
4 |
tags:
|
5 |
- translation
|
6 |
- generated_from_trainer
|
|
|
|
|
7 |
model-index:
|
8 |
- name: t5-small-finetuned-opus-books
|
9 |
results: []
|
@@ -15,6 +17,10 @@ should probably proofread and complete it, then remove this comment. -->
|
|
15 |
# t5-small-finetuned-opus-books
|
16 |
|
17 |
This model is a fine-tuned version of [google-t5/t5-small](https://huggingface.co/google-t5/t5-small) on an unknown dataset.
|
|
|
|
|
|
|
|
|
18 |
|
19 |
## Model description
|
20 |
|
@@ -42,6 +48,14 @@ The following hyperparameters were used during training:
|
|
42 |
- num_epochs: 2
|
43 |
- mixed_precision_training: Native AMP
|
44 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
45 |
### Framework versions
|
46 |
|
47 |
- Transformers 4.42.4
|
|
|
4 |
tags:
|
5 |
- translation
|
6 |
- generated_from_trainer
|
7 |
+
metrics:
|
8 |
+
- bleu
|
9 |
model-index:
|
10 |
- name: t5-small-finetuned-opus-books
|
11 |
results: []
|
|
|
17 |
# t5-small-finetuned-opus-books
|
18 |
|
19 |
This model is a fine-tuned version of [google-t5/t5-small](https://huggingface.co/google-t5/t5-small) on an unknown dataset.
|
20 |
+
It achieves the following results on the evaluation set:
|
21 |
+
- Loss: 1.9653
|
22 |
+
- Bleu: 3.1445
|
23 |
+
- Gen Len: 17.716
|
24 |
|
25 |
## Model description
|
26 |
|
|
|
48 |
- num_epochs: 2
|
49 |
- mixed_precision_training: Native AMP
|
50 |
|
51 |
+
### Training results
|
52 |
+
|
53 |
+
| Training Loss | Epoch | Step | Validation Loss | Bleu | Gen Len |
|
54 |
+
|:-------------:|:-----:|:----:|:---------------:|:------:|:-------:|
|
55 |
+
| 2.2831 | 1.0 | 500 | 1.9888 | 3.0971 | 17.7335 |
|
56 |
+
| 2.2008 | 2.0 | 1000 | 1.9653 | 3.1445 | 17.716 |
|
57 |
+
|
58 |
+
|
59 |
### Framework versions
|
60 |
|
61 |
- Transformers 4.42.4
|
generation_config.json
CHANGED
@@ -1,5 +1,4 @@
|
|
1 |
{
|
2 |
-
"_from_model_config": true,
|
3 |
"decoder_start_token_id": 0,
|
4 |
"eos_token_id": 1,
|
5 |
"pad_token_id": 0,
|
|
|
1 |
{
|
|
|
2 |
"decoder_start_token_id": 0,
|
3 |
"eos_token_id": 1,
|
4 |
"pad_token_id": 0,
|
runs/Aug26_12-19-03_eb4517cf4939/events.out.tfevents.1724674746.eb4517cf4939.703.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:665c844efe94e56c330e3a8217dff34c47884692ead4b9e0b118da0102f4a5c2
|
3 |
+
size 7381
|