andyfriedrich-amd
commited on
Commit
•
20f64bc
1
Parent(s):
9fd768e
update model card README.md
Browse files
README.md
CHANGED
@@ -1,5 +1,6 @@
|
|
1 |
---
|
2 |
license: apache-2.0
|
|
|
3 |
tags:
|
4 |
- generated_from_trainer
|
5 |
metrics:
|
@@ -16,8 +17,8 @@ should probably proofread and complete it, then remove this comment. -->
|
|
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: 2.
|
20 |
-
- Bleu: 0.
|
21 |
- Gen Len: 19.0
|
22 |
|
23 |
## Model description
|
@@ -49,13 +50,13 @@ The following hyperparameters were used during training:
|
|
49 |
|
50 |
| Training Loss | Epoch | Step | Validation Loss | Bleu | Gen Len |
|
51 |
|:-------------:|:-----:|:----:|:---------------:|:------:|:-------:|
|
52 |
-
| No log | 1.0 | 8 | 2.
|
53 |
-
| No log | 2.0 | 16 | 2.
|
54 |
|
55 |
|
56 |
### Framework versions
|
57 |
|
58 |
-
- Transformers 4.
|
59 |
-
- Pytorch 2.0.0a0+
|
60 |
-
- Datasets 2.
|
61 |
- Tokenizers 0.13.3
|
|
|
1 |
---
|
2 |
license: apache-2.0
|
3 |
+
base_model: t5-small
|
4 |
tags:
|
5 |
- generated_from_trainer
|
6 |
metrics:
|
|
|
17 |
|
18 |
This model is a fine-tuned version of [t5-small](https://huggingface.co/t5-small) on an unknown dataset.
|
19 |
It achieves the following results on the evaluation set:
|
20 |
+
- Loss: 2.2548
|
21 |
+
- Bleu: 0.13
|
22 |
- Gen Len: 19.0
|
23 |
|
24 |
## Model description
|
|
|
50 |
|
51 |
| Training Loss | Epoch | Step | Validation Loss | Bleu | Gen Len |
|
52 |
|:-------------:|:-----:|:----:|:---------------:|:------:|:-------:|
|
53 |
+
| No log | 1.0 | 8 | 2.4137 | 0.1311 | 19.0 |
|
54 |
+
| No log | 2.0 | 16 | 2.2548 | 0.13 | 19.0 |
|
55 |
|
56 |
|
57 |
### Framework versions
|
58 |
|
59 |
+
- Transformers 4.31.0
|
60 |
+
- Pytorch 2.0.0a0+git70f6d0c
|
61 |
+
- Datasets 2.14.0
|
62 |
- Tokenizers 0.13.3
|