lorenzoscottb
commited on
Commit
•
3e5fc56
1
Parent(s):
2ba29c1
Update README.md
Browse files
README.md
CHANGED
@@ -7,6 +7,8 @@ metrics:
|
|
7 |
model-index:
|
8 |
- name: t5-base-DreamBank-Generation-Char
|
9 |
results: []
|
|
|
|
|
10 |
---
|
11 |
|
12 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
@@ -14,13 +16,13 @@ should probably proofread and complete it, then remove this comment. -->
|
|
14 |
|
15 |
# t5-base-DreamBank-Generation-Char
|
16 |
|
17 |
-
This model is a fine-tuned version of [t5-base](https://huggingface.co/t5-base) on the
|
18 |
-
It achieves the following results on the evaluation set:
|
19 |
-
- Loss:
|
20 |
-
- Rouge1: 0.
|
21 |
-
- Rouge2: 0.
|
22 |
-
- Rougel: 0.
|
23 |
-
- Rougelsum: 0.
|
24 |
|
25 |
## Model description
|
26 |
|
@@ -69,4 +71,4 @@ The following hyperparameters were used during training:
|
|
69 |
- Transformers 4.25.1
|
70 |
- Pytorch 1.12.1
|
71 |
- Datasets 2.5.1
|
72 |
-
- Tokenizers 0.12.1
|
|
|
7 |
model-index:
|
8 |
- name: t5-base-DreamBank-Generation-Char
|
9 |
results: []
|
10 |
+
language:
|
11 |
+
- en
|
12 |
---
|
13 |
|
14 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
|
|
16 |
|
17 |
# t5-base-DreamBank-Generation-Char
|
18 |
|
19 |
+
This model is a fine-tuned version of [t5-base](https://huggingface.co/t5-base) on the DB emotion classification.
|
20 |
+
It achieves the following results on the evaluation set (please note they refer to best uploaded model):
|
21 |
+
- Loss: 0.3047
|
22 |
+
- Rouge1: 0.8609
|
23 |
+
- Rouge2: 0.7956
|
24 |
+
- Rougel: 0.8476
|
25 |
+
- Rougelsum: 0.8578
|
26 |
|
27 |
## Model description
|
28 |
|
|
|
71 |
- Transformers 4.25.1
|
72 |
- Pytorch 1.12.1
|
73 |
- Datasets 2.5.1
|
74 |
+
- Tokenizers 0.12.1
|